|
|
(5 intermediate revisions by 2 users not shown) |
Line 38: |
Line 38: |
| list-style-image: none; | | list-style-image: none; |
| } | | } |
| + | |
| + | /******************** ALL FONTS START ********************/ |
| + | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans:400,700|Raleway'); |
| + | @font-face { |
| + | font-family: 'Futura'; |
| + | src: url('../futura/futura\ medium\ bt.ttf'); |
| + | } |
| + | |
| + | body { |
| + | font-family: 'Open Sans', sans-serif; |
| + | } |
| + | |
| + | .dropbtn, .dropdown-content { |
| + | font-size: 16px; |
| + | } |
| + | |
| + | .sponsors-page-banner > svg > text, .sponsors-page-content-title, .sponsors-page-side-bar-wrapper, .sponsors-page-content-subheading { |
| + | font-family: 'Futura', sans-serif; |
| + | } |
| + | /******************** ALL FONTS END ********************/ |
| | | |
| /******************** SPONSORS PAGE START ********************/ | | /******************** SPONSORS PAGE START ********************/ |
− | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway');
| |
| html, | | html, |
| body { | | body { |
Line 56: |
Line 75: |
| p { | | p { |
| color: #000; | | color: #000; |
− | font-family: 'Open Sans', sans-serif;
| |
| } | | } |
| | | |
Line 77: |
Line 95: |
| .nav-bar-logo img { | | .nav-bar-logo img { |
| width: 140px; | | width: 140px; |
− | }
| |
− |
| |
− | .nav-bar-main-menu {
| |
− | font-family: 'Raleway', sans-serif;
| |
| } | | } |
| | | |
Line 210: |
Line 224: |
| position: relative; | | position: relative; |
| padding-right: 18px; | | padding-right: 18px; |
| + | padding-left: 18px; |
| border-right: 0.5px solid white; | | border-right: 0.5px solid white; |
| } | | } |
Line 226: |
Line 241: |
| | | |
| .sponsors-page-banner { | | .sponsors-page-banner { |
− | background-color: #a0e0bd; | + | background-color: #e1e9e7; |
| } | | } |
| | | |
Line 257: |
Line 272: |
| .sponsor-description { | | .sponsor-description { |
| display: table-cell; | | display: table-cell; |
− | font-family: 'Open Sans', sans-serif;
| |
| vertical-align: middle; | | vertical-align: middle; |
| font-size: 16px; | | font-size: 16px; |
Line 305: |
Line 319: |
| } | | } |
| | | |
| + | a.icon { |
| + | padding: 0 !important; |
| + | } |
| | | |
| /******************** SPONSORS GRID PAGE END ********************/ | | /******************** SPONSORS GRID PAGE END ********************/ |
Line 366: |
Line 383: |
| </div> | | </div> |
| <div class="nav-second-col"> | | <div class="nav-second-col"> |
− | <li class="pd-list-title"><b>DESIGN</b></li> | + | <li class="pd-list-title"><b>PRODUCT DEVELOPMENT</b></li> |
| <li><a href="https://2019.igem.org/Team:Cornell/DesignProcess">DESIGN PROCESS</a></li> | | <li><a href="https://2019.igem.org/Team:Cornell/DesignProcess">DESIGN PROCESS</a></li> |
| + | <li><a href="https://2019.igem.org/Team:Cornell/Hardware">HARDWARE</a></li> |
| </div> | | </div> |
| <div class="nav-third-col"> | | <div class="nav-third-col"> |
Line 393: |
Line 411: |
| <header class="sponsors-page-banner"> | | <header class="sponsors-page-banner"> |
| <svg viewBox="0 0 100 100" width=100% height=100%> | | <svg viewBox="0 0 100 100" width=100% height=100%> |
− | <circle cx="50" cy="50" r="40" fill="white" fill-opacity="0.4"/>
| |
| <text text-anchor="middle" alignment-baseline="middle" x=50% y=50%>Sponsors</text> | | <text text-anchor="middle" alignment-baseline="middle" x=50% y=50%>Sponsors</text> |
| </svg> | | </svg> |