Difference between revisions of "MediaWiki:Monobook.css"

From BTGuard Wiki
Jump to: navigation, search
(Created page with "/* CSS placed here will affect users of the MonoBook skin */ increase sidebar width: #column-content { margin-left: -15em } #column-content #content { margin-left: 15em ...")
 
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
+
/* CSS placed here will affect users of the MonoBook skin 939393 CECECE  FFE0E0 #CECECE; */
  
/* increase sidebar width */
+
/* CHANGE BACKGROUND COLOR */
#column-content { margin-left: -15em }
+
body { background: url("https://wiki.btguard.com/uploads/mainbackground.gif");repeat scroll 0 0 white; }
#column-content #content { margin-left: 15em }
+
 
#p-logo a, #p-logo a:hover { width: 15em }
+
 
#p-cactions { left: 14.5em }
+
 
.portlet { width: 14em }
+
 
div#column-content { margin-left: -14em }
+
.portlet h5 {
div#content { margin-left: 14em }
+
      color: black;
 +
      font-weight:bold;
 +
}
 +
 
 +
 
 +
 
 +
/* Default Font Color */
 +
body {
 +
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
 +
    font-weight: 400;
 +
    font-size: 0.62em;
 +
}
 +
 
 +
/* font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;     
 +
"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
 +
font-size:10px;*/
 +
/* font-family: "Segoe UI","Lucida Grande",Tahoma; */

Latest revision as of 01:43, 12 June 2013

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

/* CHANGE BACKGROUND COLOR */
body { background: url("https://wiki.btguard.com/uploads/mainbackground.gif");repeat scroll 0 0 white; }




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



/* Default Font Color */
body {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 400;
    font-size: 0.62em;
}

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