More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css?family= | @import url('https://fonts.googleapis.com/css?family=Noto+Sans+Mandaic'); | ||
body { | body { | ||
font-family: 'Noto Sans Mandaic', sans-serif; | |||
background-image: url('https://wiki.heystories.com/images/a/ae/Estafotodefsl.png') !important; | background-image: url('https://wiki.heystories.com/images/a/ae/Estafotodefsl.png') !important; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
| Line 28: | Line 25: | ||
} | } | ||
/* Cambiar el color de los enlaces | /* Cambiar el color de los enlaces */ | ||
a { | a { | ||
color: green; | color: green; | ||
} | } | ||
/* Cambiar el color de los enlaces visitados | /* Cambiar el color de los enlaces visitados */ | ||
a:visited { | a:visited { | ||
color: darkgreen; | color: darkgreen; | ||
} | } | ||
/* Cambiar el color de los enlaces al pasar el ratón por encima | /* Cambiar el color de los enlaces al pasar el ratón por encima */ | ||
a:hover { | a:hover { | ||
color: lightgreen; | color: lightgreen; | ||
| Line 47: | Line 44: | ||
color: forestgreen; | color: forestgreen; | ||
} | } | ||
/* Establecer el estilo de los títulos de contenido (h1, h2, h3, h4, h5, h6) */ | /* Establecer el estilo de los títulos de contenido (h1, h2, h3, h4, h5, h6) */ | ||
| Line 70: | Line 52: | ||
.mw-parser-output h5, | .mw-parser-output h5, | ||
.mw-parser-output h6 { | .mw-parser-output h6 { | ||
font-family: ' | font-family: 'Noto Sans Mandaic', sans-serif; | ||
color: #000000; /* Color del texto en negro */ | color: #000000; /* Color del texto en negro */ | ||
font-weight: normal; /* Peso de la fuente normal, no negrita */ | font-weight: normal; /* Peso de la fuente normal, no negrita */ | ||
margin-bottom: 0.5em; /* Espacio debajo del título */ | margin-bottom: 0.5em; /* Espacio debajo del título */ | ||
} | } | ||
/* Eliminar el subrayado de los títulos si están enlazados */ | /* Eliminar el subrayado de los títulos si están enlazados */ | ||
| Line 90: | Line 66: | ||
.mw-parser-output h6 a { | .mw-parser-output h6 a { | ||
text-decoration: none; /* Elimina el subrayado de los enlaces */ | text-decoration: none; /* Elimina el subrayado de los enlaces */ | ||
} | |||
/* Cambiar el estilo del encabezado */ | |||
#mw-header-container { | |||
background-image: url('https://wiki.heystories.com/images/9/9f/Nuevocielogriego.png'); | |||
background-size: cover; | |||
} | } | ||
Revision as of 19:22, 23 April 2024
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+Mandaic');
body {
font-family: 'Noto Sans Mandaic', 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 de los títulos de contenido (h1, h2, h3, h4, h5, h6) */
.mw-parser-output h1,
.mw-parser-output h2,
.mw-parser-output h3,
.mw-parser-output h4,
.mw-parser-output h5,
.mw-parser-output h6 {
font-family: 'Noto Sans Mandaic', sans-serif;
color: #000000; /* Color del texto en negro */
font-weight: normal; /* Peso de la fuente normal, no negrita */
margin-bottom: 0.5em; /* Espacio debajo del título */
}
/* 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; /* Elimina el subrayado de los enlaces */
}
/* Cambiar el estilo del encabezado */
#mw-header-container {
background-image: url('https://wiki.heystories.com/images/9/9f/Nuevocielogriego.png');
background-size: cover;
}