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.

MediaWiki:Monobook.css: Difference between revisions

From Bulbagarden Archives
Jump to navigationJump to search
m (...team rocket...)
mNo edit summary
(9 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: #A1CF31; }
#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; }
#p-cactions li { border-color: #3E7614; }
#p-cactions li { border-color: #3E7614; }


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

Revision as of 22:54, 9 July 2016

/* edit this file to customize the monobook skin for the entire site */

#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

#ca-edit {
    font-weight: bold;
}

.usermessage {
    -moz-border-radius: 1em;
    background: #EEFFEE url('http://archives.bulbagarden.net/w/upload/6/6f/Notice_bar_background.png') no-repeat left center;
    border: 2px solid #3E7614;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
}

/* 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: #eee; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions li.selected { border-color: #3E7614; }
#p-cactions li { border-color: #3E7614; }

ul { list-style-image:none; list-style-type:disc; }

/* Right-side link repair */

@media screen and (max-width: 1440px) {
    div#rightcolbox {
        display: none;
    }
}