Diferencia entre revisiones de «MediaWiki:Common.css»

imported>Ivan
Sin resumen de edición
imported>Ivan
Sin resumen de edición
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 */
 
/* Infobox template style */
.infobox {
.infobox {
background-color: #F8F8F8;
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
color: black;
border: 1px solid #E0E0E0;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
float: right;
margin: 0 0 5px 5px;
/* @noflip */
padding: 0.5em;
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
 
.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
vertical-align: top;
}
 
.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
text-align: left;
font-size: 0.85em;
}
width: 300px;
 
}     
/* Remove .infobox when element selectors above are removed */
.infobox-title {
.infobox .infobox-above,
border: 1px solid #E0E0E0;
.infobox .infobox-title,
font-size: 1.25em;
/* Remove element selector when every .infobox thing is using the standard module/templates  */
color: #107896;
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
text-align: center;
background-color: #DCDCDC;
font-weight: bold;
}
}
.infobox-header {
 
font-size: 1em;
.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
padding: 0.2em;
}
 
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
text-align: center;
color: #107896;
border: 1px solid #BEBEBE;
}
}
.infobox-image {
 
text-align: center;
/* Remove .infobox when element selectors above are removed */
background-color: #ffff00;
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
}
}