|
|
Line 58: |
Line 58: |
| | | |
| text-align: left; | | text-align: left; |
− |
| |
− | input.tealButton {
| |
− | /*width: 300px;*/
| |
− | padding: 20px;
| |
− | cursor: pointer;
| |
− | font-weight: bold;
| |
− | font-family: Arial, sans-serif !important;
| |
− | font-size: calc(14px + 0.5vw) !important;
| |
− | background: #377b7e;
| |
− | color: #fff;
| |
− | border: 1px solid #377b7e;
| |
− | border-radius: 10px;
| |
− | box-shadow: 0 0 10px #377b7e;
| |
− | }
| |
− |
| |
− | input.tealButton:hover {
| |
− | color: #ffffff;
| |
− | background: #f5af3e;
| |
− | border: 1px solid #f5af3e;
| |
− | }
| |
− |
| |
− | * {box-sizing: border-box;}
| |
− | ul {list-style-type: none;}
| |
| </style> | | </style> |
− | <body>
| |
− | <div><img src="https://static.igem.org/mediawiki/2017/e/e6/Banner_LAnotebook.png" class="bannerImg"></div>
| |
− | <div id="allContent">
| |
− |
| |
− | <!--<div id="Laboratory Notebook">
| |
− | <p class="text40"><a href="https://static.igem.org/mediawiki/2017/0/0b/May_2017.docx.pdf" target="_blank" id="pageLink"/>MAY</a></p>
| |
− | <p class="text40"><a href="https://static.igem.org/mediawiki/2017/8/86/June_2017.docx.docx.pdf" target="_blank" id="pageLink" />JUNE</a></p>
| |
− | <p class="text40"><a href="https://static.igem.org/mediawiki/2017/c/ca/July_2017.docx.pdf" target="_blank" id="pageLink">JULY</a></p>
| |
− | <p class="text40"><a href="https://static.igem.org/mediawiki/2017/b/b1/August_Lab_book_summary.docx.pdf" target="_blank" id="pageLink">AUGUST</a></p>
| |
− | <p class="text40"><a href="https://static.igem.org/mediawiki/2017/1/1b/September_Lab_book_Summary.docx.pdf" target="_blank" id="pageLink">SEPTEMBER</a></p>
| |
− | <p class="text40"><a href="https://static.igem.org/mediawiki/2017/0/0d/October_.pdf" target="_blank" id="pageLink" />OCTOBER</a></p>
| |
− |
| |
− | </div>-->
| |
− | <br>
| |
− | <br>
| |
− | <br>
| |
− | <br>
| |
− | <center>
| |
− | <form>
| |
− | <input class="tealButton" type="button" value="MAY" onclick="window.open('https://static.igem.org/mediawiki/2017/0/0b/May_2017.docx.pdf')" />
| |
− | </form>
| |
− |
| |
− | <form>
| |
− | <input class="tealButton" type="button" value="JUNE" onclick="window.open('https://static.igem.org/mediawiki/2017/8/86/June_2017.docx.docx.pdf')" />
| |
− | </form>
| |
− |
| |
− | <form>
| |
− | <input class="tealButton" type="button" value="JULY" onclick="window.open('https://static.igem.org/mediawiki/2017/c/ca/July_2017.docx.pdf')" />
| |
− | </form>
| |
− |
| |
− | <form>
| |
− | <input class="tealButton" type="button" value="AUGUST" onclick="window.open('https://static.igem.org/mediawiki/2017/b/b1/August_Lab_book_summary.docx.pdf')" />
| |
− | </form>
| |
− |
| |
− | <form>
| |
− | <input class="tealButton" type="button" value="SEPTEMBER" onclick="window.open('https://static.igem.org/mediawiki/2017/1/1b/September_Lab_book_Summary.docx.pdf')" />
| |
− | </form>
| |
− |
| |
− | <form>
| |
− | <input class="tealButton" type="button" value="OCTOBER" onclick="window.open('https://static.igem.org/mediawiki/2017/0/0d/October_.pdf')" />
| |
− | </form>
| |
− | </center>
| |
− | <div style="clear:both"></div>
| |
− |
| |
− | <br>
| |
− | <br>
| |
− | <br>
| |
− | <br>
| |
− | </div><!-- closing #allContent -->
| |
− | <img src="https://static.igem.org/mediawiki/2017/7/7d/Banner_footer_blank.png" class="bannerImg">
| |
− | </div>
| |
| | | |
| <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | | <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> |