MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Spielerwiki Neu-Perricum
| Zeile 6: | Zeile 6: | ||
} | } | ||
//#content { background: url("skins/common/images/Parchmenttexture2.jpg") repeat scroll 0 0 #ffffff; padding: 10px; border: 1px; border-color: black; | //#content { background: url("skins/common/images/Parchmenttexture2.jpg") repeat scroll 0 0 #ffffff; padding: 10px; border: 1px; border-color: black; | ||
| + | } | ||
| + | #chartable { | ||
| + | tr:nth-child(odd) {background: #F3F3F3} | ||
} | } | ||
Version vom 18. Juli 2018, 14:05 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
h1 { background: url("skins/common/images/Parchmenttexture2.jpg") repeat-x scroll 0 0 #ffffff; color:#9c3b29; border-style: solid; border-width: 1px; border-color: lightgrey;
}
body { background: url("skins/common/images/Parchmenttexture2.jpg") repeat scroll 0 0 #ffffff;
}
//#content { background: url("skins/common/images/Parchmenttexture2.jpg") repeat scroll 0 0 #ffffff; padding: 10px; border: 1px; border-color: black;
}
#chartable {
tr:nth-child(odd) {background: #F3F3F3}
}