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 { | .infobox { | ||
background-color: #F8F8F8; | background-color: #F8F8F8; | ||
Línea 25: | Línea 26: | ||
background-color: #ffff00; | background-color: #ffff00; | ||
} | } | ||
/* Desde aquí hasta el final, extraído de https://wiki.archlinux.org/index.php?title=MediaWiki:Common.css&oldid=805203*/ | |||
#bodyContent #mw-content-text { | |||
margin-top: 0; | |||
} | |||
.mw-body-content p > br:is(:first-child, :last-child) { | |||
display: none; | |||
} | |||
.mw-body-content p:last-child { | |||
margin-bottom: 0; | |||
} | |||
.mw-body-content pre { | |||
margin: 0.5em 0; | |||
} | |||
.vector-body .mw-body-content h1 { font-size: 188%; } | |||
.vector-body .mw-body-content h2 { font-size: 150%; } | |||
.vector-body .mw-body-content h3 { font-size: 128%; } | |||
.vector-body .mw-body-content h4 { font-size: 116%; } | |||
.vector-body .mw-body-content h5 { font-size: 108%; } | |||
.vector-body .mw-body-content h6 { font-size: 100%; } |
Revisión del 09:30 19 jun 2024
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
.infobox {
background-color: #F8F8F8;
color: #107896;
border: 1px solid #E0E0E0;
float: right;
margin: 0 0 5px 5px;
padding: 1em;
text-align: left;
width: 300px;
}
.infobox-title {
border: 1px solid #E0E0E0;
font-size: 1.5em;
text-align: center;
background-color: #DCDCDC;
}
.infobox-header {
font-size: 1em;
text-align: center;
border: 1px solid #BEBEBE;
}
.infobox-image {
text-align: center;
background-color: #ffff00;
}
/* Desde aquí hasta el final, extraído de https://wiki.archlinux.org/index.php?title=MediaWiki:Common.css&oldid=805203*/
#bodyContent #mw-content-text {
margin-top: 0;
}
.mw-body-content p > br:is(:first-child, :last-child) {
display: none;
}
.mw-body-content p:last-child {
margin-bottom: 0;
}
.mw-body-content pre {
margin: 0.5em 0;
}
.vector-body .mw-body-content h1 { font-size: 188%; }
.vector-body .mw-body-content h2 { font-size: 150%; }
.vector-body .mw-body-content h3 { font-size: 128%; }
.vector-body .mw-body-content h4 { font-size: 116%; }
.vector-body .mw-body-content h5 { font-size: 108%; }
.vector-body .mw-body-content h6 { font-size: 100%; }