2,664
edits
(commented out recent changes) |
(added information to counteract the changes that FS*.css creates after header and footer are installed.) |
||
| Line 1: | Line 1: | ||
___NORICHEDITOR___ | ___NORICHEDITOR___ | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* the following are added to undo the settings that FS*.css creates when the FS header and footer is added to the page. */ | |||
h3{ | |||
font-family: san-serif; /* line added 1/11/27*/ | |||
font-weight: bold; | |||
line-height: 1.6em; | |||
font-size: 1.2em; | |||
} | |||
h4{ | |||
font-size: 0.875em; | |||
font-weight: bold; | |||
line-height: 1.6em; | |||
font-family: sans-serif; | |||
} | |||
h5{ | |||
font-size: 0.875em; | |||
font-weight:normal; | |||
line-height: 1.6em; | |||
font-family: sans-serif; | |||
} | |||
.mw-body h3 { | |||
color: #222; | |||
} | |||
li, ol, ul { /* line added 1/11/17 */ | |||
line-height: 1.6em; | |||
} | |||
/*end FS.css fix*/ | |||
/* Entries to counter wiki.css code that is disrupting the ability of text to flow */ | /* Entries to counter wiki.css code that is disrupting the ability of text to flow */ | ||
| Line 239: | Line 273: | ||
cursor: initial; | cursor: initial; | ||
} | } | ||
edits