MediaWiki:Common.css: Difference between revisions
Normalize podium preformatted wrapper |
Restore article heading styling |
||
| Line 34: | Line 34: | ||
.formtable .w-ft, .formtable .w-in { max-width: 5ch !important; } | .formtable .w-ft, .formtable .w-in { max-width: 5ch !important; } | ||
.formtable .w-year { max-width: 6ch !important; } | .formtable .w-year { max-width: 6ch !important; } | ||
.mw-first-heading, | |||
.mw-page-title-main, | |||
.vector-body h1.firstHeading { | |||
font-family: "Linux Libertine", Georgia, "Times New Roman", serif; | |||
font-weight: 400; | |||
} | |||
.mw-parser-output .mw-heading2 h2, | |||
.mw-parser-output h2 { | |||
overflow: hidden; | |||
margin: 1em 0 0.25em; | |||
padding: 0 0 0.17em; | |||
border-bottom: 1px solid #a2a9b1; | |||
font-family: "Linux Libertine", Georgia, "Times New Roman", serif; | |||
font-size: 1.5em; | |||
font-weight: 400; | |||
line-height: 1.3; | |||
} | |||
.mw-parser-output .mw-heading3 h3, | |||
.mw-parser-output h3 { | |||
margin: 0.6em 0 0.3em; | |||
font-size: 1.2em; | |||
font-weight: 700; | |||
line-height: 1.4; | |||
} | |||
.mw-parser-output .mw-heading4 h4, | |||
.mw-parser-output h4 { | |||
margin: 0.5em 0 0.2em; | |||
font-size: 1em; | |||
font-weight: 700; | |||
line-height: 1.4; | |||
} | |||
.mw-parser-output .sw-generated-lead{ | .mw-parser-output .sw-generated-lead{ | ||
| Line 61: | Line 96: | ||
} | } | ||
.mw-parser-output .sw- | .mw-parser-output .sw-inline-logo{ | ||
display:flex; | display:inline-flex; | ||
width:24px; | |||
height:24px; | |||
border-radius:999px; | |||
overflow:hidden; | |||
background:#eaecf0; | |||
vertical-align:middle; | |||
} | |||
.mw-parser-output .sw-inline-logo a, | |||
.mw-parser-output .sw-inline-logo img{ | |||
display:block; | |||
width:100%; | |||
height:100%; | |||
} | |||
.mw-parser-output .sw-inline-logo img{ | |||
object-fit:cover; | |||
} | } | ||