MediaWiki:Common.css
De SpongePedia
(Diferencias entre revisiones)
Línea 5: | Línea 5: | ||
body.page-Portada #contentSub { | body.page-Portada #contentSub { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | /* Colores de usuario para administradores */ | ||
+ | |||
+ | a[href$="Frieds"], | ||
+ | a[href$="Gary1235"], | ||
+ | a[href$="Myotis"], | ||
+ | a[href$="Simon"], | ||
+ | a[href$="SpongeBot"] { | ||
+ | |||
+ | color: #ee0000 !important; | ||
+ | font-weight: normal !important; | ||
+ | } | ||
+ | |||
+ | /* Colores de usuario para burócratas */ | ||
+ | |||
+ | a[href$="Aku"], | ||
+ | a[href$="CFP"] { | ||
+ | |||
+ | color: #1122ff !important; | ||
+ | font-weight: normal !important; | ||
} | } |
Revisión de 17:16 25 abr 2021
/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */ body.page-Portada h1.firstHeading, body.page-Portada #catlinks, body.page-Portada #contentSub { display: none; } /* Colores de usuario para administradores */ a[href$="Frieds"], a[href$="Gary1235"], a[href$="Myotis"], a[href$="Simon"], a[href$="SpongeBot"] { color: #ee0000 !important; font-weight: normal !important; } /* Colores de usuario para burócratas */ a[href$="Aku"], a[href$="CFP"] { color: #1122ff !important; font-weight: normal !important; }