Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 8: | Zeile 8: | ||
.smileyfeaturelist > div:nth-child(odd) { | .smileyfeaturelist > div:nth-child(odd) { | ||
background-color: #dddddd; | background-color: #dddddd; | ||
} | |||
pre { | |||
background-color: #ececec !important; | |||
} | |||
#recruitingBox img{ | |||
float:left; | |||
margin-right: 5px; | |||
} | } |
Aktuelle Version vom 17. März 2022, 23:56 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.smileyfeaturelist > div:nth-child(even) {
background-color: #c5c3c3;
}
.smileyfeaturelist > div:nth-child(odd) {
background-color: #dddddd;
}
pre {
background-color: #ececec !important;
}
#recruitingBox img{
float:left;
margin-right: 5px;
}