MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 414: | Line 414: | ||
background: #e5effa; | background: #e5effa; | ||
border-color: #3375d4; | border-color: #3375d4; | ||
} | |||
/* --- Encabezados de artículos --- */ | |||
.mw-parser-output h2 { | |||
font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | |||
font-size: 13px !important; | |||
font-weight: 600 !important; | |||
color: #54617f !important; | |||
text-transform: uppercase !important; | |||
letter-spacing: 0.12em !important; | |||
border-bottom: 1px solid #eef2f8 !important; | |||
padding-bottom: 6px !important; | |||
margin-top: 28px !important; | |||
margin-bottom: 10px !important; | |||
} | |||
.mw-parser-output h3 { | |||
font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | |||
font-size: 11px !important; | |||
font-weight: 600 !important; | |||
color: #77819a !important; | |||
text-transform: uppercase !important; | |||
letter-spacing: 0.10em !important; | |||
border-bottom: none !important; | |||
margin-top: 18px !important; | |||
margin-bottom: 8px !important; | |||
} | |||
.mw-parser-output h4 { | |||
font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | |||
font-size: 10px !important; | |||
font-weight: 600 !important; | |||
color: #8c9ab5 !important; | |||
text-transform: uppercase !important; | |||
letter-spacing: 0.10em !important; | |||
border-bottom: none !important; | |||
margin-top: 14px !important; | |||
margin-bottom: 6px !important; | |||
} | |||
/* --- 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; | |||
} | } | ||