Difference between revisions of "MediaWiki:Monobook.css"

From MunichBeerGardens.com
Jump to: navigation, search
Line 7: Line 7:
 
margin-left: 0px;
 
margin-left: 0px;
 
}
 
}
 +
 +
/*
  
 
.pBody {  
 
.pBody {  
Line 20: Line 22:
  
 
#content {-moz-border-radius-topleft: 0.5em}
 
#content {-moz-border-radius-topleft: 0.5em}
 +
*/

Revision as of 16:38, 20 January 2012

/* CSS placed here will affect users of the Monobook skin */

/* background image */

body {
background: #f5f5f5 url(/images/beer/Canvas.gif) /*0 0; background-repeat:no-repeat*/;
margin-left: 0px;
}

/*

.pBody { 
   padding: 0.3em 0.1em;
   -moz-border-radius-topright: 0.5em;
}

.portlet h5 {
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 0.5em;
}

#content {-moz-border-radius-topleft: 0.5em}
*/