Starlight.css

From FEInfobase

(Difference between revisions)
Jump to: navigation, search
 
(7 intermediate revisions by one user not shown)
Line 35: Line 35:
  
 
  #searchInput {  
 
  #searchInput {  
   background: url(/skins/futility/starsearchback.png;) 0 0 repeat;
+
   background: url(/skins/futility/starsearchback.jpg) 0 0 repeat;
  color: #cccccc;
+
  border: 1px solid #a6110d;
+
  margin-bottom: 3px;
+
  padding: 2px;
+
  -moz-border-radius-bottomleft: 0.4em;
+
  -moz-border-radius-bottomright: 0.4em;
+
 
     }  
 
     }  
  
h1 {color: #FFBF18;
+
h1 {background: #000000 url(/skins/futility/starheadback.png) 0 0 no-repeat; align: right; background-position: right;)
border: 1px solid #700000;
+
background: #000000 url(/skins/futility/starheadback.png;) 0 0 no-repeat;
+
 
}
 
}
 
*/
 
*/
</nowiki><pre>
+
</nowiki></pre>
 +
<noinclude>
 +
[[Category:CSS]]</noinclude>

Latest revision as of 20:19, 13 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/starlightlogo.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;
}

 #searchInput { 
   background: url(/skins/futility/starsearchback.jpg) 0 0 repeat;
    } 

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