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
 
(79 intermediate revisions by the same user not shown)
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=Commissioner:wght@400&display=swap');
/* --- Importación de Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Crimson+Pro:wght@400;700&family=EB+Garamond:wght@400;700&family=Reddit+Sans:wght@400;700&display=swap');


/* Estilo para el título principal de los artículos */
/* --- Configuración General --- */
#firstHeading {
body {
    font-family: "Garamond", serif;
  font-family: 'Cardo', serif; /* Fuente principal para el texto normal */
    font-size: 2.5em; /* Tamaño grande para destacar */
  background-color: #07070a; /* Fondo general del sitio */
  color: #e4ddcf; /* Color del texto principal */
  line-height: 1.5; /* Espaciado cómodo */
  margin: 0;
  padding: 0;
}
}


/* Primer nivel de subtítulos (h2) en EB Garamond */
/* --- Títulos del Artículo (no modificables) --- */
h2 {
.firstHeading {
    font-family: "EB Garamond", serif;
  font-family: 'Garamond', serif; /* Fuente Garamond */
    font-size: 1.8em; /* Tamaño destacado */
  font-size: 2.3rem; /* Tamaño ligeramente más pequeño */
    font-weight: 700; /* Negrita para énfasis */
  font-weight: normal; /* Sin negrita */
    margin-bottom: 10px; /* Espaciado adicional */
  color: #ffffff; /* Color blanco */
    border-bottom: 2px solid #f5ed56; /* Línea amarilla para separación */
  text-align: center;
    padding-bottom: 5px; /* Espaciado interno */
  margin: 20px 0;
  border-bottom: 2px solid #f1c45e; /* Línea decorativa */
  padding-bottom: 10px;
}
}


/* Subtítulos (h3-h5) en Abhaya Libre */
/* --- Texto Normal de los Artículos --- */
h3, h4, h5 {
.mw-parser-output {
    font-family: "Abhaya Libre", serif;
  font-family: 'Cardo', serif; /* Fuente principal del contenido */
    font-weight: 700; /* Negrita para énfasis */
  font-size: 1.1rem; /* Tamaño ligeramente más grande */
  color: #e4ddcf;
  line-height: 1.8; /* Espaciado cómodo */
  margin: 0 10%;
}
}


/* Nivel más pequeño (h6) con tamaño ajustado */
/* --- Subrayado Exclusivo de los Enlaces en el Texto de Artículos --- */
h6 {
.mw-parser-output a {
    font-family: "Commissioner", sans-serif;
  text-decoration: none; /* Sin subrayado predeterminado */
    font-weight: 700; /* Negrita para destacar */
  color: #ffffff; /* Color del texto */
    font-size: 1.2em; /* Ligeramente mayor que el texto normal */
  border-bottom: 3.5px solid #f1c45e; /* Subrayado siempre visible */
    margin-top: 15px; /* Espaciado superior */
  position: relative;
  transition: color 0.3s ease-in-out; /* Transición para el cambio de color */
}
}


/* Texto normal de los artículos */
/* --- Efecto de Marcado en Enlaces (Deslizar de izquierda a derecha) --- */
.mw-body-content {
.mw-parser-output a::after {
    font-family: "Crimson Text", serif; /* Fuente elegante y profesional */
  content: ''; /* Sin contenido visible */
    font-size: 1em; /* Tamaño estándar */
  position: absolute;
    color: #ffffff; /* Blanco para contraste limpio */
  width: 0; /* Inicialmente no se ve */
    line-height: 1.7; /* Altura de línea para buena legibilidad */
  height: 100%; /* Cubre toda la altura del texto */
  background-color: #f1c45e; /* Color del marcado */
  bottom: 0; /* Posicionado en la parte inferior del texto */
  left: 0; /* Empieza desde la izquierda */
  z-index: -1; /* Colocado detrás del texto */
  transition: width 0.3s ease-in-out; /* Transición suave */
}
}


