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) {background: rbg(103,184,220)}
+
tr.acal:nth-child(even) {  
 +
background-color: rbg(103,184,220)  
 +
}

Version vom 6. Juli 2011, 21:57 Uhr

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

tr.acal:nth-child(even) { 
background-color: rbg(103,184,220) 
}