Diferencia entre revisiones de «MediaWiki:Common.css»
Línea 8: | Línea 8: | ||
| format=plain/ol/ul/table/DATATABLE | | format=plain/ol/ul/table/DATATABLE | ||
}} | }} | ||
+ | |||
+ | |||
+ | /* Top bar font modernization */ | ||
+ | #mw-header *, | ||
+ | #mw-site-navigation *, | ||
+ | #mw-related-navigation * { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif } | ||
+ | |||
+ | /* Avoid cutting off letters with descenders: g,j,p,q,y */ | ||
+ | #personal h2 span { | ||
+ | height: 1.5em; | ||
+ | position:relative; | ||
+ | bottom:0.1em | ||
+ | } | ||
+ | |||
+ | /* Triangle position patch */ | ||
+ | #personal h2::after { | ||
+ | position: relative; | ||
+ | bottom: 0.5em; | ||
+ | } |
Revisión del 16:18 30 oct 2020
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ {{#pageslist: namespace=Plantilla | invert=No | associated=yes/NO | category=categoryname | format=plain/ol/ul/table/DATATABLE }} /* Top bar font modernization */ #mw-header *, #mw-site-navigation *, #mw-related-navigation * { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif } /* Avoid cutting off letters with descenders: g,j,p,q,y */ #personal h2 span { height: 1.5em; position:relative; bottom:0.1em } /* Triangle position patch */ #personal h2::after { position: relative; bottom: 0.5em; }