2,664
edits
(added information to counteract the changes that FS*.css creates after header and footer are installed.) |
No edit summary |
||
Line 4: | Line 4: | ||
/* 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. */ | ||
h3{ | .mw-body h3, h3{ | ||
font-family: san-serif; /* line added 1/11/27*/ | font-family: san-serif; /* line added 1/11/27*/ | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
color: #222; | |||
color:#ff0000; | |||
} | } | ||
h4{ | .mw-body h4, h4{ | ||
font-size: 0.875em; | font-size: 0.875em; | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
color:#00ff00; | |||
} | } | ||
h5{ | .mw-body h5, h5{ | ||
font-size: 0.875em; | font-size: 0.875em; | ||
font-weight:normal; | font-weight:normal; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
color:#0000ff; | |||
} | } | ||
edits