Difference between revisions of "MediaWiki:Monobook.css"

From ShivaeWiki
Jump to: navigation, search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
+
/* 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;
 +
}

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