MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 418: | Line 418: | ||
/* --- Encabezados de artículos --- */ | /* --- Encabezados de artículos --- */ | ||
.mw-parser-output h2 { | .mw-parser-output h2 { | ||
font-family: ' | font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | ||
font-size: | font-size: 13px !important; | ||
font-weight: | font-weight: 600 !important; | ||
color: | color: #54617f !important; | ||
text-transform: uppercase !important; | |||
letter-spacing: 0.12em !important; | |||
border-bottom: 1px solid #eef2f8 !important; | border-bottom: 1px solid #eef2f8 !important; | ||
padding-bottom: 6px !important; | padding-bottom: 6px !important; | ||
margin-top: 28px !important; | margin-top: 28px !important; | ||
margin-bottom: 10px !important; | margin-bottom: 10px !important; | ||
} | } | ||
.mw-parser-output h3 { | .mw-parser-output h3 { | ||
font-family: ' | font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | ||
font-size: | font-size: 11px !important; | ||
font-weight: | font-weight: 600 !important; | ||
color: | color: #77819a !important; | ||
text-transform: uppercase !important; | |||
letter-spacing: 0.10em !important; | |||
border-bottom: none !important; | border-bottom: none !important; | ||
margin-top: 18px !important; | margin-top: 18px !important; | ||
margin-bottom: 8px !important; | margin-bottom: 8px !important; | ||
} | } | ||
.mw-parser-output h4 { | .mw-parser-output h4 { | ||
font-family: ' | font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | ||
font-size: | font-size: 10px !important; | ||
font-weight: | font-weight: 600 !important; | ||
color: | color: #8c9ab5 !important; | ||
text-transform: uppercase !important; | |||
letter-spacing: 0.10em !important; | |||
border-bottom: none !important; | border-bottom: none !important; | ||
margin-top: 14px !important; | margin-top: 14px !important; | ||
margin-bottom: 6px !important; | margin-bottom: 6px !important; | ||
letter-spacing: 0. | } | ||
/* --- Título de página (h1) --- */ | |||
#firstHeading { | |||
font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | |||
font-weight: 400 !important; | |||
letter-spacing: 0.06em !important; | |||
} | |||
/* --- Título del CTA --- */ | |||
.bok-ecosistema .titulo { | |||
font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | |||
letter-spacing: 0.06em !important; | |||
} | |||
/* --- Meta de artículo (tiempo de lectura + fecha) --- */ | |||
.bok-meta { | |||
font-size: 12px; | |||
color: #8c9ab5; | |||
margin: 0 0 20px; | |||
padding-bottom: 12px; | |||
border-bottom: 1px solid #eef2f8; | |||
letter-spacing: 0.02em; | |||
} | } | ||