MediaWiki:Monobook.css

From Maslab 2011

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/* 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