MediaWiki:Wikia.css: diferència entre les revisions
Aparença
	
	
 Canvi estètic  | 
				 Canvi estètic  | 
				||
| Línia 8: | Línia 8: | ||
       2. Tabber  |        2. Tabber  | ||
   ============================*/  |    ============================*/  | ||
/*   | /* Pestanya activa */  | ||
ul.tabbernav li.tabberactive a { background:   | 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:   | ul.tabbernav li.tabberactive a:hover { background: DarkBlue !important; }  | ||
/*   | /* Pestanyes inactives */  | ||
ul.tabbernav li a { background:   | ul.tabbernav li a { background: Blue !important; }  | ||
/*   | /* Pestanya inactiva quan el punter està a sobre d'ella */  | ||
ul.tabbernav li a:hover { background:   | ul.tabbernav li a:hover { background: MediumBlue !important; }  | ||
Revisió del 18: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; }