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 11: | Línea 11: | ||
font-variant: none; | font-variant: none; | ||
padding: 20px; | padding: 20px; | ||
color: white; | |||
} | } | ||
#user-tools { | #user-tools { | ||
margin: auto; | margin: auto; | ||
color: white; | |||
} | } | ||
Revisión del 08:49 14 oct 2022
/* All CSS here will be loaded for users of the Timeless skin */
@media screen {
#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;
}
}
