Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
| 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 { | ||
Revisión del 13:33 27 abr 2022
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
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%;
}