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: Difference between revisions

From Bulbagarden Archives
Jump to navigationJump to search
m (like other sites)
 
(ala bulbanews)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */  
/* <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 {
#content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; -moz-box-shadow: #999 0px 0px 4px; }
  -moz-border-radius-topleft: 1em;
div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; }
  -moz-border-radius-topright: 1em;
.catlinks { -moz-border-radius: 1em; -moz-box-shadow: #BBB 0px 0px 4px; }
  border-color: #3E7614;
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; }
#p-cactions ul li a { background: #A7C858; }
fieldset { -moz-border-radius: 1em; -moz-box-shadow: #BBB 0px 0px 4px; }
#p-cactions ul li.selected a { background: #C4E673; }
#searchInput { text-align: center; font-size: 100%; -moz-border-radius: 1em; -moz-box-shadow: #777 2px 3px 2px; }
#p-cactions li.selected { border-color: #3E7614; }
div#userloginForm form,
#p-cactions li { border-color: #3E7614; }
div#userlogin form#userlogin2 { -moz-border-radius: 1em; -moz-box-shadow: #BBB 0px 0px 3px; }
#p-cactions li a:hover { background: #C4E673; z-index: 0; text-decoration: none; }
mw-preferences-form { -moz-border-radius: 1em; -moz-box-shadow: #BBB 0px 0px 3px; }


/* 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; }
pBody pBody
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }
input.searchButton {
    background-color: #FFFFFF !important;
    border: 1px outset !important; }


#p-navigation,#p-search,#p-tb,#footer { opacity:0.90; }
#searchInput { background: #FFFFFF; }
span.diffchange { text-decoration:underline; color: #0000FF; }

Revision as of 23:54, 7 July 2009

/* 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; }