MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 12: | Line 12: | ||
margin-top: 1.25em; | margin-top: 1.25em; | ||
font-size: 1.5em; | font-size: 1.5em; | ||
} | |||
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { | |||
margin-bottom: 0.25em; | |||
padding-left: 10px; | |||
font-family: Tahoma, system sans-serif; | |||
line-height: 1.5; | |||
} | } | ||
Revision as of 09:42, 5 January 2023
/*Paragraph style*/
* {
font-family: Tahoma, System sans-serif;
}
/*Body styling*/
html {
font-size: 125%
}
.vector-body h2 {
margin-top: 1.25em;
font-size: 1.5em;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
margin-bottom: 0.25em;
padding-left: 10px;
font-family: Tahoma, system sans-serif;
line-height: 1.5;
}