User

User:Arnabs/vector.css

Revision as of 15:10, 1 November 2012 by Arnabs (talk | contribs) (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; } ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

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