Diferencia entre revisiones de «MediaWiki:Common.css»
De Apuntes
Modernized fonts in top bar |
Color de barra de h1 |
||
(No se muestran 9 ediciones intermedias del mismo usuario) | |||
Línea 4: | Línea 4: | ||
#mw-header *, | #mw-header *, | ||
#mw-site-navigation *, | #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 | #mw-related-navigation *, | ||
.mw-first-heading, | |||
.mw-headline { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif !important; } | |||
/* Avoid cutting off letters with descenders: g,j,p,q,y */ | /* Avoid cutting off letters with descenders: g,j,p,q,y */ | ||
Línea 17: | Línea 19: | ||
position: relative; | position: relative; | ||
bottom: 0.5em; | bottom: 0.5em; | ||
} | |||
.color-left, | |||
.color-middle, | |||
.color-right { | |||
background: #00c0f3; | |||
} | |||
#mw-content-container { | |||
border-bottom: solid 4px #00c0f3; | |||
} | |||
.mw-body h1.firstHeading { | |||
border-bottom: solid 4px #005da4; | |||
} | } |
Revisión actual - 17:01 29 sep 2022
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *,
.mw-first-heading,
.mw-headline { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif !important; }
/* 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;
}
.color-left,
.color-middle,
.color-right {
background: #00c0f3;
}
#mw-content-container {
border-bottom: solid 4px #00c0f3;
}
.mw-body h1.firstHeading {
border-bottom: solid 4px #005da4;
}