Diferencia entre revisiones de «MediaWiki:Common.css»
Sin resumen de edición |
Sin resumen de edición Etiqueta: Reversión manual |
||
| (No se muestran 8 ediciones intermedias del mismo usuario) | |||
| Línea 2: | Línea 2: | ||
.portada-header { | .portada-header { | ||
background: # | background: #fff7ee; | ||
border: 1px solid # | border: 1px solid #ffae00; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
padding: 1em; | padding: 1em; | ||
| Línea 13: | Línea 13: | ||
.portada-seccion { | .portada-seccion { | ||
border: 1px solid # | border: 1px solid #ffae00; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
.portada-seccion-titulo { | .portada-seccion-titulo { | ||
background: # | background: #003e6c; | ||
color: white; | color: white; | ||
font-size: 1em; | font-size: 1em; | ||
| Línea 30: | Línea 30: | ||
.portada-footer { | .portada-footer { | ||
background: #e5e5e6; | background: #e5e5e6; | ||
border: 1px solid # | border: 1px solid #ffae00; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
overflow: hidden; | overflow: hidden; | ||
| Línea 48: | Línea 48: | ||
.infobox { | .infobox { | ||
border: 1px solid # | border: 1px solid #ffae00; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
color: #000; | color: #000; | ||
| Línea 69: | Línea 69: | ||
} | } | ||
.infobox-titulo { | .infobox-titulo { | ||
background: # | background: #003e6c; | ||
color: white; | color: white; | ||
font-size: 1.5em; | font-size: 1.5em; | ||
| Línea 77: | Línea 77: | ||
} | } | ||
.infobox-subtitulo { | .infobox-subtitulo { | ||
background: # | background: #003e6c; | ||
color: white; | color: white; | ||
font-size: 1em; | font-size: 1em; | ||
| Línea 92: | Línea 92: | ||
a:link { | a:link { | ||
color: # | color: ##0223fa; | ||
text-decoration: underline; | |||
} | } | ||
a:visited { | a:visited { | ||
color: # | color: #3644a3; | ||
} | } | ||
a:hover { | a:hover { | ||
color: | color: #e8a60c; | ||
} | } | ||
Revisión actual - 11:45 18 ago 2023
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
.portada-header {
background: #fff7ee;
border: 1px solid #ffae00;
margin-bottom: 1em;
padding: 1em;
}
.portada-header-titulo {
font-size: 2em;
font-weight: 300;
}
.portada-seccion {
border: 1px solid #ffae00;
margin-bottom: 1em;
overflow: hidden;
}
.portada-seccion-titulo {
background: #003e6c;
color: white;
font-size: 1em;
font-weight: normal;
padding: 1em;
}
.portada-seccion-contenido {
overflow: hidden;
padding: 1em;
}
.portada-footer {
background: #e5e5e6;
border: 1px solid #ffae00;
margin-bottom: 1em;
overflow: hidden;
}
.portada-float-right {
float: right;
margin-left: 1em;
width: 30%;
}
.portada-align-right {
text-align: right;
}
/* Infobox */
.infobox {
border: 1px solid #ffae00;
background-color: #f9f9f9;
color: #000;
margin: .5em 0 .7em 1.2em;
padding: .4em;
clear: right;
float: right;
font-size: 90%;
line-height: 1.5em;
width: 22.5em
}
.infobox-imagen {
text-align: center;
}
.infobox-imagen-descripcion {
font-size: small;
font-style: italic;
padding: 0 .5em .5em .5em;
text-align: center;
}
.infobox-titulo {
background: #003e6c;
color: white;
font-size: 1.5em;
font-weight: bold;
padding: 1em;
text-align: center;
}
.infobox-subtitulo {
background: #003e6c;
color: white;
font-size: 1em;
font-weight: normal;
padding: 1em;
text-align: center;
line-height: .5em;
}
.infobox-datos th {
padding: .3em;
text-align: right;
vertical-align: top;
}
a:link {
color: ##0223fa;
text-decoration: underline;
}
a:visited {
color: #3644a3;
}
a:hover {
color: #e8a60c;
}
a.new {
color: #676ecc;
}