MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
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. */
p{
  font-family: Verdana !important;
  font-size: 1.0rem;
  line-height: 1.2rem;
}


body h1, .mw-body h1, h1{
body h1, .mw-body h1, h1{
Line 13: Line 19:
body h2, .mw-body h2, h2{
body h2, .mw-body h2, h2{
   font-family: Verdana !important;   
   font-family: Verdana !important;   
   font-size: 1.4rem;
   font-size: 1.2rem;
   border-bottom: 1px solid #aaa;
   border-bottom: 1px solid #aaa;
   line-height: 2.15rem;
   line-height: 2.15rem;
}
}
.mw-body h3, h3{
body h3, .mw-body h3, h3{
   font-family: Verdana !important;    /* line added 1/11/27*/
   font-family: Verdana !important;    /* 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.0rem;
color: #222;
color:#ff0000;
}
}


.mw-body h4, h4{
body h4, .mw-body h4, h4{
   font-size: 0.875em;
   font-size:1.0rem;
   font-weight: bold;
   font-weight: normal;
   line-height: 1.6em;
   line-height: 1.6em;
   font-family: Verdana !important;
   font-family: Verdana !important;
color:#00ff00;
}
}


.mw-body h5, h5{
.mw-body h5, h5{
   font-size: 0.875em;       
   font-size: 0.875rem;       
   font-weight:normal;
   font-weight:normal;
   line-height: 1.6em;
   line-height: 1.6em;
   font-family: Verdana !important;
   font-family: Verdana !important;
color:#0000ff;
}
}


li, ol, ul {  /* line added 1/11/17 */  
li, ol, ul {  /* line added 1/11/17 */  
   line-height: 1.6em;
   line-height: 1.2em;
}
}


2,664

edits