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 3: Line 3:
/* --- Estilo General del Artículo --- */
/* --- Estilo General del Artículo --- */
body {
body {
   font-family: 'Newsreader', serif !important; /* Forzar la fuente para el cuerpo */
   font-family: 'Newsreader', serif !important; /* Fuente para el cuerpo del texto */
   background-color: #18181e !important; /* Fondo oscuro */
   background-color: #18181e !important; /* Fondo oscuro */
   color: #ffffff !important; /* Texto blanco */
   color: #ffffff !important; /* Texto blanco */
   line-height: 1.8 !important;
   line-height: 1.8 !important; /* Espaciado cómodo */
   margin: 0 !important;
   margin: 0;
   padding: 0 !important;
   padding: 0;
}
}


/* --- Estilo General para el Texto Principal --- */
/* --- Contenido Principal del Artículo --- */
.mw-parser-output {
.mw-parser-output {
   font-family: 'Newsreader', serif !important; /* Fuente principal para el texto */
   font-family: 'Newsreader', serif !important;
   color: #ffffff !important; /* Texto blanco */
   color: #ffffff !important;
   font-size: 1rem !important; /* Tamaño del texto */
   font-size: 1rem;
   line-height: 1.8 !important; /* Espaciado entre líneas */
   line-height: 1.8;
}
}


/* --- Ajustes Específicos para Párrafos --- */
.mw-parser-output p {
.mw-parser-output p {
   margin-bottom: 15px !important; /* Espaciado entre párrafos */
   margin-bottom: 15px; /* Espaciado entre párrafos */
}
}


/* --- Ajustes Específicos para Listas --- */
/* --- Listas --- */
.mw-parser-output ul,
.mw-parser-output ul,
.mw-parser-output ol {
.mw-parser-output ol {
   font-family: 'Newsreader', serif !important; /* Asegura consistencia en las listas */
   margin-left: 20px;
  color: #ffffff !important; /* Color blanco */
}
  margin-left: 20px !important; /* Margen izquierdo */
 
   line-height: 1.8 !important; /* Espaciado cómodo */
.mw-parser-output li {
   line-height: 1.8;
}
}


/* --- Título Principal del Artículo --- */
/* --- Título Principal del Artículo --- */
#content h1.firstHeading {
#content h1.firstHeading {
   font-family: 'Libre Baskerville', serif !important; /* Fuente personalizada */
   font-family: 'Libre Baskerville', serif !important;
   font-size: 2.8rem !important; /* Tamaño del título */
   font-size: 2.8rem !important;
   font-weight: bold !important; /* Estilo en negrita */
   font-weight: bold !important;
   color: #ffffff !important; /* Color blanco */
   color: #ffffff !important;
   text-align: center !important; /* Centrar el título */
   text-align: center;
   margin-top: 20px !important; /* Espaciado superior */
   margin-top: 20px;
   margin-bottom: 20px !important; /* Espaciado inferior */
   margin-bottom: 20px;
   border-bottom: 2px solid #ffffff !important; /* Línea decorativa debajo del título */
   border-bottom: 2px solid #ffffff;
   padding-bottom: 10px !important; /* Espaciado entre texto y línea decorativa */
   padding-bottom: 10px;
}
}


Line 49: Line 49:
.mw-parser-output h2 {
.mw-parser-output h2 {
   font-family: 'EB Garamond', serif !important;
   font-family: 'EB Garamond', serif !important;
   font-size: 2rem !important;
   font-size: 2rem;
   font-weight: bold !important;
   font-weight: bold;
   color: #ffffff !important;
   color: #ffffff;
   margin-top: 20px !important;
   margin-top: 20px;
}
}


.mw-parser-output h3 {
.mw-parser-output h3 {
   font-family: 'Ysabeau Infant', serif !important;
   font-family: 'Ysabeau Infant', serif !important;
   font-size: 1.6rem !important;
   font-size: 1.6rem;
   font-weight: bold !important;
   font-weight: bold;
   color: #ffffff !important;
   color: #ffffff;
   margin-top: 20px !important;
   margin-top: 20px;
}
}


/* --- Letra Capital al Inicio del Artículo --- */
/* --- Letra Capital al Inicio del Artículo --- */
.mw-parser-output > p:first-of-type::first-letter {
.mw-parser-output > p:first-of-type::first-letter {
   font-size: 4rem !important;
   font-size: 4rem;
   font-family: 'Libre Baskerville', serif !important;
   font-family: 'Libre Baskerville', serif !important;
   font-weight: bold !important;
   font-weight: bold;
   color: #ffffff !important;
   color: #ffffff;
   float: left !important;
   float: left;
   line-height: 1 !important;
   line-height: 1;
   margin-right: 10px !important;
   margin-right: 10px;
   margin-top: 5px !important;
   margin-top: 5px;
}
}


/* --- Hipervínculos en Artículos --- */
/* --- Hipervínculos en Artículos --- */
.mw-parser-output a {
.mw-parser-output a {
   text-decoration: none !important;
   text-decoration: none;
   color: #ffffff !important; /* Blanco como el texto normal */
   color: #ffffff; /* Blanco como el texto normal */
   position: relative !important;
   position: relative;
   border-bottom: 4px solid rgba(255, 255, 0, 0.8) !important; /* Raya amarilla transparente */
   border-bottom: 4px solid rgba(255, 255, 0, 0.8); /* Subrayado amarillo transparente */
   padding-bottom: 2px !important;
   padding-bottom: 2px;
   transition: all 0.3s ease-in-out !important;
   transition: all 0.3s ease-in-out;
}
}


