Diferencia entre revisiones de «MediaWiki:Common.css»
Sin resumen de edición |
m (Protegió «MediaWiki:Common.css» ([Editar=Permitir solo administradores] (indefinido) [Trasladar=Permitir solo administradores] (indefinido))) |
||
| (No se muestran 4 ediciones intermedias del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | /* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | ||
/* Importación tipos Google Fonts */ | |||
/* | |||
/* latin-ext */ | /* latin-ext */ | ||
@font-face { | @font-face { | ||
| Línea 37: | Línea 34: | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
} | } | ||
/* Tipos pmLR */ | |||
body { | body { | ||
| Línea 43: | Línea 42: | ||
} | } | ||
/* Changes the default font used for MediaWiki headings to Comfortaa: */ | /* Changes the default font used for MediaWiki Vector skin headings to Comfortaa: */ | ||
.mw-body h1 | .mw-body h1 | ||
{ | { | ||
font-family: 'Comfortaa', sans-serif !important; | |||
font-weigth:bold; | |||
} | |||
.mw-body headline{ | |||
font-family: 'Comfortaa', sans-serif !important; | |||
font-weight:bold; | |||
} | |||
.mw-logo-container{ | |||
font-family: 'Comfortaa', sans-serif !important; | |||
} | |||
.mw-body h2{ | |||
font-family: 'Comfortaa', sans-serif !important; | |||
} | |||
.mw-body h3{ | |||
font-family: 'Comfortaa', sans-serif !important; | |||
} | |||
.mw-body h4{ | |||
font-family: 'Comfortaa', sans-serif !important; | |||
} | |||
.mw-body h5{ | |||
font-family: 'Comfortaa', sans-serif !important; | |||
} | |||
.mw-body h6{ | |||
font-family: 'Comfortaa', sans-serif !important; | font-family: 'Comfortaa', sans-serif !important; | ||
} | } | ||
Revisión actual - 10:04 6 feb 2023
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* Importación tipos Google Fonts */
/* latin-ext */
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDr0fIA9c.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrMfIA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'IBM Plex Serif';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/ibmplexserif/v15/jizDREVNn1dOx-zrZ2X3pZvkTiUR2zcLig.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'IBM Plex Serif';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/ibmplexserif/v15/jizDREVNn1dOx-zrZ2X3pZvkTiUf2zc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Tipos pmLR */
body {
font-family: 'IBM Plex Serif', sans-serif !important;
font-size: 1rem !important;
}
/* Changes the default font used for MediaWiki Vector skin headings to Comfortaa: */
.mw-body h1
{
font-family: 'Comfortaa', sans-serif !important;
font-weigth:bold;
}
.mw-body headline{
font-family: 'Comfortaa', sans-serif !important;
font-weight:bold;
}
.mw-logo-container{
font-family: 'Comfortaa', sans-serif !important;
}
.mw-body h2{
font-family: 'Comfortaa', sans-serif !important;
}
.mw-body h3{
font-family: 'Comfortaa', sans-serif !important;
}
.mw-body h4{
font-family: 'Comfortaa', sans-serif !important;
}
.mw-body h5{
font-family: 'Comfortaa', sans-serif !important;
}
.mw-body h6{
font-family: 'Comfortaa', sans-serif !important;
}