MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus kvwmap
| Zeile 22: | Zeile 22: | ||
} | } | ||
| − | @media | + | @media (max-width: 800px) { |
| − | #start-block2 > div { | + | #start-block2>div { |
flex-direction: column; | flex-direction: column; | ||
} | } | ||
| − | #start-block2 > div > div { | + | #start-block2>div>div { |
width: 100%; | width: 100%; | ||
} | } | ||
Version vom 28. Oktober 2022, 07:48 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.noautonum .tocnumber { display: none; }
img.halfwidth {
width: 100%;
height: auto;
}
div#mw-panel.collapsible-nav {
position: fixed;
}
/* -------------- Startseite -------------- */
body.page-kvwmap_-_Open_Source_WebGIS #firstHeading {
display: none;
}
#start-block2 .floatleft {
margin: 0;
}
@media (max-width: 800px) {
#start-block2>div {
flex-direction: column;
}
#start-block2>div>div {
width: 100%;
}
}
/* -------------- Startseite Ende -------------- */