User:Obitus/vector.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(Blanked the page)
(Just making sure the header image issue wasn't unique to my skin.)
 
Line 1: Line 1:
html, body {
    background: #000000 url(http://i.imgur.com/1uQcvB7.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-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 0em;
  -moz-border-radius-topright: 0em;
}
#content {
  -moz-border-radius-topleft: 0em;
  -moz-border-radius-bottomleft: 0em;
}
div.pBody {
  -moz-border-radius-topright: 0em;
  -moz-border-radius-bottomright: 0em;
}
#p-Navigation h5{
background: url(http://i.imgur.com/bGDI2ck.png) no-repeat 180px top;
display:block;
position:relative;
left:-160px;
width:282px;
height:20px;
}
#p-Interaction h5{
background: url(http://i.imgur.com/Eog7Lta.png) no-repeat 180px top;
display:block;
position:relative;
left:-160px;
width:282px;
height:20px;
}
#p-tb h5{
background: url(http://i.imgur.com/c3bz7j0.png) no-repeat 180px top;
display:block;
position:relative;
left:-160px;
width:282px;
height:20px;
}
#p-LANGUAGES h5{
background: url(http://i.imgur.com/l6G3MZS.png) no-repeat 180px top;
display:block;
position:relative;
left:-160px;
width:282px;
height:20px;
}
li#pt-userpage {
background-image: url(http://i.imgur.com/yOneC4Q.png) !important;
padding-left: 14px;
}
#p-logo a, #p-logo a:hover {
display:block !important;
background-image: url(http://i.imgur.com/DC5AiiA.png) !important;
background-color: transparent
}
#title-linktabs { top: -49px !important; }
#p-personal a:not(:hover) { color: #FFFFFF !important; }
#p-personal a:hover { color: #747474 !important; }
#p-Navigation a:not(:hover) { color:#F0E68C !important; }
#p-Navigation a:hover { color: #A9A9A9 !important; }
#p-Interaction a:not(:hover) { color:#F0E68C !important; }
#p-Interaction a:hover { color: #A9A9A9 !important; }
#p-tb a:not(:hover) { color:#F0E68C !important; }
#p-tb a:hover { color: #A9A9A9 !important; }
#p-lang a:not(:hover) { color:#F0E68C !important; }
#p-lang a:hover { color: #A9A9A9 !important; }
#footer a { color: #FFFFFF; }

Latest revision as of 18:51, 9 July 2014

html, body { 
    background: #000000 url(http://i.imgur.com/1uQcvB7.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-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 0em;
  -moz-border-radius-topright: 0em;
}
#content {
  -moz-border-radius-topleft: 0em;
  -moz-border-radius-bottomleft: 0em;
}
div.pBody {
  -moz-border-radius-topright: 0em;
  -moz-border-radius-bottomright: 0em;
}

#p-Navigation h5{
	background: url(http://i.imgur.com/bGDI2ck.png) no-repeat 180px top;
	display:block;
	position:relative;
	left:-160px;
	width:282px;
	height:20px;
}

#p-Interaction h5{
	background: url(http://i.imgur.com/Eog7Lta.png) no-repeat 180px top;
	display:block;
	position:relative;
	left:-160px;
	width:282px;
	height:20px;
}


#p-tb h5{
	background: url(http://i.imgur.com/c3bz7j0.png) no-repeat 180px top;
	display:block;
	position:relative;
	left:-160px;
	width:282px;
	height:20px;
}


#p-LANGUAGES h5{
	background: url(http://i.imgur.com/l6G3MZS.png) no-repeat 180px top;
	display:block;
	position:relative;
	left:-160px;
	width:282px;
	height:20px;
}


li#pt-userpage { 
	background-image: url(http://i.imgur.com/yOneC4Q.png) !important;
	padding-left: 14px;
}


#p-logo a, #p-logo a:hover { 
 display:block !important;
 background-image: url(http://i.imgur.com/DC5AiiA.png) !important;
 background-color: transparent
}

	
#title-linktabs { top: -49px !important; }

#p-personal a:not(:hover) { color: #FFFFFF !important; }
#p-personal a:hover { color: #747474 !important; }
#p-Navigation a:not(:hover) { color:#F0E68C !important; }
#p-Navigation a:hover { color: #A9A9A9 !important; }
#p-Interaction a:not(:hover) { color:#F0E68C !important; }
#p-Interaction a:hover { color: #A9A9A9 !important; }
#p-tb a:not(:hover) { color:#F0E68C !important; }
#p-tb a:hover { color: #A9A9A9 !important; }
#p-lang a:not(:hover) { color:#F0E68C !important; }
#p-lang a:hover { color: #A9A9A9 !important; }
#footer a { color: #FFFFFF; }