User

Arnabs/vector.css: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
** Logo properties
** Logo properties
*/
*/


#p-logo {
#p-logo {
top: -155px;
top: -165px;
left: 0;
left: 0;
position: absolute; /*needed to use z-index */
position: absolute; /*needed to use z-index */
z-index: 3;
z-index: 3;
height: 155px;
height: 190px;
width: 9.8em;
width: 9.8em;
overflow: visible;
overflow: visible;
Line 19: Line 20:
#p-logo a:hover {
#p-logo a:hover {
display: block;
display: block;
height: 155px;
height: 190px;
width: 9.8em;
width: 9.8em;
background-repeat: no-repeat;
background-repeat: no-repeat;

Revision as of 16:38, 4 November 2012


/*
** Logo properties
*/


#p-logo {
	top: -165px;
	left: 0;
	position: absolute; /*needed to use z-index */
	z-index: 3;
	height: 190px;
	width: 9.8em;
	overflow: visible;
}
#p-logo h5 {
	display: none;
}
#p-logo a,
#p-logo a:hover {
	display: block;
	height: 190px;
	width: 9.8em;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;
}