MediaWiki:Wikia.css: diferència entre les revisions
Correcció de codis |
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; } |