Diferencia entre revisiones de «MediaWiki:Common.css»
De Amereida
| Línea 5: | Línea 5: | ||
} | } | ||
| + | .mw-body h1, .mw-body-content h1, .mw-body-content h2{ | ||
| + | font-family: 'Alegreya', serif; | ||
| + | font-weight: bold; | ||
| + | } | ||
textarea#wpTextbox1{ | textarea#wpTextbox1{ | ||
font-family: monospace; | font-family: monospace; | ||
Revisión del 10:56 17 ene 2018
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,500,500i,700,700i,800,800i,900,900i');
* {
font-family: 'Alegreya', serif;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2{
font-family: 'Alegreya', serif;
font-weight: bold;
}
textarea#wpTextbox1{
font-family: monospace;
}
/* fix the VE toolbar overlay bug */
.oo-ui-toolbar-bar{
top: 45px;
}
.ve-init-mw-desktopArticleTarget-originalContent{
margin-top: 100px;
}
.firstHeading{
text-align:left;
font-size: 1.7em;
margin-top: 3em;
}