2,664
edits
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
/* the following are added to undo the settings that FS*.css creates when the FS header and footer is added to the page. */ | /* the following are added to undo the settings that FS*.css creates when the FS header and footer is added to the page. */ | ||
p{ | |||
font-family: Verdana !important; | |||
font-size: 1.0rem; | |||
line-height: 1.2rem; | |||
} | |||
body h1, .mw-body h1, h1{ | body h1, .mw-body h1, h1{ | ||
Line 13: | Line 19: | ||
body h2, .mw-body h2, h2{ | body h2, .mw-body h2, h2{ | ||
font-family: Verdana !important; | font-family: Verdana !important; | ||
font-size: 1. | font-size: 1.2rem; | ||
border-bottom: 1px solid #aaa; | border-bottom: 1px solid #aaa; | ||
line-height: 2.15rem; | line-height: 2.15rem; | ||
} | } | ||
.mw-body h3, h3{ | body h3, .mw-body h3, h3{ | ||
font-family: Verdana !important; /* line added 1/11/27*/ | font-family: Verdana !important; /* line added 1/11/27*/ | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
font-size: 1. | font-size: 1.0rem; | ||
} | } | ||
.mw-body h4, h4{ | body h4, .mw-body h4, h4{ | ||
font-size: | font-size:1.0rem; | ||
font-weight: | font-weight: normal; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
font-family: Verdana !important; | font-family: Verdana !important; | ||
} | } | ||
.mw-body h5, h5{ | .mw-body h5, h5{ | ||
font-size: 0. | font-size: 0.875rem; | ||
font-weight:normal; | font-weight:normal; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
font-family: Verdana !important; | font-family: Verdana !important; | ||
} | } | ||
li, ol, ul { /* line added 1/11/17 */ | li, ol, ul { /* line added 1/11/17 */ | ||
line-height: 1. | line-height: 1.2em; | ||
} | } | ||
edits