Created
August 19, 2020 19:28
-
-
Save developerfred/fc94aef4f9e7a006013b4380e4545d77 to your computer and use it in GitHub Desktop.
GitCoin Fixed Email
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #reflink { | |
| cursor: pointer; | |
| font-size: 12px; | |
| padding: 3px; | |
| background-color: #fff; | |
| border: 0px solid; | |
| color: #3d23fc; | |
| } | |
| .dark-mode #reflink { | |
| background-color: var(--gc-blue); | |
| color: #ecf0f4; | |
| } | |
| .click_here_to_join_video{ | |
| width: 100%; | |
| cursor: pointer; | |
| min-height: 250px; | |
| } | |
| .click_here_to_join_video iframe{ | |
| min-height: 250px; | |
| } | |
| .click_here_to_join_video img{ | |
| width: 100%; | |
| } | |
| .after_copy{ | |
| font-size: 12px; | |
| } | |
| .activity_stream{ | |
| margin-bottom: 50px; | |
| } | |
| .activity_stream .content{ | |
| cursor: pointer; | |
| } | |
| #new_activity_notifier { | |
| text-align: center; | |
| background-color: #f5f5f9; | |
| border-bottom: 1px solid #eee; | |
| cursor: pointer; | |
| padding: 5px 10px; | |
| border-radius: 3px; | |
| color: black; | |
| font-size: 0.8rem; | |
| font-weight: bold; | |
| } | |
| #activities .row.show_more a{ | |
| margin: 0px auto; | |
| } | |
| #activities .row .attachment{ | |
| width: 100%; | |
| object-fit: contain; | |
| max-height: 200px; | |
| cursor: pointer; | |
| } | |
| #activities .row .attachment.expanded{ | |
| max-height: 450px; | |
| } | |
| #activities { | |
| text-align: left; | |
| } | |
| #bg-selector { | |
| height: 4em; | |
| width: 100%; | |
| padding: 0.5em; | |
| overflow: auto; | |
| white-space: nowrap; | |
| } | |
| .bg-thumbnail { | |
| display: inline-block; | |
| height: 2.35em; | |
| width: 2em; | |
| margin-left:0.2em; | |
| margin-right: 0.2em; | |
| } | |
| .bg-icon { | |
| width:100%; | |
| cursor: pointer; | |
| } | |
| .status_background { | |
| width:100%; | |
| } | |
| .status_background_container { | |
| margin-top: 1em; | |
| position: relative; | |
| min-width: 100%; | |
| } | |
| .image-text-container { | |
| padding:1.5em; | |
| text-align: center; | |
| width: 100%; | |
| text-overflow: wrap; | |
| color: white; | |
| position: absolute; | |
| top: 50%; | |
| left: 50%; | |
| transform: translate(-50%, -50%); | |
| font-size: 18pt; | |
| font-weight: bold; | |
| } | |
| .selector-bar { | |
| background-color: #3E00FF; | |
| height: 0.15em; | |
| width: 100%; | |
| margin-top: 0.2em; | |
| border-radius: 0.075em; | |
| } | |
| .action { | |
| padding: 3px; | |
| border-radius: 5px; | |
| } | |
| .sup { | |
| vertical-align: super; | |
| font-size: smaller; | |
| } | |
| .activity_feed_kudos_image{ | |
| max-width: 70px; | |
| } | |
| a .sup { | |
| color: black; | |
| } | |
| .tip_activity, | |
| .action:hover { | |
| cursor: pointer; | |
| } | |
| .action.open { | |
| background-color: #eeeeee; | |
| } | |
| .emoji-container { | |
| width: 3.6em; | |
| right: 0; | |
| top: 0; | |
| } | |
| .comment_container .row{ | |
| max-width: 100%; | |
| } | |
| .comment_container .action{ | |
| cursor: pointer; | |
| } | |
| .comment_container .action.open, | |
| .comment_container .open .fa-heart{ | |
| color: var(--gc-pink) !important; | |
| } | |
| .activity_stream .activity_detail { | |
| flex: 1; | |
| font-size: 0.75rem; | |
| } | |
| .comment_container { | |
| background-color: var(--bg-comment-container); | |
| text-align: left; | |
| width: 300px; | |
| padding: .5rem; | |
| border-radius: 5px; | |
| } | |
| .comment_container:empty { | |
| display: none; | |
| } | |
| .comment_container img { | |
| border-radius: 20px; | |
| max-width: 40px; | |
| } | |
| .activity_stream .content img{ | |
| max-height: 100px; | |
| } | |
| .comment_container li{ | |
| text-align: left; | |
| list-style: none; | |
| padding: 5px; | |
| } | |
| .comment_container li .comment{ | |
| padding-left: 25px; | |
| } | |
| .comment_container li:nth-child(even){ | |
| background-color: #fafafa; | |
| } | |
| .activity_stream .like_activity .action.open i, | |
| .activity_stream .like_activity .action.open + .num { | |
| color: var(--gc-pink) !important; | |
| } | |
| .activity_stream .activity_comments { | |
| font-size: 0.75rem; | |
| } | |
| .activity_stream .activity_comments .activity_comments_main { | |
| text-align: initial; | |
| flex: 1; | |
| } | |
| .activity_stream .activity_comments .activity_comments_main_comment { | |
| font-size: 0.875rem; | |
| } | |
| .activity_stream .activity_comments .comment_container.filled { | |
| width: 100%; | |
| margin-top: 1rem; | |
| } | |
| .tip_activity { | |
| color: black; | |
| } | |
| .tip_activity:hover, | |
| .like_activity:hover, | |
| .flag_activity:hover, | |
| .comment_activity:hover, | |
| .copy_activity:hover, | |
| .pin_activity:hover { | |
| text-decoration: none; | |
| } | |
| .funder-avatar, | |
| .activity-avatar { | |
| text-align: center; | |
| } | |
| .activity_stream .activity-avatar{ | |
| margin-top: -10px; | |
| } | |
| .activity_stream .avatar { | |
| width: 4.5rem; | |
| height: 4.5rem; | |
| min-height: 2.5rem; | |
| margin: 0px auto; | |
| border-radius: 50px; | |
| margin-top: 0px; | |
| } | |
| .activity_stream .box { | |
| padding: 0.75rem 1.2rem; | |
| border-bottom: 1px solid #EFEFEF; | |
| background-color: var(--bg-activity); | |
| } | |
| #avatar_url .avatar { | |
| width: 80px; | |
| height: 80px; | |
| } | |
| .activity .secondary_avatar { | |
| top: -1.5rem; | |
| position: absolute; | |
| width: 2rem !important; | |
| height: 2rem !important; | |
| max-width: 2rem; | |
| min-height: 2rem; | |
| } | |
| .last-icon { | |
| font-size: 1.25rem; | |
| color: #0D0764; | |
| } | |
| .tag { | |
| display: inline-block; | |
| } | |
| #video_container{ | |
| background-color: white; | |
| text-align: center; | |
| } | |
| #video_container img{ | |
| width: 75%; | |
| margin: 0px auto; | |
| } | |
| iframe.popout{ | |
| position: fixed; | |
| right: 0px; | |
| bottom: 0px; | |
| width: 25% !important; | |
| height: 25% !important; | |
| z-index: 1; | |
| } | |
| #poll_container input { | |
| display: block; | |
| width: 100%; | |
| padding-top: 1.2rem; | |
| padding-bottom: 1.2rem; | |
| } | |
| .poll_choices div.vote { | |
| border: 1px solid black; | |
| margin-top: 5px; | |
| margin-bottom: 5px; | |
| padding: 5px; | |
| cursor: pointer; | |
| font-size: 12px; | |
| border-radius: 3px; | |
| } | |
| .poll_choices.answered div.vote { | |
| border: 1px solid #e9e9e9; | |
| cursor: default; | |
| } | |
| .poll_choices div span { | |
| display: none; | |
| } | |
| .poll_choices.answered div span { | |
| display: inline-block; | |
| font-style: italic; | |
| } | |
| .poll_choices div p { | |
| padding: 3px 10px; | |
| margin: 0px; | |
| } | |
| .poll_choices div.answer { | |
| color: black; | |
| border: 3px solid black; | |
| background-color: #f0f0f0; | |
| } | |
| .activity_stream .activity_detail .tag { | |
| background-color: #e7f0fa; | |
| color: var(--gc-blue); | |
| font-size: 10px; | |
| list-style: none; | |
| padding: 5px; | |
| } | |
| .staff_tag { | |
| background-color: #eEbAEE; | |
| border-radius: 5px; | |
| color: #8E2ABE; | |
| font-size: 10px; | |
| list-style: none; | |
| padding: 5px; | |
| } | |
| .bounty_removed_by_funder .activity-tags .tag, | |
| .bounty_removed_by_staff .activity-tags .tag, | |
| .bounty_abandonment_escalation_to_mods .activity-tags .tag, | |
| .bounty_abandonment_warning .activity-tags .tag, | |
| .activity.new_kudos .activity-tags .tag { | |
| display: none; | |
| } | |
| .infinite-more-link { | |
| position: absolute; | |
| bottom: 10px; | |
| text-align: center; | |
| width: 50%; | |
| border: 1px solid; | |
| margin-left: 25%; | |
| } | |
| .dark-mode .activity_stream .activity_detail .tag { | |
| background-color: var(--gc-blue); | |
| color: white; | |
| } | |
| @media (min-width: 768px) { | |
| .activity_feed_kudos_image{ | |
| max-width: 110px; | |
| } | |
| .activity .secondary { | |
| position: relative; | |
| left: -10px; | |
| } | |
| } | |
| @media (max-width: 767.98px) { | |
| .activity_stream .activity-avatar { | |
| margin-top: 0px; | |
| } | |
| .activity_stream .avatar { | |
| width: 2.5rem; | |
| height: 2.5rem; | |
| min-height: 2.5rem; | |
| } | |
| .comment_container.filled { | |
| text-align: center; | |
| margin: 0px auto; | |
| } | |
| .activity-info { | |
| text-align: center; | |
| } | |
| #activities .organizations{ | |
| text-align: center; | |
| margin: 0px auto; | |
| } | |
| } | |
| .activity_pinned { | |
| display: none; | |
| } | |
| .pinned .activity_pinned { | |
| display: block; | |
| } | |
| .pinned-activity { | |
| -webkit-box-shadow: 0px 0px 8px 0px var(--pinned-activity); | |
| -moz-box-shadow: 0px 0px 8px 0px var(--pinned-activity); | |
| box-shadow: 0px 0px 8px 0px var(--pinned-activity); | |
| } | |
| @media (max-width: 1100px) { | |
| .activity_stream .avatar { | |
| width: 3.5rem; | |
| height: 3.5rem; | |
| } | |
| } | |
| @media (max-width: 1200px) { | |
| .activity_stream .avatar { | |
| width: 4rem; | |
| height: 4rem; | |
| } | |
| } | |
| .activity_stream .dropdown-menu { | |
| min-width: 7rem; | |
| } | |
| textarea.enter-activity-comment { | |
| height: 3em; | |
| transition: .1s all linear; | |
| } | |
| .enter-activity-comment:focus { | |
| height: 6em; | |
| } | |
| .activity_stream .comment_row .activity_comments_main { | |
| margin-top: 1em; | |
| padding-top: 5px; | |
| } | |
| .activity_stream .comment_row:first-child .activity_comments_main { | |
| border-top: none; | |
| } | |
| .animate-sparkle { | |
| position:relative; | |
| --r: 9px; | |
| } | |
| @keyframes sparkles { | |
| 0% { | |
| transform: translate(calc(var(--r) * -2.7), calc(var(--r) * -1.5)) scale(0); | |
| opacity:0; | |
| background-size:0 0; | |
| } | |
| 51% { | |
| transform:translate(calc(var(--r) * -2.7), calc(var(--r) * -1.5)) scale(1.2); | |
| opacity:1; | |
| background-size:calc(var(--r) / 3) calc(var(--r) / 3); | |
| } | |
| 100% { | |
| transform:translate(calc(var(--r) * -2.7), calc(var(--r) * -1.5)) scale(0); | |
| opacity:0; | |
| background-size:0 0; | |
| } | |
| } | |
| .animate-sparkle i::after{ | |
| content:""; | |
| position:absolute; | |
| width: calc(4 * var(--r)); | |
| height:calc(4 * var(--r)); | |
| --c1:radial-gradient(circle,red 50% ,transparent 60%); | |
| --c2:radial-gradient(circle,orange 50%,transparent 60%); | |
| background: | |
| var(--c1),var(--c1),var(--c1),var(--c1), | |
| var(--c2),var(--c2),var(--c2),var(--c2); | |
| background-size:calc(var(--r) / 3) calc(var(--r) / 3); | |
| background-position: | |
| calc(50% - var(--r)) calc(50% - var(--r)), | |
| calc(50% + var(--r)) calc(50% - var(--r)), | |
| calc(50% - var(--r)) calc(50% + var(--r)), | |
| calc(50% + var(--r)) calc(50% + var(--r)), | |
| calc(50% + 0px) calc(50% + var(--r) * 1.414), | |
| calc(50% + var(--r) * 1.414) calc(50% + 0px), | |
| calc(50% - var(--r) * 1.414) calc(50% + 0px), | |
| calc(50% + 0px) calc(50% - var(--r) * 1.414); | |
| background-repeat:no-repeat; | |
| transform: translate(calc(var(--r) * -2.7), calc(var(--r) * -1.5)) scale(0); | |
| animation: sparkles .8s forwards; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| overflow-x: hidden; | |
| width: 100%; | |
| background-color: #fff; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| h4, | |
| .h4 { | |
| padding-top: 40px; | |
| } | |
| #indicate-popup { | |
| position: fixed; | |
| top: 0.25rem; | |
| right: 2rem; | |
| z-index: 9999999999999; | |
| } | |
| .sticky-top { | |
| position: sticky!important; | |
| top: 0; | |
| z-index: 3; | |
| } | |
| .lighter { | |
| font-weight: lighter; | |
| } | |
| .no-gutter { | |
| margin-right: 0; | |
| margin-left: 0; | |
| } | |
| .no-gutter .col { | |
| padding-right: 0; | |
| padding-left: 0; | |
| } | |
| .no-gutter div[class*='col-'] { | |
| padding-right: 0; | |
| padding-left: 0; | |
| } | |
| .no-gutter .carousel div[class*='col-'] { | |
| padding-right: 15px; | |
| padding-left: 15px; | |
| } | |
| .white { | |
| color: #eff4ee !important; | |
| } | |
| .blue { | |
| color: #3e24fb | |
| } | |
| .text-darkblue { | |
| color: var(--gc-purple); | |
| } | |
| .gitcoin-gray { | |
| color: lightgray !important; | |
| } | |
| .header { | |
| background-image: url('/static/v2/images/header-bg.png'); | |
| background-color: #0d023b; | |
| background-size: cover; | |
| background-position: 0px 0px; | |
| background-repeat: no-repeat; | |
| position: relative; | |
| } | |
| .index .header { | |
| overflow: hidden; | |
| } | |
| .minihero { | |
| overflow: hidden; | |
| position: relative; | |
| } | |
| .minihero__title{ | |
| font-weight: var(--fw-light); | |
| font-size: var(--fs-title-xl); | |
| color: var(--gc-green); | |
| } | |
| .header.dash { | |
| overflow: visible; | |
| } | |
| .header-contributor { | |
| background-image: url('/static/v2/images/landing/contributor/hero_header_bg.jpg'); | |
| background-color: #3f00ff; | |
| } | |
| .gitcoin-background { | |
| background: url("/static/v2/images/header-bg.png") #0d023b; | |
| background-attachment: fixed; | |
| background-position: center 0; | |
| } | |
| .dropdown-toggle::after { | |
| position: relative; | |
| top: 2px; | |
| right: -4px; | |
| } | |
| .text-white { | |
| color: #ffffff; | |
| } | |
| .gc-text-blue { | |
| color: #3E00FF; | |
| } | |
| .gc-text-green { | |
| color: #0FCE7C; | |
| } | |
| .gc-text-yellow { | |
| color: #FFCE08; | |
| } | |
| .text-black-60 { | |
| color: rgba(0, 0, 0, 0.6)!important; | |
| } | |
| .text-black-70 { | |
| color: rgba(0, 0, 0, 0.7)!important; | |
| } | |
| .text-current { | |
| color: currentColor !important; | |
| } | |
| .underline { | |
| text-decoration: underline; | |
| } | |
| .light { | |
| font-weight: 200; | |
| } | |
| .font-title-xl { | |
| font-size: var(--fs-title-xl); | |
| } | |
| .font-title-lg { | |
| font-size: var(--fs-title-lg); | |
| } | |
| .font-title { | |
| font-size: var(--fs-title); | |
| } | |
| .font-header { | |
| font-size: var(--fs-header); | |
| } | |
| .font-subheader { | |
| font-size: var(--fs-subheader); | |
| } | |
| .font-body { | |
| font-size: var(--fs-body); | |
| } | |
| .font-caption { | |
| font-size: 0.75rem; | |
| } | |
| .footer-link { | |
| font-size: 0.9rem; | |
| margin-top: 0.5rem; | |
| cursor: pointer; | |
| color: #eff4ee; | |
| text-decoration: none; | |
| } | |
| .footer-link:visited { | |
| color: #eff4ee; | |
| } | |
| .gc-letter-spacing { | |
| letter-spacing: 0.5rem; | |
| } | |
| div.button-pink { | |
| display: inline-flex; | |
| align-items: center; | |
| justify-content: center; | |
| cursor: pointer; | |
| color: #f9006c; | |
| font-size: 0.95rem; | |
| font-weight: bold; | |
| line-height: 42px; | |
| text-transform: uppercase; | |
| background: none; | |
| width: 130px; | |
| height: 39px; | |
| border-radius: 19px; | |
| border: 3px solid #f9006c; | |
| letter-spacing: 0.1em; | |
| } | |
| .git-pill { | |
| background-color: #0d023b; | |
| border-radius: 1.2rem; | |
| padding-left: 0.95rem; | |
| padding-right: 0.95rem; | |
| height: 2rem; | |
| } | |
| .git-pill span { | |
| position: relative; | |
| top: 2px; | |
| left: 2px; | |
| } | |
| .header-line { | |
| color: #12c971; | |
| font-size: 2rem; | |
| font-weight: 500; | |
| } | |
| .header-line h1 { | |
| font-size: 1.8rem; | |
| font-weight: bolder; | |
| color: #FFFFFF; | |
| } | |
| .header-line-contributors { | |
| font-weight: 500; | |
| color: #fff; | |
| } | |
| .subheader-line { | |
| color: #fff; | |
| font-size: 1.5em; | |
| font-weight: 500; | |
| } | |
| .subheader-line-contributors { | |
| color: #ffffff; | |
| margin-top: 0.6em; | |
| font-weight: 400; | |
| } | |
| .subheader-line p { | |
| font-size: 1.1rem; | |
| } | |
| .font-weight-300 { | |
| font-weight: 300; | |
| } | |
| .light-bg { | |
| background-color: rgba(239, 243, 238, 0.7); | |
| background-image: url('/static/v2/images/light-bg.png'); | |
| background-size: contain; | |
| background-position: bottom; | |
| background-repeat: no-repeat; | |
| } | |
| .bg-lightblue { | |
| background-color: var(--main-bg); | |
| } | |
| .bg-lightpurple { | |
| background-color: #F5F2FF; | |
| } | |
| .white-light-bg { | |
| background-color: white; | |
| background-image: url('/static/v2/images/light-bg.png'); | |
| background-size: contain; | |
| background-position: bottom; | |
| background-repeat: no-repeat; | |
| } | |
| .font-bigger-1 { | |
| font-size: 1.2rem; | |
| } | |
| .font-bigger-2 { | |
| font-size: 1.5rem; | |
| } | |
| .font-bigger-3 { | |
| font-size: 1.6rem; | |
| line-height: 1.8rem; | |
| } | |
| .font-bigger-4 { | |
| font-size: 1.7rem; | |
| } | |
| .font-smaller-1 { | |
| font-size: 0.9rem; | |
| } | |
| .font-smaller-2 { | |
| font-size: 0.8rem; | |
| } | |
| .font-smaller-3 { | |
| font-size: 0.75rem; | |
| } | |
| .font-smaller-4 { | |
| font-size: 0.7rem; | |
| } | |
| .font-smaller-5 { | |
| font-size: 0.65rem; | |
| } | |
| .font-smaller-6 { | |
| font-size: 0.6rem; | |
| } | |
| .font-smaller-7 { | |
| font-size: 0.55rem; | |
| } | |
| .font-smallest { | |
| font-size: 0.1rem; | |
| } | |
| .center-block { | |
| margin-left: auto; | |
| margin-right: auto; | |
| display: block; | |
| } | |
| .how-it-works-video { | |
| width: 100%; | |
| height: 600px; | |
| } | |
| .mission-img-wrapper { | |
| height: 250px; | |
| } | |
| .mission-img-wrapper img { | |
| max-height: 250px; | |
| } | |
| .avatar-img-wrapper { | |
| height: 200px; | |
| } | |
| .avatar-img-wrapper img { | |
| max-height: 200px; | |
| } | |
| .dash-filter-header { | |
| align-items: center; | |
| display: flex; | |
| font-size: 1.2rem; | |
| letter-spacing: 0.1em; | |
| margin-bottom: 1.2rem; | |
| text-transform: uppercase | |
| } | |
| .dash-filter-header img { | |
| margin-left: .5rem; | |
| } | |
| .dash-filter-label { | |
| font-weight: var(--fw-light); | |
| font-size: 0.9rem; | |
| letter-spacing: 0.1em; | |
| } | |
| .footer__main { | |
| background-color: #0d023b; | |
| background-size: contain; | |
| background-position: bottom; | |
| background-repeat: no-repeat; | |
| min-height: 20rem; | |
| } | |
| .footer__text, | |
| .footer__text a { | |
| color: white; | |
| } | |
| .footer__text a { | |
| text-decoration: underline; | |
| } | |
| .footer { | |
| background-color: #0d023b; | |
| padding-top: 4rem; | |
| } | |
| .footer .nav-link { | |
| font-size: 0.8rem !important; | |
| margin-right: 0.5rem; | |
| } | |
| #tabs .nav-link span { | |
| position: relative; | |
| font-size: 8px; | |
| font-weight: bold; | |
| border-radius: 10px; | |
| padding: 2px 5px; | |
| top: -10px | |
| } | |
| .nav-link:visited { | |
| color: #eff4ee; | |
| } | |
| .navbar-expand-md .navbar-nav .nav-link { | |
| color: #eff4ee; | |
| text-decoration: none; | |
| padding-right: 1rem; | |
| padding-left: 1rem; | |
| font-size: 0.9rem; | |
| } | |
| .footer .nav-link:hover { | |
| border-radius: 2px; | |
| background-color: rgba(255, 255, 255, 0.2); | |
| } | |
| .footer .nav-link img { | |
| width: 25px; | |
| height: 25px; | |
| filter: invert(100%); | |
| } | |
| .footer__consensys { | |
| border-top: 1px solid var(--gc-green); | |
| background: black; | |
| } | |
| .sitenav { | |
| display: flex; | |
| flex-direction: column; | |
| height: 100%; | |
| color: white; | |
| margin: 0 1rem; | |
| width: 7rem; | |
| margin-bottom: 1rem; | |
| } | |
| .sitenav a { | |
| color: var(--text-light); | |
| margin-bottom: 0.5rem; | |
| } | |
| .network-banner--warning { | |
| background: #ff3232; | |
| width: 100%; | |
| color: white; | |
| text-align: center; | |
| } | |
| .network-banner--warning a { | |
| color: white; | |
| text-decoration: none; | |
| } | |
| .network-banner--warning a:hover { | |
| text-decoration: underline; | |
| } | |
| .lil-white-button { | |
| height: 1rem; | |
| width: 1rem; | |
| cursor: pointer; | |
| } | |
| .gc-round-text-input { | |
| height: 32px; | |
| border: 1px solid #eee; | |
| outline: none; | |
| padding-left: 10px; | |
| font-weight: var(--fw-light); | |
| } | |
| .gc-border-black { | |
| border: 1px solid black !important; | |
| } | |
| .gc-border-green { | |
| border: 1px solid #37ea9c !important; | |
| } | |
| .gc-border-blue { | |
| border-color: #0D0764; | |
| } | |
| .gc-selected { | |
| border: 1px solid #4ef6ad !important; | |
| } | |
| .gc-round-text-form { | |
| border-radius: 16px; | |
| height: 160px; | |
| border: 1px solid #eee; | |
| outline: none; | |
| padding-left: 10px; | |
| font-weight: var(--fw-light); | |
| } | |
| .dash-link { | |
| font-size: 0.7rem; | |
| margin-top: 8px; | |
| letter-spacing: 0.1em; | |
| } | |
| *::-webkit-input-placeholder { | |
| color: lightgray; | |
| } | |
| *::-moz-placeholder { | |
| color: lightgray; | |
| } | |
| *:-moz-placeholder { | |
| color: lightgray; | |
| } | |
| *:-ms-input-placeholder { | |
| color: lightgray; | |
| } | |
| [v-cloak] > * { display:none!important;} | |
| .accordion { | |
| cursor: pointer; | |
| width: 100%; | |
| outline: none; | |
| transition: 0.4s; | |
| } | |
| .panel { | |
| max-height: 0; | |
| overflow: hidden; | |
| transition: max-height 0.2s ease-out; | |
| } | |
| .panel-active { | |
| max-height: 100%; | |
| overflow: hidden; | |
| transition: max-height 0.2s ease-out; | |
| } | |
| .accordion:after { | |
| /* stylelint-disable-next-line */ | |
| font-family: 'Font Awesome 5 Pro'; | |
| content: '\f107'; | |
| font-size: 1em; | |
| margin-right: auto; | |
| margin-top: auto; | |
| float: right; | |
| font-weight: 600; | |
| top: 1px; | |
| position: relative; | |
| } | |
| .accordion.active:after { | |
| content: '\f106'; | |
| } | |
| .dropdown-menu { | |
| background-color: #FAFAFA; | |
| border-radius: 0px; | |
| padding: 0; | |
| border: none; | |
| } | |
| .dropdown-menu .dropdown-divider { | |
| margin: 0; | |
| } | |
| .dropdown-menu .dropdown-item { | |
| padding: 12px 25px; | |
| } | |
| .dropdown-menu .dropdown-item:hover { | |
| background-color: #3E00FF; | |
| color: #FFFFFF !important; | |
| } | |
| #why-gitcoin .dropdown-item { | |
| padding-left: 15px; | |
| } | |
| .dropdown-menu .dropdown-item i { | |
| text-align: center; | |
| margin-left: 0px; | |
| margin-right: 20px; | |
| width: 15px; | |
| } | |
| .g-fadein { | |
| opacity: 0; | |
| } | |
| .g-fadein[data-fade-direction="left"] { | |
| left: -5rem; | |
| } | |
| .g-fadein[data-fade-direction="mid"] { | |
| bottom: -5em; | |
| } | |
| .g-fadein[data-fade-direction="right"] { | |
| left: 5rem; | |
| } | |
| @media (max-width: 389.9px) { | |
| .footer__main { | |
| padding-left: 1em !important; | |
| padding-right: 1em !important; | |
| } | |
| } | |
| @media (max-width: 767.98px) { | |
| .navbar-collapse { | |
| margin-top: 1.5rem; | |
| } | |
| #indicate-popup { | |
| display: none; | |
| } | |
| } | |
| @media (max-width: 820px) { | |
| .navbar-nav .nav_avatar { | |
| display: none !important; | |
| } | |
| } | |
| @media (min-width: 768px) and (max-width: 991.98px) { | |
| .navbar-brand #logo { | |
| width: 6.5rem; | |
| height: auto; | |
| } | |
| .navbar-expand-md .navbar-nav .nav-link { | |
| padding-left: 0.7rem; | |
| padding-right: 0.7rem; | |
| } | |
| } | |
| @media (min-width: 768px) and (max-width: 1240px) { | |
| .navbar-expand-md .navbar-nav .nav-link, | |
| .navbar-nav .btn-gc-blue.button--fund { | |
| font-size: 0.8rem; | |
| } | |
| .nav-link__text { | |
| display: none; | |
| } | |
| } | |
| @media (min-width: 768px) and (max-width: 1028px) { | |
| .nav-link { | |
| text-align: center; | |
| } | |
| .navbar-expand-md .navbar-nav .nav-link, | |
| .navbar-nav .btn-gc-blue.button--fund { | |
| font-size: 0.7rem; | |
| } | |
| .nav-link__icon.hidden { | |
| display: inline !important; | |
| } | |
| .navbar-brand img { | |
| width: 140px; | |
| height: 47.6px; | |
| } | |
| .nav-link.login i { | |
| font-size: 1.3em !important; | |
| } | |
| } | |
| .nav-tabs .nav-line { | |
| color: rgb(25, 15, 175); | |
| border-width: 0px 0px 3px 0; | |
| } | |
| .nav-tabs .nav-line.active { | |
| color: rgb(25, 15, 175); | |
| border-color: rgb(25, 15, 175); | |
| background-color: transparent; | |
| } | |
| .border-transparent { | |
| border-color: transparent; | |
| } | |
| #codefund .cf-wrapper { | |
| font-family: 'Muli', sans-serif !important; | |
| text-align: center !important; | |
| } | |
| #codefund a { | |
| float: none !important; | |
| text-align: center !important; | |
| } | |
| #codefund.contributor, | |
| #codefund.contributor .cf-wrapper { | |
| background: white; | |
| background-color: white !important; | |
| margin: 0 !important; | |
| padding: 20px 11px !important; | |
| } | |
| /* AutoComplete */ | |
| .select2-results__option, | |
| .select2-search--dropdown .select2-search__field { | |
| font-size: 0.8rem | |
| } | |
| .select2-container--default .select2-selection--single { | |
| height: 2.5rem !important; | |
| border-radius: 2px !important; | |
| border-color: black !important; | |
| } | |
| .select2-container--default .select2-selection--single .select2-selection__arrow { | |
| height: 3.15em !important; | |
| } | |
| .select2-container--default .select2-selection--single .select2-selection__rendered { | |
| line-height: 2.4rem !important; | |
| } | |
| #select2-username-container .rounded-circle { | |
| height: 1.8rem; | |
| width: auto; | |
| } | |
| @media (min-width: 768px) { | |
| .d-md-block { | |
| display: block!important; | |
| } | |
| .d-md-flex { | |
| display: -ms-flexbox!important; | |
| display: flex!important; | |
| } | |
| .d-md-none { | |
| display: none!important; | |
| } | |
| } | |
| /* dropdown animation */ | |
| .animation { | |
| -webkit-animation-duration: 80ms; | |
| animation-duration: 80ms; | |
| -webkit-animation-fill-mode: forwards; | |
| animation-fill-mode: forwards; | |
| } | |
| .slideDownIn { | |
| -webkit-animation-name: slideDownIn; | |
| animation-name: slideDownIn; | |
| } | |
| @keyframes slideDownIn { | |
| 0% { | |
| -webkit-transform: translateY(-20px) scale(0.9, 0.7); | |
| } | |
| 100% { | |
| -webkit-transform: translateY(0) scale(1, 1); | |
| } | |
| } | |
| /* loading */ | |
| .rhombus-spinner { | |
| height: 65px; | |
| width: 65px; | |
| position: relative; | |
| transform: rotate(45deg); | |
| margin: auto; | |
| color: #25E899; | |
| top: 0; | |
| bottom: 0; | |
| left: 0; | |
| right: 0; | |
| } | |
| .rhombus-spinner .rhombus { | |
| height: calc(65px / 7.5); | |
| width: calc(65px / 7.5); | |
| animation-duration: 2000ms; | |
| top: calc(65px / 2.3077); | |
| left: calc(65px / 2.3077); | |
| border-radius: 30px; | |
| background-color: currentColor; | |
| position: absolute; | |
| animation-iteration-count: infinite; | |
| } | |
| .rhombus-spinner .rhombus:nth-child(2n+0) { | |
| margin-right: 0; | |
| } | |
| .rhombus-spinner .rhombus.child-1 { | |
| animation-name: rhombus-spinner-animation-child-1; | |
| animation-delay: calc(100ms * 1); | |
| } | |
| .rhombus-spinner .rhombus.child-2 { | |
| animation-name: rhombus-spinner-animation-child-2; | |
| animation-delay: calc(100ms * 2); | |
| } | |
| .rhombus-spinner .rhombus.child-3 { | |
| animation-name: rhombus-spinner-animation-child-3; | |
| animation-delay: calc(100ms * 3); | |
| } | |
| .rhombus-spinner .rhombus.child-4 { | |
| animation-name: rhombus-spinner-animation-child-4; | |
| animation-delay: calc(100ms * 4); | |
| } | |
| .rhombus-spinner .rhombus.child-5 { | |
| animation-name: rhombus-spinner-animation-child-5; | |
| animation-delay: calc(100ms * 5); | |
| } | |
| .rhombus-spinner .rhombus.child-6 { | |
| animation-name: rhombus-spinner-animation-child-6; | |
| animation-delay: calc(100ms * 6); | |
| } | |
| .rhombus-spinner .rhombus.child-7 { | |
| animation-name: rhombus-spinner-animation-child-7; | |
| animation-delay: calc(100ms * 7); | |
| } | |
| .rhombus-spinner .rhombus.child-8 { | |
| animation-name: rhombus-spinner-animation-child-8; | |
| animation-delay: calc(100ms * 8); | |
| } | |
| .rhombus-spinner .rhombus.big { | |
| height: calc(65px / 3); | |
| width: calc(65px / 3); | |
| top: calc(65px / 3); | |
| left: calc(65px / 3); | |
| background-color: #3E00FF; | |
| animation: rhombus-spinner-animation-child-big 2s infinite; | |
| animation-duration: 2000ms; | |
| animation-delay: 0.5s; | |
| } | |
| @keyframes rhombus-spinner-animation-child-1 { | |
| 50% { | |
| transform: translate(-325%, -325%); | |
| } | |
| } | |
| @keyframes rhombus-spinner-animation-child-2 { | |
| 50% { | |
| transform: translate(0, -325%); | |
| } | |
| } | |
| @keyframes rhombus-spinner-animation-child-3 { | |
| 50% { | |
| transform: translate(325%, -325%); | |
| } | |
| } | |
| @keyframes rhombus-spinner-animation-child-4 { | |
| 50% { | |
| transform: translate(325%, 0); | |
| } | |
| } | |
| @keyframes rhombus-spinner-animation-child-5 { | |
| 50% { | |
| transform: translate(325%, 325%); | |
| } | |
| } | |
| @keyframes rhombus-spinner-animation-child-6 { | |
| 50% { | |
| transform: translate(0, 325%); | |
| } | |
| } | |
| @keyframes rhombus-spinner-animation-child-7 { | |
| 50% { | |
| transform: translate(-325%, 325%); | |
| } | |
| } | |
| @keyframes rhombus-spinner-animation-child-8 { | |
| 50% { | |
| transform: translate(-325%, 0); | |
| } | |
| } | |
| @keyframes rhombus-spinner-animation-child-big { | |
| 50% { | |
| transform: scale(0.5); | |
| } | |
| } | |
| textarea.status-textarea { | |
| padding-right: 4em; | |
| min-height: 100px; | |
| } | |
| .status-menu button { | |
| color: var(--gc-dark-grey); | |
| } | |
| .status-menu button.selected, | |
| .status-menu button:hover { | |
| color: var(--townsquare-link-color); | |
| } | |
| .dark-mode .bg-light { | |
| background-color: var(--bg-shade-0)!important; | |
| } | |
| .image-provider { | |
| width: 24px; | |
| vertical-align: top; | |
| } | |
| .wallet-network { | |
| margin-top: -14px; | |
| position: absolute; | |
| display: block; | |
| margin-left: 17px; | |
| color: red; | |
| } | |
| .wallet-network.mainnet { | |
| color: #0fce7c; | |
| } | |
| .wallet-network.rinkeby { | |
| color: orange; | |
| } | |
| .wallet-option, | |
| .selected-account { | |
| cursor: pointer; | |
| } | |
| .info-box { | |
| background: rgba(62, 0, 255, 0.05); | |
| border: 1px solid rgba(62, 0, 255, 0.5); | |
| box-sizing: border-box; | |
| border-radius: 4px; | |
| line-height: 16px; | |
| } | |
| .info-box.large { | |
| width: 95%; | |
| } | |
| .cart-btn { | |
| border-radius: 4px !important; | |
| } | |
| .cart-btn.large { | |
| width: 100%; | |
| padding: 10px 0; | |
| } | |
| input[type="search"]::-webkit-search-cancel-button { | |
| z-index: 100; | |
| } | |
| .svg-animated-logo { | |
| height: 42px; | |
| max-width: 100%; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} | |
| Copyright (C) 2020 Gitcoin Core | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU Affero General Public License as published | |
| by the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| GNU Affero General Public License for more details. | |
| You should have received a copy of the GNU Affero General Public License | |
| along with this program. If not, see <http://www.gnu.org/licenses/>. | |
| {% endcomment %} | |
| {% load i18n static %} | |
| <!DOCTYPE html> | |
| <html> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta name="x-apple-disable-message-reformatting" /> | |
| <head> | |
| {% include 'emails/shared_template_head.html' %} | |
| </head> | |
| <style> | |
| body { | |
| margin: 0px; | |
| padding: 0px; | |
| font-family: 'Roboto', Arial, sans-serif; | |
| } | |
| .rounded { | |
| border-radius: 50%; | |
| } | |
| .mb-0 { | |
| margin-bottom: 0; | |
| } | |
| .mt-1 { | |
| margin-top: .5rem; | |
| } | |
| .mt-2 { | |
| margin-top: 1rem; | |
| } | |
| .mt-3 { | |
| margin-top: 1.5rem; | |
| } | |
| .mt-4 { | |
| margin-top: 2rem; | |
| } | |
| .my-3 { | |
| margin-top: 1.5rem; | |
| margin-bottom: 1.5rem; | |
| } | |
| .my-4 { | |
| margin-top: 2rem; | |
| margin-bottom: 2rem; | |
| } | |
| h1, h2, h3, h4, h5, h6, | |
| .h1, .h2, .h3, .h4, .h5, .h6 { | |
| text-transform: capitalize; | |
| font-weight: 500; | |
| } | |
| h3 { | |
| line-height: 30px; | |
| } | |
| h3{ | |
| color: #000000; | |
| font-weight: bold; | |
| margin-bottom: 10px; | |
| margin-top: 40px; | |
| } | |
| h3.no-subtitle { | |
| margin-bottom: 0; | |
| } | |
| h5{ | |
| color: #000000; | |
| font-size: 0.8em; | |
| margin-top:5px; | |
| margin-bottom: 0; | |
| font-weight: 400; | |
| } | |
| hr { | |
| width: 90%; | |
| } | |
| h1 { | |
| font-size: 1.8rem; | |
| color: black; | |
| font-weight: bold; | |
| } | |
| h2 { | |
| font-size: 1.6rem; | |
| } | |
| h3 { | |
| font-size: 1.4rem; | |
| } | |
| h4 { | |
| font-size: 1.1rem; | |
| } | |
| h4, .h4 { | |
| text-align: center; | |
| padding-top: 40px; | |
| } | |
| body { | |
| {% if override_back_color %} | |
| background-color: {{ override_back_color }}; | |
| {% else %} | |
| background-color: #f2f6f9; | |
| {% endif %} | |
| } | |
| a.button { | |
| color: #fff; | |
| background-color: #3E00FF; | |
| border-radius: 3px; | |
| cursor: pointer; | |
| padding: 10px 15px; | |
| font-size: 14px; | |
| line-height: 1.5; | |
| text-align: center; | |
| text-decoration: none; | |
| font-family: 'Muli', Arial, sans-serif; | |
| } | |
| a.button.large { | |
| padding: 12px 42px; | |
| } | |
| #logo { | |
| vertical-align: middle; | |
| display: inline-block; | |
| {% if email_style %} | |
| max-height: 100%; | |
| width: 80%; | |
| {% else %} | |
| max-height: 80px; | |
| {% endif %} | |
| } | |
| #grow-oss { | |
| display: inline-block; | |
| max-width: 100%; | |
| margin-top: 1em; | |
| margin-bottom: 5em; | |
| } | |
| #header { | |
| {% if email_style %} | |
| max-height: 100%; | |
| {% else %} | |
| height: 100px; | |
| padding: 30px 50px; | |
| {% endif %} | |
| } | |
| #header, #footer { | |
| color: white; | |
| align-content: center; | |
| text-align: center; | |
| } | |
| body, #header { | |
| {% if email_style == 1 %} | |
| background-color: #3E00FF; | |
| {% elif email_style == 2 %} | |
| background-color: #8934b3; | |
| {% elif email_style == 3 or email_style == 4 %} | |
| background-color: #dbdbdb; | |
| {% elif email_style == 5 %} | |
| background-color: #1f8de3; | |
| {% elif email_style == 6 %} | |
| background-color: #2bffbc; | |
| {% elif email_style == 0 %} | |
| background-color: #15003e; | |
| {% elif email_style == 7 or email_style == 8 or email_style == 9 or email_style == 11 or email_style == 15 or email_style == 16 or email_style == 18 or email_style == 19 %} | |
| background-color: #150065; | |
| {% elif email_style == 12 or email_style == 25 %} | |
| background-color: #ffffff; | |
| {% elif email_style == 13 %} | |
| background-color: #f2f2f2; | |
| {% elif email_style == 17 or email_style == 22 or email_style == 24 %} | |
| background-color: #fccf0e; | |
| {% elif email_style == 20 or email_style == 10 or email_style == 14 %} | |
| background-color: #3e00ff; | |
| {% elif email_style == 23 %} | |
| background-color: #ffc000; | |
| {% elif email_style == 21 %} | |
| background-color: #f7ecbc; | |
| {% elif email_style == 26 %} | |
| background-color: #0D0764; | |
| {% elif email_style == 27 %} | |
| background-color: #15053F; | |
| {% else %} | |
| background-color: #15003e; | |
| {% endif %} | |
| } | |
| #footer { | |
| padding: 30px 50px; | |
| background-color: #0D0764; | |
| } | |
| #preferred_payout{ | |
| margin-top: 20px; | |
| background-color: #eee; | |
| padding: 10px 50px; | |
| text-align: center; | |
| } | |
| #preferred_payout a { | |
| font-size: 1em; | |
| color: #70b2ff; | |
| } | |
| #footer p { | |
| color: #ccc; | |
| } | |
| #footer a { | |
| color: #70b2ff; | |
| } | |
| #copyright, #legal-contact { | |
| } | |
| a { | |
| color: #70b2ff; | |
| text-decoration: none; | |
| } | |
| p, li, a{ | |
| color: #000000; | |
| line-height: 26px; | |
| font-size: 16px; | |
| list-style: none; | |
| margin-top: 1.5em; | |
| } | |
| li { | |
| margin-top: 2em; | |
| margin-bottom: 1.5em; | |
| } | |
| .text-center { | |
| text-align: center; | |
| } | |
| .primary-content { | |
| background-color: white; | |
| overflow: hidden; | |
| padding-bottom: 20px; | |
| } | |
| .roundup { | |
| padding-top: 0.5em; | |
| padding-bottom: 0.5em; | |
| line-height: 20px; | |
| } | |
| .grant-recontrib-msg { | |
| margin: 0 auto; | |
| } | |
| .grant-tile { | |
| margin: 0 auto; | |
| border-bottom: 1px solid #EFEFEF; | |
| text-align: left; | |
| padding: 10px; | |
| } | |
| .grant-tile .grant-image { | |
| width: 5em; | |
| height: 5em; | |
| border-radius: 2px; | |
| display: inline-block; | |
| } | |
| .grant-tile .grant-detail { | |
| display: inline-block; | |
| vertical-align: middle; | |
| } | |
| @media (min-width: 768px) { | |
| .grant-recontrib-msg, .grant-tile { | |
| width: 75%; | |
| } | |
| .grant-tile { | |
| padding: 20px; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| .grant-recontrib-msg { | |
| width: 66%; | |
| } | |
| .grant-tile { | |
| width: 55%; | |
| } | |
| } | |
| @media (min-width: 1600px) { | |
| .grant-recontrib-msg, .grant-tile { | |
| width: 35%; | |
| } | |
| } | |
| @media (min-width: 768px) { | |
| .grant-txn-msg { | |
| width: 70%; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| .grant-txn-msg { | |
| width: 60%; | |
| } | |
| } | |
| /* Bootstrap styles used for activities -- START */ | |
| *, | |
| ::after, | |
| ::before { | |
| box-sizing: border-box; | |
| } | |
| @media (min-width: 1200px) { | |
| .container { | |
| max-width: 1140px; | |
| } | |
| } | |
| @media (min-width: 992px) { | |
| .container { | |
| max-width: 960px; | |
| } | |
| } | |
| @media (min-width: 768px) { | |
| .container { | |
| max-width: 720px; | |
| } | |
| } | |
| @media (min-width: 576px) { | |
| .container { | |
| max-width: 540px; | |
| } | |
| } | |
| .container { | |
| width: 100%; | |
| padding-right: 15px; | |
| padding-left: 15px; | |
| margin-right: auto; | |
| margin-left: auto; | |
| } | |
| .ml-auto, | |
| .mx-auto { | |
| margin-left: auto !important; | |
| } | |
| .mr-auto, | |
| .mx-auto { | |
| margin-right: auto !important; | |
| } | |
| @media (min-width: 992px) { | |
| .col-lg-8 { | |
| -ms-flex: 0 0 66.666667%; | |
| flex: 0 0 66.666667%; | |
| max-width: 66.666667%; | |
| } | |
| } | |
| .col-12 { | |
| -ms-flex: 0 0 100%; | |
| flex: 0 0 100%; | |
| max-width: 100%; | |
| } | |
| .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { | |
| position: relative; | |
| width: 100%; | |
| padding-right: 15px; | |
| padding-left: 15px; | |
| } | |
| .mt-2, | |
| .my-2 { | |
| margin-top: .5rem !important; | |
| } | |
| @media (min-width: 576px) { | |
| .pl-sm-3, | |
| .px-sm-3 { | |
| padding-left: 1rem !important; | |
| } | |
| } | |
| @media (min-width: 576px) { | |
| .pr-sm-3, | |
| .px-sm-3 { | |
| padding-right: 1rem !important; | |
| } | |
| } | |
| .pb-3, .py-3 { | |
| padding-bottom: 1rem!important; | |
| } | |
| .pt-3, .py-3 { | |
| padding-top: 1rem!important; | |
| } | |
| .pb-4, | |
| .py-4 { | |
| padding-bottom: 1.5rem !important; | |
| } | |
| .pt-4, | |
| .py-4 { | |
| padding-top: 1.5rem !important; | |
| } | |
| .mb-3, | |
| .my-3 { | |
| margin-bottom: 1rem !important; | |
| } | |
| .m-0 { | |
| margin: 0 !important; | |
| } | |
| .d-block { | |
| display: block !important; | |
| } | |
| .bg-white { | |
| background-color: #fff !important; | |
| } | |
| .row { | |
| display: -ms-flexbox; | |
| display: flex; | |
| -ms-flex-wrap: wrap; | |
| flex-wrap: wrap; | |
| margin-right: -15px; | |
| margin-left: -15px; | |
| } | |
| .p-0 { | |
| padding: 0 !important; | |
| } | |
| .col-2 { | |
| -ms-flex: 0 0 16.666667%; | |
| flex: 0 0 16.666667%; | |
| max-width: 16.666667%; | |
| } | |
| .rounded-circle { | |
| border-radius: 50% !important; | |
| } | |
| img { | |
| vertical-align: middle; | |
| border-style: none; | |
| } | |
| .pl-2, | |
| .px-2 { | |
| padding-left: .5rem !important; | |
| } | |
| @media (min-width: 576px) { | |
| .pl-sm-0, | |
| .px-sm-0 { | |
| padding-left: 0 !important; | |
| } | |
| } | |
| @media (min-width: 576px) { | |
| .pr-sm-0, | |
| .px-sm-0 { | |
| padding-right: 0 !important; | |
| } | |
| } | |
| @media (min-width: 576px) { | |
| .col-sm-8 { | |
| -ms-flex: 0 0 66.666667%; | |
| flex: 0 0 66.666667%; | |
| max-width: 66.666667%; | |
| } | |
| } | |
| .col-10 { | |
| -ms-flex: 0 0 83.333333%; | |
| flex: 0 0 83.333333%; | |
| max-width: 83.333333%; | |
| } | |
| .pb-2, | |
| .py-2 { | |
| padding-bottom: .5rem !important; | |
| } | |
| .align-items-center { | |
| -ms-flex-align: center !important; | |
| align-items: center !important; | |
| } | |
| .ml-0, | |
| .mx-0 { | |
| margin-left: 0 !important; | |
| } | |
| .mr-0, | |
| .mx-0 { | |
| margin-right: 0 !important; | |
| } | |
| .mr-2, | |
| .mx-2 { | |
| margin-right: .5rem !important; | |
| } | |
| .pl-0, | |
| .px-0 { | |
| padding-left: 0 !important; | |
| } | |
| .pr-0, | |
| .px-0 { | |
| padding-right: 0 !important; | |
| } | |
| .shadow { | |
| box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; | |
| } | |
| .pl-0, | |
| .px-0 { | |
| padding-left: 0 !important; | |
| } | |
| @media (min-width: 576px) { | |
| .d-sm-inline { | |
| display: inline !important; | |
| margin-left: auto; | |
| } | |
| } | |
| @media (min-width: 576px) { | |
| .col-sm-2 { | |
| -ms-flex: 0 0 16.666667%; | |
| flex: 0 0 16.666667%; | |
| max-width: 16.666667%; | |
| } | |
| } | |
| .text-right { | |
| text-align: right !important; | |
| } | |
| .pr-3, | |
| .px-3 { | |
| padding-right: 1rem !important; | |
| } | |
| .mt-3, | |
| .my-3 { | |
| margin-top: 1rem !important; | |
| } | |
| .dropdown-menu { | |
| display: none; | |
| } | |
| .mb-2, .my-2 { | |
| margin-bottom: .5rem!important; | |
| } | |
| .mt-1, .my-1 { | |
| margin-top: .25rem!important; | |
| } | |
| .bg-light { | |
| background-color: #f8f9fa!important; | |
| } | |
| .font-weight-bold { | |
| font-weight: 700!important; | |
| } | |
| .font-caption { | |
| font-size: 0.75rem; | |
| } | |
| .text-right { | |
| text-align: right!important; | |
| } | |
| .mb-auto, .my-auto { | |
| margin-bottom: auto!important; | |
| } | |
| .mt-auto, .my-auto { | |
| margin-top: auto!important; | |
| } | |
| .text-white { | |
| color: #fff!important; | |
| } | |
| @media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}} | |
| /* Bootstrap styles used for activities -- END */ | |
| /* Styles for .activity_stream -- START */ | |
| .activity_stream .box { | |
| padding-left: 0; | |
| padding-right: 0; | |
| } | |
| .activity_stream .activity_detail .tag { | |
| background-color: #e7f0fa; | |
| color: #3E00FF; /* var(--gc-blue) */ | |
| font-size: 10px; | |
| list-style: none; | |
| padding: 5px; | |
| } | |
| .tag { | |
| text-align: center; | |
| border-radius: 2px; | |
| margin: 4px; | |
| padding: 3px 6px; | |
| font-size: 11px; | |
| font-weight: 400; | |
| white-space: nowrap; | |
| cursor: pointer; | |
| display: inline-block; | |
| } | |
| .tag.token { | |
| background-color: #e7f0fa; | |
| color: #3E00FF; /* var(--gc-blue) */ | |
| } | |
| .tag span { | |
| color: #3E00FF; /* var(--gc-blue) */ | |
| } | |
| .tag p { | |
| margin-top: 0; | |
| line-height: normal; | |
| } | |
| .font-smaller-6 { | |
| font-size: 0.6rem; | |
| } | |
| .activity_stream a { | |
| color: #3E00FF; | |
| } | |
| .fa-icon-png { | |
| vertical-align: text-top; | |
| width: 0.75rem; | |
| height: 0.75rem; | |
| } | |
| .fa-icon-png.small { | |
| width: 0.5rem; | |
| } | |
| .grey { | |
| color: #666666 !important; /* var(--gc-medium-dark-gray) */ | |
| } | |
| @media screen and (max-width: 35.5em) { | |
| .staff_tag, | |
| .staff_tag~div { | |
| margin-left: 20% | |
| } | |
| .activity_stream .activity_detail { | |
| margin-left: 25px !important; | |
| } | |
| .d-none { | |
| display: none; | |
| } | |
| .activities-container .button.large { | |
| margin-right: 7%; | |
| } | |
| } | |
| .card-ribbon { | |
| margin-top: -14px; | |
| margin-left: 10px; | |
| width: 110px; | |
| margin-bottom: 10px; | |
| position: relative; | |
| } | |
| .bg-gc-blue { | |
| background-color: #3E00FF; /* var(--gc-blue) */ | |
| } | |
| /* Styles for .activity_stream -- END */ | |
| @media screen and (min-width: 35.5em) { | |
| .social-img { | |
| max-height: 50px; | |
| max-width: 50px; | |
| margin-left: 0.2rem; | |
| margin-right: 0.2rem; | |
| } | |
| .primary-content { | |
| margin-left: 20%; | |
| margin-right: 20%; | |
| } | |
| } | |
| @media screen and (max-width: 35.5em) { | |
| .social-img { | |
| max-height: 45px; | |
| max-width: 45px; | |
| } | |
| .full-width { | |
| width: 100%; | |
| } | |
| .kudos_transfer { | |
| min-height: 320px; | |
| } | |
| .roundup { | |
| padding-left: 0.5em; | |
| padding-right: 0.5em; | |
| } | |
| .sponsor-text { | |
| max-width: 80vw; | |
| } | |
| .regards img { | |
| height: 20%; | |
| width: 20%; | |
| } | |
| .kudos_highlights_items { | |
| margin: 2em 0; | |
| } | |
| .quest-img-bottom { | |
| margin-right: 30vw; | |
| } | |
| .quest-img-top { | |
| margin-left: 30vw; | |
| } | |
| .primary-content { | |
| padding: 1em; | |
| } | |
| } | |
| @media screen and (min-width: 48em) { | |
| .primary-content { | |
| margin-left: 10%; | |
| margin-right: 10%; | |
| padding: 2em; | |
| } | |
| .quest-img-bottom { | |
| margin-right: 9vw; | |
| } | |
| .quest-img-top { | |
| margin-left: 9vw; | |
| } | |
| .full-width { | |
| width: 80%; | |
| } | |
| .kudos_transfer { | |
| min-height: 280px; | |
| } | |
| .roundup { | |
| padding-left: 2em; | |
| padding-right: 2em; | |
| } | |
| .sponsor-text { | |
| max-width: 60vw; | |
| } | |
| .regards img { | |
| height: 10%; | |
| width: 10%; | |
| } | |
| .kudos_highlights_items { | |
| margin: 2em; | |
| } | |
| } | |
| @media screen and (max-width: 48em) { | |
| .primary-content { | |
| margin-left: 0; | |
| margin-right: 0; | |
| } | |
| } | |
| @media screen and (min-width: 120em) { | |
| .quest-img-bottom { | |
| margin-right: 7vw; | |
| } | |
| .quest-img-top { | |
| margin-left: 7vw; | |
| } | |
| } | |
| @media screen and (min-width: 160em) { | |
| .quest-img-bottom { | |
| margin-right: 5vw; | |
| } | |
| .quest-img-top { | |
| margin-left: 5vw; | |
| } | |
| } | |
| </style> | |
| <body class="g-font-muli"> | |
| {% if not hide_header %} | |
| <div id="header"> | |
| <a href="{% url 'funder_bounties' %}"> | |
| <span style="display: inline-block;height: 100%;vertical-align: middle;"></span> | |
| {% if email_style == 1 %} | |
| <img id="logo" src="{% static "v2/images/emails/email_header1.gif" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 2 %} | |
| <img id="logo" src="{% static "v2/images/emails/email_header2.gif" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 3 %} | |
| <img id="logo" src="{% static "v2/images/emails/email_header3.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 4 %} | |
| <img id="logo" src="{% static "v2/images/emails/email_header4.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 5 %} | |
| <img id="logo" src="{% static "v2/images/emails/email_header5.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 6 %} | |
| <img id="logo" src="{% static "v2/images/emails/email_header6.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 0 %} | |
| <img id="logo" src="{% static "v2/images/logo_large.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 7 %} <img id="logo" src="{% static "v2/images/emails/email_header7.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 8 %} <img id="logo" src="{% static "v2/images/emails/email_header8.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 9 %} <img id="logo" src="{% static "v2/images/emails/email_header9.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 10 %} <img id="logo" src="{% static "v2/images/emails/email_header10.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 11 %} <img id="logo" src="{% static "v2/images/emails/email_header11.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 12 %} <img id="logo" src="{% static "v2/images/emails/email_header12.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 13 %} <img id="logo" src="{% static "v2/images/emails/email_header13.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 14 %} <img id="logo" src="{% static "v2/images/emails/email_header14.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 15 %} <img id="logo" src="{% static "v2/images/emails/email_header15.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 16 %} <img id="logo" src="{% static "v2/images/emails/email_header16.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 17 %} <img id="logo" src="{% static "v2/images/emails/email_header17.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 18 %} <img id="logo" src="{% static "v2/images/emails/email_header18.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 19 %} <img id="logo" src="{% static "v2/images/emails/email_header19.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 20 %} <img id="logo" src="{% static "v2/images/emails/email_header20.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 21 %} <img id="logo" src="{% static "v2/images/emails/email_header21.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 22 %} <img id="logo" src="{% static "v2/images/emails/email_header22.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 23 %} <img id="logo" src="{% static "v2/images/emails/email_header23.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 24 %} <img id="logo" src="{% static "v2/images/emails/email_header24.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 26 %} <img id="logo" src="{% static "v2/images/emails/email_header26.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% elif email_style == 27 %} <img id="logo" src="{% static "v2/images/emails/email_header27.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% else %} | |
| <img id="logo" src="{% static "v2/images/logo_large.png" %}" alt="Gitcoin" title="Gitcoin Logo"> | |
| {% endif %} | |
| </a> | |
| </div> | |
| {% endif %} | |
| <div class="primary-content text-center"> | |
| {% block content %} | |
| {% endblock %} | |
| {% if not hide_bottom_logo %} | |
| <img id="grow-oss" width="259" src="{% static "v2/images/grow_open_source_new.png" %}" alt="Gitcoin Open Source" title="Grow Open Source Image"> | |
| {% endif %} | |
| </div> | |
| <div id="preferred_payout"> | |
| {% if subscriber.profile.preferred_payout_address %} | |
| Your Gitcoin preferred payout address is <strong>{{subscriber.profile.preferred_payout_address}}</strong>. Payments will be auto-sent to this address (unless otherwise specified upon work submission). | |
| <a href="https://gitcoin.co/settings/account">New Wallet? Click here to update Payout Address.</a> | |
| {% else %} | |
| You do not have a preferred payout address on file. | |
| <a href="https://gitcoin.co/settings/account">Click here to set a Payout Address.</a> | |
| {% endif %} | |
| </div> | |
| <div id="footer" class="text-center"> | |
| <div> | |
| <a href="https://www.twitter.com/gitcoin"><img class="social-img" src="{% static "v2/images/social/twitter_new.png" %}"></a> | |
| <a href="https://www.medium.com/gitcoin"><img class="social-img" src="{% static "v2/images/social/medium_new.png" %}"></a> | |
| <a href="https://www.facebook.com/GetGitcoin"><img class="social-img" src="{% static "v2/images/social/facebook_new.png" %}"></a> | |
| <a href="https://reddit.com/r/gitcoincommunity"><img class="social-img" src="{% static "v2/images/social/reddit_new.png" %}"></a> | |
| <a href="{% url 'slack' %}"><img class="social-img" src="{% static "v2/images/social/slack_new.png" %}"></a> | |
| </div> | |
| <div> | |
| <div id="copyright"> | |
| <p> | |
| <span>© {% now "Y" %} Gitcoin Core, Inc. {% trans "All rights reserved." %}</span> | |
| </p> | |
| </div> | |
| <div id="legal-contact"> | |
| <p> | |
| {% trans "Want to change how you receive these emails?" %} | |
| <br> | |
| {% trans "You can update your " %} <a href="{% url "email_settings" subscriber.priv %}{% if email_type %}?type={{email_type}}{% endif %}">{% trans "preferences" %}</a> or <a href="{% url "email_settings" subscriber.priv %}{% if email_type %}?type={{email_type}}{% endif %}">{% trans "unsubscribe" %}</a> {% trans "from this list." %} | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| color: var(--default-text-color); | |
| } | |
| #mobile_nav_toggle{ | |
| display: none !important; | |
| } | |
| .follow_button[member=true]{ | |
| display: none; | |
| } | |
| .tooltip-inner { | |
| max-width: 450px; | |
| } | |
| #activity_subheader{ | |
| text-align: center; | |
| } | |
| .announce{ | |
| border-radius: 5px; | |
| color: black; | |
| padding: 5px 10px; | |
| margin: 10px auto; | |
| } | |
| .announce a{ | |
| color: black; | |
| font-weight: bold; | |
| } | |
| .announce .remove{ | |
| position: absolute; | |
| right: 13%; | |
| cursor: pointer; | |
| } | |
| .announce.warning { | |
| background-color: #FF7F00; | |
| } | |
| .announce.success { | |
| background-color: #00A652; | |
| } | |
| .announce.info { | |
| background-color: #008EFF; | |
| } | |
| .timer,.offer{ | |
| list-style: none; | |
| max-width: 200px; | |
| text-align: center; | |
| margin: 0px auto; | |
| } | |
| @keyframes spin{ | |
| 0%{transform:rotate(0deg);} | |
| 100%{transform:rotate(360deg);} | |
| } | |
| .speech_label{ | |
| font-size: 14px; | |
| text-align: center; | |
| border-radius: 5px; | |
| background-color: #fdedee; | |
| position: relative; | |
| margin-top: 25px; | |
| margin-bottom: 25px; | |
| margin-left: auto; | |
| margin-right: auto; | |
| display: block; | |
| padding: 5px; | |
| color: white; | |
| text-decoration: none; | |
| } | |
| .name-tag a{ | |
| color: white; | |
| text-decoration: underline; | |
| } | |
| .offer a:hover{ | |
| text-decoration: none; | |
| font-weight: bold; | |
| } | |
| .speech_label:after { | |
| content: ''; | |
| position: absolute; | |
| top: 0; | |
| left: 50%; | |
| width: 0; | |
| height: 0; | |
| border: 20px solid transparent; | |
| border-bottom-color: #fdedee; | |
| border-top: 0; | |
| border-left: 0; | |
| margin-left: -10px; | |
| margin-top: -20px; | |
| } | |
| #circle{ | |
| width:214px; | |
| height:214px; | |
| border-radius:214px; | |
| margin:auto; | |
| box-shadow:0 1px 2px rgba(0,0,0,0.3); | |
| padding: 40px; | |
| cursor: pointer; | |
| } | |
| #circle:after{ | |
| content:""; | |
| display:block; | |
| border:7px dashed white; | |
| width:200px; | |
| height:200px; | |
| border-radius:200px; | |
| animation: spin 30s linear infinite; | |
| margin-top: -160px; | |
| margin-left: -33px; | |
| } | |
| .clicked #circle:after{ | |
| animation: spin 10s linear infinite; | |
| } | |
| #circle:hover{ | |
| background-image:radial-gradient(#FFED85, #FFC847 70%); | |
| } | |
| #gift{ | |
| margin:auto; | |
| width:100px; | |
| height:125px; | |
| } | |
| #ribbon{ | |
| position:relative; | |
| width:60px; | |
| height:60px; | |
| transform:rotate(45deg); | |
| margin:auto; | |
| margin-bottom:-38px; | |
| border-radius:0 8px 0 8px; | |
| } | |
| #ribbon:before{ | |
| content:""; | |
| height:24px; | |
| width:100%; | |
| background-color:#F04D4D; | |
| display:block; | |
| position:absolute; | |
| top:18px; | |
| box-shadow:0 0 1px rgba(0,0,0,0.4); | |
| border-radius:inherit; | |
| } | |
| #ribbon:after{ | |
| content:""; | |
| height:100%; | |
| width:24px; | |
| background-color:#F04D4D; | |
| display:block; | |
| margin:auto; | |
| box-shadow:0 0 1px rgba(0,0,0,0.4); | |
| border-radius:inherit; | |
| } | |
| #giftbox{ | |
| position:relative; | |
| margin:auto; | |
| width:100px; | |
| height:100px; | |
| background-color:white; | |
| border-radius:2px; | |
| box-shadow:0 0 1px rgba(0,0,0,0.4); | |
| overflow:hidden; | |
| } | |
| #giftbox:before{ | |
| content:""; | |
| height:24%; | |
| width:100%; | |
| background-color:#F04D4D; | |
| display:block; | |
| position:absolute; | |
| top:38%; | |
| box-shadow:inherit; | |
| } | |
| #giftbox:after{ | |
| content:""; | |
| height:100%; | |
| width:24%; | |
| background-color:#F04D4D; | |
| display:block; | |
| margin:auto; | |
| box-shadow:inherit; | |
| } | |
| .daily #circle{ | |
| background-image:radial-gradient(#6E00FF, #3E00FF 30%); | |
| } | |
| .daily .speech_label{ | |
| background-color: #3E00FF; | |
| } | |
| .daily .speech_label:after{ | |
| border-bottom-color: #3E00FF; | |
| } | |
| .daily #ribbon:before, | |
| .daily #giftbox:after, | |
| .daily #giftbox:before, | |
| .daily #ribbon:after{ | |
| background-color:#F9006C; | |
| } | |
| .daily #circle:after{ | |
| border:7px dashed #0fce7c; | |
| } | |
| .random #circle{ | |
| background-image:radial-gradient(#25e899, #45f8a9 30%); | |
| } | |
| .random .speech_label{ | |
| background-color: #25e899; | |
| } | |
| .random .speech_label:after{ | |
| border-bottom-color: #25e899; | |
| } | |
| .random #ribbon:before, | |
| .random #giftbox:after, | |
| .random #giftbox:before, | |
| .random #ribbon:after{ | |
| background-color:#8E2ABE; | |
| } | |
| .random #circle:after{ | |
| border:7px dashed #25e899; | |
| } | |
| .secret #circle{ | |
| background-image:radial-gradient(#15003e, #45407e 30%); | |
| } | |
| .secret .speech_label{ | |
| background-color: #15003e; | |
| } | |
| .secret .speech_label:after{ | |
| border-bottom-color: #15003e; | |
| } | |
| .secret #ribbon:before, | |
| .secret #giftbox:after, | |
| .secret #giftbox:before, | |
| .secret #ribbon:after{ | |
| background-color:#F9006C; | |
| } | |
| .secret #circle:after{ | |
| border:7px dashed #15003e; | |
| } | |
| .weekly #circle{ | |
| background-image:radial-gradient(#FFCEd8, #FFCE08 30%); | |
| } | |
| .weekly .speech_label{ | |
| background-color: #FFCE08; | |
| } | |
| .weekly .speech_label:after{ | |
| border-bottom-color: #FFCE08; | |
| } | |
| .weekly #ribbon:before, | |
| .weekly #giftbox:after, | |
| .weekly #giftbox:before, | |
| .weekly #ribbon:after{ | |
| background-color:#8E2ABE; | |
| } | |
| .weekly #circle:after{ | |
| border:7px dashed #3E00FF; | |
| } | |
| .monthly #circle{ | |
| background-image:radial-gradient(#0fde9c, #0fce7c 30%); | |
| } | |
| .monthly .speech_label{ | |
| background-color: #0fce7c; | |
| } | |
| .monthly .speech_label:after{ | |
| border-bottom-color: #0fce7c; | |
| } | |
| .monthly #ribbon:before, | |
| .monthly #giftbox:after, | |
| .monthly #giftbox:before, | |
| .monthly #ribbon:after{ | |
| background-color:#15003e; | |
| } | |
| .monthly #circle:after{ | |
| border:7px dashed #8E2ABE; | |
| } | |
| .weekly #circle:hover{ | |
| background-image:radial-gradient(#FFCEd8, #FFCE08 70%); | |
| } | |
| .daily #circle:hover{ | |
| background-image:radial-gradient(#6E00FF, #3E00FF 70%); | |
| } | |
| .monthly #circle:hover{ | |
| background-image:radial-gradient(#0fde9c, #0fce7c 70%); | |
| } | |
| .offer_container, .promo { | |
| background: var(--gc-dark-violet); | |
| padding: 1em 1.5em; | |
| color: white; | |
| display: flex; | |
| border-radius: 3px; | |
| } | |
| .offer_container.top{ | |
| display: none; | |
| } | |
| .prize-gift { | |
| color: grey; | |
| padding: 0.5em 0.313em; | |
| /* border: 2px dashed var(--gc-green-hover); */ | |
| /* border-radius: 100px; */ | |
| /* text-shadow: 0 2px 0px var(--gc-green-hover); */ | |
| text-shadow: 0 2px 0px grey; | |
| position: relative; | |
| } | |
| .prize-gift .fas { | |
| color: white; | |
| } | |
| .prize-gift::after { | |
| content: ''; | |
| border: 2px dashed currentColor; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| margin: auto; | |
| border-radius: 50%; | |
| width: 100%; | |
| height: 100%; | |
| } | |
| .animate .prize-gift::after { | |
| animation: rotate 10s linear infinite; | |
| } | |
| a.offer_container:hover { | |
| color: white; | |
| text-decoration: none; | |
| background: var(--gc-purple-hover); | |
| } | |
| a.offer_container.animate:hover .prize-gift::after { | |
| animation: pulse-white 4s linear infinite, rotate 10s linear infinite; | |
| } | |
| @keyframes rotate { | |
| 100% { | |
| transform: rotateZ(360deg); | |
| } | |
| } | |
| @keyframes pulse-white { | |
| 0% { | |
| box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); | |
| } | |
| 70% { | |
| box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); | |
| } | |
| 100% { | |
| box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); | |
| } | |
| } | |
| .daily .prize-gift { | |
| color: var(--gc-green-hover); | |
| text-shadow: 0 2px 0px var(--gc-green-hover); | |
| } | |
| .weekly .prize-gift { | |
| color: #FFCE08; | |
| text-shadow: 0 2px 0px #FFCE08; | |
| } | |
| .monthly .prize-gift { | |
| color: var(--gc-pink); | |
| text-shadow: 0 2px 0px var(--gc-pink); | |
| } | |
| .secret .prize-gift { | |
| color: var(--gc-light-blue); | |
| text-shadow: 0 2px 0px var(--gc-light-blue); | |
| } | |
| .random .prize-gift { | |
| color: var(--gc-light-violet); | |
| text-shadow: 0 2px 0px var(--gc-light-violet); | |
| } | |
| .other .prize-gift { | |
| color: #a58484; | |
| text-shadow: 0 2px 0px #a58484; | |
| } | |
| .empty { | |
| background-color: #f9f9f9; | |
| color: #808080; | |
| } | |
| .dark-mode .empty{ | |
| background: var(--gc-blue); | |
| color: white; | |
| opacity: 0.4; | |
| } | |
| .empty .prize-gift { | |
| color: grey; | |
| text-shadow: 0 2px 0px grey; | |
| } | |
| .empty .prize-gift .fas { | |
| color: #c1c1c1; | |
| } | |
| .offer_container.random.empty, | |
| .offer_container.secret.empty{ | |
| display: none; | |
| } | |
| .gif-grid { | |
| display: flex; | |
| width: 300px; | |
| height: 450px; | |
| flex-wrap: wrap; | |
| overflow: scroll; | |
| overflow-x: hidden; | |
| } | |
| .pick-gif { | |
| max-width: 300px; | |
| max-height: 250px; | |
| flex-grow: 1; | |
| } | |
| div.back0, | |
| body.back0 { | |
| background: url('/static/v2/images/quests/backs/0.gif') repeat; | |
| background-size: 150%; | |
| } | |
| div.back1, | |
| body.back1 { | |
| background: url('/static/v2/images/quests/backs/back1.jpeg') repeat; | |
| background-size: 100%; | |
| } | |
| div.back2, | |
| body.back2 { | |
| background: url('/static/v2/images/quests/backs/back2.jpeg') repeat; | |
| background-size: 170%; | |
| } | |
| div.back3, | |
| body.back3 { | |
| background: url('/static/v2/images/quests/backs/back3.jpeg') repeat; | |
| background-size: 160%; | |
| } | |
| div.back4, | |
| body.back4 { | |
| background: url('/static/v2/images/quests/backs/back4.jpeg') repeat; | |
| background-size: 160%; | |
| } | |
| div.back5, | |
| body.back5 { | |
| background: url('/static/v2/images/quests/backs/back5.jpeg') repeat; | |
| background-size: 160%; | |
| } | |
| div.back6, | |
| body.back6 { | |
| background: url('/static/v2/images/quests/backs/back6.jpg') repeat; | |
| background-size: 110%; | |
| } | |
| div.back7, | |
| body.back7 { | |
| background: url('/static/v2/images/quests/backs/back7.jpeg') repeat; | |
| background-size: 110%; | |
| } | |
| div.back8, | |
| body.back8 { | |
| background: url('/static/v2/images/quests/backs/back8.jpeg') repeat; | |
| background-size: 100%; | |
| } | |
| div.back9, | |
| body.back9 { | |
| background: url('/static/v2/images/quests/backs/back9.jpeg') repeat; | |
| background-size: 110%; | |
| } | |
| div.back10, | |
| body.back10 { | |
| background: url('/static/v2/images/quests/backs/back10.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back11, | |
| body.back11 { | |
| background: url('/static/v2/images/quests/backs/back11.jpeg') repeat; | |
| background-size: 105%; | |
| } | |
| div.back12, | |
| body.back12 { | |
| background: url('/static/v2/images/quests/backs/back12.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back13, | |
| body.back13 { | |
| background: url('/static/v2/images/quests/backs/back13.jpeg') repeat; | |
| background-size: 100%; | |
| } | |
| div.back14, | |
| body.back14 { | |
| background: url('/static/v2/images/quests/backs/back14.jpeg') repeat; | |
| background-size: 100%; | |
| } | |
| div.back15, | |
| body.back15 { | |
| background: url('/static/v2/images/quests/backs/back15.jpeg') repeat; | |
| background-size: 100%; | |
| } | |
| div.back16, | |
| body.back16 { | |
| background: url('/static/v2/images/quests/backs/back16.jpeg') repeat; | |
| background-size: 100%; | |
| } | |
| div.back19, | |
| body.back19 { | |
| background: url('/static/v2/images/quests/backs/back19.jpeg') repeat; | |
| background-size: 100%; | |
| } | |
| div.back17, | |
| body.back17 { | |
| background: url('/static/v2/images/quests/backs/back17.jpeg') repeat; | |
| background-size: 100%; | |
| } | |
| div.back18, | |
| body.back18 { | |
| background: url('/static/v2/images/quests/backs/back18.jpeg') repeat; | |
| background-size: 100%; | |
| } | |
| div.back20, | |
| body.back20 { | |
| background: url('/static/v2/images/quests/backs/back20.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back21, | |
| body.back21 { | |
| background: url('/static/v2/images/quests/backs/back21.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back22, | |
| body.back22 { | |
| background: url('/static/v2/images/quests/backs/back22.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back23, | |
| body.back23 { | |
| background: url('/static/v2/images/quests/backs/back23.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back24, | |
| body.back24 { | |
| background: url('/static/v2/images/quests/backs/back24.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back25, | |
| body.back25 { | |
| background: url('/static/v2/images/quests/backs/back25.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back26, | |
| body.back26 { | |
| background: url('/static/v2/images/quests/backs/back26.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back27, | |
| body.back27 { | |
| background: url('/static/v2/images/quests/backs/back27.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back28, | |
| body.back28 { | |
| background: url('/static/v2/images/quests/backs/back28.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back29, | |
| body.back29 { | |
| background: url('/static/v2/images/quests/backs/back29.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back30, | |
| body.back30 { | |
| background: url('/static/v2/images/quests/backs/back30.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back31, | |
| body.back31 { | |
| background: url('/static/v2/images/quests/backs/back31.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back32, | |
| body.back32 { | |
| background: url('/static/v2/images/quests/backs/back32.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.back33, | |
| body.back33 { | |
| background: url('/static/v2/images/quests/backs/back33.jpeg') repeat; | |
| background-size: 120%; | |
| } | |
| div.red, | |
| body.red { | |
| background-image: linear-gradient(90deg, #ff6161, #ff0000); | |
| background-size: 100% !important; | |
| } | |
| div.blue, | |
| body.blue { | |
| background-image: linear-gradient(90deg, #6161ff, #0000ff); | |
| background-size: 100% !important; | |
| } | |
| div.green, | |
| body.green { | |
| background-image: linear-gradient(90deg, #3CB371, #2E8B57); | |
| background-size: 100% !important; | |
| } | |
| .offer_view .announce{ | |
| background-color: #0c0861; | |
| opacity: 0.8; | |
| padding: 20px; | |
| filter: alpha(opacity=80); /* For IE8 and earlier */ | |
| color: white; | |
| border-radius: 20px 5px 20px 5px; | |
| border-bottom-color: #0c0861; | |
| } | |
| .offer_view h4{ | |
| font-weight: bold; | |
| border-bottom: 2px solid white !important; | |
| padding: 5px 10px; | |
| } | |
| .offer_view .announce:after{ | |
| border-bottom-color: #0c0861; | |
| } | |
| body.back1.offer_view .announce { | |
| background-color: #102945; | |
| } | |
| .offer_view.back1 .announce:after{ | |
| border-bottom-color: #102945; | |
| } | |
| body.back2.offer_view .announce { | |
| background-color: #102945; | |
| } | |
| .offer_view.back2 .announce:after{ | |
| border-bottom-color: #102945; | |
| } | |
| body.back3.offer_view .announce { | |
| background-color: #f6126e; | |
| } | |
| .offer_view.back3 .announce:after{ | |
| border-bottom-color: #f6126e; | |
| } | |
| body.back14.offer_view .announce { | |
| background-color: #f6126e; | |
| } | |
| .offer_view.back14 .announce:after{ | |
| border-bottom-color: #f6126e; | |
| } | |
| body.back4.offer_view .announce { | |
| background-color: #17366d; | |
| } | |
| .offer_view.back4 .announce:after{ | |
| border-bottom-color: #17366d; | |
| } | |
| body.back5.offer_view .announce { | |
| background-color: #101061; | |
| } | |
| .offer_view.back5 .announce:after{ | |
| border-bottom-color: #101061; | |
| } | |
| body.back6.offer_view .announce { | |
| background-color: #8ab2b2; | |
| } | |
| .offer_view.back6 .announce:after{ | |
| border-bottom-color: #8ab2b2; | |
| } | |
| body.back7.offer_view .announce { | |
| background-color: #0e151e; | |
| } | |
| .offer_view.back7 .announce:after{ | |
| border-bottom-color: #0e151e; | |
| } | |
| body.back8.offer_view .announce { | |
| background-color: #0a061e; | |
| } | |
| .offer_view.back8 .announce:after{ | |
| border-bottom-color: #0a061e; | |
| } | |
| body.back9.offer_view .announce { | |
| background-color: #1c1135; | |
| } | |
| .offer_view.back9 .announce:after{ | |
| border-bottom-color: #1c1135; | |
| } | |
| body.red.offer_view .announce { | |
| background-color: #fc4240; | |
| } | |
| .offer_view.red .announce:after{ | |
| border-bottom-color: #fc4240; | |
| } | |
| body.back19.offer_view .announce { | |
| background-color: #fc4240; | |
| } | |
| .offer_view.back19 .announce:after{ | |
| border-bottom-color: #fc4240; | |
| } | |
| body.back20.offer_view .announce { | |
| background-color: #ace4f9; | |
| } | |
| .offer_view.back20 .announce:after{ | |
| border-bottom-color: #ace4f9; | |
| } | |
| body.blue.offer_view .announce { | |
| background-color: #4040ff; | |
| } | |
| .offer_view.blue .announce:after{ | |
| border-bottom-color: #4040ff; | |
| } | |
| body.green.offer_view .announce { | |
| background-color: #9EaB97; | |
| } | |
| .offer_view.green .announce:after{ | |
| border-bottom-color: #9EaB97; | |
| } | |
| .name-tag { | |
| font-weight: 900; | |
| background-color: #666; | |
| color: white; | |
| display: block; | |
| font-size: 32px; | |
| width: 20%; | |
| margin: 0px auto; | |
| margin-top: -20px; | |
| margin-bottom: 40px; | |
| padding: 10px 15px; | |
| transform: rotate(-12deg); | |
| } | |
| .announce a.decline { | |
| color: white; | |
| } | |
| .announce a.accept.btn{ | |
| background-color: var(--gc-blue); | |
| font-size: 28px; | |
| border: 1px solid white; | |
| color: white; | |
| padding: 5px 10px; | |
| } | |
| .announce a.accept.btn:hover { | |
| background-color: #8E2ABE; | |
| } | |
| .top_offer{ | |
| border: 1px solid #eee; | |
| background-color: white; | |
| text-align: left; | |
| width: 330px; | |
| height: 200px; | |
| padding: 10px; | |
| cursor: pointer; | |
| border-radius: 5px; | |
| margin-right: 10px; | |
| } | |
| .top_offer .desc{ | |
| font-size: 14px; | |
| max-height: 55px; | |
| } | |
| .top_offer:hover{ | |
| background-color: #fafafa; | |
| } | |
| .top_offer img { | |
| width: 30px; | |
| height: 30px; | |
| border-radius: 15px; | |
| } | |
| .top_offer .decline-container { | |
| height: 0; | |
| } | |
| .top_offer .tag { | |
| background: #E8F0FA; | |
| padding: 4px; | |
| border-radius: 2px; | |
| font-size: 11px; | |
| color: #6487AE; | |
| display: inline-block; | |
| margin-bottom: 2px; | |
| margin-top: 2px; | |
| } | |
| .clr_container{ | |
| text-align: left; | |
| } | |
| .clr_container .font-caption { | |
| font-size: 0.65rem; | |
| } | |
| .clr_container td { | |
| padding: 6px; | |
| } | |
| .clr_container tr { | |
| border-bottom: 1px solid #e9ecf0; | |
| } | |
| .clr_container tr td:first-child { | |
| padding-left: 1rem; | |
| } | |
| .clr_container tr img { | |
| width: 30px; | |
| height: 30px; | |
| border-radius: 25px; | |
| } | |
| .clr_container td .amount { | |
| top: 5px; | |
| } | |
| .clr_container td .btn { | |
| top: -10px; | |
| } | |
| .townsquare_main .search-area { | |
| padding-left: 0; | |
| } | |
| .townsquare_main .search-area #new_search { | |
| position: absolute; | |
| right: 22px; | |
| bottom: 11px; | |
| } | |
| .townsquare_nav-list { | |
| text-align: initial; | |
| } | |
| .townsquare_nav-list .nav-item .nav-link { | |
| padding-left: 0; | |
| color: var(--townsquare-link-color); | |
| } | |
| .townsquare_nav-list .nav-link.active { | |
| font-weight: bold; | |
| color: var(--link-color); | |
| } | |
| .townsquare_nav-list .nav-link:hover { | |
| color: var(--link-color); | |
| } | |
| .townsquare_nav-list .nav-link.active .nav-title { | |
| display: inline-block; | |
| padding-bottom: 2px; | |
| border-bottom: 3px solid; | |
| } | |
| .townsquare_nav-list_footer { | |
| padding: .5rem 1rem .5rem 0; | |
| } | |
| .townsquare_block-header { | |
| font-size: 0.9rem; | |
| font-weight: 700; | |
| color: var(--townsquare-block-header-color); | |
| text-transform: uppercase; | |
| cursor: pointer; | |
| } | |
| .townsquare_block-header::after { | |
| content: "" | |
| } | |
| .townsquare_block-header.closed::after { | |
| content: "^" | |
| } | |
| #status .btn-group-toggle .btn-radio { | |
| background-color: var(--badge-blue-bg); | |
| color: var(--badge-blue-text); | |
| border: 1px solid transparent; | |
| margin-bottom: 0.5rem !important; | |
| } | |
| #status .btn-group-toggle .btn-radio.active { | |
| border: 1px solid var(--active-button-border-color); | |
| } | |
| .grey { | |
| color: var(--gc-medium-dark-gray) !important; | |
| } | |
| .offer_container span{ | |
| display: inline; | |
| } | |
| .status-avatar .avatar { | |
| height: 45px; | |
| width: 45px; | |
| max-width: 45px; | |
| } | |
| .activity_stream .activity-img img { | |
| max-height: 4rem; | |
| } | |
| .activity_stream .activity_comments .comment_container.filled | |
| .activity-avatar img { | |
| height: 40px; | |
| width: 40px; | |
| max-width: 40px; | |
| border-radius: 50%; | |
| } | |
| .activity_time { | |
| color: var(--gc-medium-dark-gray); | |
| } | |
| .filter-tag { | |
| margin: 2px; | |
| text-transform: lowercase; | |
| background-color: #3E00FF; | |
| color: white !important; | |
| border-radius: 2px; | |
| font-size: 12px; | |
| padding: 4px 5px; | |
| display: inline-block; | |
| } | |
| .filter-tag i { | |
| margin-left: 7px; | |
| font-size: 9px; | |
| } | |
| .activity_stream .action.open { | |
| background-color: transparent; | |
| } | |
| .offer_container .offer_container_type { | |
| font-size: 1.2rem; | |
| } | |
| .offer_container .offer_icon { | |
| height: 65px; | |
| width: 65px; | |
| border-radius: 50%; | |
| background-color: white; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| font-size: 2rem; | |
| color: var(--blue); | |
| } | |
| .nav-badge { | |
| font-size: 9px; | |
| color: var(--link-color); | |
| top: -8px; | |
| position: relative; | |
| font-weight: bold; | |
| } | |
| #payout_estimate { | |
| font-size: 12px; | |
| } | |
| .townsquare_nav-list.tribe .avatar { | |
| width: 20px; | |
| height: 20px; | |
| margin-right: 4px; | |
| } | |
| @media (max-width: 768px) { | |
| #mobile_nav_toggle{ | |
| display: block !important; | |
| } | |
| } | |
| @media (max-width: 1024px) { | |
| #_hj_feedback_container{ | |
| display:none !important; | |
| } | |
| .townsquare_header li.nav-item{ | |
| display:inline-block; | |
| } | |
| } | |
| .promo .logo { | |
| width: 65px; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| } | |
| .promo { | |
| background-image: url("/static/v2/images/tribes/promo-decoration.svg"); | |
| background-color: var(--gc-blue); | |
| background-size: cover; | |
| } | |
| .promo .promo-text { | |
| font-size: 0.9em; | |
| } | |
| .promo .action { | |
| background-color: #101061; | |
| color: white; | |
| border-radius: 0; | |
| } | |
| .promo p { | |
| margin-bottom: 0; | |
| } | |
| .promo .action:hover { | |
| background-color: #101061; | |
| filter: brightness(130%); | |
| } | |
| .promo .close-promo { | |
| position: absolute; | |
| top: 6px; | |
| right: 29px; | |
| font-size: 16px; | |
| color: white; | |
| cursor: pointer; | |
| opacity: 1; | |
| } | |
| .promo .close-promo i { | |
| font-weight: 100; | |
| } | |
| .new_grant { | |
| border-top: 6px solid rgba(13, 7, 100, 0.25); | |
| } | |
| .new_kudos { | |
| border-top: 6px solid rgba(0, 163, 255, 0.25); | |
| } | |
| .new_bounty { | |
| border-top: 6px solid rgba(62, 0, 255, 0.4); | |
| } | |
| .new_hackathon_project { | |
| border-top: 6px solid rgba(15, 206, 124, 0.25); | |
| } | |
| .bg-gc-blue { | |
| background-color: var(--gc-blue); | |
| } | |
| .bg-gc-green { | |
| background-color: var(--gc-green); | |
| } | |
| .bg-light-blue { | |
| background-color: #00A3FF; | |
| } | |
| .bg-gc-dark-blue { | |
| background-color: #0D0764; | |
| } | |
| .card-ribbon { | |
| margin-top: -14px; | |
| margin-left: 10px; | |
| width: 110px; | |
| margin-bottom: 10px; | |
| position: relative; | |
| } | |
| .logo-metacard { | |
| max-height: 4rem; | |
| max-width: 4rem; | |
| } | |
| /* alerts */ | |
| /* todo: | |
| probably move this to seperate alert.css file | |
| */ | |
| .dark-mode .alert-primary { | |
| color: #cce5ff; | |
| background-color: #20037e; | |
| } | |
| .dark-mode .alert-success { | |
| color: #d4edda; | |
| background-color: #155724; | |
| } | |
| .dark-mode .alert-warning { | |
| background-color: #856404; | |
| color: #fff3cd; | |
| } | |
| .dark-mode .alert-danger { | |
| color: #f8d7da; | |
| background-color: #721c24; | |
| } | |
| .dark-mode .alert { | |
| border-color: transparent !important; | |
| } | |
| .dark-mode .alert .close { | |
| opacity: 0.8; | |
| text-shadow: none; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @font-face { | |
| font-family: 'futura-pt'; | |
| src: url('/static/v2/fonts/futura/font4.ttf')/* TTF file for CSS3 browsers */ | |
| } | |
| /* muli-200 - latin */ | |
| @font-face { | |
| font-family: 'Muli'; | |
| font-style: normal; | |
| font-weight: 200; | |
| src: local('Muli ExtraLight'), local('Muli-ExtraLight'), | |
| url('/static/v2/fonts/muli/muli-v12-latin-200.woff2') format('woff2'), | |
| url('/static/v2/fonts/muli/muli-vn-200.woff') format('woff'), | |
| url('/static/v2/fonts/muli/muli-v12-latin-200.ttf') format('truetype'); | |
| } | |
| /* muli-regular - latin */ | |
| @font-face { | |
| font-family: 'Muli'; | |
| font-style: normal; | |
| font-weight: 400; | |
| src: local('Muli Regular'), local('Muli-Regular'), | |
| url('/static/v2/fonts/muli/muli-v12-latin-regular.woff2') format('woff2'), | |
| url('/static/v2/fonts/muli/muli-vn-regular.woff') format('woff'), | |
| url('/static/v2/fonts/muli/muli-v12-latin-regular.ttf') format('truetype'); | |
| } | |
| /* muli-600 - latin */ | |
| @font-face { | |
| font-family: 'Muli'; | |
| font-style: normal; | |
| font-weight: 600; | |
| src: local('Muli SemiBold'), local('Muli-SemiBold'), | |
| url('/static/v2/fonts/muli/muli-v12-latin-600.woff2') format('woff2'), | |
| url('/static/v2/fonts/muli/muli-vn-600.woff') format('woff'), | |
| url('/static/v2/fonts/muli/muli-v12-latin-600.ttf') format('truetype'); | |
| } | |
| /* muli-700 - latin */ | |
| @font-face { | |
| font-family: 'Muli'; | |
| font-style: normal; | |
| font-weight: 700; | |
| src: local('Muli Bold'), local('Muli-Bold'), | |
| url('/static/v2/fonts/muli/muli-v12-latin-700.woff2') format('woff2'), | |
| url('/static/v2/fonts/muli/muli-vn-700.woff') format('woff'), | |
| url('/static/v2/fonts/muli/muli-v12-latin-700.ttf') format('truetype'); | |
| } | |
| .g-font-futura { | |
| font-family: 'futura-pt', sans-serif; | |
| } | |
| .g-font-muli { | |
| font-family: 'Muli', sans-serif; | |
| } | |
| /* Font variables | |
| fs -> font size | |
| fw -> font weight | |
| */ | |
| :root{ | |
| --fs-title-xl: 1.8rem; | |
| --fs-title-lg: 1.4rem; | |
| --fs-title: 1.25rem; | |
| --fs-header: 1.125rem; | |
| --fs-subheader: 1rem; | |
| --fs-body: 0.875rem; | |
| --fw-light: 300; | |
| --fw-bold: 700; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment