MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
The Admins (talk | contribs) No edit summary |
The Admins (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
/* Font stuff */ | /* Font stuff */ | ||
.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 .mw-body-content h6 { font-family: | .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 .mw-body-content h6 { font-family:Segoe UI, Verdana, Arial; } | ||
#firstHeading { font-family: | #firstHeading { font-family:Segoe UI, Verdana, Arial; } | ||
/* Thumb border */ | /* Thumb border */ | ||
.thumbborder { border:1px solid #000; } | .thumbborder { border:1px solid #000; } |
Revision as of 09:37, 10 August 2022
/* CSS placed here will be applied to all skins */ /* Font stuff */ .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 .mw-body-content h6 { font-family:Segoe UI, Verdana, Arial; } #firstHeading { font-family:Segoe UI, Verdana, Arial; } /* Thumb border */ .thumbborder { border:1px solid #000; }