Diferencia entre revisiones de «MediaWiki:Common.css»

De Open Montessori
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 */
+
@import url("https://openmontessori.org/load.php?lang=en&modules=site.styles&only=styles&skin=vector");
 
 
 
 
.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;
 
}
 

Revisión del 23:30 16 abr 2020

@import url("https://openmontessori.org/load.php?lang=en&modules=site.styles&only=styles&skin=vector");