Vés al contingut

MediaWiki:Wikia.css: diferència entre les revisions

De ca.ConanWiki
Mpuj (discussió | contribucions)
Correcció de codis
Mpuj (discussió | contribucions)
Afegir contingut
Línia 1: Línia 1:
/* Imports */
/* Imports */
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
/* Pestaña activa */
ul.tabbernav li.tabberactive a { background: LightSeaGreen !important; }
/* Pestaña activa cuando el puntero esta sobre ella */
ul.tabbernav li.tabberactive a:hover { background: LightSeaGreen !important; }
/* Pestañas inactivas */
ul.tabbernav li a { background: DarkCyan !important; }
/* Pestaña inactiva cuando el puntero esta sobre ella */
ul.tabbernav li a:hover { background: Teal !important; }

Revisió del 13:40, 30 oct 2012

/* Imports */
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/* Pestaña activa */
ul.tabbernav li.tabberactive a { background: LightSeaGreen !important; }

/* Pestaña activa cuando el puntero esta sobre ella */
ul.tabbernav li.tabberactive a:hover { background: LightSeaGreen !important; }

/* Pestañas inactivas */
ul.tabbernav li a { background: DarkCyan !important; }

/* Pestaña inactiva cuando el puntero esta sobre ella */
ul.tabbernav li a:hover { background: Teal !important; }