Template:Sifuentes01

From 2014.igem.org

(Difference between revisions)
 
(31 intermediate revisions not shown)
Line 43: Line 43:
top: 0;
top: 0;
position: fixed;
position: fixed;
-
width: 975px;
+
width: 100%;  
-
left: 50%;  
+
margin:auto;
-
margin-left: -487px;
+
}
}
Line 60: Line 59:
}
}
-
#fullWidthBanner {
+
#fullWidthBanner {
-
margin:auto;
+
margin:auto;
-
width: 975px;
+
width: 975px;
-
}
+
}
#leftColumn {
#leftColumn {
Line 118: Line 117:
padding: 7px 0px 10px 15px;
padding: 7px 0px 10px 15px;
}
}
-
 
.clear {
.clear {
Line 155: 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 171: 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 287: 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 327:
<!-- menu css -->
<!-- menu css -->
<div id ="contentWrap">  
<div id ="contentWrap">  
-
<div id="fullwidthBanner">
+
<div id="fullwidthBanner">
-
<img src="https://static.igem.org/mediawiki/2014/b/b2/Demobannerimage.jpg" width="975px">
+
<img src="https://static.igem.org/mediawiki/2014/c/cb/Demobannerimage2.jpg" width="970px">
-
</div>
+
</div>
<div class="clear"></div>
<div class="clear"></div>
Line 326: 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 340: 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 355: 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