User

Arnabs/vector.css: Difference between revisions

(Created page with " →‎** Logo properties: #p-logo { top: -160px; left: 0; position: absolute; →‎needed to use z-index: z-index: 3; height: 155px; width: 9.8em; overflow: visible; } ...")
 
No edit summary
Line 5: Line 5:


#p-logo {
#p-logo {
top: -160px;
top: -155px;
left: 0;
left: 0;
position: absolute; /*needed to use z-index */
position: absolute; /*needed to use z-index */

Revision as of 15:13, 1 November 2012


/*
** Logo properties
*/

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