MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus kvwmap
| Zeile 66: | Zeile 66: | ||
align-items: flex-start; | align-items: flex-start; | ||
justify-content: center; | justify-content: center; | ||
| − | gap: | + | gap: 1%; |
font-size: 1.5em; | font-size: 1.5em; | ||
} | } | ||
| Zeile 81: | Zeile 81: | ||
} | } | ||
| − | + | .start-block-2 { | |
| − | + | width: 100%; | |
| + | margin-left: auto; | ||
| + | text-align: right; | ||
} | } | ||
Version vom 24. Oktober 2023, 13:21 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;
justify-content: center;
align-content: stretch;
align-items: center;
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
gap: 5% 10%;
}
@media all and (min-width: 800px) {
.start-links { order: 1; }
.start-image { order: 2; }
}
.start-links, .start-image {
position: relative;
width: 45%;
height: 100%
}
.start-links {
display: flex;
flex-flow: column wrap;
align-content: stretch;
align-items: flex-start;
justify-content: center;
gap: 1%;
font-size: 1.5em;
}
.start-image {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: center;
}
.start-links > * {
margin-left: 50%;
}
.start-block-2 {
width: 100%;
margin-left: auto;
text-align: right;
}
#huebschesbild img {
width: 40%;
height: 40%;
border: 10px solid #3976aa;
border-radius: 100%;
background: #eef7fb;
}
/* -------------- Startseite Ende -------------- */