Diferencia entre revisiones de «MediaWiki:Monobook.css»
De Wiki de EUROPARC Espana
(comentario) |
(más migración de estilo) |
||
Línea 23: | Línea 23: | ||
z-index: 2; | z-index: 2; | ||
*/ | */ | ||
+ | } | ||
+ | |||
+ | /* Encabezados */ | ||
+ | |||
+ | h1 { font-size: 188%; } | ||
+ | |||
+ | h1 .editsection { font-size: 53%; } | ||
+ | |||
+ | h2 { font-size: 150%; } | ||
+ | h2 .editsection { font-size: 67%; } | ||
+ | |||
+ | h3, h4, h5, h6 { | ||
+ | border-bottom: none; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | h3 { font-size: 132%; } | ||
+ | h3 .editsection { | ||
+ | font-size: 76%; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | h4 { font-size: 116%; } | ||
+ | h4 .editsection { | ||
+ | font-size: 86%; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | h5 { font-size: 100%; } | ||
+ | h5 .editsection { font-weight: normal; } | ||
+ | h6 { font-size: 80%; } | ||
+ | h6 .editsection { | ||
+ | font-size: 125%; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | /* Tablas */ | ||
+ | |||
+ | table { | ||
+ | font-size: 100%; | ||
+ | color: #40592F; | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | /* Hipervínculos */ | ||
+ | |||
+ | a { | ||
+ | text-decoration: none; | ||
+ | color: #6FAF43; | ||
+ | background: none; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: #6FAF43; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | color: #E8621A; | ||
+ | } | ||
+ | a:hover { | ||
+ | text-decoration: underline; | ||
+ | color: #E8621A; | ||
+ | } | ||
+ | a.stub { | ||
+ | color: #772233; | ||
+ | } | ||
+ | a.new, #p-personal a.new { | ||
+ | color: #ba0000; | ||
+ | } | ||
+ | a.new:visited, #p-personal a.new:visited { | ||
+ | color: #a55858; | ||
+ | } | ||
+ | |||
+ | /* Imágenes */ | ||
+ | |||
+ | img { | ||
+ | border: none; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | /* Párrafos */ | ||
+ | |||
+ | p { | ||
+ | margin: .4em 0 .5em 0; | ||
+ | line-height: 1.5em; | ||
+ | } | ||
+ | |||
+ | p img { | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | /* Líneas horizontales */ | ||
+ | |||
+ | hr { | ||
+ | height: 1px; | ||
+ | color: #aaa; | ||
+ | background-color: #aaa; | ||
+ | border: 0; | ||
+ | margin: .2em 0 .2em 0; | ||
} | } |
Revisión del 21:14 21 feb 2021
/*
El CSS colocado en esta página afectará a los usuarios que usen la apariencia "MonoBook"
Estilo heredado de la apariencia MonoBook modificada en la versión antigua de WikiConservacion
Si se quiere utilizar MonoBook a secas, solo hay que comentar o eliminar las líneas añadidas aquí.
*/
body {
background: #6FAF43;
}
#content {
background: #E0E7D8;
color: #40592F;
border: 1px solid #153;
border-right: none;
line-height: 1.5em;
/*
Estas líneas quedan comentadas porque rompen con el estilo. Se espera confirmación de los encargados de WikiConservación para confirmar si se mantiene o no
margin: 2.8em 0 0 12.2em;
padding: 0 1em 1.5em 1em;
position: relative;
top:139px;
z-index: 2;
*/
}
/* Encabezados */
h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection {
font-size: 76%;
font-weight: normal;
}
h4 { font-size: 116%; }
h4 .editsection {
font-size: 86%;
font-weight: normal;
}
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%; }
h6 .editsection {
font-size: 125%;
font-weight: normal;
}
/* Tablas */
table {
font-size: 100%;
color: #40592F;
background-color: white;
}
/* Hipervínculos */
a {
text-decoration: none;
color: #6FAF43;
background: none;
font-weight: bold;
}
a:visited {
color: #6FAF43;
font-weight: bold;
}
a:active {
color: #E8621A;
}
a:hover {
text-decoration: underline;
color: #E8621A;
}
a.stub {
color: #772233;
}
a.new, #p-personal a.new {
color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
color: #a55858;
}
/* Imágenes */
img {
border: none;
vertical-align: middle;
}
/* Párrafos */
p {
margin: .4em 0 .5em 0;
line-height: 1.5em;
}
p img {
margin: 0;
}
/* Líneas horizontales */
hr {
height: 1px;
color: #aaa;
background-color: #aaa;
border: 0;
margin: .2em 0 .2em 0;
}