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 73: | Línea 73: | ||
#mw-header-nav-hack { | #mw-header-nav-hack { | ||
top: 6em; | top: 6em; | ||
background-color: #00af89; | |||
} | } | ||
Línea 119: | Línea 120: | ||
} | } | ||
#mw-site-navigation h2, #mw-related-navigation h2 { | |||
font-family: Fira Sans Condensed; | |||
color: white; | |||
} | |||
} | } | ||
@media screen and (min-width: 851px) and (max-width: 1099px) { | @media screen and (min-width: 851px) and (max-width: 1099px) { |
Revisión del 12:25 17 oct 2022
/* All CSS here will be loaded for users of the Timeless skin */ @font-face { font-family: 'Fira Sans Condensed'; src: url('/images/b/b2/Firasanscondensed-regular-webfont.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Fira Sans Condensed'; src: url('/images/8/8d/Firasanscondensed-bold-webfont.woff2') format('woff2'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Fira Sans Condensed'; src: url('/images/a/a4/Firasanscondensed-italic-webfont.woff2') format('woff2'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Fira Sans Condensed'; src: url('/images/a/a8/Firasanscondensed-bolditalic-webfont.woff2') format('woff2'); font-weight: bold; font-style: italic; } @media screen { /* * GENERALES */ #mw-header-container { min-height: 6em; background-color: #bf192b; } #p-logo-text a.mw-wiki-title { font-family: Fira Sans Condensed; font-weight: bold; text-transform: uppercase; line-height: 1em; font-variant: none; padding: 20px; color: white; } #user-tools { margin: auto; color: white; } #personal h2 { font-family: Fira Sans Condensed; } #p-search { display: flex; } #p-search #searchform { margin: auto; width: 100%; } #mw-header-hack { top: 6em; } #mw-header-nav-hack { top: 6em; background-color: #00af89; } .color-left, .color-middle, .color-right { background-color: #bf192b; } #mw-content-container { margin-top: 6.35em; border-color: #1e683a; background-color: #9ce2b7; } /* * DE TEXTO */ body { font-size: 1em; } body, .mw-body, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 { font-family: Fira Sans Condensed; } .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 .mw-parser-output h2::after { border: none; } .mw-body h3 { color: #1e683a; font-weight: bold; } #mw-site-navigation h2, #mw-related-navigation h2 { font-family: Fira Sans Condensed; color: white; } } @media screen and (min-width: 851px) and (max-width: 1099px) { #mw-content { margin-top: 8em; } }