MediaWiki:Common.css: Difference between revisions

From California Probation Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-logo a{background-size:contain;}")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
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!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;}
#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;}