MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 418: | Line 418: | ||
/* --- Encabezados de artículos --- */ | /* --- Encabezados de artículos --- */ | ||
.mw-parser-output h2 { | .mw-parser-output h2 { | ||
font-size: | font-size: 15px !important; | ||
font-weight: | font-weight: 500 !important; | ||
color: # | color: #2c3a52 !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; | ||
letter-spacing: 0.02em !important; | |||
} | } | ||
.mw-parser-output h3 { | .mw-parser-output h3 { | ||
font-size: | font-size: 13px !important; | ||
font-weight: 600 !important; | font-weight: 600 !important; | ||
color: #54617f !important; | color: #54617f !important; | ||
| Line 433: | Line 434: | ||
margin-top: 18px !important; | margin-top: 18px !important; | ||
margin-bottom: 8px !important; | margin-bottom: 8px !important; | ||
letter-spacing: 0.02em !important; | |||
} | } | ||
.mw-parser-output h4 { | .mw-parser-output h4 { | ||
font-size: | font-size: 12px !important; | ||
font-weight: 600 !important; | font-weight: 600 !important; | ||
color: #77819a !important; | color: #77819a !important; | ||
| Line 441: | Line 443: | ||
margin-top: 14px !important; | margin-top: 14px !important; | ||
margin-bottom: 6px !important; | margin-bottom: 6px !important; | ||
letter-spacing: 0.02em !important; | |||
} | } | ||