MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: . hauptseite-oben { } .inhalt { color: Green; }“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
#hauptseite h2 { | |||
background: none repeat scroll 0 0 #D8E8FF; | |||
border: 1px solid #8898BF; | |||
font-size: 1em; | |||
font-weight: bold; | |||
margin: 0; | |||
padding: 0.1em 0; | |||
} | } | ||
.inhalt { | #hauptseite .inhalt { | ||
-moz-border-bottom-colors: none; | |||
-moz-border-left-colors: none; | |||
-moz-border-right-colors: none; | |||
-moz-border-top-colors: none; | |||
background: none repeat scroll 0 0 #FFFFFF; | |||
border-color: -moz-use-text-color #8898BF #8898BF; | |||
border-image: none; | |||
border-right: 1px solid #8898BF; | |||
border-style: none solid solid; | |||
border-width: 0 1px 1px; | |||
min-height: 0; | |||
padding: 0.3em 0.8em 0.4em; | |||
} | } | ||
Version vom 21. März 2014, 12:14 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#hauptseite h2 {
background: none repeat scroll 0 0 #D8E8FF;
border: 1px solid #8898BF;
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 0.1em 0;
}
#hauptseite .inhalt {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #FFFFFF;
border-color: -moz-use-text-color #8898BF #8898BF;
border-image: none;
border-right: 1px solid #8898BF;
border-style: none solid solid;
border-width: 0 1px 1px;
min-height: 0;
padding: 0.3em 0.8em 0.4em;
}