Team:HokkaidoU Japan/Notebook

From 2012.igem.org

(Difference between revisions)
 
(31 intermediate revisions not shown)
Line 4: Line 4:
<!-- DO NOT EDIT OVER THIS LINE @iTakeshi -->
<!-- DO NOT EDIT OVER THIS LINE @iTakeshi -->
<html>
<html>
 +
<style type="text/css">
 +
    .hokkaidou-notebook-index {
 +
        margin:0 0 10px 0;
 +
        display:block;
 +
        height:100px;
 +
        padding:15px;
 +
        background: rgba(255, 255, 255, 0.2);
 +
        color:#b2aaa4;
 +
        -webkit-transition:all 0.2s ease;
 +
        -moz-transition:all 0.2s ease;
 +
        -o-transition: all 0,2s ease;
 +
        background-repeat:no-repeat;
 +
        text-decoration: none !important;
 +
        border-radius: 1em;
 +
    }
 +
    .hokkaidou-notebook-index h5 {
 +
        font-size:24px;
 +
        line-height:1;
 +
        padding:0 0 10px 0;
 +
    }
 +
    .hokkaidou-notebook-index h5 {
 +
        color:white;
 +
    }
 +
    .hokkaidou-notebook-index:hover p {
 +
        color:white;
 +
    }
 +
    .hokkaidou-notebook-index p {
 +
        font-size:12px;
 +
        width:500px;
 +
        line-height:1.5;
 +
        color: #ffffff;
 +
    }
 +
    .hokkaidou-notebook-index:hover {
 +
        background-position:200px 50%;
 +
    }
 +
    #hokkaidou-notebook-bootcamp {
 +
        background-image: url('https://static.igem.org/mediawiki/2012/e/ea/HokkaidoU2012_Menu_Circle.png');
 +
        background-position: 673px -522px;
 +
    }
 +
    #hokkaidou-notebook-bootcamp:hover {
 +
        background-image: url('https://static.igem.org/mediawiki/2012/e/ea/HokkaidoU2012_Menu_Circle.png');
 +
        background-position: 543px -522px;
 +
    }
 +
    #hokkaidou-notebook-diary {
 +
        background-image: url('https://static.igem.org/mediawiki/2012/e/ea/HokkaidoU2012_Menu_Circle.png');
 +
        background-position: 673px -653px;
 +
    }
 +
    #hokkaidou-notebook-diary:hover {
 +
        background-image: url('https://static.igem.org/mediawiki/2012/e/ea/HokkaidoU2012_Menu_Circle.png');
 +
        background-position: 543px -653px;
 +
    }
 +
    #hokkaidou-notebook-protocols {
 +
        background-image: url('https://static.igem.org/mediawiki/2012/e/ea/HokkaidoU2012_Menu_Circle.png');
 +
        background-position: 673px -783px;
 +
    }
 +
    #hokkaidou-notebook-protocols:hover {
 +
        background-image: url('https://static.igem.org/mediawiki/2012/e/ea/HokkaidoU2012_Menu_Circle.png');
 +
        background-position: 543px -783px;
 +
    }
 +
       
 +
</style>
<h2>Notebook</h2>
<h2>Notebook</h2>
-
<a href="/Team:HokkaidoU_Japan/Notebook/Spring_Boot_Camp" class="hokkaidou-notebook-index" id="hokkaidou-notebook-bookcamp">
+
<div class="hokkaidou-section">
 +
<a href="/Team:HokkaidoU_Japan/Notebook/Spring_Boot_Camp" class="hokkaidou-notebook-index" id="hokkaidou-notebook-bootcamp">
   <h5>Boot Camp</h5>
   <h5>Boot Camp</h5>
-
   <p>hogehogehogehogehogehogehogehogehogehogehogehogehogehogehoeghoeghoeghoegho</p>
+
   <p>Be my apprentice.</p>
</a>
</a>
 +
<a href="/Team:HokkaidoU_Japan/Notebook/Lab_Diary" class="hokkaidou-notebook-index" id="hokkaidou-notebook-diary">
 +
  <h5>Lab Diary</h5>
 +
  <p>That's one small step for you, one giant leap for us. </p>
 +
</a>
 +
<a href="/Team:HokkaidoU_Japan/Notebook/overall_protocols" class="hokkaidou-notebook-index" id="hokkaidou-notebook-protocols">
 +
  <h5>Protocols</h5>
 +
  <p>Bible of our lab.</p>
 +
</a>
 +
</div>
 +
</html>
<!-- DO NOT EDIT UNDER THIS LINE @iTakeshi -->
<!-- DO NOT EDIT UNDER THIS LINE @iTakeshi -->
</div>
</div>
<br style="line-height: 0; clear: both;" />
<br style="line-height: 0; clear: both;" />
{{Team:HokkaidoU_Japan/footer}}
{{Team:HokkaidoU_Japan/footer}}

Latest revision as of 00:52, 27 September 2012

Notebook