Line 9: | Line 9: | ||
</head> | </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 : 600px; | ||
+ | position : relative; | ||
+ | margin-top : -80px; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | padding:0; | ||
+ | background-image : url("https://static.igem.org/mediawiki/2016/7/7b/Paris_Bettencourt-Notebook.jpg"); | ||
+ | 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 49: | 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 : | + | padding-top : 0px; |
} | } | ||
− | + | #subheader 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; |
} | } | ||
− | .red { | + | |
− | font-family: 'Open Sans', sans-serif; | + | .red { |
+ | font-family: 'Open Sans', sans-serif; | ||
color : #8B1813; | color : #8B1813; | ||
font-size : 18px; | font-size : 18px; | ||
− | font-weight : 300; | + | font-weight : 300; |
− | margin-left: 10px; | + | margin-left: 10px; |
} | } | ||
Line 73: | Line 79: | ||
<body> | <body> | ||
− | + | <div id="topheader"> | |
− | + | </div> | |
− | + | <div id=subheader> | |
− | + | <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/Protein">PROTEIN</a></td> | |
− | + | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Indigo">INDIGO</a></td> | |
− | + | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Binding">BINDING-DOMAINS</a></td> | |
− | + | </tr> | |
− | < | + | </table> |
− | + | </div> | |
− | + | ||
− | < | + | |
− | < | + | |
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | </div> | + | |
</body> | </body> | ||
Revision as of 09:40, 27 July 2016