MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus PyroNeo Wiki
Zur Navigation springenZur Suche springen
Admin (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
.propyes { | .propyes { | ||
background-color: # | background-color: #33FF00; | ||
color: | color: black; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.propno { | .propno { | ||
background-color: # | background-color: #FF3300; | ||
color: | color: black; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.proppc { | .proppc { | ||
background-color: # | background-color: #FFFF33; | ||
color: black; | color: black; | ||
text-align: center; | text-align: center; | ||
Aktuelle Version vom 29. Januar 2015, 18:54 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.propyes {
background-color: #33FF00;
color: black;
text-align: center;
}
.propno {
background-color: #FF3300;
color: black;
text-align: center;
}
.proppc {
background-color: #FFFF33;
color: black;
text-align: center;
}
.proptable {
text-align: center;
}