MediaWiki:Monobook.css

From Maslab 2014
Revision as of 02:03, 16 November 2013 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Konqueror: Click Reload or press F5
  • Opera: Clear the cache in Tools → Preferences
/* 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;
 }