(12 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<html> | <html> | ||
+ | <head> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> | ||
+ | </head> | ||
<style> | <style> | ||
− | + | a:hover { | |
− | + | text-decoration : none; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | html { | |
− | + | height : 100%; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | ||
− | + | body { | |
− | + | position : relative; | |
− | + | height : 100%; | |
− | + | margin-left : 0; | |
+ | margin-right : 0; | ||
+ | margin-top : 0; | ||
} | } | ||
− | #subheader table { | + | |
+ | #topheader { | ||
+ | width : 100%; | ||
+ | height : 350px; | ||
+ | position : relative; | ||
+ | margin-top : -120px; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | padding:0; | ||
+ | background-image : url("https://static.igem.org/mediawiki/2016/5/51/Paris_Bettencourt-Notebook_Top.jpeg"); | ||
+ | background-size : cover; | ||
+ | background-color : rgb(255,255,255); | ||
+ | text-align : center; | ||
+ | background-size : cover; | ||
+ | } | ||
+ | |||
+ | #subheader { | ||
+ | width : 100%; | ||
+ | height : 60px; | ||
+ | background : rgb(139,24,19); | ||
+ | margin-top : 0px; | ||
+ | } | ||
+ | |||
+ | #subheader table { | ||
width : 100%; | width : 100%; | ||
height : 100%; | height : 100%; | ||
Line 42: | Line 53: | ||
background : rgb(139,24,19); | background : rgb(139,24,19); | ||
} | } | ||
− | + | ||
− | width : | + | #subheader table tr td { |
+ | width : 20%; | ||
color : rgb(255,255,255); | color : rgb(255,255,255); | ||
background : rgb(139,24,19); | background : rgb(139,24,19); | ||
− | padding-top : 20px; | + | padding-top : 20px; |
+ | } | ||
+ | |||
+ | #subheader table tr td a { | ||
+ | color : rgb(255,255,255); | ||
+ | text-decoration : none; | ||
+ | font-size : 18px; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
} | } | ||
− | # | + | #subheader2 table { |
− | + | width : 100%; | |
+ | height : 100%; | ||
+ | text-align : center; | ||
+ | background : #183255; | ||
+ | } | ||
+ | |||
+ | #subheader2 table tr td { | ||
+ | width : 16%; | ||
+ | color : rgb(255,255,255); | ||
+ | background : #183255; | ||
+ | padding-top : 20px; | ||
} | } | ||
− | + | #subheader2 table tr td a { | |
color : rgb(255,255,255); | color : rgb(255,255,255); | ||
text-decoration : none; | text-decoration : none; | ||
font-size : 18px; | font-size : 18px; | ||
− | font-family: 'Open Sans', sans-serif; | + | font-family: 'Open Sans', sans-serif; |
} | } | ||
− | |||
</style> | </style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <body > | |
− | + | <div id="topheader"> | |
− | + | </div> | |
− | + | <div id="subheader"> | |
− | + | <table id="ancre"> | |
− | <tr> | + | <tr> |
− | + | <td><a href="#ancre">Notebook</a></td> | |
− | + | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Protocols">Protocols</a></td> | |
− | + | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Bibliography">Bibliography</a></td> | |
− | </ | + | </tr> |
− | </ | + | </table> |
− | </div> | + | </div> |
+ | <div id="subheader2"> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Assay">Assay</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Microbiology">Microbiology</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Enzyme">Enzyme search</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Indigo">Mission Indigo</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Binding">Binding Domains</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Anthocyanin">Anthocyanin</a></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
</body> | </body> | ||
Latest revision as of 18:13, 19 October 2016