Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
Línea 2: | Línea 2: | ||
.ns-6 h1 { display: none; } | .ns-6 h1 { display: none; } | ||
+ | .ns-0 h1 { display: none; } | ||
table { | table { | ||
Línea 66: | Línea 67: | ||
.accesion_title { | .accesion_title { | ||
background: #FFA412; | background: #FFA412; | ||
− | font-size: | + | font-size: 18px; |
} | } | ||
Línea 80: | Línea 81: | ||
display: block; | display: block; | ||
margin: 0; | margin: 0; | ||
+ | } | ||
+ | |||
+ | .pageTitle { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | font-family: 'Linux Libertine','Georgia','Times',serif; | ||
+ | line-height: 1.3; | ||
+ | font-size: 29px; | ||
+ | } | ||
+ | |||
+ | .mw-body-content p { | ||
+ | margin: 0.5em 0 0 0; | ||
+ | } | ||
+ | |||
+ | .titleArea { | ||
+ | margin-bottom: 1.5em; | ||
} | } |
Revisión del 06:33 3 jun 2022
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ .ns-6 h1 { display: none; } .ns-0 h1 { display: none; } table { width: 50%; border-collapse: collapse; margin-bottom: 1em; margin-top: 1em; background: white; } th { background: #B4C7DC; font-weight: bold; } .first_column { width: 50%; background: #FFA412; } .datos_molec_column{ width: 75%; background: #FFA412; } .columns { width: 25%; background: #FFA412; } .toc{ float:left; display: block; margin-right: 4px; margin-bottom: 4px; } table.card { width: 30%; margin-right: 0px; margin-left: auto; } .clearfix{ clear: both; } td, th { padding: 6px; border: 1px solid #ccc; text-align: left; vertical-align: top; } .separator { width: 50%; } .card th { text-align: center; } .accesion_title { background: #FFA412; font-size: 18px; } .passport { background: #B4C7DC; } .columns_accesion{ width: 25%; } ul.gallery.mw-gallery-slideshow { display: block; margin: 0; } .pageTitle { margin: 0; padding: 0; font-family: 'Linux Libertine','Georgia','Times',serif; line-height: 1.3; font-size: 29px; } .mw-body-content p { margin: 0.5em 0 0 0; } .titleArea { margin-bottom: 1.5em; }