Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
| Línea 1: | Línea 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | + | ||
.infobox { | .infobox { | ||
Revisión del 23:15 16 abr 2020
/* CSS placed here will be applied to all skins */
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0;
padding: 1em;
width: 300px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 120px;
text-transform: uppercase;
font-weight: bold;
}
.infobox td {
vertical-align: top;
}
body, .mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: 'Montserrat', sans-serif;
}
.mw-redirectedfrom {
display: none;
}
.info-box.a.image img {
min-width: 90vw;
}
.mw-parser-output p a img {
padding: 2.5px 1.5px;
}