Diferencia entre revisiones de «MediaWiki:Common.css»
De wiki EOI de documentación docente
(estilo para cabecera en portadas y capítulos) |
|||
Línea 11: | Línea 11: | ||
background-color: rgb(107, 171, 31); | background-color: rgb(107, 171, 31); | ||
color: rgb(255, 255, 255); | color: rgb(255, 255, 255); | ||
+ | } | ||
+ | |||
+ | /* TÍTULOS Y TEXTOS */ | ||
+ | .titulo { | ||
+ | text-align:left; | ||
+ | color: rgb(107, 171, 31); | ||
+ | margin-bottom:2em; | ||
} | } | ||
Revisión del 22:39 30 ene 2012
/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */ /* PÁGINAS */ /* Cabeceras, pies y columnas */ /* Cabecera para portadas wikilibros y capítulos */ .cabecera { text-align: left; width: 100%; padding: 0.5em; background-color: rgb(107, 171, 31); color: rgb(255, 255, 255); } /* TÍTULOS Y TEXTOS */ .titulo { text-align:left; color: rgb(107, 171, 31); margin-bottom:2em; } /* para AYUDA y GUÍAS */ .enlace-ayuda { padding:0.2em; padding-left:0.5em; background:rgb(235, 245, 220); border-bottom:1px solid rgb(107, 171, 31); border-top:1px dotted rgb(107, 171, 31); } /* --------------------------------------------- */ /* CSS que complementan javaScript en [[MediaWiki:Common.js]] como método para PLEGAR tablas */ /* en pruebas */ /* from Wikipedia & mw.org */ /** Collapsible tables ********************************************************* * * Description: Allows tables to be collapsed, showing only the header. See * http://www.mediawiki.org/wiki/Manual:Collapsible_tables. * Maintainers: [[en:User:R. Koot]] */ table.collapsed tr.collapsible { display: none; } .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; }