MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Attraktor Wiki

Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
tr.acal:nth-child(even) {  
+
tr.trcal:nth-child(even) {  
background: #eee
+
background: #fafcfd;
 +
}
 +
 
 +
tr.trcal:nth-child(odd) {
 +
background: #ffffff;
 
}
 
}

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: #ffffff;
}