MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus kvwmap
Zeile 64: | Zeile 64: | ||
height: 30%; | height: 30%; | ||
border: 10px solid #3976aa; | border: 10px solid #3976aa; | ||
+ | background: #deebf6; | ||
border-radius: 100%; | border-radius: 100%; | ||
} | } |
Version vom 24. Oktober 2023, 08:56 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .noautonum .tocnumber { display: none; } .portlet h3 { font-size: 106%; } .portlet ul { line-height: 1.5em; font-size: 106%; } img.halfwidth { width: 100%; height: auto; } div#mw-panel.collapsible-nav { position: fixed; } body.page-kvwmap_-_Open_Source_WebGIS #firstHeading { display: none; } body.page-kvwmap_-_Open_Source_WebGIS .mw-content-ltr > p { display: none; } div#p-namespaces.vectorTabs { display: none; } /* -------------- Startseite -------------- */ .start-wrapper { display: flex; flex-flow: row wrap; text-align: center; width: 100%; height: 100vh; margin: 0; padding: 0; gap: 0 15%; } .start-wrapper > * { flex: 1 100%; } @media all and (min-width: 600px) { .start-aside { flex: 1 0 0; } } @media all and (min-width: 800px) { .start-block-1 { order: 1; } .start-block-2 { order: 3; } } #huebschesbild img { width: 30%; height: 30%; border: 10px solid #3976aa; background: #deebf6; border-radius: 100%; } #huebschesbild { position: absolute; width: 100%; top: 5em; } .start-aside { position: relative; border: 1px solid #555; background: #fff; height: 50%; margin: 0 5em; } /* -------------- Startseite Ende -------------- */