Difference between revisions of "Team:Lethbridge/Notebook"

Line 8: Line 8:
 
/* RULES FOR ALL PAGES ARE PART OF THE ALLPAGES.CSS TEMPLATE*/
 
/* RULES FOR ALL PAGES ARE PART OF THE ALLPAGES.CSS TEMPLATE*/
 
/* RULES FOR THIS PAGE ONLY */
 
/* 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: #377b7e;
 +
    color: #fff;
 +
    border: 1px solid #041f39;
 +
    border-radius: 10px;
 +
    box-shadow: 0 0 10px #377b7e;
 +
    }
 +
   
 +
input.tealButton:hover {
 +
    color: #ffffff;
 +
    background: #f5af3e;
 +
    border: 1px solid #041f39;
 +
}
  
 
* {box-sizing: border-box;}
 
* {box-sizing: border-box;}
 
ul {list-style-type: none;}
 
ul {list-style-type: none;}
 
</style>
 
</style>
</head>
 
 
<body>
 
<body>
 
<div><img src="https://static.igem.org/mediawiki/2017/e/e6/Banner_LAnotebook.png"  class="bannerImg"></div>
 
<div><img src="https://static.igem.org/mediawiki/2017/e/e6/Banner_LAnotebook.png"  class="bannerImg"></div>
Line 28: Line 51:
 
<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>
  
  

Revision as of 20:35, 30 October 2017