Difference between revisions of "Team:CU Boulder"
(39 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
− | + | #abstract { | |
+ | margin-bottom: 100px; | ||
+ | } | ||
#abstract h1 { | #abstract h1 { | ||
font-size: 40px; | font-size: 40px; | ||
Line 21: | Line 23: | ||
margin: auto; | margin: auto; | ||
margin-top: 0px; | margin-top: 0px; | ||
− | border: 3px solid red; | + | /*border: 3px solid red;*/ |
padding: 0px; | padding: 0px; | ||
} | } | ||
Line 43: | Line 45: | ||
background-color: #4B5159; | background-color: #4B5159; | ||
z-index: 10; | z-index: 10; | ||
+ | |||
+ | -webkit-box-shadow: -1px 1px 5px 5px rgba(50, 50, 50, 0.5); | ||
+ | -moz-box-shadow: -1px 1px 30px 100px rgba(50, 50, 50, 0.5); | ||
+ | box-shadow: 0px 30px 100px #505050; | ||
} | } | ||
Line 57: | Line 63: | ||
letter-spacing: .4px; | letter-spacing: .4px; | ||
text-align: center; | text-align: center; | ||
+ | line-height: 100%; | ||
} | } | ||
#CU_Naph { | #CU_Naph { | ||
float: left; | float: left; | ||
− | border: 3px solid blue; | + | /*border: 3px solid blue;*/ |
vertical-align: middle | vertical-align: middle | ||
margin-left: auto; | margin-left: auto; | ||
Line 73: | Line 80: | ||
text-align: center; | text-align: center; | ||
color: #9AE9F6; | color: #9AE9F6; | ||
+ | line-height: 165%; | ||
} | } | ||
div h4 { | div h4 { | ||
Line 81: | Line 89: | ||
text-align: center; | text-align: center; | ||
letter-spacing: .4px; | letter-spacing: .4px; | ||
+ | line-height: 130%; | ||
} | } | ||
+ | |||
+ | #quick_nav { | ||
+ | height: 450px; | ||
+ | background-color: #989898; | ||
+ | } | ||
+ | #quick_nav_container { | ||
+ | width: 800px; | ||
+ | height: 320px; | ||
+ | /*border: 2px solid purple;*/ | ||
+ | /*padding-left: 40px;*/ | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | padding-top: 50px; | ||
+ | } | ||
+ | .quick_nav_box { | ||
+ | height: 300px; | ||
+ | width: 240px; | ||
+ | vertical-align: middle; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | background-color: gray; | ||
+ | /*border: 2px solid red;*/ | ||
+ | float: left; | ||
+ | |||
+ | } | ||
+ | #nav_box1 { | ||
+ | float: left; | ||
+ | } | ||
+ | #nav_box2 { | ||
+ | float: left; | ||
+ | } | ||
+ | #nav_box3 { | ||
+ | float: right; | ||
+ | /* background-image: url(https://static.igem.org/mediawiki/2015/b/b3/CU_Boulder_flower.gif); | ||
+ | background-size: auto 100%;*/ | ||
+ | } | ||
+ | h5 { | ||
+ | font-size: 30px; | ||
+ | vertical-align: middle; | ||
+ | text-align: center; | ||
+ | margin-top: 20px; | ||
+ | } | ||
+ | #quick_nav_container h5 a{ | ||
+ | color: black; | ||
+ | } | ||
+ | #quick_nav_container h5 a:link { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
Line 113: | Line 171: | ||
</div> | </div> | ||
+ | <div id="quick_nav"> | ||
+ | <div id="quick_nav_container"> | ||
+ | <div class="quick_nav_box" id=nav_box1"> | ||
+ | <h5><a href="https://2015.igem.org/Team:CU_Boulder/project/motivation">Problem</a></h5> | ||
+ | </div> | ||
+ | <div class="quick_nav_box" id=nav_box2"> | ||
+ | <h5><a href="https://2015.igem.org/Team:CU_Boulder/Description">Solution</a></h5> | ||
+ | </div> | ||
+ | <div class="quick_nav_box" id=nav_box3"> | ||
+ | <h5><a href="https://2015.igem.org/Team:CU_Boulder/project/results">Results</a></h5> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
Latest revision as of 04:48, 18 September 2015
<!DOCTYPE html>