Difference between revisions of "MediaWiki:Monobook.css"

From ShivaeWiki
Jump to: navigation, search
m
 
Line 10: Line 10:
 
  .portlet {
 
  .portlet {
 
   width: 12em;
 
   width: 12em;
 +
}
 +
 +
#content {
 +
  margin-left: 12.6em;
 
  }
 
  }

Latest revision as of 17:23, 21 October 2006

 /* edit this file to customize the monobook skin for the entire site */

 body {
   font-size: 10px;
   font-family: verdana, geneva, arial, helvetica, sans-serif;
   background-repeat: repeat-x;
   background-color: #EBEBEB;
 }

 .portlet {
   width: 12em;
 }

 #content {
   margin-left: 12.6em;
 }