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:Sol/monobook.css: Difference between revisions

From Bulbagarden Archives
Jump to navigationJump to search
mNo edit summary
m (fixed logo)
 
Line 1: Line 1:
#p-logo a { background: url(http://i245.photobucket.com/albums/gg73/unhealthiest/Bulbagarden_Archives_logo.png) 100% 50% no-repeat !important; }
#p-logo a { background: url(http://dl.dropbox.com/u/2030906/Bulbagarden_Archives_logo%20copy.png) 100% 50% no-repeat !important; }
#p-logo a:hover { background: url(http://i245.photobucket.com/albums/gg73/unhealthiest/Bulbagarden_Archives_logo.png) 100% 50% no-repeat !important; }
#p-logo a:hover { background: url(http://dl.dropbox.com/u/2030906/Bulbagarden_Archives_logo%20copy.png) 100% 50% no-repeat !important; }


#p-navigation .pBody { background: #A8D3FF; border-color: #0080FF; -moz-border-radius: 0px 10px 10px 0px; }
#p-navigation .pBody { background: #A8D3FF; border-color: #0080FF; -moz-border-radius: 0px 10px 10px 0px; }

Latest revision as of 04:01, 27 July 2010

#p-logo a { background: url(http://dl.dropbox.com/u/2030906/Bulbagarden_Archives_logo%20copy.png) 100% 50% no-repeat !important; }
#p-logo a:hover { background: url(http://dl.dropbox.com/u/2030906/Bulbagarden_Archives_logo%20copy.png) 100% 50% no-repeat !important; }

#p-navigation .pBody { background: #A8D3FF; border-color: #0080FF; -moz-border-radius: 0px 10px 10px 0px; }
#p-search .pBody { background: #A8D3FF; border-color: #0080FF; -moz-border-radius: 0px 10px 10px 0px; }
#p-tb .pBody { background: #A8D3FF; border-color: #0080FF; -moz-border-radius: 0px 10px 10px 0px; }
#footer { background: #A8D3FF; border-color: #0080FF; }
#p-lang .pBody { background: #A8D3FF; border-color: #0080FF; -moz-border-radius: 0px 10px 10px 0px; }



.usermessage {
    -moz-border-radius: 1em;
    background: #F4F9FF url('http://i245.photobucket.com/albums/gg73/unhealthiest/Notice_bar_background1.png') no-repeat left center;
    border: 2px solid #0080FF;
}

.noticebar {
    -moz-border-radius: 1em;
    background: #F4F9FF url('http://i245.photobucket.com/albums/gg73/unhealthiest/Notice_bar_background1.png') no-repeat left center;
    border: 2px solid #0080FF;
    margin-top: 0.5em;
    padding: 0.2em;
    text-align: center;
}
input { font-family: Verdana, sans-serif; } 

body #globalWrapper { background: url(http://i245.photobucket.com/albums/gg73/unhealthiest/bg2.png) !important;  }
:link#contentTop { color: #0067CE; }
a:visited { color: #0067CE; }
a:visited:hover { color: #0067CE; }
a:hover { color: #0067CE; }
a:active, a:new, a:new:hover { color: #0063C6; }
a:external, a:interwiki { color: #8CC6FF; }
a { color: #0067CE; }

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

#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-color: #0080FF;
}
#p-cactions ul li a { background: #8CC6FF; }
#p-cactions ul li.selected a { background: #A8D3FF; }
#p-cactions li.selected { border-color: #0067CE; }
#p-cactions li { border-color: #0067CE; }
#p-cactions li a:hover { background: #A8D3FF; z-index: 0; text-decoration: none; }

#bg-header {display: none }

#content {
	background: #FFFFFF;
	border-left: 1px solid #0080FF;
	border-top: 1px solid #0080FF;
	border-bottom: 1px solid #0080FF;
	border-radius: 15px 0px 0px 15px;
} 

#wpSave {
    -moz-border-radius: 15px;
    background-color: #A8D3FF !important;
    border: 1px dashed #0080FF !important;
    padding: 2px 10px;
}

#wpPreview {
    -moz-border-radius: 15px;
    background-color: #A8D3FF !important;
    border: 1px dashed #0080FF !important;
    padding: 2px 10px;
}

#wpDiff {
    -moz-border-radius: 15px;
    background-color: #A8D3FF !important;
    border: 1px dashed #0080FF !important;
    padding: 2px 10px;
}

input.searchButton {
    -moz-border-radius: 15px;
    background-color: #A8D3FF !important;
    border: 1px dashed #0080FF !important;
}