Diferencia entre revisiones de «MediaWiki:Vector.css»

De La Coppermind
Ir a la navegación Ir a la búsqueda
Línea 6: Línea 6:
 
}
 
}
   
@media screen and (min-width: 982px)
+
@media screen and (min-width: 982px) {
 
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
 
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
 
margin-left: 12em !important;
 
margin-left: 12em !important;
  +
}
 
}
 
}
   

Revisión del 22:24 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;
}