Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
mSin resumen de edición |
mSin resumen de edición |
||
(No se muestran 4 ediciones intermedias del mismo usuario) | |||
Línea 29: | Línea 29: | ||
.mw-body-content p { | .mw-body-content p { | ||
margin: 1. | margin: 1.4em 0 0.7em 0; | ||
} | |||
li { | |||
margin-bottom: 0.2em; | |||
} | } | ||
a, a.external { | a, a.external { | ||
color: | color: steelblue !important; | ||
} | } | ||
a:visited, a.external:visited { | a:visited, a.external:visited { | ||
color: | 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; }