Diferencia entre revisiones de «MediaWiki:Vector.css»

De La Coppermind
Ir a la navegación Ir a la búsqueda
(Created page with "#p-logo { width: 175px !important; height: 175px !important; margin-bottom: 1em !important; margin-top: 1em !important; } @media screen and (min-width: 982px)...")
 
Línea 18: Línea 18:
 
.mw-wiki-logo {
 
.mw-wiki-logo {
 
background-size: 175px auto !important;
 
background-size: 175px auto !important;
  +
}
  +
  +
#mw-panel {
  +
width: 11em;
 
}
 
}

Revisión del 22:20 13 nov 2021

#p-logo {
    width: 175px !important;
    height: 175px !important;
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}

@media screen and (min-width: 982px)
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 12em !important;
}

#p-logo a {
    width: 175px !important;
    height: 175px !important;
}

.mw-wiki-logo {
background-size: 175px auto !important;
}

#mw-panel {
width: 11em;
}