MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus kvwmap
| Zeile 30: | Zeile 30: | ||
} | } | ||
| − | @media (min-width: | + | @media (min-width: 1450px) { |
#start-block2>div { | #start-block2>div { | ||
| − | font-size: | + | font-size: 1em; |
} | } | ||
} | } | ||
Version vom 7. November 2022, 10:23 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;
}
div#p-namespaces.vectorTabs {
display: none;
}
#start-block2 .floatleft {
margin: 0;
}
#start-block2 .start-block2-box:last-child {
margin-left: 0.8em;
}
@media (min-width: 1450px) {
#start-block2>div {
font-size: 1em;
}
}
@media (max-width: 1023px) {
#start-block2>div {
flex-direction: column;
}
.start-block2-box {
width: 100%;
}
#start-block2 .start-block2-box:last-child {
margin-left: 0;
margin-top: 0.8em;
}
}
/* -------------- Startseite Ende -------------- */