Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

MediaWiki:Monobook.css

on PidgiWiki, the video game media repository

Revision as of 02:25, 11 August 2010 by Immewnity (talk | contribs)

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.
#content {
  -moz-border-radius: 1em 0 0 1em;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-radius: 1em 0 0 1em;
border-top: 1px solid #B59359;
border-left: 1px solid #B59359;
border-bottom: 1px solid #B59359;
}

.pBody {
  -moz-border-radius: 0 1em 1em 0;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  border-radius: 0 1em 1em 0;
border-bottom: 1px solid #B59359;
border-right: 1px solid #B59359;
border-top: 1px solid #B59359;
}

/* tabs */

#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  border-radius: 1em 1em 0 0;
  border-color: #B59359;
}

#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  border-radius: 1em 1em 0 0;
  border-color: #B59359;
}
#p-cactions ul li a { background: #F5EAAF; }
#p-cactions ul li.selected a { background: #FFFBDA; }
#p-cactions li.selected { border-color: #B59359; }
#p-cactions li { border-color: #B59359; }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.