MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
| Line 419: | Line 420: | ||
.mw-parser-output h2 { | .mw-parser-output h2 { | ||
font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | 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: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | 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: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important; | 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; | ||
} | } | ||
/* --- 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; | |||
} | |||
/* --- Pie de página portada --- */ | |||
.bok-footer-divider { | |||
border: none; border-top: 1px solid #c0cce0; | |||
margin: 16px 0 12px; height: 0; | |||
} | |||
.bok-footer-inner { | |||
display: flex; justify-content: space-between; | |||
align-items: center; gap: 8px; | |||
padding-bottom: 8px; flex-wrap: nowrap; | |||
} | |||
.bok-footer-redes { display: flex; gap: 6px; align-items: center; } | |||
.bok-footer-redes a, | |||
.bok-footer-redes a:visited { | |||
display: inline-flex; align-items: center; justify-content: center; | |||
text-decoration: none !important; background-image: none !important; | |||
padding: 3px 5px; border: none; | |||
} | |||
.bok-footer-redes a:first-child, | |||
.bok-footer-redes a:first-child:visited { | |||
background: #0077b5; color: white !important; | |||
border-radius: 3px; font-size: 11px; font-weight: 800; | |||
width: 14px; height: 14px; padding: 2px 3px; | |||
} | |||
.bok-footer-redes a:last-child, | |||
.bok-footer-redes a:last-child:visited { | |||
background: #FF0000; color: white !important; | |||
border-radius: 4px; font-size: 10px; | |||
padding: 2px 5px; height: 14px; | |||
} | |||
.bok-footer-meta { font-size: 11px; color: #8c9ab5; } | |||
.bok-footer-meta a, | |||
.bok-footer-meta a:visited { | |||
color: #77819a !important; text-decoration: none !important; | |||
background-image: none !important; | |||
} | |||
.bok-footer-meta a:hover { color: #3375d4 !important; } | |||
/* --- Responsive --- */ | |||
@media (max-width: 700px) { | |||
.bok-cat-grid { grid-template-columns: repeat(2, 1fr); } | |||
.bok-manuals-grid { grid-template-columns: 1fr; } | |||
.bok-ecosistema { flex-direction: column; } | |||
} | |||
/* ── Portada: ocultar título y pestañas ──────────────────────────── */ | |||
.page-Scrum_Manager_BoK #firstHeading { display:none!important; } | |||
.page-Scrum_Manager_BoK .mw-body-header { display:none!important; } | |||
.page-Scrum_Manager_BoK .vector-page-toolbar { display:none!important; } | |||
.page-Scrum_Manager_BoK .mw-portlet-views { display:none!important; } | |||
/* Ocultar aviso de redirección en todas las páginas */ | |||
.mw-redirectedfrom { display:none!important; } | |||