/* Estilo para enlaces */
/* --- Efecto de Cambio de Color del Texto al Pasar el Mouse --- */
a, a:link, a:visited {
.mw-parser-output a:hover {
    color: inherit; /* Conserva el color del texto normal */
  color: #1a1a1f; /* El texto se pone del mismo color que el fondo */
    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 */
/* --- Efecto de Expansión del Marcado (de izquierda a derecha) al Pasar el Mouse --- */
a:hover {
.mw-parser-output a:hover::after {
    color: #090a0a !important; /* Negro profundo */
  width: 100%; /* El efecto de marcado se extiende */
}
}


/* Fondo amarillo animado */
/* --- Subheadings de Primer Nivel (Heading 2) --- */
a::before {
.mw-parser-output h2 {
    content: "";
  font-family: 'EB Garamond', serif; /* Fuente EB Garamond */
    position: absolute;
  font-size: 1.8rem; /* Tamaño reducido */
    bottom: 0;
  font-weight: bold;
    left: 0;
  color: #ffffff;
    width: 0;
  margin: 30px 0 10px;
    height: 100%;
  border-bottom: 2px solid #f1c45e; /* Línea decorativa */
    background-color: #f5ed56; /* Amarillo marcador */
    z-index: -1;
    transition: width 0.4s ease;
}
}


a:hover::before {
/* --- Subheadings Secundarios (Heading 3 a 5) --- */
    width: 100%; /* Expande el fondo */
.mw-parser-output h3 {
  font-family: 'Crimson Pro', serif; /* Fuente Crimson Pro */
  font-size: 1.5rem; /* Tamaño reducido */
  font-weight: bold;
  color: #ffffff;
  margin: 20px 0 10px;
}
}


/* Texto seleccionado */
.mw-parser-output h4,
::selection {
.mw-parser-output h5 {
    background-color: #f5ed56; /* Fondo amarillo */
  font-family: 'Crimson Pro', serif;
    color: #18181e; /* Texto oscuro */
  font-size: 1.3rem; /* Tamaño ligeramente más pequeño */
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0 8px;
}
 
/* --- Heading 6 en Reddit Sans --- */
.mw-parser-output h6 {
  font-family: 'Reddit Sans', sans-serif; /* Fuente Reddit Sans */
  font-size: 1.1rem; /* Tamaño reducido */
  font-weight: normal;
  color: #ffffff;
  margin: 10px 0 5px;
}
 
/* --- Bloques de Cita Simplificados --- */
.mw-parser-output blockquote {
  font-family: 'Crimson Pro', serif; /* Fuente Crimson Pro */
  font-size: 0.95rem; /* Tamaño más pequeño que el texto normal */
  font-weight: normal;
  color: #e4ddcf; /* Igual al texto principal */
  margin-left: 20px; /* Sangría para bloques de cita */
  margin-right: 20px;
  border: none; /* Sin bordes ni estilos especiales */
  padding: 0; /* Sin relleno adicional */
}
}


/* Fondo general */
::selection {
body {
  background-color: #f1c45e; /* Color del fondo de la selección de texto */
    background-color: #18181e;
  color: #1a1a1f; /* Color del texto seleccionado */
}
}


/* Bloques de cita */
/* --- Estilo para la selección de texto --- */
blockquote {
::selection {
    font-family: "EB Garamond", serif; /* Fuente elegante */
  background-color: #f1c45e; /* Color amarillo para el fondo de la selección */
    font-size: 1.1em; /* Tamaño destacado */
  color: #1a1a1f; /* El texto seleccionado tendrá el color del fondo de los artículos */
    color: #e0e0e0; /* Gris claro */
    background-color: #202028; /* Fondo oscuro */
    border-left: 5px solid #f5ed56; /* Línea amarilla */
    padding: 15px 20px; /* Espaciado interno */
    margin: 20px 0; /* Espaciado externo */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra profesional */
    border-radius: 5px; /* Bordes redondeados */
    line-height: 1.8; /* Mejor legibilidad */
    position: relative; /* Necesario para el círculo */
}
}

Latest revision as of 04:05, 9 December 2024

/* --- Importación de Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Crimson+Pro:wght@400;700&family=EB+Garamond:wght@400;700&family=Reddit+Sans:wght@400;700&display=swap');

/* --- Configuración General --- */
body {
  font-family: 'Cardo', serif; /* Fuente principal para el texto normal */
  background-color: #07070a; /* Fondo general del sitio */
  color: #e4ddcf; /* Color del texto principal */
  line-height: 1.5; /* Espaciado cómodo */
  margin: 0;
  padding: 0;
}

/* --- Títulos del Artículo (no modificables) --- */
.firstHeading {
  font-family: 'Garamond', serif; /* Fuente Garamond */
  font-size: 2.3rem; /* Tamaño ligeramente más pequeño */
  font-weight: normal; /* Sin negrita */
  color: #ffffff; /* Color blanco */
  text-align: center;
  margin: 20px 0;
  border-bottom: 2px solid #f1c45e; /* Línea decorativa */
  padding-bottom: 10px;
}

/* --- Texto Normal de los Artículos --- */
.mw-parser-output {
  font-family: 'Cardo', serif; /* Fuente principal del contenido */
  font-size: 1.1rem; /* Tamaño ligeramente más grande */
  color: #e4ddcf;
  line-height: 1.8; /* Espaciado cómodo */
  margin: 0 10%;
}

/* --- Subrayado Exclusivo de los Enlaces en el Texto de Artículos --- */
.mw-parser-output a {
  text-decoration: none; /* Sin subrayado predeterminado */
  color: #ffffff; /* Color del texto */
  border-bottom: 3.5px solid #f1c45e; /* Subrayado siempre visible */
  position: relative;
  transition: color 0.3s ease-in-out; /* Transición para el cambio de color */
}

/* --- Efecto de Marcado en Enlaces (Deslizar de izquierda a derecha) --- */
.mw-parser-output a::after {
  content: ''; /* Sin contenido visible */
  position: absolute;
  width: 0; /* Inicialmente no se ve */
  height: 100%; /* Cubre toda la altura del texto */
  background-color: #f1c45e; /* Color del marcado */
  bottom: 0; /* Posicionado en la parte inferior del texto */
  left: 0; /* Empieza desde la izquierda */
  z-index: -1; /* Colocado detrás del texto */
  transition: width 0.3s ease-in-out; /* Transición suave */
}

/* --- Efecto de Cambio de Color del Texto al Pasar el Mouse --- */
.mw-parser-output a:hover {
  color: #1a1a1f; /* El texto se pone del mismo color que el fondo */
}

/* --- Efecto de Expansión del Marcado (de izquierda a derecha) al Pasar el Mouse --- */
.mw-parser-output a:hover::after {
  width: 100%; /* El efecto de marcado se extiende */
}

/* --- Subheadings de Primer Nivel (Heading 2) --- */
.mw-parser-output h2 {
  font-family: 'EB Garamond', serif; /* Fuente EB Garamond */
  font-size: 1.8rem; /* Tamaño reducido */
  font-weight: bold;
  color: #ffffff;
  margin: 30px 0 10px;
  border-bottom: 2px solid #f1c45e; /* Línea decorativa */
}

/* --- Subheadings Secundarios (Heading 3 a 5) --- */
.mw-parser-output h3 {
  font-family: 'Crimson Pro', serif; /* Fuente Crimson Pro */
  font-size: 1.5rem; /* Tamaño reducido */
  font-weight: bold;
  color: #ffffff;
  margin: 20px 0 10px;
}

.mw-parser-output h4,
.mw-parser-output h5 {
  font-family: 'Crimson Pro', serif;
  font-size: 1.3rem; /* Tamaño ligeramente más pequeño */
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0 8px;
}

/* --- Heading 6 en Reddit Sans --- */
.mw-parser-output h6 {
  font-family: 'Reddit Sans', sans-serif; /* Fuente Reddit Sans */
  font-size: 1.1rem; /* Tamaño reducido */
  font-weight: normal;
  color: #ffffff;
  margin: 10px 0 5px;
}

/* --- Bloques de Cita Simplificados --- */
.mw-parser-output blockquote {
  font-family: 'Crimson Pro', serif; /* Fuente Crimson Pro */
  font-size: 0.95rem; /* Tamaño más pequeño que el texto normal */
  font-weight: normal;
  color: #e4ddcf; /* Igual al texto principal */
  margin-left: 20px; /* Sangría para bloques de cita */
  margin-right: 20px;
  border: none; /* Sin bordes ni estilos especiales */
  padding: 0; /* Sin relleno adicional */
}

::selection {
  background-color: #f1c45e; /* Color del fondo de la selección de texto */
  color: #1a1a1f; /* Color del texto seleccionado */
}

/* --- Estilo para la selección de texto --- */
::selection {
  background-color: #f1c45e; /* Color amarillo para el fondo de la selección */
  color: #1a1a1f; /* El texto seleccionado tendrá el color del fondo de los artículos */
}