User:The Inexistent/monobook.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
(Blanked the page)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */


body {
background: #696969;
}
#siteNotice {
padding: 2px;
margin: 10px 0 -5px 0;
border-top: 2px solid #8B0000;
border-bottom: 2px solid #8B0000;
background: #8B0000;
}
#p-cactions li.selected a {
border-bottom: 2px solid #000000;
padding-bottom: 1px !important;
}
/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
display: inline;
font-size: 80%;
font-weight: bold;
}
/* usericon */
li#pt-userpage {
background-image: url(http://www.khwiki.net/images/2/2d/Invisible_Sword.png);
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: 4px solid  #000000;
}
#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;
background-color: #000000;
}
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}
/* bold edit this page link */
#ca-edit a {
    color: #808080;
    font-weight: bold !important;
}
#p-cactions li a {
color: #808080;
background-color: #000000;
}
#p-cactions li a:hover {
    color: #808080;
    background-color: #000080;
}
#p-cactions li.selected a {
  color: #808080;
  background-color:#000000;
}
#p-cactions li.new a {
  color:#808080;
}
#searchGoButton {
    color: #000080;
    font-weight: bold;
}
#footer {
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
}

Revision as of 22:13, 31 December 2011