Line 171: | Line 171: | ||
padding-top: 50px; | padding-top: 50px; | ||
width: 100%; | width: 100%; | ||
− | display:block; | + | display: block; |
− | float:left; | + | float: left; |
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
min-height: 100vh; | min-height: 100vh; | ||
− | font-family:Tahoma, Geneva, sans-serif; | + | font-family: Tahoma, Geneva, sans-serif; |
} | } | ||
Line 184: | Line 184: | ||
@keyframes scroller { | @keyframes scroller { | ||
− | 0% {left: | + | 0% {left: -16px;} |
100% {left: 100%;} | 100% {left: 100%;} | ||
} | } | ||
Line 191: | Line 191: | ||
display: block; | display: block; | ||
position: absolute; | position: absolute; | ||
− | height: | + | height: 12px; |
− | bottom: - | + | bottom: -6px; |
z-index: 20; | z-index: 20; | ||
animation-name: scroller; | animation-name: scroller; | ||
Line 204: | Line 204: | ||
/* styling for the titles h1 h2 */ | /* styling for the titles h1 h2 */ | ||
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 { | .igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 { | ||
− | padding:5px 15px; | + | padding: 5px 15px; |
border-bottom: 0px; | border-bottom: 0px; | ||
color: #cc3333; | color: #cc3333; | ||
+ | font-family: Tahoma, Geneva, sans-serif; | ||
+ | } | ||
+ | |||
+ | .igem_2017_content_wrapper .jumbotron{ | ||
+ | |||
+ | } | ||
+ | |||
+ | .igem_2017_content_wrapper .jumbotron h1{ | ||
+ | color: #333333; | ||
+ | text-transform: uppercase; | ||
+ | font-size: 3em; | ||
+ | } | ||
+ | |||
+ | .igem_2017_content_wrapper#team .jumbotron{ | ||
+ | background-image: url('assets/Team_bg.png'); | ||
+ | background-color: #f2f2f2; | ||
+ | background-size: contain; | ||
+ | background-position: bottom; | ||
+ | background-repeat: repeat-x; | ||
} | } | ||
Line 214: | Line 233: | ||
padding:5px 15px; | padding:5px 15px; | ||
border-bottom:0px; | border-bottom:0px; | ||
− | color: # | + | color: #333333; |
} | } | ||
Line 240: | Line 259: | ||
.igem_2017_content_wrapper a:hover { | .igem_2017_content_wrapper a:hover { | ||
text-decoration:none; | text-decoration:none; | ||
− | color:# | + | color:#333333; |
} | } | ||
Line 380: | Line 399: | ||
.igem_2017_content_wrapper .button:hover{ | .igem_2017_content_wrapper .button:hover{ | ||
background-color: #3399ff; | background-color: #3399ff; | ||
− | color: # | + | color: #333333; |
} | } | ||
Revision as of 12:34, 14 July 2017