Difference between revisions of "MediaWiki:Monobook.css"

From MadaCamp
Jump to: navigation, search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/* 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: #f5f5f5 url(/images/madagascar/Canvas.gif) 0 0 repeat-x;
margin-left: 0px;
+
background: #f5f5f5 url(/images/madagascar/Canvas.gif);
 +
margin-left: -1px;
 +
}
  
}
 
  
 
.pBody {  
 
.pBody {  
Line 16: Line 21:
 
}
 
}
  
#content {
+
#content {-moz-border-radius-topleft: 0.5em}
-moz-border-radius-topleft: 0.5em
 
border: 1px solid green;
 
}
 
  
 
/* fix to Monobook navbar incorrectly dropping below page content on
 
/* fix to Monobook navbar incorrectly dropping below page content on
 
   Firefox 9.x 01/2012, on Google Chrome 4.x Linux and on various
 
   Firefox 9.x 01/2012, on Google Chrome 4.x Linux and on various
 
   other browers and systems */
 
   other browers and systems */
 +
  
 
#column-one{
 
#column-one{
Line 29: Line 32:
 
width:100%;
 
width:100%;
 
height:100%;
 
height:100%;
 +
}
 +
 +
#footer {
 +
background: url(/images/madagascar/Canvas.gif); /* if using background */
 +
border-top: 0px solid #adaaad;
 +
border-bottom: 0px solid #adaaad;
 +
margin:0px;
 +
padding:0px 0px 10px 0px;
 +
 
}
 
}

Latest revision as of 18:42, 7 October 2015

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

/* background image */

body {
#background: #f5f5f5 url(/images/madagascar/Canvas.gif) 0 0 repeat-x;
background: #f5f5f5 url(/images/madagascar/Canvas.gif);
margin-left: -1px;
}


.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}

/* fix to Monobook navbar incorrectly dropping below page content on
   Firefox 9.x 01/2012, on Google Chrome 4.x Linux and on various
   other browers and systems */


#column-one{
position: absolute;
width:100%;
height:100%;
}

#footer {
	background: url(/images/madagascar/Canvas.gif); /* if using background */
	border-top: 0px solid #adaaad;
	border-bottom: 0px solid #adaaad;
margin:0px;
padding:0px 0px 10px 0px;

}