2,664
edits
No edit summary |
(Added font styles in order to stop FS*.css from changing styles when the header and footer are loaded.) |
||
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. */ | ||
/*1/17/2017 - The following has been added to reduce the 'down shift' that happens while page is loading*/ | |||
html,body { | |||
font- | font-size: 1rem; | ||
line-height: 1.6rem; | |||
font-family: Helvetica, Verdana, san-serif; | |||
color:#262626; | |||
} | } | ||
h1, h2 { | |||
font-family: Helvetica,"Museo Slab 500", slab-serif; | |||
color: #252525; | |||
line-height: 1.3; | |||
border-bottom: 1px solid #aaa; | |||
} | |||
h3, h4, h5, h6 { | |||
font-family: Helvetica, "Proxima Nova Light"; | |||
border-bottom: none; | |||
color: #252525; | |||
} | } | ||
.mw-body h1{ | |||
font-family: Helvetica,"Museo Slab 500",slab-serif; | |||
font-size: 1.6em; | |||
color: #252525; | |||
} | } | ||
body | |||
font-family: | .mw-body h2 { | ||
font-family: Helvetica,"Museo Slab 700",slab-serif; | |||
font-size: 1.4em; | |||
line-height: 1.3; | |||
color: #252525; | |||
} | |||
.mw-body h3, h3 { | |||
font-family: Helvetica,"Proxima Nova Bold",serif; | |||
font-weight: bold; | font-weight: bold; | ||
font-size: 1.2rem; | |||
color: #544e4e; | |||
} | } | ||
.mw-body h4, h4{ | |||
font-family: Helvetica,"Proxima Nova Bold",serif; | |||
font-size: 1.2rem; | |||
font-weight: bold; | |||
color: #252525; | |||
} | } | ||
.mw-body h5, h5{ | .mw-body h5, h5{ | ||
font-size: | font-family: Helvetica,"Proxima Nova Light", serif; | ||
font-weight:normal; | font-size: 1.2rem; | ||
line-height: 1. | font-weight: normal !important; | ||
font-family: Verdana | } | ||
.mw-body h6{ | |||
font-family: Helvetica,"Proxima Nova Light Italics"; | |||
font-size: 1.1em !important; | |||
font-weight: normal !important; | |||
font-style: italic; | |||
} | |||
.mw-body p, mw-body-content p, p { | |||
line-height: 1.5em; | |||
position: relative; | |||
font-family: Helvetica, Verdana, "Proxima Nova Light",serif; | |||
font-size: 0.875rem; | |||
color: #262626; | |||
} | } | ||
li, | ul li{ | ||
line-height: 1.25rem; | |||
font-family: Helvetica,"Proxima Nova Light",serif; | |||
font-size: 0.875rem; | |||
position: relative; | |||
color: #262626; | |||
} | |||
div.vectorMenu h3 span { | |||
display: block; | |||
font-size: 0.8rem; | |||
padding-left: 0.7em; | |||
padding-top: 8px; | |||
margin-right: 25px; | |||
font-weight: normal; | |||
color: #4d4d4d; | |||
} | |||
div#mw-panel div.portal { | |||
margin: 0; | |||
} | |||
div#mw-panel div.portal h3 { /* text | |||
font-family: Helvetica,Verdana, san-serif; | |||
} | |||
.toctext{ | |||
line-height: 1.125rem; | |||
} | } | ||
/*end FS.css fix*/ | /*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 */ |
edits