Template:Sifuentes04

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <!-- Declare that you are going to use html code instead of wiki code --> <html> <!-- The styling for the website is placed here --> <head> <!-- start of css --> ...")
Line 162: Line 162:
#rightColumn a:hover, #featureBoxLeft a:hover {
#rightColumn a:hover, #featureBoxLeft a:hover {
-
    opacity: 0.4;
+
    opacity: 0.4;
-
    filter: alpha(opacity=40); /* For IE8 and earlier */
+
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
}
Line 200: Line 200:
background: #f9f9f9;
background: #f9f9f9;
padding: 5px 10px 10px 10px;
padding: 5px 10px 10px 10px;
 +
}
 +
 +
 +
/*collapse and expand */
 +
.collapseMenu {
 +
background: #95cea0;
 +
margin: 5px 0 0 0;
 +
padding: 5px 20px;
 +
border: 1px solid #cccccc;
 +
cursor: pointer;
 +
color: #434343;
 +
border-radius: 5px;
}
}
Line 346: Line 358:
<div id="menuWrap">  
<div id="menuWrap">  
 +
<h3 class="accordion-header">expand all</h3>
<h3 class="accordion-header">About iGEM</h3>  
<h3 class="accordion-header">About iGEM</h3>  

Revision as of 20:29, 12 January 2015