Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
| Línea 25: | Línea 25: | ||
background: #FFA412; | background: #FFA412; | ||
} | } | ||
| − | |||
.columns { | .columns { | ||
| Línea 76: | Línea 75: | ||
.columns_accesion{ | .columns_accesion{ | ||
width: 25%; | width: 25%; | ||
| + | } | ||
| + | |||
| + | ul.gallery.mw-gallery-slideshow { | ||
| + | display: block; | ||
| + | margin: 0; | ||
} | } | ||
Revisión del 06:42 6 may 2022
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
.ns-6 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: 16px;
}
.passport {
background: #B4C7DC;
}
.columns_accesion{
width: 25%;
}
ul.gallery.mw-gallery-slideshow {
display: block;
margin: 0;
}