Difference between revisions of "MediaWiki:Monobook.css"

From BTGuard Wiki
Jump to: navigation, search
Line 18: Line 18:
 
     font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
 
     font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
 
     font-weight: 300;
 
     font-weight: 300;
 +
    font-size: 0.63em;
 
}
 
}
  
 
/* font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;      font-size:10px;*/
 
/* font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;      font-size:10px;*/
 
/* font-family: "Segoe UI","Lucida Grande",Tahoma; */
 
/* font-family: "Segoe UI","Lucida Grande",Tahoma; */

Revision as of 01:24, 9 June 2013

/* CSS placed here will affect users of the MonoBook skin 939393 CECECE  FFE0E0*/

/* CHANGE BACKGROUND COLOR */
body { background: #CECECE; }




.portlet h5 {
       color: black;
       font-weight:bold;
}



/* Default Font Color */
body {
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 300;
    font-size: 0.63em;
}

/* font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;      font-size:10px;*/
/* font-family: "Segoe UI","Lucida Grande",Tahoma; */