MediaWiki:Monobook.css: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 12: Line 12:
     z-index: 3;
     z-index: 3;
     background: #E5F2FB;  /* changed default background */
     background: #E5F2FB;  /* changed default background */
    color: #E5F2FB;
  }
  }

Revision as of 14:20, 15 March 2006

/* edit this file to customize the monobook skin for the entire site */
 body {
    font: x-small sans-serif;
    background: #C5D0EA 0 0 no-repeat;  /* changed default background */
    color: black;
    margin: 0;
    padding: 0;
 }

 #p-navigation {
    position: relative;
    z-index: 3;
    background: #E5F2FB;  /* changed default background */
    color: #E5F2FB;
 }