Página principal

De enunpimpam
Saltar a: navegación, buscar

MediaWiki se ha instalado.

Consulta la guía para obtener información sobre el uso del software wiki.

Primeros pasos




Codigo css


 
#home-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#home-content {
  width: 100%;
  height: 100%;
  display: table;
}
#home-content-inner {
  display: table-cell;
  vertical-align: middle;
}

 
 #home-overlay {  background-color: rgba(0, 0, 0, 0.8);  width: 100%;  height: 100%;  position: fixed;  top: 0;  left: 0;  z-index: -1;}#home-content {  width: 100%;  height: 100%;  display: table;}#home-content-inner {  display: table-cell;  vertical-align: middle;}