Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&family=Abhaya+Libre:wght@400;700&family=Crimson+Text:wght@400&family=Garamond:wght@400&family=Commissioner:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&family=Abhaya+Libre:wght@400;700&family=Newsreader:wght@400;700&family=Garamond:wght@400&family=Commissioner:wght@400;700&display=swap');


/* Estilo para el título principal de los artículos */
/* General */
body {
    background-color: #18181e; /* Fondo oscuro */
    font-family: "Newsreader", serif; /* Fuente principal para el cuerpo */
    font-size: 1.1em;
    color: #ffffff;
    line-height: 1.7; /* Mejor legibilidad */
}
 
/* Títulos */
#firstHeading {
#firstHeading {
     font-family: "Garamond", serif;
     font-family: "Garamond", serif;
     font-size: 2.5em; /* Tamaño grande para destacar */
     font-size: 2.5em;
     text-decoration: none !important; /* Sin subrayado */
     text-decoration: none;
}
}


/* Primer nivel de subtítulos (h2) en EB Garamond */
h2 {
h2 {
     font-family: "EB Garamond", serif;
     font-family: "EB Garamond", serif;
     font-size: 1.8em; /* Tamaño destacado */
     font-size: 1.8em;
     font-weight: 700; /* Negrita para énfasis */
     font-weight: 700;
     margin-bottom: 10px; /* Espaciado adicional */
     margin-bottom: 10px;
     border-bottom: 2px solid #f5ed56; /* Línea amarilla para separación */
    padding-bottom: 5px;
    padding-bottom: 5px; /* Espaciado interno */
     border-bottom: 2px solid #f5ed56; /* Línea amarilla */
    text-decoration: none !important; /* Sin subrayado */
}
}


/* Subtítulos (h3-h5) en Abhaya Libre */
h3, h4, h5 {
h3, h4, h5 {
     font-family: "Abhaya Libre", serif;
     font-family: "Abhaya Libre", serif;
     font-weight: 700; /* Negrita para énfasis */
     font-weight: 700;
    text-decoration: none !important; /* Sin subrayado */
}
}


/* Nivel más pequeño (h6) con tamaño ajustado */
h6 {
h6 {
     font-family: "Commissioner", sans-serif;
     font-family: "Commissioner", sans-serif;
     font-weight: 700; /* Negrita para destacar */
     font-size: 1.2em;
     font-size: 1.2em; /* Ligeramente mayor que el texto normal */
     font-weight: 700;
     margin-top: 15px; /* Espaciado superior */
     margin-top: 15px;
    text-decoration: none !important; /* Sin subrayado */
}
}


/* Texto normal de los artículos */
/* Enlaces */
.mw-body-content {
a {
     font-family: "Crimson Text", serif; /* Fuente elegante y profesional */
     color: inherit; /* Usa el color actual del texto */
     font-size: 1.1em; /* Tamaño ligeramente mayor */
     text-decoration: underline 2px #f5ed56; /* Subrayado amarillo */
     color: #ffffff; /* Blanco para contraste limpio */
     position: relative;
     line-height: 1.7; /* Altura de línea para buena legibilidad */
    overflow: hidden;
     transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
}


/* Estilo para enlaces */
a, a:link, a:visited {
    color: inherit; /* Conserva el color del texto normal */
    text-decoration: underline; /* Subrayado visible */
    text-decoration-thickness: 2px; /* Subrayado grueso */
    text-decoration-color: #f5ed56; /* Subrayado amarillo */
    position: relative; /* Necesario para efectos */
    overflow: hidden; /* Previene desbordamientos */
    transition: color 0.3s ease, text-decoration-color 0.3s ease; /* Transiciones suaves */
}
/* Efecto dinámico en enlaces al pasar el cursor */
a:hover {
a:hover {
     color: #090a0a !important; /* Negro profundo */
     color: #090a0a;
}
}


/* Fondo amarillo animado */
a::before {
a::before {
     content: "";
     content: "";
Line 67: Line 58:
     width: 0;
     width: 0;
     height: 100%;
     height: 100%;
     background-color: #f5ed56; /* Amarillo marcador */
     background-color: #f5ed56;
     z-index: -1;
     z-index: -1;
     transition: width 0.4s ease;
     transition: width 0.4s ease;
Line 73: Line 64:


a:hover::before {
a:hover::before {
     width: 100%; /* Expande el fondo */
     width: 100%; /* Fondo amarillo dinámico */
}
}


/* Quitar subrayados de enlaces dentro de títulos */
/* Quitar subrayados en enlaces dentro de títulos */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     text-decoration: none !important;
     text-decoration: none;
}
}


Line 87: Line 78:
}
}


/* Fondo general */
/* Citas */
body {
    background-color: #18181e;
}
 
