Team:HokkaidoU Japan/Notebook

From 2012.igem.org

(Difference between revisions)
 
(29 intermediate revisions not shown)
Line 8: Line 8:
         margin:0 0 10px 0;
         margin:0 0 10px 0;
         display:block;
         display:block;
-
        width:262px;
+
         height:100px;
-
         height:140px;
+
         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;
-
         background-position:320px 50%;
+
         -o-transition: all 0,2s ease;
         background-repeat:no-repeat;
         background-repeat:no-repeat;
-
         text-decoration: none;
+
         text-decoration: none !important;
 +
        border-radius: 1em;
     }
     }
     .hokkaidou-notebook-index h5 {
     .hokkaidou-notebook-index h5 {
-
         font-size:38px;
+
         font-size:24px;
         line-height:1;
         line-height:1;
         padding:0 0 10px 0;
         padding:0 0 10px 0;
Line 32: 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 {
         background-position:200px 50%;
         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>
</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 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>
</html>
</html>
<!-- DO NOT EDIT UNDER THIS LINE @iTakeshi -->
<!-- DO NOT EDIT UNDER THIS LINE @iTakeshi -->

Latest revision as of 00:52, 27 September 2012

Notebook