Difference between revisions of "MediaWiki:Monobook.css"

From Seychelles
Jump to: navigation, search
(Created page with '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: ; m…')
 
 
(3 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 */
 
/* background image
 
  
 
body {
 
body {
background: #f5f5f5 url(/images/beer/Canvas.gif) /*0 0; background-repeat:no-repeat*/;
+
  background-image:url('images/beaches/Background_shade.gif');
margin-left: 0px;
+
  background-repeat:repeat-x;
 +
  margin:0;
 +
  background-color:#ffffff;
 
}
 
}
 
*/
 
 
 
.pBody {  
 
.pBody {  
 
   padding: 0.3em 0.1em;
 
   padding: 0.3em 0.1em;

Latest revision as of 21:13, 18 April 2011

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

body {
  background-image:url('images/beaches/Background_shade.gif');
  background-repeat:repeat-x;
  margin:0;
  background-color:#ffffff;
}
.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}