Got a spare minute? The Archives need some love. See the to-do list to find a way to help.
If you upload a new image make sure you name and categorize it properly. If in doubt, ask an admin or see our FAQ page.

User:Immewnity/monobook.css

From Bulbagarden Archives
Revision as of 01:02, 18 October 2009 by Immewnity (talk | contribs)
Jump to navigationJump 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.
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 

#content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; -moz-box-shadow: #999 0px 0px 4px; }
div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; }
.catlinks { -moz-border-radius: 1em; -moz-box-shadow: #BBB 0px 0px 4px; }
div.thumbinner { -moz-border-radius: 1em; -moz-box-shadow: #999 0px 0px 3px; }
.noticebar { -moz-border-radius: 1em; -moz-box-shadow: #BBB 0px 0px 3px; }
fieldset { -moz-border-radius: 1em; -moz-box-shadow: #BBB 0px 0px 4px; }
#searchInput { text-align: center; font-size: 100%; -moz-border-radius: 1em; -moz-box-shadow: #777 2px 3px 2px; }
div#userloginForm form,
div#userlogin form#userlogin2 { -moz-border-radius: 1em; -moz-box-shadow: #BBB 0px 0px 3px; }
mw-preferences-form { -moz-border-radius: 1em; -moz-box-shadow: #BBB 0px 0px 3px; }


pBody pBody 
input.searchButton {
    background-color: #FFFFFF !important;
    border: 1px outset !important; }

#searchInput { background: #FFFFFF; }
span.diffchange { text-decoration:underline; color: #0000FF; }
#p-cactions ul li, #p-cactions ul li a {
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
}