User:LegoAlchemist/monobook.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(Created page with "→‎CSS placed here will affect users of the Monobook skin: body { background: #f9f9f9 url(/images/4/4a/Background_beta.png) repeat; } #siteNotice { padding: 2px; margin: 1...")
 
(Blanked the page)
 
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */


body {
background: #f9f9f9 url(/images/4/4a/Background_beta.png) repeat;
}
#siteNotice {
padding: 2px;
margin: 10px 0 -5px 0;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}
#p-cactions li.selected a {
border-bottom: 2px solid #FFFFFF;
padding-bottom: 1px !important;
}
/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
display: inline;
font-size: 80%;
font-weight: normal;
}
/* usericon */
li#pt-userpage {
background-image: url(/images/keyblade.png) !important;
padding-left: 14px;
}
/* round edges and stuff */
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomleft: 1em;
-moz-border-radius-bottomright: 1em;
border: 2px solid silver;
}
#p-cactions ul li, #p-cactions ul li a { 
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}
/* bold edit this page link */
#ca-edit a { font-weight: bold !important; }
#p-cactions li a {
color: #002bb8;
background-color: #fbfbfb;
}
#p-cactions li a:hover {
    color: #002bb8;
    background-color: #ffffff;
}
#p-cactions li.selected a {
  color: #002bb8;
  background-color:#ffffff;
}
#p-cactions li.new a {
  color:#ba0000;
}
#searchGoButton {
    font-weight: normal;
}
#footer {
  border-top:1px solid #aaaaaa;
  border-bottom:1px solid #aaaaaa;
}

Latest revision as of 04:45, 24 February 2011