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 02:07, 22 March 2009 by Immewnity (talk | contribs) (like other sites)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
/* edit this file to customize the monobook skin for the entire site */
/* <pre> */
#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

#ca-edit {
    font-weight: bold;
}

.usermessage {
    -moz-border-radius: 1em;
    background-color: #78AB46;
    border: 2px dashed #556B2F;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
}

/* transparency does not work in IE, so don't let IE process this rule. */
body[class~=ns-106] #p-logo a, body[class~=ns-107] #p-logo a { 
    background-image: url(http://archives.bulbagarden.net/w/upload/a/a8/Bulbacast_logo.png) !important;
}

/* </pre> */
/* Creates rounded top-icon corners in Firefox, as well as colorizes them bulba-green */

#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-color: #3E7614;
}

#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-color: #3E7614;
}
#p-cactions ul li a { background: #A7C858; }
#p-cactions ul li.selected a { background: #C4E673; }
#p-cactions li.selected { border-color: #3E7614; }
#p-cactions li { border-color: #3E7614; }
#p-cactions li a:hover { background: #C4E673; z-index: 0; text-decoration: none; }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 

#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }

#p-navigation,#p-search,#p-tb,#footer { opacity:0.90; }