Diferencia entre revisiones de «MediaWiki:Common.css»
De Wiki de EUROPARC Espana
(clase ficha) |
(no funciona el anidamiento) |
||
Línea 1: | Línea 1: | ||
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | /* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | ||
− | table | + | table.ficha { |
− | + | background-color: #5e9dc8; | |
− | + | border: 1px solid #5e9dc8; | |
− | + | margin: 0 0 0.5em 1em; | |
− | + | padding: 0; | |
− | + | -moz-border-radius: 2px; | |
− | + | border-radius: 2px; | |
− | + | } | |
− | + | table.ficha th { | |
− | + | background-color: #5e9dc8; | |
− | + | border: 0px; | |
− | + | padding: 3px; | |
− | + | font-size: 100%; | |
− | + | font-weight: normal; | |
− | + | color: #ffffff; | |
− | + | vertical-align: top !important; | |
− | |||
− | |||
} | } |
Revisión del 14:36 24 mar 2021
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
table.ficha {
background-color: #5e9dc8;
border: 1px solid #5e9dc8;
margin: 0 0 0.5em 1em;
padding: 0;
-moz-border-radius: 2px;
border-radius: 2px;
}
table.ficha th {
background-color: #5e9dc8;
border: 0px;
padding: 3px;
font-size: 100%;
font-weight: normal;
color: #ffffff;
vertical-align: top !important;
}