Template:Sifuentes01

From 2014.igem.org

(Difference between revisions)
 
(26 intermediate revisions not shown)
Line 44: Line 44:
position: fixed;
position: fixed;
width: 100%;  
width: 100%;  
-
 
margin:auto;
margin:auto;
}
}
Line 154: Line 153:
/*styling for the links*/
/*styling for the links*/
-
#rightColumn a {
+
#rightColumn a, #featureBoxLeft a {
color:#3aa76c;
color:#3aa76c;
font-weight: bold;
font-weight: bold;
text-decoration: none;
text-decoration: none;
 +
opacity: 1.0;
 +
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
}
-
#featureBoxLeft a {
+
#rightColumn a:hover, #featureBoxLeft a:hover {
-
color:#3aa76c;
+
    opacity: 0.4;
-
font-weight: bold;
+
    filter: alpha(opacity=40); /* For IE8 and earlier */
-
text-decoration: none;
+
}
}
Line 170: Line 170:
text-align: center;
text-align: center;
display: block;
display: block;
 +
opacity: 1.0;
 +
filter: alpha(opacity=100); /* For IE8 and earlier */
}
}
 +
 +
#featureBoxLeft img:hover {
 +
opacity: 0.4;
 +
filter: alpha(opacity=40); /* For IE8 and earlier */
 +
}
 +
 +
 +
.smallBlockRight img {
 +
width:200px;
 +
height: 116px;
 +
padding-bottom: 5px;
 +
opacity: 1.0;
 +
filter: alpha(opacity=100); /* For IE8 and earlier */
 +
}
 +
 +
 +
.smallBlockRight img:hover {
 +
opacity: 0.4;
 +
filter: alpha(opacity=40); /* For IE8 and earlier */
 +
}
 +
Line 286: Line 309:
});
});
-
  // this makes any area of the button clickable
+
$(".button").click(function(){
-
$(".button").click(function() {
+
    if($(this).find("a").length){
-
  window.location = $(this).find("a").attr("href");  
+
        window.location.href = $(this).find("a:first").attr("href");
-
  return false;
+
    }
-
  });
+
});
 +
 
 +
//$this.find("a").trigger("click")
</script>
</script>
Line 303: Line 328:
<div id ="contentWrap">  
<div id ="contentWrap">  
<div id="fullwidthBanner">
<div id="fullwidthBanner">
-
<img src="https://static.igem.org/mediawiki/2014/b/b2/Demobannerimage.jpg">
+
<img src="https://static.igem.org/mediawiki/2014/c/cb/Demobannerimage2.jpg" width="970px">
</div>
</div>
Line 325: Line 350:
<div class="accordion-content">  
<div class="accordion-content">  
<ul class="submenuoptions">
<ul class="submenuoptions">
-
<li><a href="www.html">What is iGEM?</a></li>
+
<li><a href="https://2014.igem.org/User:Sifuentes_anita">What is iGEM?</a></li>
<li><a href="www.html">Previous Competitions</a></li>
<li><a href="www.html">Previous Competitions</a></li>
<li><a href="www.html">iGEM Headquarters</a></li>
<li><a href="www.html">iGEM Headquarters</a></li>
Line 339: Line 364:
<li><a href="www.html">General Requirements</a></li>
<li><a href="www.html">General Requirements</a></li>
<li><a href="www.html">Funding</a></li>
<li><a href="www.html">Funding</a></li>
-
<li><a href="www.html">General iGEM Guide</a></li>
+
<li><a href="https://2014.igem.org/Sifuentes_contentpage1">General iGEM Guide</a></li>
</ul>
</ul>
</div>  
</div>  
Line 354: Line 379:
<div class="accordion-content">  
<div class="accordion-content">  
<ul class="submenuoptions">
<ul class="submenuoptions">
-
<li><a href="www.html">General Requirements</a></li>
+
<li><a href="">General Requirements</a></li>
<li><a href="www.html">Wiki how-to</a></li>
<li><a href="www.html">Wiki how-to</a></li>
<li><a href="www.html">Poster Guidelines</a></li>
<li><a href="www.html">Poster Guidelines</a></li>

Latest revision as of 18:31, 12 January 2015