More actions
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
font-family: "Commissioner", sans-serif; | font-family: "Commissioner", sans-serif; | ||
font-weight: 700; /* Negrita */ | font-weight: 700; /* Negrita */ | ||
font-size: 3em; | |||
} | } | ||
| Line 51: | Line 52: | ||
} | } | ||
body { background-color: # | body { background-color: #11151c; } #mw-panel { background-color: inherit; } | ||
Revision as of 17:45, 16 November 2024
@import url('https://fonts.googleapis.com/css2?family=Garamond:wght@400&family=Abhaya+Libre:wght@400;700&family=Crimson+Text:wght@400&display=swap');
/* Estilo para el título principal de los artículos */
#firstHeading {
font-family: "Garamond", serif;
font-size: 2.5em; /* Tamaño más grande */
}
/* Estilo para todos los subtítulos en Abhaya Libre */
h2, h3, h4, h5 {
font-family: "Abhaya Libre", serif;
font-weight: 700; /* Negrita para destacarlos */
}
/* Estilo para el texto normal de los artículos */
.mw-body-content {
font-family: "Crimson Text", serif;
color: #e3e6e4;
}
/* Estilo para Sub-Heading 4 en Commissioner con negrita */
h6 {
font-family: "Commissioner", sans-serif;
font-weight: 700; /* Negrita */
font-size: 3em;
}
/* Estilo para el pie de página */
#footer, .mw-footer {
color: #ffffff;
background-color: #1c1c1c;
font-family: "Commissioner", sans-serif;
font-weight: 200;
}
/* Estilo para enlaces: mismo color que el texto normal con subrayado en color #f5ed56 */
a, a:link, a:visited {
color: inherit; /* El enlace mantiene el mismo color que el texto común */
text-decoration: underline;
text-decoration-color: #f5ed56; /* Subrayado en color #f5ed56 */
}
/* Cambia el color del subrayado de enlaces al pasar el cursor */
a:hover {
text-decoration-color: #f5ed56;
}
/* Estilo para el subrayado del texto seleccionado */
::selection {
background-color: #f5ed56; /* Fondo amarillo al seleccionar texto */
color: #1c1c1c; /* Color del texto seleccionado */
}
body { background-color: #11151c; } #mw-panel { background-color: inherit; }