Team:British Columbia/Templates/Notebook

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
.cal {
 
-
  width: 200px;
 
-
  float: left;
 
-
}
 
-
 
-
.calheading {
 
-
  margin: 0 0 0 0;
 
-
  color: #696969;
 
-
}
 
-
 
-
#notebookcal {
 
-
  margin-left: 70px;
 
-
  margin-top: 20px;
 
-
  width: 1000px;
 
-
  height: 180px;
 
-
}
 
-
 
#notebooknav {
#notebooknav {
   position: fixed;
   position: fixed;
Line 64: Line 47:
</ul>
</ul>
</div>
</div>
-
 
-
<!--
 
-
<div id="notebookcal">
 
-
 
-
<div class="cal">
 
-
<h3 class="calheading">June</h3>
 
-
<img src="https://static.igem.org/mediawiki/2013/f/f5/Monthcalendar.png" height="100" alt="June" usemap="#junemap">
 
-
</div>
 
-
<div class="cal">
 
-
<h3 class="calheading">July</h3>
 
-
<img src="https://static.igem.org/mediawiki/2013/f/f5/Monthcalendar.png" height="100" alt="July" usemap="#julymap">
 
-
</div>
 
-
<div class="cal">
 
-
<h3 class="calheading">August</h3>
 
-
<img src="https://static.igem.org/mediawiki/2013/f/f5/Monthcalendar.png" height="100" alt="August" usemap="#augustmap">
 
-
</div>
 
-
<div class="cal">
 
-
<h3 class="calheading">September</h3>
 
-
<img src="https://static.igem.org/mediawiki/2013/f/f5/Monthcalendar.png" height="100" alt="September" usemap="#septmap">
 
-
</div>
 
-
</div>
 
-
-->
 
-
<!-- The image "maps" define the clickable regions in them -->
 
-
<!--
 
-
<map name="junemap">
 
-
  <area shape="rect" coords="0,0,200,22" href="#juneweek1" alt="June week 1">
 
-
  <area shape="rect" coords="0,27,200,48" href="#juneweek2" alt="June week 2">
 
-
  <area shape="rect" coords="0,52,200,73" href="#juneweek3" alt="June week 3">
 
-
  <area shape="rect" coords="0,77,200,98" href="#juneweek4" alt="June week 4">
 
-
</map>
 
-
<map name="julymap">
 
-
  <area shape="rect" coords="0,0,200,22" href="#julyweek1" alt="July week 1">
 
-
  <area shape="rect" coords="0,27,200,48" href="#julyweek2" alt="July week 2">
 
-
  <area shape="rect" coords="0,52,200,73" href="#julyweek3" alt="July week 3">
 
-
  <area shape="rect" coords="0,77,200,98" href="#julyweek4" alt="July week 4">
 
-
</map>
 
-
<map name="augustmap">
 
-
  <area shape="rect" coords="0,0,200,22" href="#augustweek1" alt="August week 1">
 
-
  <area shape="rect" coords="0,27,200,48" href="#augustweek2" alt="August week 2">
 
-
  <area shape="rect" coords="0,52,200,73" href="#augustweek3" alt="August week 3">
 
-
  <area shape="rect" coords="0,77,200,98" href="#augustweek4" alt="August week 4">
 
-
</map>
 
-
<map name="septmap">
 
-
  <area shape="rect" coords="0,0,200,22" href="#septweek1" alt="September week 1">
 
-
  <area shape="rect" coords="0,27,200,48" href="#septweek2" alt="September week 2">
 
-
  <area shape="rect" coords="0,52,200,73" href="#septweek3" alt="September week 3">
 
-
  <area shape="rect" coords="0,77,200,98" href="#septweek4" alt="September week 4">
 
-
</map>
 
-
-->
 
</html>
</html>

Revision as of 05:33, 27 September 2013