MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Spielerwiki Neu-Perricum
Wechseln zu: Navigation, Suche
 
(5 dazwischenliegende Versionen des gleichen Benutzers werden nicht angezeigt)
Zeile 7: Zeile 7:
 
//#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;
 
}
 
}
 +
table.chartable > tbody > tr:nth-child(odd) {background: #F3F3F3}

Aktuelle Version vom 18. Juli 2018, 14:07 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;
}
table.chartable > tbody > tr:nth-child(odd) {background: #F3F3F3}