Difference between revisions of "Team:BOKU-Vienna/Notebook"

Line 30: Line 30:
 
       font-family: Tahoma, Geneva, sans-serif;
 
       font-family: Tahoma, Geneva, sans-serif;
 
     }
 
     }
 
ul {list-style-type: none;}
 
body {font-family: Verdana, sans-serif;}
 
 
/* Month header */
 
.month {
 
    padding: 70px 25px;
 
    width: 100%;
 
    background: #1abc9c;
 
}
 
 
/* Month list */
 
.month ul {
 
    margin: 0;
 
    padding: 0;
 
}
 
 
.month ul li {
 
    color: white;
 
    font-size: 20px;
 
    text-transform: uppercase;
 
    letter-spacing: 3px;
 
}
 
 
/* Previous button inside month header */
 
.month .prev {
 
    float: left;
 
    padding-top: 10px;
 
}
 
 
/* Next button */
 
.month .next {
 
    float: right;
 
    padding-top: 10px;
 
}
 
 
/* Weekdays (Mon-Sun) */
 
.weekdays {
 
    margin: 0;
 
    padding: 10px 0;
 
    background-color:#ddd;
 
}
 
 
.weekdays li {
 
    display: inline-block;
 
    width: 13.6%;
 
    color: #666;
 
    text-align: center;
 
}
 
 
/* Days (1-31) */
 
.days {
 
    padding: 10px 0;
 
    background: #eee;
 
    margin: 0;
 
}
 
 
.days li {
 
    list-style-type: none;
 
    display: inline-block;
 
    width: 13.6%;
 
    text-align: center;
 
    margin-bottom: 5px;
 
    font-size:12px;
 
    color:#777;
 
}
 
 
/* Highlight the "current" day */
 
.days li .active {
 
    padding: 5px;
 
    background: #1abc9c;
 
    color: white !important
 
}
 
 
  
 
</style>
 
</style>
Line 164: Line 90:
 
                 <p> <br>Our <a href="https://2017.igem.org/Team:BOKU-Vienna/Notebookdata">Notebook</a> is still under construction. You can find our protocol for the methods here:  
 
                 <p> <br>Our <a href="https://2017.igem.org/Team:BOKU-Vienna/Notebookdata">Notebook</a> is still under construction. You can find our protocol for the methods here:  
 
<a href="https://2017.igem.org/Team:BOKU-Vienna/Protocol">Protocol</a>
 
<a href="https://2017.igem.org/Team:BOKU-Vienna/Protocol">Protocol</a>
                 </p>
+
                 </br></p>
 
             </div>
 
             </div>
 
         </div>
 
         </div>

Revision as of 09:16, 11 July 2017

Notebook

V

Notebook.


Our Notebook is still under construction. You can find our protocol for the methods here: Protocol