(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{Paris_Bettencourt}} | + | {{Paris_Bettencourt/Menu}} |
+ | {{Paris_Bettencourt/Wiki}} | ||
+ | |||
+ | <!-- Code by the 2016 Paris Bettencourt --> | ||
+ | |||
<html> | <html> | ||
+ | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> | ||
+ | <style> | ||
+ | a:hover { | ||
+ | text-decoration : none; | ||
+ | } | ||
+ | html { | ||
+ | height : 100%; | ||
+ | } | ||
+ | body { | ||
+ | position : relative; | ||
+ | height : 100%; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | margin-top : 0; | ||
+ | } | ||
+ | #topheader { | ||
+ | width : 100%; | ||
+ | height : 700px; | ||
+ | margin-top : 0px; | ||
+ | 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; | ||
+ | } | ||
+ | #subheader { | ||
+ | width : 100%; | ||
+ | height : 60px; | ||
+ | background : rgb(139,24,19); | ||
+ | margin-top : 0px; | ||
+ | } | ||
+ | #subheader table { | ||
+ | width : 100%; | ||
+ | height : 100%; | ||
+ | text-align : center; | ||
+ | background : rgb(139,24,19); | ||
+ | } | ||
+ | #subheader table tr td { | ||
+ | width : 35%; | ||
+ | color : rgb(255,255,255); | ||
+ | background : rgb(139,24,19); | ||
+ | padding-top : 20px; | ||
+ | } | ||
− | + | #subheader table tr td:hover .description { | |
+ | display : table-cell; | ||
+ | } | ||
+ | |||
+ | #subheader table tr td a { | ||
+ | color : rgb(255,255,255); | ||
+ | text-decoration : none; | ||
+ | font-size : 18px; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | } | ||
− | |||
− | </ | + | </style> |
+ | <head> | ||
− | + | </head> | |
− | + | <body> | |
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | <div | + | <body> |
− | < | + | <div id="topheader"> |
− | < | + | </div> |
+ | <div id=subheader> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook">NOTEBOOK</a></td> | ||
+ | <td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Protocols">PROTOCOLS</a></td> | ||
+ | <td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Bibliograpy">BIBLIOGRAPHY</a></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </body> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <!-- | ||
+ | BUTTON.. unimportant for now | ||
+ | <div class="button_click" onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"> | ||
+ | UPLOAD FILES | ||
</div> | </div> | ||
+ | --> | ||
</html> | </html> | ||
+ | |||
+ | |||
+ | {{Paris_Bettencourt/Footer}} |
Revision as of 15:58, 20 July 2016