More actions
No edit summary |
No edit summary |
||
| Line 50: | Line 50: | ||
color: #000000; | color: #000000; | ||
font-weight: 800; | font-weight: 800; | ||
font-size: 2em; /* Aumentar el tamaño de la fuente */ | |||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
} | } | ||
| Line 58: | Line 59: | ||
color: #000000; | color: #000000; | ||
font-weight: 800; | font-weight: 800; | ||
font-size: | font-size: 1.5em; /* Aumentar el tamaño de la fuente */ | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
} | } | ||
| Line 70: | Line 71: | ||
color: #000000; | color: #000000; | ||
font-weight: 800; | font-weight: 800; | ||
font-size: 1.25em; /* Aumentar el tamaño de la fuente */ | |||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
} | } | ||
Revision as of 14:52, 7 May 2024
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Poppins|Plus Jakarta Sans');
body {
font-family: 'Plus Jakarta Sans', sans-serif;
background-image: url('https://wiki.heystories.com/images/a/ae/Estafotodefsl.png') !important;
background-attachment: fixed;
background-size: cover;
background-position: center;
}
.vector-feature-zebra-design-disabled .mw-page-container {
background-color: #000000;
opacity: 0.9;
width: 88%;
}
.vector-feature-zebra-design-disabled body {
color: #FFFFFF;
}
.vector-feature-zebra-design-disabled .vector-header-container {
background-color: transparent;
width: 88%;
height: 100px;
}
/* Cambiar el color de los enlaces */
a {
color: green;
}
/* Cambiar el color de los enlaces visitados */
a:visited {
color: darkgreen;
}
/* Cambiar el color de los enlaces al pasar el ratón por encima */
a:hover {
color: lightgreen;
}
/* Cambiar el color de los enlaces al hacer clic en ellos */
a:active {
color: forestgreen;
}
/* Establecer el estilo del primer título de los artículos */
.mw-parser-output h1.firstHeading {
font-family: 'Plus Jakarta Sans', sans-serif;
color: #000000;
font-weight: 800;
font-size: 2em; /* Aumentar el tamaño de la fuente */
margin-bottom: 0.5em;
}
/* Establecer el estilo de los subencabezados para que coincidan con el texto normal */
.mw-parser-output h2 {
font-family: 'Plus Jakarta Sans', sans-serif;
color: #000000;
font-weight: 800;
font-size: 1.5em; /* Aumentar el tamaño de la fuente */
margin-bottom: 0.5em;
}
/* Mantener el estilo de los demás títulos */
.mw-parser-output h3,
.mw-parser-output h4,
.mw-parser-output h5,
.mw-parser-output h6 {
font-family: 'Plus Jakarta Sans', sans-serif;
color: #000000;
font-weight: 800;
font-size: 1.25em; /* Aumentar el tamaño de la fuente */
margin-bottom: 0.5em;
}
/* Eliminar el subrayado de los títulos si están enlazados */
.mw-parser-output h1 a,
.mw-parser-output h2 a,
.mw-parser-output h3 a,
.mw-parser-output h4 a,
.mw-parser-output h5 a,
.mw-parser-output h6 a {
text-decoration: none;
}
/* Cambiar el estilo del encabezado */
#mw-header-container {
background-image: url('https://wiki.heystories.com/images/9/9f/Nuevocielogriego.png');
background-size: cover;
}