/* Bloques de cita */
blockquote {
blockquote {
     font-family: "EB Garamond", serif; /* Fuente profesional */
     font-family: "EB Garamond", serif;
     font-size: 0.95em; /* Ligeramente más pequeño que el texto normal */
     font-size: 0.95em;
     color: #dcdcdc; /* Gris claro para buen contraste */
     color: #dcdcdc;
     border-left: 3px solid #f5ed56; /* Línea amarilla estrecha */
     border-left: 3px solid #f5ed56;
     padding-left: 20px; /* Espaciado entre la línea y el texto */
     padding-left: 20px;
     margin: 20px 0 20px 25px; /* Desplaza ligeramente hacia la derecha */
     margin: 20px 25px;
     line-height: 1.8; /* Altura de línea para mejor legibilidad */
     line-height: 1.8;
     background: none; /* Fondo transparente */
     background: none;
    box-shadow: none; /* Sin sombra */
    border-radius: 0; /* Sin bordes redondeados */
}
}


/* Estilo para el texto del bloque de cita */
blockquote p {
blockquote p {
     margin: 0; /* Sin márgenes adicionales */
     margin: 0; /* Sin márgenes extra */
    font-style: normal; /* Sin cursiva */
}
}


/* Botón flotante de "Volver al inicio" */
/* Botón flotante "Volver al inicio" */
#backToTop {
#backToTop {
     position: fixed;
     position: fixed;
Line 135: Line 117:
}
}


/* Mostrar el botón al hacer scroll */
#backToTop.show {
#backToTop.show {
     opacity: 1;
     opacity: 1;
Line 141: Line 122:
}
}


/* Efecto al pasar el cursor */
#backToTop:hover {
#backToTop:hover {
     background-color: #e0e0e0;
     background-color: #e0e0e0;
Line 147: Line 127:
}
}


/* Estilo de la barra de lectura */
/* Barra de progreso de lectura */
.reading-progress-bar-container {
.reading-progress-bar-container {
     position: fixed;
     position: fixed;
Line 160: Line 140:
.reading-progress-bar {
.reading-progress-bar {
     height: 100%;
     height: 100%;
     width: 0%;
     width: 0;
     background-color: #0078d7; /* Cambia este color según el diseño del tema */
     background-color: #0078d7; /* Azul para el progreso */
     transition: width 0.2s ease-out;
     transition: width 0.2s ease-out;
}
/* Eliminar la línea de enlaces en subtítulos de nivel h2 */
h2 a, h2 a:link, h2 a:visited {
    text-decoration: none; /* Sin subrayado en enlaces de h2 */
}
}

Revision as of 21:52, 7 December 2024

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&family=Abhaya+Libre:wght@400;700&family=Newsreader:wght@400;700&family=Garamond:wght@400&family=Commissioner:wght@400;700&display=swap');

/* General */
body {
    background-color: #18181e; /* Fondo oscuro */
    font-family: "Newsreader", serif; /* Fuente principal para el cuerpo */
    font-size: 1.1em;
    color: #ffffff;
    line-height: 1.7; /* Mejor legibilidad */
}

/* Títulos */
#firstHeading {
    font-family: "Garamond", serif;
    font-size: 2.5em;
    text-decoration: none;
}

h2 {
    font-family: "EB Garamond", serif;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f5ed56; /* Línea amarilla */
}

h3, h4, h5 {
    font-family: "Abhaya Libre", serif;
    font-weight: 700;
}

h6 {
    font-family: "Commissioner", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 15px;
}

/* Enlaces */
a {
    color: inherit; /* Usa el color actual del texto */
    text-decoration: underline 2px #f5ed56; /* Subrayado amarillo */
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

a:hover {
    color: #090a0a;
}

a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f5ed56;
    z-index: -1;
    transition: width 0.4s ease;
}

a:hover::before {
    width: 100%; /* Fondo amarillo dinámico */
}

/* Quitar subrayados en enlaces dentro de títulos */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

/* Texto seleccionado */
::selection {
    background-color: #f5ed56; /* Fondo amarillo */
    color: #18181e; /* Texto oscuro */
}

/* Citas */
blockquote {
    font-family: "EB Garamond", serif;
    font-size: 0.95em;
    color: #dcdcdc;
    border-left: 3px solid #f5ed56;
    padding-left: 20px;
    margin: 20px 25px;
    line-height: 1.8;
    background: none;
}

blockquote p {
    margin: 0; /* Sin márgenes extra */
}

/* Botón flotante "Volver al inicio" */
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #f5ed56;
    color: #090a0a;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    background-color: #e0e0e0;
    color: #18181e;
}

/* Barra de progreso de lectura */
.reading-progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f0f0f0;
    z-index: 1000;
}

.reading-progress-bar {
    height: 100%;
    width: 0;
    background-color: #0078d7; /* Azul para el progreso */
    transition: width 0.2s ease-out;
}