Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
Sin resumen de edición |
Sin resumen de edición |
||
(No se muestran 18 ediciones intermedias de 2 usuarios) | |||
Línea 1: | Línea 1: | ||
#p-logo a { | #p-logo a { | ||
display: block; | display: block; | ||
Línea 13: | Línea 8: | ||
background-size: 100%; | background-size: 100%; | ||
background-color: 100% !important; | background-color: 100% !important; | ||
} | |||
#footer { | |||
background-color: white; | |||
} | |||
#mw-navigation { | |||
background-color: white; | |||
} | |||
#mw-panel { | |||
background-color: white; | |||
} | |||
#mw-head { | |||
background-color: white; | |||
} | |||
body { | |||
background-color: white; | |||
} | |||
#firstHeading { | |||
display: none; | |||
} | |||
#mv-head { | |||
border: 1px solid gray; | |||
} | |||
#imagenlateral { | |||
display: inline-block; | |||
background-image: url(https://es.hackmeeting.org/hm/images/3/3a/Trayectoriahm.png); | |||
background-position: center top; | |||
height: 500px; | |||
width: 150px; | |||
} | |||
.mw-wiki-logo{ | |||
background-size 150px; | |||
} | } |
Revisión actual - 17:17 17 sep 2018
#p-logo a { display: block; width: 95%; height: 100%; background-repeat: no-repeat; background-position: center center; text-decoration: none; background-size: 100%; background-color: 100% !important; } #footer { background-color: white; } #mw-navigation { background-color: white; } #mw-panel { background-color: white; } #mw-head { background-color: white; } body { background-color: white; } #firstHeading { display: none; } #mv-head { border: 1px solid gray; } #imagenlateral { display: inline-block; background-image: url(https://es.hackmeeting.org/hm/images/3/3a/Trayectoriahm.png); background-position: center top; height: 500px; width: 150px; } .mw-wiki-logo{ background-size 150px; }