MediaWiki:Monobook.css

From Nintendogs Wiki
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 here will affect users of the MonoBook skin */

/* Copied from my other wiki */
#content {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(222,204,189,25);
}

table.toc, #catlinks, ul#filetoc {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(222,204,189,25);
}

#p.cactions li a {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(222,204,189,25);
}

#p-cactions li {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(222,204,189,25);
}

#footer {
-webkit-border-radius: 10px;
border-radius: 10px;
}

.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(222,204,189,25);
}

.usermessage, .editsimilar {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(222,204,189,25);
}

/* don't know what the heck on and off tabs are, but I'm just gonna put everything from the SONIC WIKI™ */

.yui-navset .yui-nav li.tabOff, .yui-navset .yui-nav li.tabOn {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(222,204,189,25);
}

.yui-navset .yui-nav li.tabPinned {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(222,204,189,25);
}