MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
*{font-family: arial, sans-serif;} | *{font-family: arial, sans-serif!important;} | ||
a, .vector-menu-portal .vector-menu-content li a{color:#0057b8;} | a, .vector-menu-portal .vector-menu-content li a{color:#0057b8;} | ||
.mw-body h1, .mw-body-content h1{font-size:18pt;} | |||
.mw-body h2, .mw-body-content h2{color:#0057b8;font-size:12pt;font-weight:bold;} | |||
.mw-body h3, .mw-body-content h3{font-size:10pt;font-weight:bold;} | |||
.mw-body h4, .mw-body-content h4{color:#0057b8;font-size:10pt;font-style:italic;font-weight:bold;} | |||
.mw-body h5, .mw-body-content h5{font-size:10pt;font-style:italic;font-weight:normal;} | |||
#p-logo a{background-size:contain;} | #p-logo a{background-size:contain;} | ||
Latest revision as of 01:19, 23 February 2022
/* CSS placed here will be applied to all skins */
*{font-family: arial, sans-serif!important;}
a, .vector-menu-portal .vector-menu-content li a{color:#0057b8;}
.mw-body h1, .mw-body-content h1{font-size:18pt;}
.mw-body h2, .mw-body-content h2{color:#0057b8;font-size:12pt;font-weight:bold;}
.mw-body h3, .mw-body-content h3{font-size:10pt;font-weight:bold;}
.mw-body h4, .mw-body-content h4{color:#0057b8;font-size:10pt;font-style:italic;font-weight:bold;}
.mw-body h5, .mw-body-content h5{font-size:10pt;font-style:italic;font-weight:normal;}
#p-logo a{background-size:contain;}