7,714
edits
mNo edit summary |
(Fix tabs/sidebar) |
||
Line 13: | Line 13: | ||
.usermessage { | .usermessage { | ||
-moz-border-radius: 1em; | -moz-border-radius: 1em; | ||
background: #EEFFEE url(' | background: #EEFFEE url('//archives.bulbagarden.net/w/upload/6/6f/Notice_bar_background.png') no-repeat left center; | ||
border: 2px solid #3E7614; | border: 2px solid #3E7614; | ||
} | } | ||
Line 25: | Line 25: | ||
#content { | #content { | ||
-moz-border-radius: 1em 0 0 1em; | |||
-webkit-border-top-left-radius: 1em; | |||
-webkit-border-bottom-left-radius: 1em; | |||
border- | border-radius: 1em 0 0 1em; | ||
border- | border-color: #3E7614; | ||
} | } | ||
.pBody { | @media screen and (min-width: 551px) { | ||
body.skin--responsive .pBody { | |||
-moz-border-radius: 0 1em 1em 0; | |||
-webkit-border-top-right-radius: 1em; | |||
border- | -webkit-border-bottom-right-radius: 1em; | ||
border- | border-radius: 0 1em 1em 0; | ||
border-color: #3E7614; | |||
} | |||
} | } | ||
/* tabs */ | /* tabs */ | ||
@media screen and (min-width: 551px) { | |||
#p-cactions | body.skin--responsive #p-cactions li, | ||
body.skin--responsive #p-cactions li a { | |||
-moz-border-radius: 1em 1em 0 0; | |||
-webkit-border-top-left-radius: 1em; | |||
-webkit-border-top-right-radius: 1em; | |||
} | border-radius: 1em 1em 0 0; | ||
border-color: #3E7614; | |||
#p-cactions | background: #eee; | ||
} | |||
body.skin--responsive #p-cactions li.selected, | |||
body.skin--responsive #p-cactions li.selected a { | |||
border-color: #3E7614; | |||
background: #FFFFFF; | |||
} | |||
} | } | ||
ul { list-style-image:none; list-style-type:disc; } | ul { list-style-image:none; list-style-type:disc; } |