Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
<link href="https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Crimson+Pro:wght@400;700&family=EB+Garamond:wght@400;700&display=swap" rel="stylesheet"> <style> /* --- Configuración General --- */ body { font-family: 'Cardo', serif; /* Fuente principal */ background-color: #1a1a1f; /* Fondo oscuro */ color: #e4ddcf; /* Texto claro */ line-height: 1.6; /* Espaciado entre líneas */ margin: 0; padding: 0; text-rendering: optimizeLegibility; /* Renderizado mejorado */ } /* --- Contenido del Artículo --- */ .mw-parser-output { font-family: 'Cardo', serif; /* Fuente del texto principal */ font-size: 1rem; color: #e4ddcf; line-height: 1.6; margin: 0 10%; /* Márgenes laterales */ } /* --- Título Principal (Heading 1) --- */ #content h1.firstHeading { font-family: 'Garamond', serif; /* Fuente Garamond */ font-size: 2.5rem; font-weight: normal; /* Sin negrita */ color: #ffffff; text-align: center; margin: 20px 0; border-bottom: 2px solid #f1c45e; /* Línea decorativa */ padding-bottom: 10px; } /* --- Subtítulos (Heading 2 y 3) --- */ .mw-parser-output h2 { font-family: 'EB Garamond', serif; /* Fuente EB Garamond */ font-size: 2rem; font-weight: bold; color: #ffffff; margin: 30px 0 10px; border-bottom: 2px solid #f1c45e; } .mw-parser-output h3 { font-family: 'EB Garamond', serif; font-size: 1.5rem; font-weight: bold; color: #ffffff; margin: 20px 0 10px; } /* --- Primera Letra del Primer Párrafo --- */ .mw-parser-output > p:first-of-type::first-letter { font-size: 3rem; font-family: 'Cardo', serif; font-weight: bold; color: #ffffff; float: left; line-height: 1; margin: 5px 10px 0 0; } /* --- Enlaces (Estilo y Transiciones) --- */ .mw-parser-output a { text-decoration: none; color: #ffffff; border-bottom: 2px solid #f1c45e; transition: all 0.3s ease-in-out; } .mw-parser-output a:hover { background-color: #f1c45e; color: #1a1a1f; } /* --- Listas --- */ .mw-parser-output ul, .mw-parser-output ol { margin-left: 20px; } .mw-parser-output li { line-height: 1.8; /* Espaciado cómodo */ } /* --- Tablas --- */ .mw-parser-output table { border-collapse: collapse; width: 100%; color: #e4ddcf; margin: 20px 0; } .mw-parser-output th, .mw-parser-output td { border: 1px solid #ffffff; padding: 10px; text-align: left; } /* --- Descripciones de Imágenes --- */ .mw-parser-output .thumbcaption { font-family: 'Cardo', serif; font-size: 0.875rem; color: #e4ddcf; text-align: center; margin-top: 5px; } /* --- Referencias y Notas --- */ .mw-parser-output sup { font-family: 'Crimson Pro', serif; /* Fuente para superíndices */ font-size: 0.75rem; color: #f1c45e; } .mw-parser-output sup a { text-decoration: none; color: #f1c45e; } /* --- Estilo de Citas --- */ .mw-parser-output blockquote { font-family: 'Crimson Pro', serif; /* Fuente Crimson Pro */ font-size: 1rem; color: #e4ddcf; background-color: #333333; /* Fondo oscuro */ padding: 10px 15px; border-left: 5px solid #f1c45e; margin: 20px 0; font-style: italic; } </style>