MediaWiki:Monobook.css

From OpenWetWare
Revision as of 22:23, 15 March 2006 by Austin J. Che (talk | contribs)
Jump to navigationJump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* edit this page to customize the monobook skin for the entire site. There is also [[MediaWiki:Common.css]] */

/*<pre><nowiki>*/

body {
    background: #C5D0EA 0 0 no-repeat;  /* changed default background */
}

.portlet .pBody {
    background-color: #E5F2FB;
}

#n-portal {
  list-style-image: url("/images/b/ba/Communityportal.png");
}

#n-calendar {
  list-style-image: url("/images/1/15/Calendar.png");
}

#n-recentchanges {
  list-style-image: url("/images/3/3d/Changes.png");
}

#n-mainpage {
  list-style-image: url("/images/9/9a/Home.png");
}

#n-randompage {
  list-style-image: url("/images/7/70/Random.png");
}

/*</nowiki></pre>*/