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 (moved User:Prmatt11/monobook.css to User:Immewnity/monobook.css: Automatically moved page while renaming the user "Prmatt11" to "Immewnity")
(one sec)
Line 1: Line 1:
/* 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; }

Revision as of 12:23, 12 September 2009

<!-- -->