Team:HokkaidoU Japan/Notebook

From 2012.igem.org

(Difference between revisions)
 
(26 intermediate revisions not shown)
Line 8: Line 8:
         margin:0 0 10px 0;
         margin:0 0 10px 0;
         display:block;
         display:block;
-
         height:130px;
+
         height:100px;
         padding:15px;
         padding:15px;
-
         background:#e6e2df;
+
         background: rgba(255, 255, 255, 0.2);
         color:#b2aaa4;
         color:#b2aaa4;
         -webkit-transition:all 0.2s ease;
         -webkit-transition:all 0.2s ease;
         -moz-transition:all 0.2s ease;
         -moz-transition:all 0.2s ease;
 +
        -o-transition: all 0,2s ease;
         background-repeat:no-repeat;
         background-repeat:no-repeat;
         text-decoration: none !important;
         text-decoration: none !important;
-
     background-image: url('https://static.igem.org/mediawiki/2012/e/ea/HokkaidoU2012_Menu_Circle.png');
+
        border-radius: 1em;
     }
     }
     .hokkaidou-notebook-index h5 {
     .hokkaidou-notebook-index h5 {
Line 31: Line 32:
     .hokkaidou-notebook-index p {
     .hokkaidou-notebook-index p {
         font-size:12px;
         font-size:12px;
-
         width:175px;
+
         width:500px;
         line-height:1.5;
         line-height:1.5;
 +
        color: #ffffff;
     }
     }
     .hokkaidou-notebook-index:hover {
     .hokkaidou-notebook-index:hover {
Line 38: Line 40:
     }
     }
     #hokkaidou-notebook-bootcamp {
     #hokkaidou-notebook-bootcamp {
-
         background-position: 673px -520px;
+
        background-image: url('https://static.igem.org/mediawiki/2012/e/ea/HokkaidoU2012_Menu_Circle.png');
 +
         background-position: 673px -522px;
     }
     }
     #hokkaidou-notebook-bootcamp:hover {
     #hokkaidou-notebook-bootcamp:hover {
-
         background-position: 543px -520px;
+
        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;
     }
     }
          
          
Line 47: Line 67:
<h2>Notebook</h2>
<h2>Notebook</h2>
<div class="hokkaidou-section">
<div class="hokkaidou-section">
-
<a href="/Team:HokkaidoU_Japan/Notebook/Spring_Boot_Camp" class="hokkaidou-notebook-index" id="hokkaidou-notebook-bookcamp">
+
<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 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>
</a>
</div>
</div>

Latest revision as of 00:52, 27 September 2012

Notebook