MediaWiki:Monobook.css: Difference between revisions
From Bulbanews, your community Pokémon newspaper.
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
-webkit-border-radius: 1em; | -webkit-border-radius: 1em; | ||
border-radius: 1em; | border-radius: 1em; | ||
background: #EEFFEE url('http://archives.bulbagarden.net/ | background: #EEFFEE url('http://archives.bulbagarden.net/media/upload/6/6f/Notice_bar_background.png') no-repeat left center; | ||
border: 2px solid #3E7614; | border: 2px solid #3E7614; | ||
} | } | ||
Line 26: | Line 26: | ||
/* transparency does not work in IE, so don't let IE process this rule. */ | /* 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 { | body[class~=ns-106] #p-logo a, body[class~=ns-107] #p-logo a { | ||
background-image: url(http://archives.bulbagarden.net/ | background-image: url(http://archives.bulbagarden.net/media/upload/a/a8/Bulbacast_logo.png) !important; | ||
} | } | ||
Revision as of 02:41, 25 August 2011
/* 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; -webkit-border-radius: 1em; border-radius: 1em; background: #EEFFEE url('http://archives.bulbagarden.net/media/upload/6/6f/Notice_bar_background.png') no-repeat left center; border: 2px solid #3E7614; } 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/media/upload/a/a8/Bulbacast_logo.png) !important; } /* Full nine yards, roundy bulba-green treatment. */ /* content box, navigation sections */ #content { -moz-border-radius: 1em 0 0 1em; -webkit-border-radius: 1em 1em 0 0; border-radius: 1em 0 0 1em ; border-top: 1px solid #3E7614; border-left: 1px solid #3E7614; border-bottom: 1px solid #3E7614; } .pBody { -moz-border-radius: 0 1em 1em 0; -webkit-border-radius: 0 1em 1em 0; border-radius: 0 1em 1em 0; border-bottom: 1px solid #3E7614; border-right: 1px solid #3E7614; border-top: 1px solid #3E7614; } /* tabs */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius: 1em 1em 0 0; -webkit-border-radius: 1em 1em 0 0; border-radius: 1em 1em 0 0; border-color: #3E7614; } #p-cactions ul li, #p-cactions ul li a { -moz-border-radius: 1em 1em 0 0; -webkit-border-radius: 1em 1em 0 0; border-radius: 1em 1em 0 0; border-color: #3E7614; } #p-cactions ul li a { background: #A1CF31; } #p-cactions ul li.selected a { background: #FFFFFF; } #p-cactions li.selected { border-color: #3E7614; } #p-cactions li { border-color: #3E7614; } /* </pre> */