MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */
/* <pre> */


#siteSub {
#siteSub {
Line 20: Line 19:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     text-align: left;
     text-align: left;
}
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 33: Line 27:
   -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 63: Line 57:
   border-color: #3E7614;
   border-color: #3E7614;
}
}
#p-cactions ul li a { background: #999; }
#p-cactions ul li a { background: #eee; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions li.selected { border-color: #3E7614; }
#p-cactions li.selected { border-color: #3E7614; }
Line 70: Line 64:
ul { list-style-image:none; list-style-type:disc; }
ul { list-style-image:none; list-style-type:disc; }


/* </pre> */
/* Right-side link repair */
 
@media screen and (max-width: 1440px) {
    div#rightcolbox {
        display: none;
    }
}