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 */
  
acal {
+
tr.acal:nth-child(even) {background: #CCC}
tr:nth-child(even) {background: #CCC}
+
tr.acal:nth-child(odd) {background: #}
tr:nth-child(odd) {background: #}
+
}
+

Version vom 6. Juli 2011, 21:54 Uhr

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

tr.acal:nth-child(even) {background: #CCC}
tr.acal:nth-child(odd) {background: #}