Änderungen weiten bei verschiedenen Geräten
This commit is contained in:
@@ -136,12 +136,37 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
|
wrapper{
|
||||||
|
width:385.98px;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
max-width: 390px;
|
width:385.98px;
|
||||||
}
|
}
|
||||||
contfluid{
|
contfluid{
|
||||||
width:556px;
|
width:385.98px;
|
||||||
}
|
}
|
||||||
|
h1 {
|
||||||
|
color: #043381;
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
color: #043381;
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
Image1 {
|
||||||
|
margin-right: 320px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 328.98px) {
|
||||||
|
wrapper{
|
||||||
|
width:320px;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
max-width: 320px;
|
||||||
|
}
|
||||||
|
contfluid{
|
||||||
|
width:320px;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
color: #043381;
|
color: #043381;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|||||||
@@ -164,7 +164,6 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-left:10%;
|
margin-left:10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
width: 325px;
|
width: 325px;
|
||||||
background-color: rgba(255,255,255,0.5);
|
background-color: rgba(255,255,255,0.5);
|
||||||
@@ -175,7 +174,6 @@
|
|||||||
right: 520px;
|
right: 520px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tbl_main_M {
|
#tbl_main_M {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
background-attachment:fixed;
|
background-attachment:fixed;
|
||||||
background-size:cover;
|
background-size:cover;
|
||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
}
|
}
|
||||||
#sidebar{
|
#sidebar{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
@@ -151,7 +151,63 @@
|
|||||||
color: #043381;
|
color: #043381;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (max-width: 558.98px){
|
||||||
|
wrapper{
|
||||||
|
width:385.98px;
|
||||||
|
}
|
||||||
|
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;
|
||||||
|
width:385.98px;
|
||||||
|
/* background-color:#043381;*/
|
||||||
|
}
|
||||||
|
#content{
|
||||||
|
width:385.98px;
|
||||||
|
}
|
||||||
|
frame2{
|
||||||
|
width:385.98px;
|
||||||
|
}
|
||||||
|
leftLinks{
|
||||||
|
width:385.98px;
|
||||||
|
}
|
||||||
|
#main_page{
|
||||||
|
width:385.98px;
|
||||||
|
}
|
||||||
|
#content_all{
|
||||||
|
width:385.98px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 323px){
|
||||||
|
wrapper{
|
||||||
|
width:232px;
|
||||||
|
}
|
||||||
|
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;
|
||||||
|
max-width:323px;
|
||||||
|
/* background-color:#043381;*/
|
||||||
|
}
|
||||||
|
#leftLinks{
|
||||||
|
max-width:323px;
|
||||||
|
}
|
||||||
|
#main-page{
|
||||||
|
max-width:323px;
|
||||||
|
}
|
||||||
|
#content_all{
|
||||||
|
max-width:323px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user