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 64: | Línea 64: | ||
} | } | ||
.mw-body h2 | .mw-body h2:after { | ||
border: none; | border: none; | ||
} | } | ||
} | } |
Revisión del 09:06 14 oct 2022
/* All CSS here will be loaded for users of the Timeless skin */ @media screen { /* * GENERALES */ #mw-header-container { min-height: 6em; background-color: #bf192b; } #p-logo-text a.mw-wiki-title { font-family: Liberation Sans; font-variant: none; padding: 20px; color: white; } #user-tools { margin: auto; color: white; } #p-search { display: flex; } #p-search #searchform { margin: auto; width: 100%; } #mw-header-hack { top: 6em; } .color-left, .color-middle, .color-right { background-color: #bf192b; } #mw-content-container { margin-top: 6.35em; border-color: #1e683a; background-color: #9ce2b7; } /* * DE TEXTO */ .mw-body h1.firstHeading { color: #bf192b; border: none; font-weight: bold; text-transform: uppercase; } .mw-body h2 { color: #bf192b; border: none; font-weight: bold; } .mw-body h2:after { border: none; } }