|
|
Line 39: |
Line 39: |
| } | | } |
| | | |
− | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway'); | + | /******************** 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; |
| + | } |
| + | |
| + | .parts-page-banner > svg > text, .standard-page-content-title, .standard-page-side-bar-wrapper { |
| + | font-family: 'Futura', sans-serif; |
| + | } |
| + | /******************** ALL FONTS END ********************/ |
| + | |
| html, | | html, |
| body { | | body { |
Line 209: |
Line 228: |
| 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 222: |
Line 242: |
| .icon img { | | .icon img { |
| height: 24px; | | height: 24px; |
| + | } |
| + | |
| + | .standard-page-content-title { |
| + | margin-top: 40px; |
| + | font-size: 24px; |
| + | color: #000 !important; |
| + | position: relative; |
| + | } |
| + | |
| + | .green-accent-line-left { |
| + | border: #a0e0bd solid 1px; |
| + | display: block; |
| + | float: left; |
| + | margin: 1em auto 1em auto; |
| + | width: 80px; |
| } | | } |
| | | |
Line 237: |
Line 272: |
| padding-right: 100px; | | padding-right: 100px; |
| padding-left: 90px; | | padding-left: 90px; |
− | padding-top: 35px; | + | padding-top: 5%; |
| padding-bottom: 35px; | | padding-bottom: 35px; |
| } | | } |
Line 307: |
Line 342: |
| #groupparts a { | | #groupparts a { |
| color: #016c64; | | color: #016c64; |
| + | } |
| + | |
| + | a.icon { |
| + | padding: 0 !important; |
| } | | } |
| /******************** PARTS PAGE GRID END ********************/ | | /******************** PARTS PAGE GRID END ********************/ |
Line 403: |
Line 442: |
| <div class="parts-page-content-wrapper"> | | <div class="parts-page-content-wrapper"> |
| <div class="parts-content-wrapper"> | | <div class="parts-content-wrapper"> |
− | <div class="parts-header-wrapper"><p class="parts-header-text">Composite Parts<p></div> | + | <div class="standard-page-content-title">Composite Parts</div> |
− | <hr class="yellow-accent-line-center">
| + | <hr class="green-accent-line-left"> |
| <div class="parts-text-wrapper"> | | <div class="parts-text-wrapper"> |
− | <p><strong>The composite parts are BBa_k2960001 to BBa_k2960006.</strong><br><br> | + | <p style="margin-top: 40px;"><strong>The composite parts are BBa_k2960001 to BBa_k2960006.</strong><br><br> |
| The composite parts for mlrA, B, C, E, and F contain a constitutively-active promoter sequence (J23100), a ribosome binding site (BBa_J61100), the mlr gene of interest, the TorA tat sequence (BBa_K1012002), a 3x FLAG tag (BBa_K823034), and a terminator (BBa_B0015). The composite part for mlrD contains all of the above except the TorA tat sequence. | | The composite parts for mlrA, B, C, E, and F contain a constitutively-active promoter sequence (J23100), a ribosome binding site (BBa_J61100), the mlr gene of interest, the TorA tat sequence (BBa_K1012002), a 3x FLAG tag (BBa_K823034), and a terminator (BBa_B0015). The composite part for mlrD contains all of the above except the TorA tat sequence. |
| </p> | | </p> |