Template:Zjuheader

From 2011.igem.org

(Difference between revisions)
Line 182: Line 182:
.nav #topnav #P_Pr{
.nav #topnav #P_Pr{
background-color: #f19226;
background-color: #f19226;
-
+
filter:alpha(opacity=60);
 +
-moz-opacity:0.6;
 +
-khtml-opacity: 0.6;
 +
opacity: 0.6;
}
}
.nav #topnav #P_Te{
.nav #topnav #P_Te{
background-color: #56b74c;
background-color: #56b74c;
 +
filter:alpha(opacity=60);
 +
-moz-opacity:0.6;
 +
-khtml-opacity: 0.6;
 +
opacity: 0.6;
}
}
.nav #topnav #P_No{
.nav #topnav #P_No{
background-color: #0068b1;
background-color: #0068b1;
 +
filter:alpha(opacity=60);
 +
-moz-opacity:0.6;
 +
-khtml-opacity: 0.6;
 +
opacity: 0.6;
}
}
.nav #topnav #P_Hu {
.nav #topnav #P_Hu {
background-color: #4700b1;
background-color: #4700b1;
 +
filter:alpha(opacity=60);
 +
-moz-opacity:0.6;
 +
-khtml-opacity: 0.6;
 +
opacity: 0.6;
}
}
ul#topnav li span {
ul#topnav li span {
Line 235: Line 250:
}
}
-
#li_ready{ filter:alpha(opacity=50);
+
 
-
-moz-opacity:0.5;
+
-
-khtml-opacity: 0.5;
+
-
opacity: 0.5;}
+
.nav  #P_Project {
.nav  #P_Project {
background-color: #f19226;
background-color: #f19226;
-
filter:alpha(opacity=50);
+
filter:alpha(opacity=60);
-
-moz-opacity:0.5;
+
-moz-opacity:0.6;
-
-khtml-opacity: 0.5;
+
-khtml-opacity: 0.6;
-
opacity: 0.5;
+
opacity: 0.6;
/*set the alpha*/
/*set the alpha*/
}
}
.nav  #P_Team {
.nav  #P_Team {
background-color: #56b74c;
background-color: #56b74c;
-
filter:alpha(opacity=50);
+
filter:alpha(opacity=60);
-
-moz-opacity:0.5;
+
-moz-opacity:0.6;
-
-khtml-opacity: 0.5;
+
-khtml-opacity: 0.6;
-
opacity: 0.5;
+
opacity: 0.6;
/*set the alpha*/
/*set the alpha*/
}
}
-
.nav #P_TeamH{background-color: #56b74c;
+
 
-
filter:alpha(opacity=100);
+
-
-moz-opacity:1.0;
+
-
-khtml-opacity: 1.0;
+
-
opacity: 1.0;
+
-
}
+
.nav  #P_Notebook {
.nav  #P_Notebook {
background-color: #0068b1;
background-color: #0068b1;
filter:alpha(opacity=50);
filter:alpha(opacity=50);
-
-moz-opacity:0.5;
+
-moz-opacity:0.6;
-
-khtml-opacity: 0.5;
+
-khtml-opacity: 0.6;
-
opacity: 0.5;
+
opacity: 0.6;
/*set the alpha*/
/*set the alpha*/
}
}
Line 272: Line 279:
background-color: #4700b1;
background-color: #4700b1;
filter:alpha(opacity=50);
filter:alpha(opacity=50);
-
-moz-opacity:0.5;
+
-moz-opacity:0.6;
-
-khtml-opacity: 0.5;
+
-khtml-opacity: 0.6;
-
opacity: 0.5;
+
opacity: 0.6;
/*set the alpha*/
/*set the alpha*/
}
}
Line 332: Line 339:
   document.getElementById('P_Team').onclick=function(){
   document.getElementById('P_Team').onclick=function(){
  document.getElementById('P_Te').style.display='block'
  document.getElementById('P_Te').style.display='block'
-
  document.getElementById('P_Team').className='P_TeamH'
 
    document.getElementById('P_Pr').style.display='none'
    document.getElementById('P_Pr').style.display='none'
document.getElementById('P_No').style.display='none'
document.getElementById('P_No').style.display='none'

Revision as of 06:21, 2 October 2011

ZJUHeader