Diferencia entre revisiones de «MediaWiki:Common.css»

De Wiki Conpax
Ir a la navegación Ir a la búsqueda
mSin resumen de edición
mSin resumen de edición
Línea 33: Línea 33:


a, a.external {
a, a.external {
     color: #4fa3e8 !important;
     color: steelblue !important;
}
}


a:visited, a.external:visited {
a:visited, a.external:visited {
     color: steelblue !important;
     color: #2d5373 !important;
}
}

Revisión del 06:11 19 mar 2020

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif");

body {
    font-family: "Noto Sans", sans-serif;
    background: aliceblue;
}

.mw-body h1 {
    font-family: "Noto Sans", sans-serif;
}

.mw-body h2 {
    font-family: "Noto Sans", sans-serif;
}

.mw-body h3 {
    font-family: "Noto Sans", sans-serif;
}

.mw-body h4 {
    font-family: "Noto Sans", sans-serif;
}

.mw-body h5 {
    font-family: "Noto Sans", sans-serif;
}

.mw-body-content p {
    margin: 1.2em 0 0.5em 0;
}

a, a.external {
    color: steelblue !important;
}

a:visited, a.external:visited {
    color: #2d5373 !important;
}