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

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
body.page-Main_Page h1.firstHeading { display:none; }
/* styles for header background */
 
html, body {  
html, body {  
     background: #f3f3f3 url(http://www.dragon-quest.org/images/a/a8/Header_back.gif) repeat-x;  
     background: #000000 url(http://i852.photobucket.com/albums/ab82/KRCCFNF/FADED.png) no-repeat;  
}
}
#mw-page-base {  
#mw-page-base {  
Line 11: Line 10:
h2 {
h2 {
     padding-top: 15px;
     padding-top: 15px;
}
#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
}
}

Revision as of 16:59, 5 October 2011

/* 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;
}

#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
}