Diferencia entre revisiones de «MediaWiki:Common.css»

De Wiki Conpax
Ir a la navegación Ir a la búsqueda
Sin resumen de edición
mSin resumen de edición
 
(No se muestran 12 ediciones intermedias del mismo usuario)
Línea 4: Línea 4:


body {
body {
     font-family: "Noto Sans", sans-serif !important;
     font-family: "Noto Sans", sans-serif;
     background: cornsilk !important;
     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 {
.mw-body-content p {
     margin: 1em 0 0.5em 0;
     margin: 1.4em 0 0.7em 0;
}
 
li {
    margin-bottom: 0.2em;
}
 
a, a.external {
    color: steelblue !important;
}
 
a:visited, a.external:visited {
    color: #2d5373 !important;
}
}

Revisión actual - 06:14 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.4em 0 0.7em 0;
}

li {
    margin-bottom: 0.2em;
}

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

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