Vés al contingut

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

De ca.ConanWiki
Mpuj (discussió | contribucions)
Afegir contingut
Mpuj (discussió | contribucions)
Canvi estètic
Línia 1: Línia 1:
/*============================
      1. General
  ============================*/
/* 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";


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

Revisió del 13:35, 22 nov 2012

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

/*============================
      2. Tabber
  ============================*/
/* 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; }