Diferencia entre revisiones de «Página principal»
De enunpimpam
| Línea 20: | Línea 20: | ||
| − | <pre class="code"> | + | |
| + | |||
| + | |||
| + | |||
| + | Codigo css | ||
| + | |||
| + | |||
| + | <pre class="brush:[code-alias]"> | ||
| + | #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; | ||
| + | } | ||
| + | |||
| + | </pre> | ||
Revisión del 23:34 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
Cite Gadgets MediaWiki-ConsoleOutput ParserFunctions ReplaceText TinyMCE CiteThisPage ImageMap MultimediaViewer PdfHandler Scribunto TitleBlacklist CodeEditor InputBox Nuke Poem SpamBlacklist WikiEditor ConfirmEdit Interwiki OATHAuth README SyntaxHighlight_GeSHi root@pimpam:/var/www/html/mediawiki/extensions#
Cite Gadgets MediaWiki-ConsoleOutput ParserFunctions ReplaceText TinyMCECiteThisPage ImageMap MultimediaViewer PdfHandler Scribunto TitleBlacklistCodeEditor InputBox Nuke Poem SpamBlacklist WikiEditorConfirmEdit Interwiki OATHAuth README SyntaxHighlight_GeSHiroot@pimpam:/var/www/html/mediawiki/extensions#
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;
}