Jump to content

MediaWiki:Common.css: Difference between revisions

Added font styles in order to stop FS*.css from changing styles when the header and footer are loaded.
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*/


body p, .mw-body p,p{
html,body {
   font-family: Verdana !important;
   font-size: 1rem;
   font-size: .9rem;
   line-height: 1.6rem;
   line-height: 1.5rem;
   font-family: Helvetica, Verdana, san-serif;
   margin: 0.5em 0;
   color:#262626;
}
}


h1, h2 {
  font-family: Helvetica,"Museo Slab 500", slab-serif;
  color: #252525;
  line-height: 1.3;
  border-bottom: 1px solid #aaa;
}


body h1, .mw-body h1, h1{
h3, h4, h5, h6 {
  font-family: Verdana !important;
  font-family: Helvetica, "Proxima Nova Light";
  font-size: 1.5rem;
  border-bottom: none;
  border-bottom: 1px solid #aaa;
  color: #252525;
  line-height: 2.15rem;
}
}


body h2, .mw-body h2, h2{
.mw-body h1{
  font-family: Verdana !important;
  font-family: Helvetica,"Museo Slab 500",slab-serif;
  font-size: 1.2rem;
  font-size: 1.6em;
  border-bottom: 1px solid #aaa;
  color: #252525;
  line-height: 2.15rem;
}
}
body h3, .mw-body h3, h3{
 
   font-family: Verdana !important;   /* line added 1/11/27*/
.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;
   line-height: 1.6em;
   font-size: 1.2rem;
   font-size: 1.0rem;
   color: #544e4e;
}
}


body h4, .mw-body h4, h4{
.mw-body h4, h4{
  font-size:1.0rem;
    font-family: Helvetica,"Proxima Nova Bold",serif;
  font-weight: normal;
    font-size: 1.2rem;
  line-height: 1.6em;
    font-weight: bold;
  font-family: Verdana !important;
    color: #252525;
}
}


.mw-body h5, h5{
.mw-body h5, h5{
   font-size: 0.875rem;    
  font-family: Helvetica,"Proxima Nova Light", serif;
   font-weight:normal;
   font-size: 1.2rem;
   line-height: 1.6em;
  font-weight: normal !important;
   font-family: Verdana !important;
}
.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, ol, ul {   /* line added 1/11/17 */
ul li{
  line-height: 1.2em;
    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 */  
2,664

edits