|
|
Line 68: |
Line 68: |
| | | |
| | | |
− | /*RESET AND REMOVAL CSS IS PART OF RESET AND SIDEMENUREMOVE TEMPLATE*/
| |
− | /* RULES FOR ALL PAGES ARE PART OF THE ALLPAGES.CSS TEMPLATE*/
| |
− | /* RULES FOR THIS PAGE ONLY */
| |
− | form {
| |
− | padding: 10px;
| |
− | display: inline-block;
| |
− | }
| |
| | | |
− | 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: #CFE2F3;
| |
− | color: #fff;
| |
− | border: 1px solid #CFE2F3;
| |
− | border-radius: 10px;
| |
− | box-shadow: 0 0 10px #CFE2F3;
| |
− | }
| |
− |
| |
− | input.tealButton:hover {
| |
− | color: #ffffff;
| |
− | background: #49bc43;
| |
− | border: 1px solid #49bc43;
| |
− | }
| |
− |
| |
− | * {box-sizing: border-box;}
| |
− | ul {list-style-type: none;}
| |
| | | |
| </style> | | </style> |
Line 118: |
Line 89: |
| <div id="allContent"> | | <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 -->
| |
| | | |
| <br><br> | | <br><br> |