MediaWiki:Main.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/*Adjustments for main container and toc*/ | /*Adjustments for main container and toc*/ | ||
.bs-content.container { | @media only screen and (min-width: 960px) { | ||
max-width: | .bs-content.container { | ||
max-width: 90em !important; | |||
} | } | ||
| Zeile 40: | Zeile 41: | ||
} | } | ||
.thumb.tright { | |||
margin-left: 0 !important; | |||
} | |||
.toclevel-2{ | |||
font-size: 0.85rem !important; | |||
} | |||
} | |||
/* Landing page*/ | /* Landing page*/ | ||
| Zeile 50: | Zeile 59: | ||
text-align: center; | text-align: center; | ||
font-size: 2rem; | font-size: 2rem; | ||
} | |||
#infektiopedia-dgi-landing-page{ | |||
margin: 4rem auto !important; | |||
} | |||
#infektiopedia-authors-landing-page{ | |||
margin: 0 auto !important; | |||
} | } | ||
Aktuelle Version vom 18. Juni 2021, 09:05 Uhr
/*Adjustments for main container and toc*/
@media only screen and (min-width: 960px) {
.bs-content.container {
max-width: 90em !important;
}
#bodyContent {
max-width: 100em !important;
}
.mw-parser-output > * {
max-width: 55rem;
margin-left:30rem !important;
}
.mw-parser-output > ul, .mw-parser-output > ol {
margin-left: 32rem !important;
}
.toclimit-3 {
top: 24.3rem !important;
position: absolute;
height: 100%;
float: left !important;
background-color: white;
z-index: 11;
max-width: 27rem;
height: 100%;
margin-left: 0 !important;
display: inline-block !important;
vertical-align: top !important;
}
#toc{
position: sticky;
top: 7rem;
}
#infektiopedia-authorship-box{
margin-left: 0px !important;
}
.thumb.tright {
margin-left: 0 !important;
}
.toclevel-2{
font-size: 0.85rem !important;
}
}
/* Landing page*/
#infektiopedia-landing-page-table{
margin: 0 auto !important;
}
#infektiopedia-slogan-landing-page {
margin: 0 auto !important;
text-align: center;
font-size: 2rem;
}
#infektiopedia-dgi-landing-page{
margin: 4rem auto !important;
}
#infektiopedia-authors-landing-page{
margin: 0 auto !important;
}