MediaWiki:Wikia.css: diferència entre les revisions
Aparença
Canvi estètic |
Afegir contingut |
||
Línia 19: | Línia 19: | ||
/* 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 { background: MediumBlue !important; } | ul.tabbernav li a:hover { background: MediumBlue !important; } | ||
/*============================ | |||
2. Usuaris en Color | |||
============================*/ | |||
/* Administradors */ | |||
[href="/wiki/Usuari:Marcmpujol"], | |||
table.diff a[title="Usuari:Marcmpujol"], | |||
ul.special li a[title="Usuari:Marcmpujol"], | |||
span.changedby a[title="Usuari:Marcmpujol"], | |||
ul#pagehistory li a[title="Usuari:Marcmpujol"] | |||
{ | |||
color: blue; | |||
font-family:Trebuchet MS; | |||
text-shadow: 1px 0px 2px aqua; | |||
font-weight:bold; | |||
} |
Revisió del 16:07, 31 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; } /*============================ 2. Usuaris en Color ============================*/ /* Administradors */ [href="/wiki/Usuari:Marcmpujol"], table.diff a[title="Usuari:Marcmpujol"], ul.special li a[title="Usuari:Marcmpujol"], span.changedby a[title="Usuari:Marcmpujol"], ul#pagehistory li a[title="Usuari:Marcmpujol"] { color: blue; font-family:Trebuchet MS; text-shadow: 1px 0px 2px aqua; font-weight:bold; }