MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Joachim Camerarius (1500-1574)
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 4: | Zeile 4: | ||
#sfForm .select2-container-multi .select2-choices { | #sfForm .select2-container-multi .select2-choices { | ||
min-height: 60px; | min-height: 60px; | ||
} | |||
body.page-Hauptseite h1.firstHeading { display:none; } | |||
body { | |||
font-family: "Palatino Linotype"; | |||
} | |||
#bodyContent { | |||
font-family: "Palatino Linotype"; | |||
font-size: 0.95em; | |||
} | |||
#hauptseite table { | |||
background: transparent; | |||
background-color: white; | |||
} | |||
.formtable { | |||
border: 1px solid #1C86EE; | |||
padding: 1em; | |||
width: 100%; | |||
background-color: #F0F8FF; | |||
} | |||
#boxhead { | |||
font-weight: bold; | |||
padding-bottom: 0.5em; | |||
border-bottom: 1px solid darkgrey; | |||
} | |||
.hauptseite-links, | |||
.hauptseite-rechts { | |||
margin-bottom: 1em; | |||
} | |||
.hauptseite-links { | |||
margin-right: 0.5em; | |||
} | |||
.hauptseite-rechts { | |||
margin-left: 0.5em; | |||
} | |||
.hauptseite-links h2, | |||
.hauptseite-rechts h2 { | |||
text-indent: 0.8em; | |||
} | } | ||
Version vom 23. Februar 2017, 13:39 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#footer-places-about { display: none; }
#sfForm .select2-container-multi .select2-choices {
min-height: 60px;
}
body.page-Hauptseite h1.firstHeading { display:none; }
body {
font-family: "Palatino Linotype";
}
#bodyContent {
font-family: "Palatino Linotype";
font-size: 0.95em;
}
#hauptseite table {
background: transparent;
background-color: white;
}
.formtable {
border: 1px solid #1C86EE;
padding: 1em;
width: 100%;
background-color: #F0F8FF;
}
#boxhead {
font-weight: bold;
padding-bottom: 0.5em;
border-bottom: 1px solid darkgrey;
}
.hauptseite-links,
.hauptseite-rechts {
margin-bottom: 1em;
}
.hauptseite-links {
margin-right: 0.5em;
}
.hauptseite-rechts {
margin-left: 0.5em;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
text-indent: 0.8em;
}