MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Attraktor Wiki

Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
  
 
tr.trcal:nth-child(odd) {  
 
tr.trcal:nth-child(odd) {  
background: #ffffff;
+
background: #eaeced;
 
}
 
}

Version vom 6. Juli 2011, 22:06 Uhr

/* CSS placed here will be applied to all skins */

tr.trcal:nth-child(even) { 
background: #fafcfd;
}

tr.trcal:nth-child(odd) { 
background: #eaeced;
}