MediaWiki:Common.css: diferència entre les revisions
 Revertir edició de prova  | 
				 Fer prova  | 
				||
| Línia 89: | Línia 89: | ||
ul.tabbernav li.tabberactive a {  | ul.tabbernav li.tabberactive a {  | ||
border-bottom: 1px solid #000000!important;    | border-bottom: 1px solid #000000!important;    | ||
}  | |||
/* Todas las pestañas excepto la activa */  | |||
 .WikiaArticle .tabs li:not(.selected) a {   | |||
background:red !important;   | |||
color:blue !important;   | |||
}   | |||
/* Solamente la pestaña activa */  | |||
 .tabs li.selected a {   | |||
background:orange !important;   | |||
color:green !important;   | |||
}  | }  | ||