MediaWiki:Common.css: diferència entre les revisions
 Afegir contingut  | 
				 Correcció de codis  | 
				||
| Línia 39: | Línia 39: | ||
.picture-attribution { display:none !important; }  | .picture-attribution { display:none !important; }  | ||
/*============================  | /*====================================  | ||
       3.   |        3. Característiques del Tabber  | ||
   ============================*/  |    ====================================*/  | ||
/* Tabber: poder posar encapçalaments */  | /* Tabber: poder posar encapçalaments */  | ||
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { display:block !important; }  | .tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { display:block !important; }  | ||
/*   | /* Tabber: Aparença */  | ||
.tabberlive .tabbertab {  | |||
border: none !important;  | |||
border-top:0 !important;  | |||
background-color: none !important;  | |||
}  | |||
ul.tabbernav {  | |||
 font: bold 12px Arial, sans-serif !important;  | |||
}  | |||
ul.tabbernav li a:link { color: #000000!important; }  | |||
ul.tabbernav li a:visited { color: #FFFFFF!important; }  | |||
ul.tabbernav li.tabberactive a, ul.tabbernav li a:hover, ul.tabbernav li a {  | |||
color: #000000!important;   | |||
border: 1px #000000 solid !important;    | |||
background-image: #FF3300  | |||
}  | |||
ul.tabbernav li a[disabled="disabled"] { font-weight: normal !important;  color: #000000!important; outline-style: none !important; }  | |||
ul.tabbernav li.tabberactive a {  | |||
border-bottom: 1px solid #000000!important;    | |||
}  | |||