MediaWiki:Monobook.css

From Maslab 2011

(Difference between revisions)
Jump to: navigation, search
Maslab (Talk | contribs)
(Created page with "- CSS placed here will affect users of the Monobook skin: body { background-color : #8297A9; background-image : url("/template/blue-robot-background.jpg"); backgroun...")

Latest revision as of 03:11, 24 November 2010

/* CSS placed here will affect users of the Monobook skin */
 body {
   background-color : #8297A9;
   background-image : url("/template/blue-robot-background.jpg");
   background-repeat : no-repeat;
 }
 
 #content {
   min-height: 200px;
 }
 
 .portlet, .portlet h5 {
   color: #FFF;
 }
 
 .editsection {
   padding-top: .75em;
 }

 table.calendar {
   table-layout: fixed;
   border-collapse: collapse;
   width: 100%;
 }
 table.calendar td, table.calendar th {
   border: 1px solid black;
   padding: 0.25em;
   vertical-align: top;
 }
 table.calendar th {
   text-align: center;
   background: gray;
   color: white;
 }
Personal tools