Diferencia entre revisiones de «MediaWiki:Timeless.css»
(No se muestran 8 ediciones intermedias del mismo usuario) | |||
Línea 3: | Línea 3: | ||
#p-logo-text a { | #p-logo-text a { | ||
font-family: " Helvetica Neue"; | font-family: " Helvetica Neue"; | ||
− | font-variant: | + | font-variant: serif; |
} | } | ||
/* Username text */ | /* Username text */ | ||
#p-personal-label > b { | #p-personal-label > b { | ||
font-family: " Helvetica Neue"; | font-family: " Helvetica Neue"; | ||
+ | font-variant: serif; | ||
} | } | ||
+ | |||
+ | /*#eliminar ciertos botones en */ | ||
+ | #ca-talk { display:none!important; } | ||
+ | #ca-history { display:none!important; } | ||
+ | |||
+ | |||
+ | #f-list #viewcount { display: none; } | ||
+ | #f-list #lastmod { display: none; } |
Revisión actual del 19:21 8 nov 2020
/* CSS placed here will affect users of the Timeless skin */ /* Website title text */ #p-logo-text a { font-family: " Helvetica Neue"; font-variant: serif; } /* Username text */ #p-personal-label > b { font-family: " Helvetica Neue"; font-variant: serif; } /*#eliminar ciertos botones en */ #ca-talk { display:none!important; } #ca-history { display:none!important; } #f-list #viewcount { display: none; } #f-list #lastmod { display: none; }