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. */ | ||
.mw-body h1, h1{ | |||
font-family: Verdana !important; | |||
font-size: 1.5rem; | |||
border-bottom: 1px solid #aaa; | |||
line-height: 2.15rem; | |||
} | |||
.mw-body h3, h3{ | .mw-body h3, h3{ | ||
font-family: | font-family: Verdana !important; /* line added 1/11/27*/ | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
Line 17: | Line 24: | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
font-family: | font-family: Verdana !important; | ||
color:#00ff00; | color:#00ff00; | ||
} | } | ||
Line 25: | Line 32: | ||
font-weight:normal; | font-weight:normal; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
font-family: | font-family: Verdana !important; | ||
color:#0000ff; | color:#0000ff; | ||
} | } |
edits