Diferencia entre revisiones de «Página principal»
De enunpimpam
Línea 12: | Línea 12: | ||
+ | |||
+ | Codigo css | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <pre class="brush: css"> <br>#home-overlay {<br> background-color: rgba(0, 0, 0, 0.8);<br> width: 100%;<br> height: 100%;<br> position: fixed;<br> top: 0;<br> left: 0;<br> z-index: -1;<br>}<br>#home-content {<br> width: 100%;<br> height: 100%;<br> display: table;<br>}<br>#home-content-inner {<br> display: table-cell;<br> vertical-align: middle;<br>}</pre> | |
− | <pre class="brush: |
Revisión del 23:42 20 abr 2020
MediaWiki se ha instalado.
Consulta la guía para obtener información sobre el uso del software wiki.
Primeros pasos
- Lista de ajustes de configuración
- Preguntas frecuentes sobre MediaWiki
- Lista de correo de anuncios de publicación de MediaWiki
- Traducir MediaWiki a tu idioma
- Aprende a combatir el spam en tu wiki
Codigo css
<br>#home-overlay {<br> background-color: rgba(0, 0, 0, 0.8);<br> width: 100%;<br> height: 100%;<br> position: fixed;<br> top: 0;<br> left: 0;<br> z-index: -1;<br>}<br>#home-content {<br> width: 100%;<br> height: 100%;<br> display: table;<br>}<br>#home-content-inner {<br> display: table-cell;<br> vertical-align: middle;<br>}