Jump to content

MediaWiki:Common.css: Difference between revisions

Undo revision 2744027 - also commented out z-index on mw-navigation
(temporarily removed all recent changes)
(Undo revision 2744027 - also commented out z-index on mw-navigation)
Line 2: Line 2:
/* 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. */
/*1/17/2017 - The following has been added to reduce the 'down shift' that happens while page is loading*/
html,body {
  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.6rem;
  color: #252525;
}
.mw-body h2 {
  font-family: Helvetica,"Museo Slab 700",slab-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #080908;
}
.mw-body h3, h3 {
  font-family: Helvetica,"Proxima Nova Bold",serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #080908;
}
.mw-body h4, h4{
    font-family: Helvetica,"Proxima Nova Bold",serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #252525;
}
.mw-body h5, h5{
  font-family: Helvetica,"Proxima Nova Light", serif;
  font-size: 1.2rem;
  font-weight: normal !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;
}
ul li{
    line-height: 1.25rem;
  font-family: Helvetica,"Proxima Nova Light",serif;
  font-size: 0.8rem;
  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;
}
label {
  font-size: 0.875em !important;
  font-weight: normal;
}
/*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 223: Line 329:
div#mw-navigation #mw-panel {
div#mw-navigation #mw-panel {
     top: 69px;
     top: 69px;
    z-index: 1;
  /* z-index: 1;*/
}
}
footer#global-engage-footer {
footer#global-engage-footer {
2,664

edits