MediaWiki:Monobook.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m (We're making some changes around here.)
mNo edit summary
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> */
/* <pre> */


#p-logo a, #p-logo a:hover {
 
background-image: url("http://archives.bulbagarden.net/media/upload/9/90/Slowpedia_logo.png");
#p-logo a {
background: url("http://archives.bulbagarden.net/media/upload/9/90/Slowpedia_logo.png") no-repeat 35% 50% !important;
}
}



Revision as of 01:16, 1 April 2010

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


#p-logo a {
background: url("http://archives.bulbagarden.net/media/upload/9/90/Slowpedia_logo.png") no-repeat 35% 50% !important;
}

#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/w/upload/6/6f/Notice_bar_background.png) no-repeat left center;
    border: 2px solid #D75D74;
}

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

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
background:transparent url(http://archives.bulbagarden.net/media/upload/a/a4/Mini_slowpoke_head_sprite.png) no-repeat left;
padding-left:22px;
}

/* Full nine yards, roundy bulba-green treatment. */
/* content box, navigation sections */

#content {
  -moz-border-radius: 1em 0 0 1em;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-radius: 1em 0 0 1em;
border-top: 1px solid #D75D74;
border-left: 1px solid #D75D74;
border-bottom: 1px solid #D75D74;
}

.pBody {
  -moz-border-radius: 0 1em 1em 0;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  border-radius: 0 1em 1em 0;
border-bottom: 1px solid #D75D74;
border-right: 1px solid #D75D74;
border-top: 1px solid #D75D74;
}

/* tabs */

#p-cactions ul li, #p-cactions ul 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: #D75D74;
}

#p-cactions ul li, #p-cactions ul 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: #D75D74;
}

#p-cactions ul li a { background: #FFC9D2; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions li.selected { border-color: #D75D74; }
#p-cactions li { border-color: #D75D74; }

/* </pre> */