MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
(6 intermediate revisions by 3 users not shown)
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/w/upload/6/6f/Notice_bar_background.png') no-repeat left center;
     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 22: Line 22:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     text-align: left;
     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;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
background:transparent url(http://bmgf.bulbagarden.net/images/bulbagarden_classic/misc/navbits_start.gif) no-repeat scroll top left;
padding-left:22px;
}
}


Line 40: Line 30:
   -moz-border-radius: 1em 0 0 1em;
   -moz-border-radius: 1em 0 0 1em;
   -webkit-border-radius: 1em 1em 0 0;
   -webkit-border-radius: 1em 1em 0 0;
   border-radius: 1em 1em 0 0;
   border-radius: 1em 0 0 1em ;
border-top: 1px solid #3E7614;
border-top: 1px solid #3E7614;
border-left: 1px solid #3E7614;
border-left: 1px solid #3E7614;
Line 74: Line 64:
#p-cactions li.selected { border-color: #3E7614; }
#p-cactions li.selected { border-color: #3E7614; }
#p-cactions li { border-color: #3E7614; }
#p-cactions li { border-color: #3E7614; }
/* Right-side link repair */
@media screen and (max-width: 1440px) {
    div#rightcolbox {
        display: none;
    }
}
/* 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;
}


/* </pre> */
/* </pre> */