Difference between revisions of "Team:CU Boulder"
(31 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 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: | + | line-height: 100%; |
} | } | ||
#CU_Naph { | #CU_Naph { | ||
Line 74: | Line 80: | ||
text-align: center; | text-align: center; | ||
color: #9AE9F6; | color: #9AE9F6; | ||
+ | line-height: 165%; | ||
} | } | ||
div h4 { | div h4 { | ||
Line 86: | Line 93: | ||
#quick_nav { | #quick_nav { | ||
− | height: | + | height: 450px; |
background-color: #989898; | 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 { | .quick_nav_box { | ||
height: 300px; | height: 300px; | ||
− | width: | + | width: 240px; |
vertical-align: middle; | vertical-align: middle; | ||
− | + | margin-left: 10px; | |
− | margin-right: | + | margin-right: 10px; |
− | background-color: | + | background-color: gray; |
− | border: 2px solid red; | + | /*border: 2px solid red;*/ |
− | float: | + | float: left; |
} | } | ||
Line 104: | Line 120: | ||
} | } | ||
#nav_box2 { | #nav_box2 { | ||
− | float: | + | float: left; |
} | } | ||
#nav_box3 { | #nav_box3 { | ||
float: right; | 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 142: | Line 172: | ||
<div id="quick_nav"> | <div id="quick_nav"> | ||
+ | <div id="quick_nav_container"> | ||
<div class="quick_nav_box" id=nav_box1"> | <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> | ||
<div class="quick_nav_box" id=nav_box2"> | <div class="quick_nav_box" id=nav_box2"> | ||
− | + | <h5><a href="https://2015.igem.org/Team:CU_Boulder/Description">Solution</a></h5> | |
</div> | </div> | ||
<div class="quick_nav_box" id=nav_box3"> | <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> | ||
</div> | </div> | ||
Latest revision as of 04:48, 18 September 2015
<!DOCTYPE html>