Änderungen CSS
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: url(../images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
/* background-color:#043381;*/
|
||||
}
|
||||
|
||||
|
||||
#tableSearch {
|
||||
width: 1250px;
|
||||
@@ -44,5 +35,5 @@ h1 {
|
||||
#containerseiterand {
|
||||
|
||||
width: 352px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
|
||||
|
||||
.btn btn-primary {
|
||||
.btn btn-primary {
|
||||
color: #043381;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@@ -1,13 +1,4 @@
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: url(../images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
/* background-color:#043381;*/
|
||||
}
|
||||
|
||||
|
||||
.btn btn-primary {
|
||||
color: #043381;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: src(../images/road.jpg);
|
||||
background-image: src(../../images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
@@ -66,6 +66,16 @@ ContentPlaceHolder1 {
|
||||
}
|
||||
|
||||
@media (max-width: 575px) {
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: none;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color:#fff;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: /*575px;*/ 126.65198237885463vw;
|
||||
@@ -153,7 +163,7 @@ ContentPlaceHolder1 {
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: src(../images/road.jpg);
|
||||
background-image: src(../../images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
|
||||
@@ -1,13 +1,4 @@
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: url(../images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
/* background-color:#043381;*/
|
||||
}
|
||||
|
||||
#containerseiterand {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -19,24 +10,37 @@
|
||||
#tableSearch {
|
||||
width: 1300px;
|
||||
}
|
||||
|
||||
.align-self-xl-start {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#normaltable {
|
||||
width: 1500px;
|
||||
}
|
||||
|
||||
.carousel-inner {
|
||||
width: 100%;
|
||||
width: 1604px;
|
||||
}
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 32px;
|
||||
}
|
||||
#imgcar {
|
||||
width: 800px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.carousel-inner {
|
||||
width: 1604px;
|
||||
height: 333px;
|
||||
}
|
||||
.carousel-item {
|
||||
width: 1604px;
|
||||
height: 333px;
|
||||
}
|
||||
.carousel-item active {
|
||||
width: 1604px;
|
||||
height: 333px;
|
||||
}
|
||||
.carousel slide {
|
||||
width: 1604px;
|
||||
height: 333px;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
@@ -61,22 +65,36 @@ h1 {
|
||||
}
|
||||
|
||||
#imgcar {
|
||||
width: 300px;
|
||||
height: 125px;
|
||||
width: 140%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.carousel-inner {
|
||||
width: 600px;
|
||||
height: 125px;
|
||||
width: 360px;
|
||||
height: 72px;
|
||||
}
|
||||
|
||||
.carousel-item {
|
||||
width: 600px;
|
||||
height: 125px;
|
||||
width: 360px;
|
||||
height: 72px;
|
||||
}
|
||||
|
||||
carousel-caption d-none d-md-block {
|
||||
width: 600px;
|
||||
height: 125px;
|
||||
.carousel-item active {
|
||||
width: 360px;
|
||||
height: 72px;
|
||||
}
|
||||
|
||||
#imgcar.d-block w-100 {
|
||||
width: 360px;
|
||||
height: 72px;
|
||||
}
|
||||
}
|
||||
|
||||
.carousel slide {
|
||||
width: 360px;
|
||||
height: 72px;
|
||||
}
|
||||
.carousel-caption d-block d-md-block {
|
||||
width: 320px;
|
||||
height: 62px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user