Vés al contingut

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

De ca.ConanWiki
Mpuj (discussió | contribucions)
Canvi estètic
Mpuj (discussió | contribucions)
Canvi estètic
Línia 8: Línia 8:
       2. Tabber
       2. Tabber
   ============================*/
   ============================*/
/* Pestaña activa */
/* Pestanya activa */
ul.tabbernav li.tabberactive a { background: LightSeaGreen !important; }
ul.tabbernav li.tabberactive a { background: DarkBlue !important; }


/* Pestaña activa cuando el puntero esta sobre ella */
/* Pestanya activa quan el punter està a sobre d'ella */
ul.tabbernav li.tabberactive a:hover { background: LightSeaGreen !important; }
ul.tabbernav li.tabberactive a:hover { background: DarkBlue !important; }


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


/* Pestaña inactiva cuando el puntero esta sobre ella */
/* Pestanya inactiva quan el punter està a sobre d'ella */
ul.tabbernav li a:hover { background: Teal !important; }
ul.tabbernav li a:hover { background: MediumBlue !important; }

Revisió del 17:01, 30 des 2012

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

/*============================
      2. Tabber
  ============================*/
/* Pestanya activa */
ul.tabbernav li.tabberactive a { background: DarkBlue !important; }

/* Pestanya activa quan el punter està a sobre d'ella */
ul.tabbernav li.tabberactive a:hover { background: DarkBlue !important; }

/* Pestanyes inactives */
ul.tabbernav li a { background: Blue !important; }

/* Pestanya inactiva quan el punter està a sobre d'ella */
ul.tabbernav li a:hover { background: MediumBlue !important; }