MediaWiki:Monobook.css

From Armagetron
Revision as of 15:10, 24 July 2007 by Wrtlprnft (talk | contribs) (let's try being more specific…)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* edit this file to customize the monobook skin for the entire site */

pre {
    overflow: auto;
}

/* the following is the contents of the old wrtlprnft skin */

#content, .pBody, #p-cactions li, #p-cactions li.selected a, #footer, #p-personal, table, table.diff, #catlinks, code {
	background: transparent url(/images/theme/wikibg-white.png) 0 0 scroll;
}
#p-cactions li a, #p-cactions li.selected a, td.diff-otitle, td.diff-ntitle, .catlinks {
      background: transparent none;
}
#p-cactions li.selected {
	background:white;
}
#p-cactions .pBody {
        background:transparent;
}
code {
	border:1px dashed #aaa;
}

.usermessage, div#siteNotice {
	background: transparent url(/images/theme/wikibg-yellow.png) 0 0 scroll;
}

div#siteNotice {
    margin-bottom:1em;
}

.thumb {
      border-color: transparent !important;
	background: transparent url(/images/theme/wikibg-white.png) 0 0 scroll;
}

body {
	background: #fff url(/images/theme/wikibg.png) 0 0 scroll;
}

.portlet h5 {
      color: white;
      font-weight:bold;
}

#p-cactions li.selected {
    border-color: #d7dfd6;
}

#footer {
    border-color: #d7dfd6;
}