User:Dirkvs/Stylesheets/IC07persist.css

From 2007.igem.org

(Difference between revisions)
Line 1: Line 1:
-
/******** NAVIGATION MENU ********/
+
#bartabs {
-
 
+
-
h1.firstHeading {display: none;}
+
-
 
+
-
#contentSub {
+
-
font-size: 0px;
+
-
}
+
-
 
+
-
#navmenu {
+
float: left;
float: left;
     /* width: 667px;  */
     /* width: 667px;  */
Line 21: Line 13:
}
}
-
#navmenu ul {
+
ul.tabs {
list-style: none;
list-style: none;
position:absolute;
position:absolute;
Line 32: Line 24:
}
}
-
#navmenu a {
+
ul.tabs a {
font-size: 11.5pt;
font-size: 11.5pt;
font-family: "Lucida Grande", Verdana, arial, sans-serif;
font-family: "Lucida Grande", Verdana, arial, sans-serif;
Line 42: Line 34:
}
}
-
#navmenu a:hover {
+
ul.tabs a:hover {
color: #FF6633;
color: #FF6633;
}
}
-
#navmenu li {
+
ul.tabs li {
list-style: none;
list-style: none;
padding: 0.2em 0.5em;
padding: 0.2em 0.5em;
Line 53: Line 45:
}
}
-
#navmenu li td a:visited { color: #5A3696; }
+
ul.tabs li td a:visited { color: #5A3696; }
-
 
+
-
#navmenu li ul {
+
-
display: none;
+
-
margin: 0;
+
-
padding-left:0;
+
-
background:white;
+
-
list-style: none;
+
-
}
+
-
 
+
-
#navmenu li:hover ul {
+
-
display: block;
+
-
list-style: none;
+
-
}
+
-
 
+
-
#navmenu li li {
+
-
padding: 0.1em 0.5em;
+
-
float:none;
+
-
list-style: none;
+
-
}
+
-
 
+
-
#navmenu li li:hover {
+
-
background-color: #e6ecf6;
+
-
list-style: none;
+
-
}
+
-
 
+
-
#navmenu li ul a {
+
-
font-size: 8pt;
+
-
color: #7599c0;
+
-
list-style: none;
+
-
}
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
/******** DEFAULT OVERRIDE *******/
+
-
 
+
-
/* For more parameters to override, see:              */
+
-
/* https://2007.igem.org/wiki/skins/monobook/main.css */
+
-
 
+
-
/******** Backgrounds ************/
+
-
 
+
-
/* Change both under body and globalWrapper. */
+
-
 
+
-
 
+
-
/*
+
-
body {
+
-
    background-color: white;
+
-
}
+
-
 
+
-
#globalWrapper {
+
-
    background: none;
+
-
    background-color: #cccccc;
+
-
}
+
-
 
+
-
*/
+
-
 
+
-
/******** Wiki Header ************/
+
-
 
+
-
/* If you want to change the header logo, do it here. */
+
-
#p-logo2 {
+
-
background-image: url(https://2007.igem.org/images/wiki_words_on_gray.png);
+
-
height: 91px;
+
-
width: 840px;
+
-
}
+
-
 
+
-
#little-top {
+
-
width: 959px;
+
-
height: 4px;
+
-
background-color: #444444;
+
-
}
+
-
 
+
-
/*** Wiki Header text - Could not find classes ***/
+
-
 
+
-
 
+
-
/******** Wiki Footer ************/
+
-
 
+
-
#footer-box {
+
-
width: 960px;
+
-
background-color: #e6ecf6;
+
-
}
+

Revision as of 23:23, 23 October 2007

#bartabs {
	float: left;
    /*	width: 667px;  */
	position: relative;
	left: 133px;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	z-index:20;
	margin-bottom: 10px;
        filter:alpha(opacity=75);
        -moz-opacity:0.75;
}

ul.tabs {
	list-style: none;
	position:absolute;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
	line-height: 10pt;
        filter:alpha(opacity=0);
        -moz-opacity:0;
}

ul.tabs a {
	font-size: 11.5pt;
	font-family: "Lucida Grande", Verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #015d92;
	display: block;
        list-style: none;
}

ul.tabs a:hover {
	color: #FF6633;
}

ul.tabs li {
	list-style: none;
	padding: 0.2em 0.5em;
	float:left;
     	background-color: #FFF; 
}

ul.tabs li td a:visited { color: #5A3696; }