MediaWiki:Common.css: Unterschied zwischen den Versionen

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;
}
}

Version vom 1. Februar 2016, 19:01 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;
}