(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{Bordeaux}} | + | {{:Team:Bordeaux/Template/Navbar}} |
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapcss?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" src="https://2018.igem.org/Team:Bordeaux/Template/css?action=raw&ctype=text/css"> | ||
+ | <style> | ||
+ | /* Main page background */ | ||
− | + | #bodyContent { | |
− | + | /*background-color: #efefef;*/ | |
− | + | } | |
− | + | ||
+ | /* Top Banner */ | ||
− | + | .team_banner { | |
+ | width: 100%; | ||
+ | } | ||
− | + | .text_title { | |
− | + | font-size: 4vw; | |
− | + | position: relative; | |
− | + | left: 2vw; | |
− | + | bottom: 8vw; | |
− | + | color: #ffffff; | |
− | + | text-shadow: 2px 2px 5px; | |
+ | } | ||
+ | /* Presentation text*/ | ||
+ | .text_intro { | ||
+ | background-color: #ffffff !important; | ||
+ | padding: 4% 4% 4% 4%; | ||
+ | position: relative; | ||
+ | } | ||
+ | video { | ||
+ | width: 100% !important; | ||
+ | } | ||
− | + | .bg-color1 { | |
− | + | background-color: #3F51B5; | |
− | + | color: white; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | .bg-color2 { | ||
+ | background-color: #FF9800; | ||
+ | color: white; | ||
+ | } | ||
− | + | .bg-color3 { | |
+ | background-color: #8BC34A; | ||
+ | color: white; | ||
+ | } | ||
+ | .bg-color4 { | ||
+ | background-color: #9C27B0; | ||
+ | color: white; | ||
+ | } | ||
+ | .bg-color5 { | ||
+ | background-color: #2196F3; | ||
+ | color: white; | ||
+ | } | ||
− | + | .bg-color6 { | |
− | + | background-color: #E91E63; | |
+ | color: white; | ||
+ | } | ||
− | + | .section-title { | |
+ | margin-bottom: 50px !important; | ||
+ | } | ||
− | + | .section-padding { | |
− | + | padding: 80px; | |
− | + | } | |
− | + | ||
− | + | .pointylist li { | |
+ | list-style: circle !important; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | ol { | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | ol li { | ||
+ | padding-bottom: 15px; | ||
+ | list-style: unset; | ||
+ | } | ||
− | + | .text_intro p { | |
− | + | margin-bottom: 25px !important | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | figcaption { | ||
+ | font-size: 15px !important; | ||
+ | font-style: italic; | ||
+ | margin-top: 17px; | ||
+ | margin-bottom: 40px; | ||
+ | padding-left: 40px; | ||
+ | padding-right: 40px; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | .tablewikireset { | ||
+ | font-size: 16px !important; | ||
+ | -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); | ||
+ | -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); | ||
+ | -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); | ||
+ | -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); | ||
+ | box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); | ||
+ | } | ||
+ | .tablewikireset { | ||
+ | border: none !important; | ||
+ | } | ||
− | </ | + | .tablewikireset td { |
+ | padding: 1rem !important; | ||
+ | border-top: 1px solid #dee2e6 !important; | ||
+ | border-left: none !important; | ||
+ | border-right: none !important; | ||
+ | border-bottom: none !important; | ||
+ | } | ||
+ | |||
+ | .tablewikireset th { | ||
+ | background-color: #469aef !important; | ||
+ | border-color: #1a85f2 !important; | ||
+ | border-top-color: rgb(50, 56, 62); | ||
+ | border-bottom-color: rgb(50, 56, 62); | ||
+ | color: #fff !important; | ||
+ | vertical-align: bottom !important; | ||
+ | border-bottom: 2px solid #dee2e6 !important; | ||
+ | padding: 1rem 2.2rem 1rem 2.2rem !important; | ||
+ | |||
+ | border-top: 1px solid #dee2e6 !important; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <!-- Main Content--> | ||
+ | <!-- Intro Team IGEM--> | ||
+ | <div class="container text_intro"> | ||
+ | <h1 class="text-longshadow">Results</h1> | ||
+ | <p></p> | ||
+ | </div> | ||
+ | <script href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapjs?action=raw"></script> </body> |
Revision as of 14:41, 15 October 2018