Diferencia entre revisiones de «MediaWiki:Timeless.css»
De Guía básica del profesorado
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 2: | Línea 2: | ||
@media screen { | @media screen { | ||
#mw-header-container { | |||
min-height: 6em; | |||
} | |||
#p-logo-text a.mw-wiki-title { | #p-logo-text a.mw-wiki-title { | ||
font-family: Liberation Sans; | font-family: Liberation Sans; | ||
| Línea 7: | Línea 11: | ||
padding: 20px; | padding: 20px; | ||
} | } | ||
#mw-content-container { | |||
margin-top: 6em; | |||
} | } | ||
Revisión del 13:58 13 oct 2022
/* All CSS here will be loaded for users of the Timeless skin */
@media screen {
#mw-header-container {
min-height: 6em;
}
#p-logo-text a.mw-wiki-title {
font-family: Liberation Sans;
font-variant: none;
padding: 20px;
}
#mw-content-container {
margin-top: 6em;
}
