User:Richard1990/monobook.css

From Pikipedia, the Pikmin wiki
Jump to navigation Jump 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.
/*<pre><nowiki>*/
/* Change link colours */
a { color: #002BB8; }
a:visited { color: #002BB8; }
a:hover { text-decoration: underline; }

/* Background colour */
body { background: #F7F3F3; }

/* Sidebar titles */
.portlet h5 {
    background-color: #e0e3e6;
    border: thin solid silver;
}

/* Colour of the N in the recent changes */
.newpage { color : #990000; }

/* Colour of the m in the recent changes */
.minor { color : #0000FF; }

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