Template:Calbion article/styles.css: Difference between revisions
From MicrasWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
h2 { /* Level 2 headers */ | h2 { /* Level 2 headers */ | ||
font-family: " | font-family: "Verdana Pro" !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
border-bottom: solid 4px #267F00 !important; | border-bottom: solid 4px #267F00 !important; | ||
Line 12: | Line 7: | ||
h3 { /* Level 3 headers */ | h3 { /* Level 3 headers */ | ||
font-family: " | font-family: "Verdana Pro" !important; | ||
font-size: 1.2em !important; | font-size: 1.2em !important; | ||
border-bottom: solid 3px #FFCC00 !important; | border-bottom: solid 3px #FFCC00 !important; | ||
text-transform: uppercase !important; | text-transform: uppercase !important; | ||
} | } |
Latest revision as of 10:56, 28 September 2020
h2 { /* Level 2 headers */ font-family: "Verdana Pro" !important; font-weight: bold !important; border-bottom: solid 4px #267F00 !important; text-transform: uppercase !important; } h3 { /* Level 3 headers */ font-family: "Verdana Pro" !important; font-size: 1.2em !important; border-bottom: solid 3px #FFCC00 !important; text-transform: uppercase !important; }