User:The Inexistent/vector.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Revision as of 01:55, 9 October 2011 by The Inexistent (talk | contribs)
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.
/* styles for header background */
html, body { 
    background: #000000 url(http://i852.photobucket.com/albums/ab82/KRCCFNF/FADED.png) no-repeat; 
}
#mw-page-base { 
    background-color: transparent; 
    background-image:none; 
}

h2 {
    padding-top: 15px;
}

#content {
    border-bottom-left-radius: 0em;
    border-top-left-radius: 0em;
}

#p-Navigation h5{
	background: url(http://i852.photobucket.com/albums/ab82/KRCCFNF/NavigationHeading-1.png) no-repeat 180px top;
	display:block;
	position:relative;
	left:-160px;
	width:282px;
	height:10px;
}

#p-Interaction h5{
	background: url(http://i852.photobucket.com/albums/ab82/KRCCFNF/CommunityHeading-1.png) no-repeat 180px top;
	display:block;
	position:relative;
	left:-160px;
	width:282px;
	height:10px;
}


#p-tb h5{
	background: url(http://i852.photobucket.com/albums/ab82/KRCCFNF/ToolboxHeading-1.png) no-repeat 180px top;
	display:block;
	position:relative;
	left:-160px;
	width:282px;
	height:12px;
}


li#pt-userpage { 
	background-image: url(http://i852.photobucket.com/albums/ab82/KRCCFNF/ICON.png) !important;
	padding-left: 14px;
}


#p-logo a, #p-logo a:hover { 
 display:block !important;
 background-image: url(http://i852.photobucket.com/albums/ab82/KRCCFNF/DIFFERENTNAME.png) !important;
 background-color: transparent
}

/* Personal links at top right */
 #p-personal .pBody ul {
   background: #C0C0C0;
   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: #000;
   margin: 0;
    }
 #p-personal li a {
   color: #000;
   padding: 0.5em;
    }
 #p-personal li a:hover {
   background: transparent;
   border-bottom: 1px solid white;
    }
 #p-personal li a.new {
   color: #DDDDDD;
 }