.mw-parser-output a:hover {
.mw-parser-output a:hover {
   color: #18181e !important; /* El texto se vuelve negro al pasar el mouse */
   color: #18181e; /* El texto se vuelve negro al pasar el mouse */
}
}


.mw-parser-output a::after {
.mw-parser-output a::after {
   content: '' !important;
   content: '';
   position: absolute !important;
   position: absolute;
   width: 0 !important;
   width: 0;
   height: 100% !important; /* Cubre todo el texto */
   height: 100%; /* Cubre todo el texto */
   background: yellow !important;
   background: yellow;
   bottom: 0 !important;
   bottom: 0;
   left: 0 !important;
   left: 0;
   z-index: -1 !important; /* Marcador detrás del texto */
   z-index: -1; /* Marcador detrás del texto */
   transition: width 0.4s ease-in-out !important;
   transition: width 0.4s ease-in-out;
}
}


.mw-parser-output a:hover::after {
.mw-parser-output a:hover::after {
   width: 100% !important; /* Marcador cubre todo el texto al pasar el mouse */
   width: 100%; /* Subrayado cubre todo el texto al pasar el mouse */
}
 
/* --- Descripciones de Imágenes --- */
.mw-parser-output .thumbcaption {
  font-family: 'Ysabeau Infant', serif;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
}
 
/* --- Referencias y Números de Bibliografía --- */
.mw-parser-output sup {
  font-family: 'Crimson Pro', serif;
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: normal;
}
 
.mw-parser-output sup a {
  text-decoration: none;
  color: #ffffff;
}
 
/* --- Tablas --- */
.mw-parser-output table {
  border-collapse: collapse;
  width: 100%;
  color: #ffffff;
}
 
.mw-parser-output th,
.mw-parser-output td {
  border: 1px solid #ffffff;
  padding: 10px;
  text-align: left;
}
}

Revision as of 00:42, 8 December 2024

<link href="https://fonts.googleapis.com/css2?family=Newsreader:wght@400;700&family=Libre+Baskerville:wght@400;700&family=EB+Garamond:wght@400;700&family=Ysabeau+Infant:wght@400;700&family=Crimson+Pro:wght@400;700&display=swap" rel="stylesheet">

/* --- Estilo General del Artículo --- */
body {
  font-family: 'Newsreader', serif !important; /* Fuente para el cuerpo del texto */
  background-color: #18181e !important; /* Fondo oscuro */
  color: #ffffff !important; /* Texto blanco */
  line-height: 1.8 !important; /* Espaciado cómodo */
  margin: 0;
  padding: 0;
}

/* --- Contenido Principal del Artículo --- */
.mw-parser-output {
  font-family: 'Newsreader', serif !important;
  color: #ffffff !important;
  font-size: 1rem;
  line-height: 1.8;
}

.mw-parser-output p {
  margin-bottom: 15px; /* Espaciado entre párrafos */
}

/* --- Listas --- */
.mw-parser-output ul,
.mw-parser-output ol {
  margin-left: 20px;
}

.mw-parser-output li {
  line-height: 1.8;
}

/* --- Título Principal del Artículo --- */
#content h1.firstHeading {
  font-family: 'Libre Baskerville', serif !important;
  font-size: 2.8rem !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 10px;
}

/* --- Encabezados Secundarios --- */
.mw-parser-output h2 {
  font-family: 'EB Garamond', serif !important;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
}

.mw-parser-output h3 {
  font-family: 'Ysabeau Infant', serif !important;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
}

/* --- Letra Capital al Inicio del Artículo --- */
.mw-parser-output > p:first-of-type::first-letter {
  font-size: 4rem;
  font-family: 'Libre Baskerville', serif !important;
  font-weight: bold;
  color: #ffffff;
  float: left;
  line-height: 1;
  margin-right: 10px;
  margin-top: 5px;
}

/* --- Hipervínculos en Artículos --- */
.mw-parser-output a {
  text-decoration: none;
  color: #ffffff; /* Blanco como el texto normal */
  position: relative;
  border-bottom: 4px solid rgba(255, 255, 0, 0.8); /* Subrayado amarillo transparente */
  padding-bottom: 2px;
  transition: all 0.3s ease-in-out;
}

.mw-parser-output a:hover {
  color: #18181e; /* El texto se vuelve negro al pasar el mouse */
}

.mw-parser-output a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%; /* Cubre todo el texto */
  background: yellow;
  bottom: 0;
  left: 0;
  z-index: -1; /* Marcador detrás del texto */
  transition: width 0.4s ease-in-out;
}

.mw-parser-output a:hover::after {
  width: 100%; /* Subrayado cubre todo el texto al pasar el mouse */
}

/* --- Descripciones de Imágenes --- */
.mw-parser-output .thumbcaption {
  font-family: 'Ysabeau Infant', serif;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
}

/* --- Referencias y Números de Bibliografía --- */
.mw-parser-output sup {
  font-family: 'Crimson Pro', serif;
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: normal;
}

.mw-parser-output sup a {
  text-decoration: none;
  color: #ffffff;
}

/* --- Tablas --- */
.mw-parser-output table {
  border-collapse: collapse;
  width: 100%;
  color: #ffffff;
}

.mw-parser-output th,
.mw-parser-output td {
  border: 1px solid #ffffff;
  padding: 10px;
  text-align: left;
}