MediaWiki:Wikia.css: diferència entre les revisions
m Correcció de codis |
Canvi estètic |
||
Línia 160: | Línia 160: | ||
/* Pestanya activa */ | /* Pestanya activa */ | ||
ul.tabbernav li.tabberactive a { | ul.tabbernav li.tabberactive a { | ||
background: | background: #B22222 !important; | ||
border-radius: 10px 10px 0 0 !important; | border-radius: 10px 10px 0 0 !important; | ||
-moz-border-radius: 10px 10px 0 0 !important; | -moz-border-radius: 10px 10px 0 0 !important; | ||
-webkit-border-radius:10px 10px 0 0 !important; | -webkit-border-radius:10px 10px 0 0 !important; | ||
color: | border: 0px !important; | ||
color:white !important; | |||
} | } | ||
/* Pestanya activa quan el punter està a sobre d'ella */ | /* Pestanya activa quan el punter està a sobre d'ella */ | ||
ul.tabbernav li.tabberactive a:hover { | ul.tabbernav li.tabberactive a:hover { | ||
background: | background: #B22222 !important; | ||
border-radius: 10px 10px 0 0 !important; | border-radius: 10px 10px 0 0 !important; | ||
-moz-border-radius: 10px 10px 0 0 !important; | -moz-border-radius: 10px 10px 0 0 !important; | ||
-webkit-border-radius:10px 10px 0 0 !important; | -webkit-border-radius:10px 10px 0 0 !important; | ||
color: | color:white !important; | ||
border: 0px !important; | |||
} | } | ||
/* Pestanyes inactives */ | /* Pestanyes inactives */ | ||
ul.tabbernav li a { | ul.tabbernav li a { | ||
background: | background: #CD5C5C !important; | ||
color:white !important; | |||
border: 0px !important; | |||
} | } | ||
/* Pestanya inactiva quan el punter està a sobre d'ella */ | /* Pestanya inactiva quan el punter està a sobre d'ella */ | ||
ul.tabbernav li a:hover { | ul.tabbernav li a:hover { | ||
background: | background: #D34F4F !important; | ||
box-shadow:0 0 10px white inset !important; | box-shadow:0 0 10px white inset !important; | ||
-moz-box-shadow:0 0 10px white inset !important; | -moz-box-shadow:0 0 10px white inset !important; | ||
-webkit-box-shadow:0 0 10px white inset !important; | -webkit-box-shadow:0 0 10px white inset !important; | ||
border: 0px !important; | border: 0px !important; | ||
color:white !important; | |||
} | } | ||