MediaWiki:Monobook.css

From Australian Traditional Music People
Revision as of 21:06, 4 July 2019 by Lpb (talk | contribs) (Add css to hide div#jump-to-nav to suppress annoying "ump to navigation Jump to search" links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed in MediaWiki:Monobook.css affects all users of MonoBook skin */
body {
        background: #CCCC99 url(headbg.jpg) 0 0 no-repeat;
        color: black;
}

div#content {
        background: #DDDDBB;
        color: black;
        border: 1px solid #aaa;
        border-right: none;
        line-height: 1.5em;
}

.pBody {
        background-color: #DDDDBB;
        color: black;
        border-collapse: collapse;
        border: 1px solid #aaa;
        padding: 0 .8em .3em .5em;
}

pre { background: #DDDDBB }

div#footer {
        background-color: #DDDDBB;
}

div#jump-to-nav {
        display: none;
}