MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 94: | Line 94: | ||
.bok-cat-grid { | .bok-cat-grid { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat( | grid-template-columns: repeat(3, 1fr); | ||
gap: 10px; | gap: 10px; | ||
margin: 4px 0 24px; | margin: 4px 0 24px; | ||
| Line 390: | Line 390: | ||
.bok-footer-meta a:hover { | .bok-footer-meta a:hover { | ||
color: #3375d4 !important; | color: #3375d4 !important; | ||
} | |||
/* --- Véase también: etiquetas burbuja --- */ | |||
.bok-tags { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 6px; | |||
margin: 8px 0 16px; | |||
} | |||
.bok-tags a { | |||
display: inline-block; | |||
background: #eef2f8; | |||
color: #3375d4 !important; | |||
border: 1px solid #d0d8e8; | |||
border-radius: 20px; | |||
padding: 4px 12px; | |||
font-size: 12px; | |||
text-decoration: none !important; | |||
background-image: none !important; | |||
white-space: nowrap; | |||
} | |||
.bok-tags a:hover { | |||
background: #e5effa; | |||
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; | |||
} | } | ||