Talon.css

From FEInfobase

(Difference between revisions)
Jump to: navigation, search
(New page: */ - HACK:Prevent #siteSub from showing up in ns:102 (see Common.css) ** Prevent #ca-talk from showing up in ns:100 (see Common.css): .ns-102 * #siteSub, .ns-100 * li#ca-talk { d...)
 
Line 1: Line 1:
*/
+
<pre><nowiki>*/
  
 
/* HACK:Prevent #siteSub from showing up in ns:102 (see Common.css)
 
/* HACK:Prevent #siteSub from showing up in ns:102 (see Common.css)
Line 37: Line 37:
 
}
 
}
 
*/
 
*/
<pre>
+
</nowiki><pre>

Revision as of 07:29, 4 July 2008

*/

/* HACK:Prevent #siteSub from showing up in ns:102 (see Common.css)
**      Prevent #ca-talk from showing up in ns:100 (see Common.css)
*/
.ns-102 * #siteSub,
.ns-100 * li#ca-talk {
	display: none !important;
}

/* Logo properties */
#p-logo {
        background-image: url(/skins/futility/falcontaloninfo.png);
	background-repeat: no-repeat;
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: 0;
	left: 0;
	height: 155px;
	width: 12em;
	overflow: visible;
}
#p-logo h5 {
	display: none;
}
#p-logo a,
#p-logo a:hover {
	display: block;
	height: 168px;
	width: 12.2em;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;
}

h1 {background: #000000 url(/skins/futility/talonheadback.png) 0 0 no-repeat; align: right; background-position: right;)
}
*/
<pre>
Personal tools