Diferencia entre revisiones de «MediaWiki:Common.css»

De wiki es.hackmeeting.org
Ir a la navegación Ir a la búsqueda
Sin resumen de edición
Sin resumen de edición
 
(No se muestran 6 ediciones intermedias de 2 usuarios)
Línea 19: Línea 19:
}
}
#mw-panel {
#mw-panel {
    background-color: white;
}
#mw-head {
     background-color: white;
     background-color: white;
}
}
Línea 28: Línea 32:
#firstHeading {
#firstHeading {
     display: none;
     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;
}