User:The Inexistent/monaco.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body{background:#FFFFFF
url(http://img143.imageshack.us/img143/3527/crewed.png) repeat
}

#p-logo a, #p-logo a:hover { 
 display:block !important;
 background-image: url(http://i1094.photobucket.com/albums/i443/sakuraban/KHW3DLogo4-1.png) !important;
 background-color: transparent
}

 #p-Navigation, 
 #p-Interaction, 
 #p-search,
 #p-tb, 
 #p-lang {
	background: #FFFFFF url(http://img811.imageshack.us/img811/9927/headerthingy.png) repeat-x;
	width:205px;
	padding-top:1px;
 -khtml-border-radius-topright: 1em;
 -webkit-border-radius-topright: 1em;
 -moz-border-radius-topright: 1em;
 -border-radius-topright: 1em

}

/* Personal links at top right */
 #p-personal .pBody ul {
   background: #720a3a;
   border-bottom: 0px solid white;
   border-left: 0px solid white;
   float: right;
   padding-left: 0;
   height: 1.45em;
 -khtml-border-radius-bottomleft: 0.5em;
 -webkit-border-radius-bottomleft: 0.5em;
 -moz-border-radius-bottomleft: 0.5em;
 -border-radius-bottomleft: 0.5em
    }
 #p-personal li {
   color: #FFF;
   margin: 0;
    }
 #p-personal li a {
   color: #FFF;
   padding: 0.5em;
    }
 #p-personal li a:hover {
   background: transparent;
   border-bottom: 1px solid white;
    }
 #p-personal li a.new {
   color: #FFFFFF;
 }