MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Kallimachos
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 54: | Zeile 54: | ||
.mw-body{ | .mw-body{ | ||
margin-top: 10px; | margin-top: 10px; | ||
} | |||
@media (min-width: 1000px) { | |||
.mw-body { | |||
font-size:100%; | |||
.mw-body h2, .mw-body .h2, .mw-body h1, .mw-body .h1 { | |||
font-size:28px; | |||
} | |||
mw-body h2, .mw-body .h2{ | |||
margin-bottom: 10px; | |||
margin-top: 20px; | |||
} | |||
.mw-body h3, .mw-body .h3 { | |||
font-size:24px; | |||
margin-bottom: 5px; | |||
margin-top: 10px; | |||
} | |||
} | } | ||
Version vom 10. März 2016, 10:27 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*Überschrift*/
.contentHeader {
margin: none;
border-bottom: 0;
padding-bottom: 0;
display: none;
}
.ht-editsection {
display:none;
}
/*Thumbnails*/
/*TODO: Lupe weg?*/
div.tright {
max-width: 30%;
margin: 0 0 0 1.4em;
height: auto;
.thumbinner {
max-width: 100%;
.thumbcaption{
font-size:75%;
padding: 5px 1px 0px;
}
}
.magnify {
display:none;
}
}
/*Inhalt ohne Headertabs*/
.notab {
border: 1px solid #aaaaaa;
color: #222222;
border-radius: 4px;
padding: 0.2em 1.4em;
}
.toc {
display: none;
}
.bannerbar{
margin-bottom: 0;
border-bottom-color: #4874BD
}
.sidebar {
border-top-color: #4874BD
}
.mw-body{
margin-top: 10px;
}
@media (min-width: 1000px) {
.mw-body {
font-size:100%;
.mw-body h2, .mw-body .h2, .mw-body h1, .mw-body .h1 {
font-size:28px;
}
mw-body h2, .mw-body .h2{
margin-bottom: 10px;
margin-top: 20px;
}
.mw-body h3, .mw-body .h3 {
font-size:24px;
margin-bottom: 5px;
margin-top: 10px;
}
}