code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap"); /* TODO Add site wide styles */ * { box-sizing: border-box; } /* html { margin-right: calc(100% - 100vw); } */ body { /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */ font-family: "Open Sans", sans-serif; margin: 0px; background-color: #fafafa; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; /* color: black; */ /* max-height: 700px; */ width: 100vw; /* overflow-y: overlay; */ overflow-x: hidden; /* margin-right: calc(100vw - 100%); */ padding-right: calc(100% - 100vw); } /*https://stackoverflow.com/questions/18548465/prevent-scroll-bar-from-adding-up-to-the-width-of-page-on-chrome*/ .darkmode--activated{ background-color: rgb(196, 196, 196) !important ; } .darkmode-background { background: #f3f3f3 !important; position: fixed; pointer-events: none; z-index: -10; width: 100%; height: 100%; top: 0; left: 0; } .darkmode-layer { position: fixed; pointer-events: none; background: rgb(255, 255, 255) !important; transition: all 0.5s ease; mix-blend-mode: difference; } .homepage { display: flex; flex-direction: column; align-items: center; position: relative; background-color: #ffffff; } .stories-and-bands-div{ display: flex; flex-direction: column; margin-top: 100px; padding-top: 100px; } .login-form { margin-top: 50px; } .signup-form { margin-top: 50px; } @media (max-width: 1180px) { .mini-profile-and-suggestions { display: none; } .main_body { left: 50%; transform: translateX(-50%); margin-left: 0px; } .right-side { left: auto !important; right: 0 !important; margin-left: 0 !important; margin-right: 15px; } /* .search-and-dropdown-display-main-box { left: 50%; right: auto !important; margin-left: 75px !important; } */ } /* @media (max-width: 1060px) { .search-and-dropdown-display-main-box { left: 50%; right: auto !important; margin-left: -140px !important; } .main-search-bar:focus { width: 200px !important; } .search-and-dropdown-display-main-box.focused-search { width: 250px !important; } } @media (max-width: 772px) { .nav-title-logo { left: 0 !important; margin-left: 30px !important; } } @media (max-width: 650px) { body { -ms-overflow-style: none; scrollbar-width: none; } body::-webkit-scrollbar { display: none; } .feed_post-container { width: 90vw !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; transition-property: margin-bottom; transition-duration: 0.5s; } .notif-center-container { width: auto !important; } .new-post-modal { width: 90% !important; } } @media (max-width: 630px) { .search-and-dropdown-display-main-box { display: none !important; } .main-search-bar { display: none !important; } } @media screen and (max-device-width: 650px) and (orientation: portrait) { .top-navbar { height: 8em !important; padding: 0px 5em !important; margin-top: -1px; } .search-and-dropdown-display-main-box { display: none !important; } .top-navbar p { font-size: 2.7em; } .lioness { width: 5em !important; height: 5em !important; } .navbar-icon { display: none !important; } body { -ms-overflow-style: none; scrollbar-width: none; } body::-webkit-scrollbar { display: none; } .body_container { margin: 0 !important; } .feed_post-header { height: 6em !important; } .feed_post-header p { font-size: 2em !important; font-weight: 600; } .feed_post-header > img { height: 4em !important; width: 4em !important; border-radius: 50% !important; margin-right: 2em !important; margin-left: 2em !important; } .feed_post-container { width: 100vw !important; margin-left: auto !important; margin: 0 !important; transition-property: margin-bottom; border: none !important; transition-duration: 0.5s; box-shadow: none !important; } .feed_post-info-icons-left { margin-left: 0.8em !important; margin-top: 0.5em !important; } .feed_post-info-icons svg { font-size: 3.5em !important; } .post-icon-comment { margin-top: 3px !important; margin-left: 0.8em !important; } .info-likes { margin-left: 1.4em !important; margin-top: 0.2em !important; font-size: 1.6em !important; } .caption-user { margin-left: 1.4em !important; margin-top: 0.2em !important; font-size: 1.7em !important; } .post-caption { font-size: 1.7em !important; margin-top: 0px !important; } .post-timestamp { color: rgb(137, 137, 137); font-size: 1.2em !important; padding-left: 1.8em !important; border-bottom: 1px solid #e9e9e9; } .post-comments-container { padding-left: 1.4em !important; padding-bottom: 5px; } .comment-user { font-size: 1.7em !important; margin-left: 0.5em !important; } .comment { font-size: 1.7em !important; } .comment-editor { padding-top: 18px; padding-left: 1.5em !important; font-size: 1.4em !important; width: 85% !important; } .comment-submit { margin-right: 1.5em !important; font-size: 1.4em !important; padding: 1.1em !important; } .post-tab-container { width: 100% !important; height: 8% !important; left: 0 !important; border: none !important; border-radius: 0 !important; box-shadow: none !important; bottom: 0 !important; top: 92% !important; } .post-tab-new-story { display: none !important; } .notification-buttons { display: none !important; } .post-tab-new-post { height: 100% !important; color: rgb(190, 190, 190); font-size: 6em !important; display: flex; justify-content: center; align-items: center; cursor: pointer; padding-top: 4px; padding-right: 2px; } .new-post-overlay { background-color: rgba(0, 0, 0, 0) !important; } .new-post-modal { position: fixed; top: 8em !important; left: 0 !important; right: 0 !important; width: 100% !important; height: 100% !important; transform: none !important; background-color: rgb(250, 250, 250); padding: 0px !important; border-radius: 0px !important; } .image-placeholder { margin-top: 8em !important; width: 100% !important; height: auto !important; padding-top: 100%; position: relative; background-color: rgb(219, 219, 219); } .image-upload { font-size: 10em !important; } .new-post-username { position: fixed !important; top: 8em !important; margin-top: 2.4em !important; margin-left: 1.8em !important; } .new-post-buttons { width: 100% !important; position: fixed !important; bottom: 6em !important; } .new-post-cancel, .new-post-submit { line-height: 3em !important; height: 2em !important; width: 50% !important; cursor: pointer; text-align: center; font-size: 3em !important; font-weight: 600; } .new-post-cancel:hover { background-color: rgba(255, 255, 255, 0) !important; color: rgb(172, 0, 0); } .new-post-submit:hover { background-color: rgba(255, 255, 255, 0) !important; color: rgb(0, 149, 246); } .new-post-username a { font-size: 2em !important; } .editor { font-size: 2em !important; margin-top: 2em !important; padding: 0px 1.5em 5px 1.5em !important; width: 100% !important; } .main_body { margin-top: 8em; left: 50% !important; transform: translateX(-50%) !important; } .feed_container { width: 100% !important; margin: auto !important; } } */
react-app/src/index.css
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap"); /* TODO Add site wide styles */ * { box-sizing: border-box; } /* html { margin-right: calc(100% - 100vw); } */ body { /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */ font-family: "Open Sans", sans-serif; margin: 0px; background-color: #fafafa; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; /* color: black; */ /* max-height: 700px; */ width: 100vw; /* overflow-y: overlay; */ overflow-x: hidden; /* margin-right: calc(100vw - 100%); */ padding-right: calc(100% - 100vw); } /*https://stackoverflow.com/questions/18548465/prevent-scroll-bar-from-adding-up-to-the-width-of-page-on-chrome*/ .darkmode--activated{ background-color: rgb(196, 196, 196) !important ; } .darkmode-background { background: #f3f3f3 !important; position: fixed; pointer-events: none; z-index: -10; width: 100%; height: 100%; top: 0; left: 0; } .darkmode-layer { position: fixed; pointer-events: none; background: rgb(255, 255, 255) !important; transition: all 0.5s ease; mix-blend-mode: difference; } .homepage { display: flex; flex-direction: column; align-items: center; position: relative; background-color: #ffffff; } .stories-and-bands-div{ display: flex; flex-direction: column; margin-top: 100px; padding-top: 100px; } .login-form { margin-top: 50px; } .signup-form { margin-top: 50px; } @media (max-width: 1180px) { .mini-profile-and-suggestions { display: none; } .main_body { left: 50%; transform: translateX(-50%); margin-left: 0px; } .right-side { left: auto !important; right: 0 !important; margin-left: 0 !important; margin-right: 15px; } /* .search-and-dropdown-display-main-box { left: 50%; right: auto !important; margin-left: 75px !important; } */ } /* @media (max-width: 1060px) { .search-and-dropdown-display-main-box { left: 50%; right: auto !important; margin-left: -140px !important; } .main-search-bar:focus { width: 200px !important; } .search-and-dropdown-display-main-box.focused-search { width: 250px !important; } } @media (max-width: 772px) { .nav-title-logo { left: 0 !important; margin-left: 30px !important; } } @media (max-width: 650px) { body { -ms-overflow-style: none; scrollbar-width: none; } body::-webkit-scrollbar { display: none; } .feed_post-container { width: 90vw !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; transition-property: margin-bottom; transition-duration: 0.5s; } .notif-center-container { width: auto !important; } .new-post-modal { width: 90% !important; } } @media (max-width: 630px) { .search-and-dropdown-display-main-box { display: none !important; } .main-search-bar { display: none !important; } } @media screen and (max-device-width: 650px) and (orientation: portrait) { .top-navbar { height: 8em !important; padding: 0px 5em !important; margin-top: -1px; } .search-and-dropdown-display-main-box { display: none !important; } .top-navbar p { font-size: 2.7em; } .lioness { width: 5em !important; height: 5em !important; } .navbar-icon { display: none !important; } body { -ms-overflow-style: none; scrollbar-width: none; } body::-webkit-scrollbar { display: none; } .body_container { margin: 0 !important; } .feed_post-header { height: 6em !important; } .feed_post-header p { font-size: 2em !important; font-weight: 600; } .feed_post-header > img { height: 4em !important; width: 4em !important; border-radius: 50% !important; margin-right: 2em !important; margin-left: 2em !important; } .feed_post-container { width: 100vw !important; margin-left: auto !important; margin: 0 !important; transition-property: margin-bottom; border: none !important; transition-duration: 0.5s; box-shadow: none !important; } .feed_post-info-icons-left { margin-left: 0.8em !important; margin-top: 0.5em !important; } .feed_post-info-icons svg { font-size: 3.5em !important; } .post-icon-comment { margin-top: 3px !important; margin-left: 0.8em !important; } .info-likes { margin-left: 1.4em !important; margin-top: 0.2em !important; font-size: 1.6em !important; } .caption-user { margin-left: 1.4em !important; margin-top: 0.2em !important; font-size: 1.7em !important; } .post-caption { font-size: 1.7em !important; margin-top: 0px !important; } .post-timestamp { color: rgb(137, 137, 137); font-size: 1.2em !important; padding-left: 1.8em !important; border-bottom: 1px solid #e9e9e9; } .post-comments-container { padding-left: 1.4em !important; padding-bottom: 5px; } .comment-user { font-size: 1.7em !important; margin-left: 0.5em !important; } .comment { font-size: 1.7em !important; } .comment-editor { padding-top: 18px; padding-left: 1.5em !important; font-size: 1.4em !important; width: 85% !important; } .comment-submit { margin-right: 1.5em !important; font-size: 1.4em !important; padding: 1.1em !important; } .post-tab-container { width: 100% !important; height: 8% !important; left: 0 !important; border: none !important; border-radius: 0 !important; box-shadow: none !important; bottom: 0 !important; top: 92% !important; } .post-tab-new-story { display: none !important; } .notification-buttons { display: none !important; } .post-tab-new-post { height: 100% !important; color: rgb(190, 190, 190); font-size: 6em !important; display: flex; justify-content: center; align-items: center; cursor: pointer; padding-top: 4px; padding-right: 2px; } .new-post-overlay { background-color: rgba(0, 0, 0, 0) !important; } .new-post-modal { position: fixed; top: 8em !important; left: 0 !important; right: 0 !important; width: 100% !important; height: 100% !important; transform: none !important; background-color: rgb(250, 250, 250); padding: 0px !important; border-radius: 0px !important; } .image-placeholder { margin-top: 8em !important; width: 100% !important; height: auto !important; padding-top: 100%; position: relative; background-color: rgb(219, 219, 219); } .image-upload { font-size: 10em !important; } .new-post-username { position: fixed !important; top: 8em !important; margin-top: 2.4em !important; margin-left: 1.8em !important; } .new-post-buttons { width: 100% !important; position: fixed !important; bottom: 6em !important; } .new-post-cancel, .new-post-submit { line-height: 3em !important; height: 2em !important; width: 50% !important; cursor: pointer; text-align: center; font-size: 3em !important; font-weight: 600; } .new-post-cancel:hover { background-color: rgba(255, 255, 255, 0) !important; color: rgb(172, 0, 0); } .new-post-submit:hover { background-color: rgba(255, 255, 255, 0) !important; color: rgb(0, 149, 246); } .new-post-username a { font-size: 2em !important; } .editor { font-size: 2em !important; margin-top: 2em !important; padding: 0px 1.5em 5px 1.5em !important; width: 100% !important; } .main_body { margin-top: 8em; left: 50% !important; transform: translateX(-50%) !important; } .feed_container { width: 100% !important; margin: auto !important; } } */
0.284278
0.051582
.petrol { background-image: url("../img/petrol/bg_petrol.png"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 100vh; display: flex; align-items: center; justify-content: center; font-family: "Akrobat"; font-weight: 800; color: #fff; } .petrol .petrol_wrapper { max-width: 520px; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-content: center; } .petrol .petrol_wrapper .petrol_title { font-size: 48px; line-height: 58px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; } .petrol .petrol_input { display: flex; align-items: center; justify-content: center; } .petrol .petrol_input .input_count { position: relative; display: flex; align-items: center; justify-content: center; align-content: center; } .petrol .petrol_input .sum_count { position: absolute; font-size: 24px; line-height: 29px; } .petrol .petrol_input button { font-family: "Akrobat"; border: none; width: 66px; height: 66px; background: #ffb800; box-shadow: 0px 0px 27px rgba(255, 184, 0, 0.37); border-radius: 1px; font-size: 48px; line-height: 58px; /* identical to box height */ color: #ffffff; } .petrol input { font-family: "Akrobat"; text-align: center; margin: 0 15px; border: none; width: 351px; height: 64px; background: rgba(255, 255, 255, 0.16); border-radius: 1px; font-weight: 800; font-size: 24px; line-height: 29px; color: #ffffff00; font-size: 24px; line-height: 29px; } .petrol .wrapper_title { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; padding: 18px 12px; background: rgba(255, 255, 255, 0.16); border-radius: 1px; } .petrol .wrapper_title .title { text-transform: uppercase; } .petrol .wrapper_title .cost { font-size: 24px; line-height: 29px; } .petrol .btns { margin-top: 18px; display: flex; justify-content: space-between; } .petrol .btns .btn.yes { width: 374px; height: 99px; background: #FFB800; border-radius: 1px; font-size: 24px; line-height: 29px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; } .petrol .btn_main { display: flex; flex-direction: column; justify-content: space-between; } .petrol .btn_main .btn { cursor: pointer; width: 134px; height: 48px; display: flex; border-radius: 1px; align-items: center; justify-content: center; font-size: 24px; line-height: 29px; border-radius: 1px; } .petrol .btn_main .btn.gov { background: rgba(255, 255, 255, 0.16); } .petrol .btn_main .btn.full { background: #ff9878; } .petrol .btn_exit { display: flex; align-items: center; justify-content: center; margin-top: 24px; } .petrol .btn.no { width: 259px; height: 73px; font-weight: 600; font-size: 20px; line-height: 24px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.16); border-radius: 1px; } .petrol input[type="number"] { -moz-appearance: textfield; } .petrol input::-webkit-outer-spin-button, .petrol input::-webkit-inner-spin-button { -webkit-appearance: none; }
assets/css/petrol.css
.petrol { background-image: url("../img/petrol/bg_petrol.png"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 100vh; display: flex; align-items: center; justify-content: center; font-family: "Akrobat"; font-weight: 800; color: #fff; } .petrol .petrol_wrapper { max-width: 520px; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-content: center; } .petrol .petrol_wrapper .petrol_title { font-size: 48px; line-height: 58px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; } .petrol .petrol_input { display: flex; align-items: center; justify-content: center; } .petrol .petrol_input .input_count { position: relative; display: flex; align-items: center; justify-content: center; align-content: center; } .petrol .petrol_input .sum_count { position: absolute; font-size: 24px; line-height: 29px; } .petrol .petrol_input button { font-family: "Akrobat"; border: none; width: 66px; height: 66px; background: #ffb800; box-shadow: 0px 0px 27px rgba(255, 184, 0, 0.37); border-radius: 1px; font-size: 48px; line-height: 58px; /* identical to box height */ color: #ffffff; } .petrol input { font-family: "Akrobat"; text-align: center; margin: 0 15px; border: none; width: 351px; height: 64px; background: rgba(255, 255, 255, 0.16); border-radius: 1px; font-weight: 800; font-size: 24px; line-height: 29px; color: #ffffff00; font-size: 24px; line-height: 29px; } .petrol .wrapper_title { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; padding: 18px 12px; background: rgba(255, 255, 255, 0.16); border-radius: 1px; } .petrol .wrapper_title .title { text-transform: uppercase; } .petrol .wrapper_title .cost { font-size: 24px; line-height: 29px; } .petrol .btns { margin-top: 18px; display: flex; justify-content: space-between; } .petrol .btns .btn.yes { width: 374px; height: 99px; background: #FFB800; border-radius: 1px; font-size: 24px; line-height: 29px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; } .petrol .btn_main { display: flex; flex-direction: column; justify-content: space-between; } .petrol .btn_main .btn { cursor: pointer; width: 134px; height: 48px; display: flex; border-radius: 1px; align-items: center; justify-content: center; font-size: 24px; line-height: 29px; border-radius: 1px; } .petrol .btn_main .btn.gov { background: rgba(255, 255, 255, 0.16); } .petrol .btn_main .btn.full { background: #ff9878; } .petrol .btn_exit { display: flex; align-items: center; justify-content: center; margin-top: 24px; } .petrol .btn.no { width: 259px; height: 73px; font-weight: 600; font-size: 20px; line-height: 24px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.16); border-radius: 1px; } .petrol input[type="number"] { -moz-appearance: textfield; } .petrol input::-webkit-outer-spin-button, .petrol input::-webkit-inner-spin-button { -webkit-appearance: none; }
0.379608
0.090414
.width-10 { width: 10px; } .width-30 { width: 30px; } .width-35 { width: 35px; } .width-40 { width: 40px; } .width-50 { width: 50px; } .width-60 { width: 60px; } .width-70 { width: 70px; } .width-80 { width: 80px; } .width-90 { width: 90px; } .width-100 { width: 100px; } .width-110 { width: 110px; } .width-120 { width: 120px; } .width-130 { width: 130px; } .width-140 { width: 140px; } .width-150 { width: 150px; } .width-160 { width: 160px; } .width-170 { width: 170px; } .width-200 { width: 200px; } .width-220 { width: 220px; } .width-250 { width: 250px; } .width-270 { width: 270px; } .width-300 { width: 300px; } .width-400 { width: 400px; } .width-450 { width: 450px; } .width-500 { width: 500px; } .width-550 { width: 550px; } .width-full { width: 100%; } /* Buat Margin Top */ .mt-51 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; } .mt-70 { margin-top: 70px; } .mt-80 { margin-top: 80px; } .mt-90 { margin-top: 90px; } .mt-100 { margin-top: 100px; } .mt-110 { margin-top: 110px; } .mt-120 { margin-top: 120px; } /* Buat Margin Left */ .ml-10 { margin-left: 10px; } .ml-20 { margin-left: 20px; } .ml-30 { margin-left: 30px; } .ml-40 { margin-left: 40px; } .ml-50 { margin-left: 50px; } .ml-60 { margin-left: 60px; } .ml-70 { margin-left: 70px; } .ml-80 { margin-left: 80px; } .ml-90 { margin-left: 90px; } .ml-100 { margin-left: 100px; } /* Buat Margin Right */ .mr-10 { margin-right: 10px; } .mr-20 { margin-right: 20px; } .mr-30 { margin-right: 30px; } .mr-40 { margin-right: 40px; } .mr-50 { margin-right: 50px; } .mr-60 { margin-right: 60px; } .mr-70 { margin-right: 70px; } .mr-80 { margin-right: 80px; } .mr-90 { margin-right: 90px; } .mr-100 { margin-right: 100px; } /* Buat Margin Bottom */ .mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mb-50 { margin-bottom: 50px; } .mb-60 { margin-bottom: 60px; } .mb-70 { margin-bottom: 70px; } .mb-80 { margin-bottom: 80px; } .mb-90 { margin-bottom: 90px; } .mb-100 { margin-bottom: 100; } /* Buat Font Warna */ .f-black { color: black; } .f-white { color: white; font-weight: bold; } .f-red { color: red; } .f-green { color: green; } .f-blue { color: blue; } .f-yellow { color: yellow; } .f-bold { font-weight: bold; } /* Buat Ukuran font */ .fs-8 { font-size: 8px; } .fs-10 { font-size: 10px; } .fs-11 { font-size: 11px; } .fs-12 { font-size: 12px; } .fs-14 { font-size: 14px; } .fs-15 { font-size: 15px; } .fs-18 { font-size: 18px; } .fs-20 { font-size: 20px; } .fs-25 { font-size: 25px; } .fs-30 { font-size: 30px; } .fs-40 { font-size: 40px; } .fs-50 { font-size: 50px; } .fs-60 { font-size: 60px; } .fs-70 { font-size: 70px; } .fs-80 { font-size: 80px; } .fs-90 { font-size: 90px; } .fs-100 { font-size: 100px; } .fs-120 { font-size: 120px; } .fs-130 { font-size: 130px; } .fs-140 { font-size: 140px; } .fs-150 { font-size: 150px; } * { margin: 0; padding: 0; } body { font-family: 'Lato', sans-serif; overflow-x: hidden; background-color: whitesmoke; } .arah { margin-left: 380px; } .logo12 { margin-right: 100px; } .logo { margin-right: 400px; } .logo1 { color: white; margin-top: 5px; margin-right: 10px; } .logo1:hover { color: rgb(179, 179, 179); } .bg { background-color: #343A40; padding: 50px; } .bg1 { background-color: white; padding: 50px; border-radius: 20px; } .bg12 { background-color: white; padding: 50px; border-radius: 20px; } .card { background-color: white; border-radius: 10px; } .carou { background-color: #343A40; border-radius: 10px; margin-top: 80px; padding: 0px 30px; } .heh { margin-top: 100px; } /* img { border-radius: 30px; } */ .inner { overflow: hidden; } .inner img { transition: all 1s ease; border-radius: 30px; } .inner:hover img { transform: scale(1.5); } .nom { color: white; font-size: 25px; text-decoration: underline white; } .meja { font-family: 'Lato', sans-serif; } .brd { border-left: 4px solid rgb(175, 173, 173); border-radius: 100px; margin-left: -14px; top: 10px; margin-bottom: 20px; } .back { color: black; margin-top: 30px; font-weight: bold; } .back:hover { color: black; text-decoration: underline black; font-weight: bold; } .rapi { margin-top: 10px; font-weight: bold; } .rapi2 { margin-top: 10px; font-weight: bold; } .atas { margin-top: 120px; } .kanan{ margin-right: 90px; } .jur { color: black; text-decoration: none; text-align: center; } .jur:hover { color: black; text-decoration: none; } .atas1 { margin-top: 30px; } .kiri { margin-left: 170px; margin-top: 30px; } .produk { font-weight: bold; color: black; } .produk:hover { color: black; text-decoration: underline black; } @media screen and (max-width: 2000px) { .dd { margin-left: 30px; } } @media screen and (max-width: 1400px) { .logo { margin-right: 250px; } .logo12 { margin-right: 80px; } } @media screen and (max-width: 1225px) { .logo { margin-right: 150px; } .logo12 { margin-right: 50px; } .dd { margin-left: 0; } .arah { margin-left: 320px; } .atas1 { margin-top: 30px; } .kiri { margin-left: 100px; margin-top: 30px; } } @media screen and (max-width: 1067px) { .logo12 { margin-right: 10px; } } @media screen and (max-width: 1025px) { .logo12 { margin-right: 20px; } .logo { margin-right: 100px; } .atas1 { margin-top: 30px; } .kiri { margin-left: 80px; margin-top: 30px; } } @media screen and (max-width: 992px) { .meja { text-align: center; } .brd { border: none; } img { margin-top: 0; margin-bottom: 0; margin-right: 0; margin-left: 0; } .rapi { margin-top: 0; } .rapi2 { margin-top: 0; } .atas { margin-top: 120px; } .heh { margin-top: 0; } .arah { margin-left: 0; } .logo12 { margin-right: 0px; } .logo { margin-right: 0px; } .atas1 { margin-top: 30px; } .kiri { margin-left: 0px; margin-top: 30px; } } @media screen and (max-width: 768px) { .logo { margin-right: 300px; } .carou { margin-top: 100; } .kanan { margin-right: 0px; } } @media screen and (max-width: 552px) { .logo12 { margin-right: 0; width: 200px; } .carou { margin-top: 100px; } .logo { margin-right: 0; } } @media screen and (max-width: 425px) { .app { margin-bottom: 10px; } .ios { margin-top: 20px; } .carou { margin-top: 100px; } }
public/themes/templateproject/asset/Style.css
.width-10 { width: 10px; } .width-30 { width: 30px; } .width-35 { width: 35px; } .width-40 { width: 40px; } .width-50 { width: 50px; } .width-60 { width: 60px; } .width-70 { width: 70px; } .width-80 { width: 80px; } .width-90 { width: 90px; } .width-100 { width: 100px; } .width-110 { width: 110px; } .width-120 { width: 120px; } .width-130 { width: 130px; } .width-140 { width: 140px; } .width-150 { width: 150px; } .width-160 { width: 160px; } .width-170 { width: 170px; } .width-200 { width: 200px; } .width-220 { width: 220px; } .width-250 { width: 250px; } .width-270 { width: 270px; } .width-300 { width: 300px; } .width-400 { width: 400px; } .width-450 { width: 450px; } .width-500 { width: 500px; } .width-550 { width: 550px; } .width-full { width: 100%; } /* Buat Margin Top */ .mt-51 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; } .mt-70 { margin-top: 70px; } .mt-80 { margin-top: 80px; } .mt-90 { margin-top: 90px; } .mt-100 { margin-top: 100px; } .mt-110 { margin-top: 110px; } .mt-120 { margin-top: 120px; } /* Buat Margin Left */ .ml-10 { margin-left: 10px; } .ml-20 { margin-left: 20px; } .ml-30 { margin-left: 30px; } .ml-40 { margin-left: 40px; } .ml-50 { margin-left: 50px; } .ml-60 { margin-left: 60px; } .ml-70 { margin-left: 70px; } .ml-80 { margin-left: 80px; } .ml-90 { margin-left: 90px; } .ml-100 { margin-left: 100px; } /* Buat Margin Right */ .mr-10 { margin-right: 10px; } .mr-20 { margin-right: 20px; } .mr-30 { margin-right: 30px; } .mr-40 { margin-right: 40px; } .mr-50 { margin-right: 50px; } .mr-60 { margin-right: 60px; } .mr-70 { margin-right: 70px; } .mr-80 { margin-right: 80px; } .mr-90 { margin-right: 90px; } .mr-100 { margin-right: 100px; } /* Buat Margin Bottom */ .mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mb-50 { margin-bottom: 50px; } .mb-60 { margin-bottom: 60px; } .mb-70 { margin-bottom: 70px; } .mb-80 { margin-bottom: 80px; } .mb-90 { margin-bottom: 90px; } .mb-100 { margin-bottom: 100; } /* Buat Font Warna */ .f-black { color: black; } .f-white { color: white; font-weight: bold; } .f-red { color: red; } .f-green { color: green; } .f-blue { color: blue; } .f-yellow { color: yellow; } .f-bold { font-weight: bold; } /* Buat Ukuran font */ .fs-8 { font-size: 8px; } .fs-10 { font-size: 10px; } .fs-11 { font-size: 11px; } .fs-12 { font-size: 12px; } .fs-14 { font-size: 14px; } .fs-15 { font-size: 15px; } .fs-18 { font-size: 18px; } .fs-20 { font-size: 20px; } .fs-25 { font-size: 25px; } .fs-30 { font-size: 30px; } .fs-40 { font-size: 40px; } .fs-50 { font-size: 50px; } .fs-60 { font-size: 60px; } .fs-70 { font-size: 70px; } .fs-80 { font-size: 80px; } .fs-90 { font-size: 90px; } .fs-100 { font-size: 100px; } .fs-120 { font-size: 120px; } .fs-130 { font-size: 130px; } .fs-140 { font-size: 140px; } .fs-150 { font-size: 150px; } * { margin: 0; padding: 0; } body { font-family: 'Lato', sans-serif; overflow-x: hidden; background-color: whitesmoke; } .arah { margin-left: 380px; } .logo12 { margin-right: 100px; } .logo { margin-right: 400px; } .logo1 { color: white; margin-top: 5px; margin-right: 10px; } .logo1:hover { color: rgb(179, 179, 179); } .bg { background-color: #343A40; padding: 50px; } .bg1 { background-color: white; padding: 50px; border-radius: 20px; } .bg12 { background-color: white; padding: 50px; border-radius: 20px; } .card { background-color: white; border-radius: 10px; } .carou { background-color: #343A40; border-radius: 10px; margin-top: 80px; padding: 0px 30px; } .heh { margin-top: 100px; } /* img { border-radius: 30px; } */ .inner { overflow: hidden; } .inner img { transition: all 1s ease; border-radius: 30px; } .inner:hover img { transform: scale(1.5); } .nom { color: white; font-size: 25px; text-decoration: underline white; } .meja { font-family: 'Lato', sans-serif; } .brd { border-left: 4px solid rgb(175, 173, 173); border-radius: 100px; margin-left: -14px; top: 10px; margin-bottom: 20px; } .back { color: black; margin-top: 30px; font-weight: bold; } .back:hover { color: black; text-decoration: underline black; font-weight: bold; } .rapi { margin-top: 10px; font-weight: bold; } .rapi2 { margin-top: 10px; font-weight: bold; } .atas { margin-top: 120px; } .kanan{ margin-right: 90px; } .jur { color: black; text-decoration: none; text-align: center; } .jur:hover { color: black; text-decoration: none; } .atas1 { margin-top: 30px; } .kiri { margin-left: 170px; margin-top: 30px; } .produk { font-weight: bold; color: black; } .produk:hover { color: black; text-decoration: underline black; } @media screen and (max-width: 2000px) { .dd { margin-left: 30px; } } @media screen and (max-width: 1400px) { .logo { margin-right: 250px; } .logo12 { margin-right: 80px; } } @media screen and (max-width: 1225px) { .logo { margin-right: 150px; } .logo12 { margin-right: 50px; } .dd { margin-left: 0; } .arah { margin-left: 320px; } .atas1 { margin-top: 30px; } .kiri { margin-left: 100px; margin-top: 30px; } } @media screen and (max-width: 1067px) { .logo12 { margin-right: 10px; } } @media screen and (max-width: 1025px) { .logo12 { margin-right: 20px; } .logo { margin-right: 100px; } .atas1 { margin-top: 30px; } .kiri { margin-left: 80px; margin-top: 30px; } } @media screen and (max-width: 992px) { .meja { text-align: center; } .brd { border: none; } img { margin-top: 0; margin-bottom: 0; margin-right: 0; margin-left: 0; } .rapi { margin-top: 0; } .rapi2 { margin-top: 0; } .atas { margin-top: 120px; } .heh { margin-top: 0; } .arah { margin-left: 0; } .logo12 { margin-right: 0px; } .logo { margin-right: 0px; } .atas1 { margin-top: 30px; } .kiri { margin-left: 0px; margin-top: 30px; } } @media screen and (max-width: 768px) { .logo { margin-right: 300px; } .carou { margin-top: 100; } .kanan { margin-right: 0px; } } @media screen and (max-width: 552px) { .logo12 { margin-right: 0; width: 200px; } .carou { margin-top: 100px; } .logo { margin-right: 0; } } @media screen and (max-width: 425px) { .app { margin-bottom: 10px; } .ios { margin-top: 20px; } .carou { margin-top: 100px; } }
0.420005
0.086516
.fa.fa-glass:before { content: "\F000"; } .fa.fa-meetup { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-star-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-star-o:before { content: "\F005"; } .fa.fa-remove:before { content: "\F00D"; } .fa.fa-close:before { content: "\F00D"; } .fa.fa-gear:before { content: "\F013"; } .fa.fa-trash-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-trash-o:before { content: "\F2ED"; } .fa.fa-file-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-o:before { content: "\F15B"; } .fa.fa-clock-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-clock-o:before { content: "\F017"; } .fa.fa-arrow-circle-o-down { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-down:before { content: "\F358"; } .fa.fa-arrow-circle-o-up { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-up:before { content: "\F35B"; } .fa.fa-play-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-play-circle-o:before { content: "\F144"; } .fa.fa-repeat:before { content: "\F01E"; } .fa.fa-rotate-right:before { content: "\F01E"; } .fa.fa-refresh:before { content: "\F021"; } .fa.fa-list-alt { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-dedent:before { content: "\F03B"; } .fa.fa-video-camera:before { content: "\F03D"; } .fa.fa-picture-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-picture-o:before { content: "\F03E"; } .fa.fa-photo { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-photo:before { content: "\F03E"; } .fa.fa-image { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-image:before { content: "\F03E"; } .fa.fa-pencil:before { content: "\F303"; } .fa.fa-map-marker:before { content: "\F3C5"; } .fa.fa-pencil-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-pencil-square-o:before { content: "\F044"; } .fa.fa-share-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-share-square-o:before { content: "\F14D"; } .fa.fa-check-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-check-square-o:before { content: "\F14A"; } .fa.fa-arrows:before { content: "\F0B2"; } .fa.fa-times-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-times-circle-o:before { content: "\F057"; } .fa.fa-check-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-check-circle-o:before { content: "\F058"; } .fa.fa-mail-forward:before { content: "\F064"; } .fa.fa-eye { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-eye-slash { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-warning:before { content: "\F071"; } .fa.fa-calendar:before { content: "\F073"; } .fa.fa-arrows-v:before { content: "\F338"; } .fa.fa-arrows-h:before { content: "\F337"; } .fa.fa-bar-chart { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-bar-chart:before { content: "\F080"; } .fa.fa-bar-chart-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-bar-chart-o:before { content: "\F080"; } .fa.fa-twitter-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-facebook-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gears:before { content: "\F085"; } .fa.fa-thumbs-o-up { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-thumbs-o-up:before { content: "\F164"; } .fa.fa-thumbs-o-down { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-thumbs-o-down:before { content: "\F165"; } .fa.fa-heart-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-heart-o:before { content: "\F004"; } .fa.fa-sign-out:before { content: "\F2F5"; } .fa.fa-linkedin-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-linkedin-square:before { content: "\F08C"; } .fa.fa-thumb-tack:before { content: "\F08D"; } .fa.fa-external-link:before { content: "\F35D"; } .fa.fa-sign-in:before { content: "\F2F6"; } .fa.fa-github-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-lemon-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-lemon-o:before { content: "\F094"; } .fa.fa-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-square-o:before { content: "\F0C8"; } .fa.fa-bookmark-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-bookmark-o:before { content: "\F02E"; } .fa.fa-twitter { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-facebook { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-facebook:before { content: "\F39E"; } .fa.fa-facebook-f { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-facebook-f:before { content: "\F39E"; } .fa.fa-github { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-credit-card { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-feed:before { content: "\F09E"; } .fa.fa-hdd-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hdd-o:before { content: "\F0A0"; } .fa.fa-hand-o-right { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-o-right:before { content: "\F0A4"; } .fa.fa-hand-o-left { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-o-left:before { content: "\F0A5"; } .fa.fa-hand-o-up { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-o-up:before { content: "\F0A6"; } .fa.fa-hand-o-down { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-o-down:before { content: "\F0A7"; } .fa.fa-arrows-alt:before { content: "\F31E"; } .fa.fa-group:before { content: "\F0C0"; } .fa.fa-chain:before { content: "\F0C1"; } .fa.fa-scissors:before { content: "\F0C4"; } .fa.fa-files-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-files-o:before { content: "\F0C5"; } .fa.fa-floppy-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-floppy-o:before { content: "\F0C7"; } .fa.fa-navicon:before { content: "\F0C9"; } .fa.fa-reorder:before { content: "\F0C9"; } .fa.fa-pinterest { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pinterest-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus:before { content: "\F0D5"; } .fa.fa-money { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-money:before { content: "\F3D1"; } .fa.fa-unsorted:before { content: "\F0DC"; } .fa.fa-sort-desc:before { content: "\F0DD"; } .fa.fa-sort-asc:before { content: "\F0DE"; } .fa.fa-linkedin { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-linkedin:before { content: "\F0E1"; } .fa.fa-rotate-left:before { content: "\F0E2"; } .fa.fa-legal:before { content: "\F0E3"; } .fa.fa-tachometer:before { content: "\F3FD"; } .fa.fa-dashboard:before { content: "\F3FD"; } .fa.fa-comment-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-comment-o:before { content: "\F075"; } .fa.fa-comments-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-comments-o:before { content: "\F086"; } .fa.fa-flash:before { content: "\F0E7"; } .fa.fa-clipboard { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-paste { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-paste:before { content: "\F328"; } .fa.fa-lightbulb-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-lightbulb-o:before { content: "\F0EB"; } .fa.fa-exchange:before { content: "\F362"; } .fa.fa-cloud-download:before { content: "\F381"; } .fa.fa-cloud-upload:before { content: "\F382"; } .fa.fa-bell-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-bell-o:before { content: "\F0F3"; } .fa.fa-cutlery:before { content: "\F2E7"; } .fa.fa-file-text-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-text-o:before { content: "\F15C"; } .fa.fa-building-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-building-o:before { content: "\F1AD"; } .fa.fa-hospital-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hospital-o:before { content: "\F0F8"; } .fa.fa-tablet:before { content: "\F3FA"; } .fa.fa-mobile:before { content: "\F3CD"; } .fa.fa-mobile-phone:before { content: "\F3CD"; } .fa.fa-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-circle-o:before { content: "\F111"; } .fa.fa-mail-reply:before { content: "\F3E5"; } .fa.fa-github-alt { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-folder-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-folder-o:before { content: "\F07B"; } .fa.fa-folder-open-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-folder-open-o:before { content: "\F07C"; } .fa.fa-smile-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-smile-o:before { content: "\F118"; } .fa.fa-frown-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-frown-o:before { content: "\F119"; } .fa.fa-meh-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-meh-o:before { content: "\F11A"; } .fa.fa-keyboard-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-keyboard-o:before { content: "\F11C"; } .fa.fa-flag-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-flag-o:before { content: "\F024"; } .fa.fa-mail-reply-all:before { content: "\F122"; } .fa.fa-star-half-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-star-half-o:before { content: "\F089"; } .fa.fa-star-half-empty { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-star-half-empty:before { content: "\F089"; } .fa.fa-star-half-full { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-star-half-full:before { content: "\F089"; } .fa.fa-code-fork:before { content: "\F126"; } .fa.fa-chain-broken:before { content: "\F127"; } .fa.fa-shield:before { content: "\F3ED"; } .fa.fa-calendar-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-calendar-o:before { content: "\F133"; } .fa.fa-maxcdn { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-html5 { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-css3 { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ticket:before { content: "\F3FF"; } .fa.fa-minus-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-minus-square-o:before { content: "\F146"; } .fa.fa-level-up:before { content: "\F3BF"; } .fa.fa-level-down:before { content: "\F3BE"; } .fa.fa-pencil-square:before { content: "\F14B"; } .fa.fa-external-link-square:before { content: "\F360"; } .fa.fa-compass { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-caret-square-o-down { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-caret-square-o-down:before { content: "\F150"; } .fa.fa-toggle-down { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-toggle-down:before { content: "\F150"; } .fa.fa-caret-square-o-up { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-caret-square-o-up:before { content: "\F151"; } .fa.fa-toggle-up { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-toggle-up:before { content: "\F151"; } .fa.fa-caret-square-o-right { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-caret-square-o-right:before { content: "\F152"; } .fa.fa-toggle-right { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-toggle-right:before { content: "\F152"; } .fa.fa-eur:before { content: "\F153"; } .fa.fa-euro:before { content: "\F153"; } .fa.fa-gbp:before { content: "\F154"; } .fa.fa-usd:before { content: "\F155"; } .fa.fa-dollar:before { content: "\F155"; } .fa.fa-inr:before { content: "\F156"; } .fa.fa-rupee:before { content: "\F156"; } .fa.fa-jpy:before { content: "\F157"; } .fa.fa-cny:before { content: "\F157"; } .fa.fa-rmb:before { content: "\F157"; } .fa.fa-yen:before { content: "\F157"; } .fa.fa-rub:before { content: "\F158"; } .fa.fa-ruble:before { content: "\F158"; } .fa.fa-rouble:before { content: "\F158"; } .fa.fa-krw:before { content: "\F159"; } .fa.fa-won:before { content: "\F159"; } .fa.fa-btc { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bitcoin { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bitcoin:before { content: "\F15A"; } .fa.fa-file-text:before { content: "\F15C"; } .fa.fa-sort-alpha-asc:before { content: "\F15D"; } .fa.fa-sort-alpha-desc:before { content: "\F15E"; } .fa.fa-sort-amount-asc:before { content: "\F160"; } .fa.fa-sort-amount-desc:before { content: "\F161"; } .fa.fa-sort-numeric-asc:before { content: "\F162"; } .fa.fa-sort-numeric-desc:before { content: "\F163"; } .fa.fa-youtube-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-youtube { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-xing { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-xing-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-youtube-play { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-youtube-play:before { content: "\F167"; } .fa.fa-dropbox { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-stack-overflow { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-instagram { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-flickr { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-adn { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bitbucket { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bitbucket-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bitbucket-square:before { content: "\F171"; } .fa.fa-tumblr { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-tumblr-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-long-arrow-down:before { content: "\F309"; } .fa.fa-long-arrow-up:before { content: "\F30C"; } .fa.fa-long-arrow-left:before { content: "\F30A"; } .fa.fa-long-arrow-right:before { content: "\F30B"; } .fa.fa-apple { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-windows { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-android { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-linux { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-dribbble { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-skype { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-foursquare { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-trello { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gratipay { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gittip { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gittip:before { content: "\F184"; } .fa.fa-sun-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-sun-o:before { content: "\F185"; } .fa.fa-moon-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-moon-o:before { content: "\F186"; } .fa.fa-vk { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-weibo { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-renren { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pagelines { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-stack-exchange { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-arrow-circle-o-right { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-right:before { content: "\F35A"; } .fa.fa-arrow-circle-o-left { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-left:before { content: "\F359"; } .fa.fa-caret-square-o-left { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-caret-square-o-left:before { content: "\F191"; } .fa.fa-toggle-left { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-toggle-left:before { content: "\F191"; } .fa.fa-dot-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-dot-circle-o:before { content: "\F192"; } .fa.fa-vimeo-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-try:before { content: "\F195"; } .fa.fa-turkish-lira:before { content: "\F195"; } .fa.fa-plus-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-plus-square-o:before { content: "\F0FE"; } .fa.fa-slack { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wordpress { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-openid { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-institution:before { content: "\F19C"; } .fa.fa-bank:before { content: "\F19C"; } .fa.fa-mortar-board:before { content: "\F19D"; } .fa.fa-yahoo { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-reddit { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-reddit-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-stumbleupon-circle { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-stumbleupon { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-delicious { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-digg { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pied-piper-pp { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pied-piper-alt { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-drupal { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-joomla { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-spoon:before { content: "\F2E5"; } .fa.fa-behance { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-behance-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-steam { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-steam-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-automobile:before { content: "\F1B9"; } .fa.fa-cab:before { content: "\F1BA"; } .fa.fa-envelope-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-envelope-o:before { content: "\F0E0"; } .fa.fa-deviantart { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-soundcloud { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-file-pdf-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-pdf-o:before { content: "\F1C1"; } .fa.fa-file-word-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-word-o:before { content: "\F1C2"; } .fa.fa-file-excel-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-excel-o:before { content: "\F1C3"; } .fa.fa-file-powerpoint-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-powerpoint-o:before { content: "\F1C4"; } .fa.fa-file-image-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-image-o:before { content: "\F1C5"; } .fa.fa-file-photo-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-photo-o:before { content: "\F1C5"; } .fa.fa-file-picture-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-picture-o:before { content: "\F1C5"; } .fa.fa-file-archive-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-archive-o:before { content: "\F1C6"; } .fa.fa-file-zip-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-zip-o:before { content: "\F1C6"; } .fa.fa-file-audio-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-audio-o:before { content: "\F1C7"; } .fa.fa-file-sound-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-sound-o:before { content: "\F1C7"; } .fa.fa-file-video-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-video-o:before { content: "\F1C8"; } .fa.fa-file-movie-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-movie-o:before { content: "\F1C8"; } .fa.fa-file-code-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-code-o:before { content: "\F1C9"; } .fa.fa-vine { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-codepen { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-jsfiddle { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-life-ring { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-life-bouy { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-life-bouy:before { content: "\F1CD"; } .fa.fa-life-buoy { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-life-buoy:before { content: "\F1CD"; } .fa.fa-life-saver { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-life-saver:before { content: "\F1CD"; } .fa.fa-support { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-support:before { content: "\F1CD"; } .fa.fa-circle-o-notch:before { content: "\F1CE"; } .fa.fa-rebel { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ra { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ra:before { content: "\F1D0"; } .fa.fa-resistance { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-resistance:before { content: "\F1D0"; } .fa.fa-empire { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ge { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ge:before { content: "\F1D1"; } .fa.fa-git-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-git { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-hacker-news { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-y-combinator-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-y-combinator-square:before { content: "\F1D4"; } .fa.fa-yc-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-yc-square:before { content: "\F1D4"; } .fa.fa-tencent-weibo { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-qq { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-weixin { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wechat { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wechat:before { content: "\F1D7"; } .fa.fa-send:before { content: "\F1D8"; } .fa.fa-paper-plane-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-paper-plane-o:before { content: "\F1D8"; } .fa.fa-send-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-send-o:before { content: "\F1D8"; } .fa.fa-circle-thin { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-circle-thin:before { content: "\F111"; } .fa.fa-header:before { content: "\F1DC"; } .fa.fa-sliders:before { content: "\F1DE"; } .fa.fa-futbol-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-futbol-o:before { content: "\F1E3"; } .fa.fa-soccer-ball-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-soccer-ball-o:before { content: "\F1E3"; } .fa.fa-slideshare { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-twitch { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-yelp { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-newspaper-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-newspaper-o:before { content: "\F1EA"; } .fa.fa-paypal { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-wallet { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-visa { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-mastercard { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-discover { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-amex { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-paypal { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-stripe { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bell-slash-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-bell-slash-o:before { content: "\F1F6"; } .fa.fa-trash:before { content: "\F2ED"; } .fa.fa-copyright { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-eyedropper:before { content: "\F1FB"; } .fa.fa-area-chart:before { content: "\F1FE"; } .fa.fa-pie-chart:before { content: "\F200"; } .fa.fa-line-chart:before { content: "\F201"; } .fa.fa-lastfm { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-lastfm-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ioxhost { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-angellist { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-cc:before { content: "\F20A"; } .fa.fa-ils:before { content: "\F20B"; } .fa.fa-shekel:before { content: "\F20B"; } .fa.fa-sheqel:before { content: "\F20B"; } .fa.fa-meanpath { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-meanpath:before { content: "\F2B4"; } .fa.fa-buysellads { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-connectdevelop { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-dashcube { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-forumbee { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-leanpub { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-sellsy { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-shirtsinbulk { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-simplybuilt { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-skyatlas { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-diamond { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-diamond:before { content: "\F3A5"; } .fa.fa-intersex:before { content: "\F224"; } .fa.fa-facebook-official { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-facebook-official:before { content: "\F09A"; } .fa.fa-pinterest-p { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-whatsapp { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-hotel:before { content: "\F236"; } .fa.fa-viacoin { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-medium { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-y-combinator { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-yc { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-yc:before { content: "\F23B"; } .fa.fa-optin-monster { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-opencart { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-expeditedssl { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-battery-4:before { content: "\F240"; } .fa.fa-battery:before { content: "\F240"; } .fa.fa-battery-3:before { content: "\F241"; } .fa.fa-battery-2:before { content: "\F242"; } .fa.fa-battery-1:before { content: "\F243"; } .fa.fa-battery-0:before { content: "\F244"; } .fa.fa-object-group { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-object-ungroup { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-sticky-note-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-sticky-note-o:before { content: "\F249"; } .fa.fa-cc-jcb { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-diners-club { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-clone { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hourglass-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hourglass-o:before { content: "\F254"; } .fa.fa-hourglass-1:before { content: "\F251"; } .fa.fa-hourglass-2:before { content: "\F252"; } .fa.fa-hourglass-3:before { content: "\F253"; } .fa.fa-hand-rock-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-rock-o:before { content: "\F255"; } .fa.fa-hand-grab-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-grab-o:before { content: "\F255"; } .fa.fa-hand-paper-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-paper-o:before { content: "\F256"; } .fa.fa-hand-stop-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-stop-o:before { content: "\F256"; } .fa.fa-hand-scissors-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-scissors-o:before { content: "\F257"; } .fa.fa-hand-lizard-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-lizard-o:before { content: "\F258"; } .fa.fa-hand-spock-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-spock-o:before { content: "\F259"; } .fa.fa-hand-pointer-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-pointer-o:before { content: "\F25A"; } .fa.fa-hand-peace-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-peace-o:before { content: "\F25B"; } .fa.fa-registered { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-creative-commons { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gg { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gg-circle { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-tripadvisor { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-odnoklassniki { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-odnoklassniki-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-get-pocket { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wikipedia-w { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-safari { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-chrome { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-firefox { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-opera { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-internet-explorer { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-television:before { content: "\F26C"; } .fa.fa-contao { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-500px { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-amazon { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-calendar-plus-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-calendar-plus-o:before { content: "\F271"; } .fa.fa-calendar-minus-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-calendar-minus-o:before { content: "\F272"; } .fa.fa-calendar-times-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-calendar-times-o:before { content: "\F273"; } .fa.fa-calendar-check-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-calendar-check-o:before { content: "\F274"; } .fa.fa-map-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-map-o:before { content: "\F279"; } .fa.fa-commenting:before { content: "\F4AD"; } .fa.fa-commenting-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-commenting-o:before { content: "\F4AD"; } .fa.fa-houzz { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-vimeo { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-vimeo:before { content: "\F27D"; } .fa.fa-black-tie { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-fonticons { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-reddit-alien { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-edge { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-credit-card-alt:before { content: "\F09D"; } .fa.fa-codiepie { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-modx { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-fort-awesome { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-usb { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-product-hunt { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-mixcloud { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-scribd { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pause-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-pause-circle-o:before { content: "\F28B"; } .fa.fa-stop-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-stop-circle-o:before { content: "\F28D"; } .fa.fa-bluetooth { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bluetooth-b { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gitlab { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wpbeginner { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wpforms { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-envira { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wheelchair-alt { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wheelchair-alt:before { content: "\F368"; } .fa.fa-question-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-question-circle-o:before { content: "\F059"; } .fa.fa-volume-control-phone:before { content: "\F2A0"; } .fa.fa-asl-interpreting:before { content: "\F2A3"; } .fa.fa-deafness:before { content: "\F2A4"; } .fa.fa-hard-of-hearing:before { content: "\F2A4"; } .fa.fa-glide { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-glide-g { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-signing:before { content: "\F2A7"; } .fa.fa-viadeo { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-viadeo-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-snapchat { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-snapchat-ghost { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-snapchat-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pied-piper { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-first-order { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-yoast { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-themeisle { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus-official { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus-official:before { content: "\F2B3"; } .fa.fa-google-plus-circle { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus-circle:before { content: "\F2B3"; } .fa.fa-font-awesome { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-fa { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-fa:before { content: "\F2B4"; } .fa.fa-handshake-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-handshake-o:before { content: "\F2B5"; } .fa.fa-envelope-open-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-envelope-open-o:before { content: "\F2B6"; } .fa.fa-linode { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-address-book-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-address-book-o:before { content: "\F2B9"; } .fa.fa-vcard:before { content: "\F2BB"; } .fa.fa-address-card-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-address-card-o:before { content: "\F2BB"; } .fa.fa-vcard-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-vcard-o:before { content: "\F2BB"; } .fa.fa-user-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-user-circle-o:before { content: "\F2BD"; } .fa.fa-user-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-user-o:before { content: "\F007"; } .fa.fa-id-badge { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-drivers-license:before { content: "\F2C2"; } .fa.fa-id-card-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-id-card-o:before { content: "\F2C2"; } .fa.fa-drivers-license-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-drivers-license-o:before { content: "\F2C2"; } .fa.fa-quora { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-free-code-camp { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-telegram { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-thermometer-4:before { content: "\F2C7"; } .fa.fa-thermometer:before { content: "\F2C7"; } .fa.fa-thermometer-3:before { content: "\F2C8"; } .fa.fa-thermometer-2:before { content: "\F2C9"; } .fa.fa-thermometer-1:before { content: "\F2CA"; } .fa.fa-thermometer-0:before { content: "\F2CB"; } .fa.fa-bathtub:before { content: "\F2CD"; } .fa.fa-s15:before { content: "\F2CD"; } .fa.fa-window-maximize { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-window-restore { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-times-rectangle:before { content: "\F410"; } .fa.fa-window-close-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-window-close-o:before { content: "\F410"; } .fa.fa-times-rectangle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-times-rectangle-o:before { content: "\F410"; } .fa.fa-bandcamp { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-grav { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-etsy { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-imdb { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ravelry { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-eercast { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-eercast:before { content: "\F2DA"; } .fa.fa-snowflake-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-snowflake-o:before { content: "\F2DC"; } .fa.fa-superpowers { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wpexplorer { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-spotify { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }
public/vendor/binarytorch/larecipe/assets/css/font-awesome-v4-shims.css
.fa.fa-glass:before { content: "\F000"; } .fa.fa-meetup { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-star-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-star-o:before { content: "\F005"; } .fa.fa-remove:before { content: "\F00D"; } .fa.fa-close:before { content: "\F00D"; } .fa.fa-gear:before { content: "\F013"; } .fa.fa-trash-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-trash-o:before { content: "\F2ED"; } .fa.fa-file-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-o:before { content: "\F15B"; } .fa.fa-clock-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-clock-o:before { content: "\F017"; } .fa.fa-arrow-circle-o-down { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-down:before { content: "\F358"; } .fa.fa-arrow-circle-o-up { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-up:before { content: "\F35B"; } .fa.fa-play-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-play-circle-o:before { content: "\F144"; } .fa.fa-repeat:before { content: "\F01E"; } .fa.fa-rotate-right:before { content: "\F01E"; } .fa.fa-refresh:before { content: "\F021"; } .fa.fa-list-alt { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-dedent:before { content: "\F03B"; } .fa.fa-video-camera:before { content: "\F03D"; } .fa.fa-picture-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-picture-o:before { content: "\F03E"; } .fa.fa-photo { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-photo:before { content: "\F03E"; } .fa.fa-image { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-image:before { content: "\F03E"; } .fa.fa-pencil:before { content: "\F303"; } .fa.fa-map-marker:before { content: "\F3C5"; } .fa.fa-pencil-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-pencil-square-o:before { content: "\F044"; } .fa.fa-share-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-share-square-o:before { content: "\F14D"; } .fa.fa-check-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-check-square-o:before { content: "\F14A"; } .fa.fa-arrows:before { content: "\F0B2"; } .fa.fa-times-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-times-circle-o:before { content: "\F057"; } .fa.fa-check-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-check-circle-o:before { content: "\F058"; } .fa.fa-mail-forward:before { content: "\F064"; } .fa.fa-eye { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-eye-slash { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-warning:before { content: "\F071"; } .fa.fa-calendar:before { content: "\F073"; } .fa.fa-arrows-v:before { content: "\F338"; } .fa.fa-arrows-h:before { content: "\F337"; } .fa.fa-bar-chart { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-bar-chart:before { content: "\F080"; } .fa.fa-bar-chart-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-bar-chart-o:before { content: "\F080"; } .fa.fa-twitter-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-facebook-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gears:before { content: "\F085"; } .fa.fa-thumbs-o-up { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-thumbs-o-up:before { content: "\F164"; } .fa.fa-thumbs-o-down { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-thumbs-o-down:before { content: "\F165"; } .fa.fa-heart-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-heart-o:before { content: "\F004"; } .fa.fa-sign-out:before { content: "\F2F5"; } .fa.fa-linkedin-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-linkedin-square:before { content: "\F08C"; } .fa.fa-thumb-tack:before { content: "\F08D"; } .fa.fa-external-link:before { content: "\F35D"; } .fa.fa-sign-in:before { content: "\F2F6"; } .fa.fa-github-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-lemon-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-lemon-o:before { content: "\F094"; } .fa.fa-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-square-o:before { content: "\F0C8"; } .fa.fa-bookmark-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-bookmark-o:before { content: "\F02E"; } .fa.fa-twitter { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-facebook { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-facebook:before { content: "\F39E"; } .fa.fa-facebook-f { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-facebook-f:before { content: "\F39E"; } .fa.fa-github { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-credit-card { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-feed:before { content: "\F09E"; } .fa.fa-hdd-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hdd-o:before { content: "\F0A0"; } .fa.fa-hand-o-right { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-o-right:before { content: "\F0A4"; } .fa.fa-hand-o-left { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-o-left:before { content: "\F0A5"; } .fa.fa-hand-o-up { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-o-up:before { content: "\F0A6"; } .fa.fa-hand-o-down { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-o-down:before { content: "\F0A7"; } .fa.fa-arrows-alt:before { content: "\F31E"; } .fa.fa-group:before { content: "\F0C0"; } .fa.fa-chain:before { content: "\F0C1"; } .fa.fa-scissors:before { content: "\F0C4"; } .fa.fa-files-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-files-o:before { content: "\F0C5"; } .fa.fa-floppy-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-floppy-o:before { content: "\F0C7"; } .fa.fa-navicon:before { content: "\F0C9"; } .fa.fa-reorder:before { content: "\F0C9"; } .fa.fa-pinterest { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pinterest-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus:before { content: "\F0D5"; } .fa.fa-money { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-money:before { content: "\F3D1"; } .fa.fa-unsorted:before { content: "\F0DC"; } .fa.fa-sort-desc:before { content: "\F0DD"; } .fa.fa-sort-asc:before { content: "\F0DE"; } .fa.fa-linkedin { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-linkedin:before { content: "\F0E1"; } .fa.fa-rotate-left:before { content: "\F0E2"; } .fa.fa-legal:before { content: "\F0E3"; } .fa.fa-tachometer:before { content: "\F3FD"; } .fa.fa-dashboard:before { content: "\F3FD"; } .fa.fa-comment-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-comment-o:before { content: "\F075"; } .fa.fa-comments-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-comments-o:before { content: "\F086"; } .fa.fa-flash:before { content: "\F0E7"; } .fa.fa-clipboard { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-paste { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-paste:before { content: "\F328"; } .fa.fa-lightbulb-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-lightbulb-o:before { content: "\F0EB"; } .fa.fa-exchange:before { content: "\F362"; } .fa.fa-cloud-download:before { content: "\F381"; } .fa.fa-cloud-upload:before { content: "\F382"; } .fa.fa-bell-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-bell-o:before { content: "\F0F3"; } .fa.fa-cutlery:before { content: "\F2E7"; } .fa.fa-file-text-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-text-o:before { content: "\F15C"; } .fa.fa-building-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-building-o:before { content: "\F1AD"; } .fa.fa-hospital-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hospital-o:before { content: "\F0F8"; } .fa.fa-tablet:before { content: "\F3FA"; } .fa.fa-mobile:before { content: "\F3CD"; } .fa.fa-mobile-phone:before { content: "\F3CD"; } .fa.fa-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-circle-o:before { content: "\F111"; } .fa.fa-mail-reply:before { content: "\F3E5"; } .fa.fa-github-alt { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-folder-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-folder-o:before { content: "\F07B"; } .fa.fa-folder-open-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-folder-open-o:before { content: "\F07C"; } .fa.fa-smile-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-smile-o:before { content: "\F118"; } .fa.fa-frown-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-frown-o:before { content: "\F119"; } .fa.fa-meh-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-meh-o:before { content: "\F11A"; } .fa.fa-keyboard-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-keyboard-o:before { content: "\F11C"; } .fa.fa-flag-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-flag-o:before { content: "\F024"; } .fa.fa-mail-reply-all:before { content: "\F122"; } .fa.fa-star-half-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-star-half-o:before { content: "\F089"; } .fa.fa-star-half-empty { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-star-half-empty:before { content: "\F089"; } .fa.fa-star-half-full { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-star-half-full:before { content: "\F089"; } .fa.fa-code-fork:before { content: "\F126"; } .fa.fa-chain-broken:before { content: "\F127"; } .fa.fa-shield:before { content: "\F3ED"; } .fa.fa-calendar-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-calendar-o:before { content: "\F133"; } .fa.fa-maxcdn { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-html5 { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-css3 { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ticket:before { content: "\F3FF"; } .fa.fa-minus-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-minus-square-o:before { content: "\F146"; } .fa.fa-level-up:before { content: "\F3BF"; } .fa.fa-level-down:before { content: "\F3BE"; } .fa.fa-pencil-square:before { content: "\F14B"; } .fa.fa-external-link-square:before { content: "\F360"; } .fa.fa-compass { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-caret-square-o-down { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-caret-square-o-down:before { content: "\F150"; } .fa.fa-toggle-down { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-toggle-down:before { content: "\F150"; } .fa.fa-caret-square-o-up { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-caret-square-o-up:before { content: "\F151"; } .fa.fa-toggle-up { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-toggle-up:before { content: "\F151"; } .fa.fa-caret-square-o-right { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-caret-square-o-right:before { content: "\F152"; } .fa.fa-toggle-right { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-toggle-right:before { content: "\F152"; } .fa.fa-eur:before { content: "\F153"; } .fa.fa-euro:before { content: "\F153"; } .fa.fa-gbp:before { content: "\F154"; } .fa.fa-usd:before { content: "\F155"; } .fa.fa-dollar:before { content: "\F155"; } .fa.fa-inr:before { content: "\F156"; } .fa.fa-rupee:before { content: "\F156"; } .fa.fa-jpy:before { content: "\F157"; } .fa.fa-cny:before { content: "\F157"; } .fa.fa-rmb:before { content: "\F157"; } .fa.fa-yen:before { content: "\F157"; } .fa.fa-rub:before { content: "\F158"; } .fa.fa-ruble:before { content: "\F158"; } .fa.fa-rouble:before { content: "\F158"; } .fa.fa-krw:before { content: "\F159"; } .fa.fa-won:before { content: "\F159"; } .fa.fa-btc { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bitcoin { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bitcoin:before { content: "\F15A"; } .fa.fa-file-text:before { content: "\F15C"; } .fa.fa-sort-alpha-asc:before { content: "\F15D"; } .fa.fa-sort-alpha-desc:before { content: "\F15E"; } .fa.fa-sort-amount-asc:before { content: "\F160"; } .fa.fa-sort-amount-desc:before { content: "\F161"; } .fa.fa-sort-numeric-asc:before { content: "\F162"; } .fa.fa-sort-numeric-desc:before { content: "\F163"; } .fa.fa-youtube-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-youtube { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-xing { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-xing-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-youtube-play { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-youtube-play:before { content: "\F167"; } .fa.fa-dropbox { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-stack-overflow { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-instagram { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-flickr { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-adn { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bitbucket { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bitbucket-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bitbucket-square:before { content: "\F171"; } .fa.fa-tumblr { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-tumblr-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-long-arrow-down:before { content: "\F309"; } .fa.fa-long-arrow-up:before { content: "\F30C"; } .fa.fa-long-arrow-left:before { content: "\F30A"; } .fa.fa-long-arrow-right:before { content: "\F30B"; } .fa.fa-apple { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-windows { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-android { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-linux { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-dribbble { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-skype { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-foursquare { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-trello { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gratipay { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gittip { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gittip:before { content: "\F184"; } .fa.fa-sun-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-sun-o:before { content: "\F185"; } .fa.fa-moon-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-moon-o:before { content: "\F186"; } .fa.fa-vk { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-weibo { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-renren { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pagelines { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-stack-exchange { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-arrow-circle-o-right { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-right:before { content: "\F35A"; } .fa.fa-arrow-circle-o-left { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-left:before { content: "\F359"; } .fa.fa-caret-square-o-left { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-caret-square-o-left:before { content: "\F191"; } .fa.fa-toggle-left { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-toggle-left:before { content: "\F191"; } .fa.fa-dot-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-dot-circle-o:before { content: "\F192"; } .fa.fa-vimeo-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-try:before { content: "\F195"; } .fa.fa-turkish-lira:before { content: "\F195"; } .fa.fa-plus-square-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-plus-square-o:before { content: "\F0FE"; } .fa.fa-slack { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wordpress { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-openid { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-institution:before { content: "\F19C"; } .fa.fa-bank:before { content: "\F19C"; } .fa.fa-mortar-board:before { content: "\F19D"; } .fa.fa-yahoo { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-reddit { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-reddit-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-stumbleupon-circle { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-stumbleupon { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-delicious { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-digg { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pied-piper-pp { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pied-piper-alt { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-drupal { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-joomla { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-spoon:before { content: "\F2E5"; } .fa.fa-behance { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-behance-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-steam { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-steam-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-automobile:before { content: "\F1B9"; } .fa.fa-cab:before { content: "\F1BA"; } .fa.fa-envelope-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-envelope-o:before { content: "\F0E0"; } .fa.fa-deviantart { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-soundcloud { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-file-pdf-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-pdf-o:before { content: "\F1C1"; } .fa.fa-file-word-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-word-o:before { content: "\F1C2"; } .fa.fa-file-excel-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-excel-o:before { content: "\F1C3"; } .fa.fa-file-powerpoint-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-powerpoint-o:before { content: "\F1C4"; } .fa.fa-file-image-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-image-o:before { content: "\F1C5"; } .fa.fa-file-photo-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-photo-o:before { content: "\F1C5"; } .fa.fa-file-picture-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-picture-o:before { content: "\F1C5"; } .fa.fa-file-archive-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-archive-o:before { content: "\F1C6"; } .fa.fa-file-zip-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-zip-o:before { content: "\F1C6"; } .fa.fa-file-audio-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-audio-o:before { content: "\F1C7"; } .fa.fa-file-sound-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-sound-o:before { content: "\F1C7"; } .fa.fa-file-video-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-video-o:before { content: "\F1C8"; } .fa.fa-file-movie-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-movie-o:before { content: "\F1C8"; } .fa.fa-file-code-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-file-code-o:before { content: "\F1C9"; } .fa.fa-vine { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-codepen { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-jsfiddle { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-life-ring { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-life-bouy { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-life-bouy:before { content: "\F1CD"; } .fa.fa-life-buoy { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-life-buoy:before { content: "\F1CD"; } .fa.fa-life-saver { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-life-saver:before { content: "\F1CD"; } .fa.fa-support { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-support:before { content: "\F1CD"; } .fa.fa-circle-o-notch:before { content: "\F1CE"; } .fa.fa-rebel { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ra { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ra:before { content: "\F1D0"; } .fa.fa-resistance { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-resistance:before { content: "\F1D0"; } .fa.fa-empire { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ge { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ge:before { content: "\F1D1"; } .fa.fa-git-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-git { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-hacker-news { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-y-combinator-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-y-combinator-square:before { content: "\F1D4"; } .fa.fa-yc-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-yc-square:before { content: "\F1D4"; } .fa.fa-tencent-weibo { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-qq { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-weixin { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wechat { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wechat:before { content: "\F1D7"; } .fa.fa-send:before { content: "\F1D8"; } .fa.fa-paper-plane-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-paper-plane-o:before { content: "\F1D8"; } .fa.fa-send-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-send-o:before { content: "\F1D8"; } .fa.fa-circle-thin { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-circle-thin:before { content: "\F111"; } .fa.fa-header:before { content: "\F1DC"; } .fa.fa-sliders:before { content: "\F1DE"; } .fa.fa-futbol-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-futbol-o:before { content: "\F1E3"; } .fa.fa-soccer-ball-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-soccer-ball-o:before { content: "\F1E3"; } .fa.fa-slideshare { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-twitch { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-yelp { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-newspaper-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-newspaper-o:before { content: "\F1EA"; } .fa.fa-paypal { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-wallet { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-visa { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-mastercard { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-discover { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-amex { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-paypal { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-stripe { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bell-slash-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-bell-slash-o:before { content: "\F1F6"; } .fa.fa-trash:before { content: "\F2ED"; } .fa.fa-copyright { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-eyedropper:before { content: "\F1FB"; } .fa.fa-area-chart:before { content: "\F1FE"; } .fa.fa-pie-chart:before { content: "\F200"; } .fa.fa-line-chart:before { content: "\F201"; } .fa.fa-lastfm { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-lastfm-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ioxhost { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-angellist { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-cc:before { content: "\F20A"; } .fa.fa-ils:before { content: "\F20B"; } .fa.fa-shekel:before { content: "\F20B"; } .fa.fa-sheqel:before { content: "\F20B"; } .fa.fa-meanpath { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-meanpath:before { content: "\F2B4"; } .fa.fa-buysellads { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-connectdevelop { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-dashcube { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-forumbee { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-leanpub { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-sellsy { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-shirtsinbulk { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-simplybuilt { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-skyatlas { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-diamond { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-diamond:before { content: "\F3A5"; } .fa.fa-intersex:before { content: "\F224"; } .fa.fa-facebook-official { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-facebook-official:before { content: "\F09A"; } .fa.fa-pinterest-p { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-whatsapp { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-hotel:before { content: "\F236"; } .fa.fa-viacoin { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-medium { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-y-combinator { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-yc { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-yc:before { content: "\F23B"; } .fa.fa-optin-monster { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-opencart { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-expeditedssl { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-battery-4:before { content: "\F240"; } .fa.fa-battery:before { content: "\F240"; } .fa.fa-battery-3:before { content: "\F241"; } .fa.fa-battery-2:before { content: "\F242"; } .fa.fa-battery-1:before { content: "\F243"; } .fa.fa-battery-0:before { content: "\F244"; } .fa.fa-object-group { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-object-ungroup { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-sticky-note-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-sticky-note-o:before { content: "\F249"; } .fa.fa-cc-jcb { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-cc-diners-club { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-clone { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hourglass-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hourglass-o:before { content: "\F254"; } .fa.fa-hourglass-1:before { content: "\F251"; } .fa.fa-hourglass-2:before { content: "\F252"; } .fa.fa-hourglass-3:before { content: "\F253"; } .fa.fa-hand-rock-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-rock-o:before { content: "\F255"; } .fa.fa-hand-grab-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-grab-o:before { content: "\F255"; } .fa.fa-hand-paper-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-paper-o:before { content: "\F256"; } .fa.fa-hand-stop-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-stop-o:before { content: "\F256"; } .fa.fa-hand-scissors-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-scissors-o:before { content: "\F257"; } .fa.fa-hand-lizard-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-lizard-o:before { content: "\F258"; } .fa.fa-hand-spock-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-spock-o:before { content: "\F259"; } .fa.fa-hand-pointer-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-pointer-o:before { content: "\F25A"; } .fa.fa-hand-peace-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-hand-peace-o:before { content: "\F25B"; } .fa.fa-registered { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-creative-commons { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gg { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gg-circle { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-tripadvisor { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-odnoklassniki { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-odnoklassniki-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-get-pocket { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wikipedia-w { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-safari { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-chrome { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-firefox { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-opera { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-internet-explorer { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-television:before { content: "\F26C"; } .fa.fa-contao { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-500px { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-amazon { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-calendar-plus-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-calendar-plus-o:before { content: "\F271"; } .fa.fa-calendar-minus-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-calendar-minus-o:before { content: "\F272"; } .fa.fa-calendar-times-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-calendar-times-o:before { content: "\F273"; } .fa.fa-calendar-check-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-calendar-check-o:before { content: "\F274"; } .fa.fa-map-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-map-o:before { content: "\F279"; } .fa.fa-commenting:before { content: "\F4AD"; } .fa.fa-commenting-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-commenting-o:before { content: "\F4AD"; } .fa.fa-houzz { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-vimeo { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-vimeo:before { content: "\F27D"; } .fa.fa-black-tie { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-fonticons { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-reddit-alien { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-edge { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-credit-card-alt:before { content: "\F09D"; } .fa.fa-codiepie { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-modx { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-fort-awesome { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-usb { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-product-hunt { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-mixcloud { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-scribd { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pause-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-pause-circle-o:before { content: "\F28B"; } .fa.fa-stop-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-stop-circle-o:before { content: "\F28D"; } .fa.fa-bluetooth { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-bluetooth-b { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-gitlab { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wpbeginner { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wpforms { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-envira { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wheelchair-alt { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wheelchair-alt:before { content: "\F368"; } .fa.fa-question-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-question-circle-o:before { content: "\F059"; } .fa.fa-volume-control-phone:before { content: "\F2A0"; } .fa.fa-asl-interpreting:before { content: "\F2A3"; } .fa.fa-deafness:before { content: "\F2A4"; } .fa.fa-hard-of-hearing:before { content: "\F2A4"; } .fa.fa-glide { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-glide-g { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-signing:before { content: "\F2A7"; } .fa.fa-viadeo { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-viadeo-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-snapchat { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-snapchat-ghost { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-snapchat-square { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-pied-piper { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-first-order { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-yoast { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-themeisle { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus-official { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus-official:before { content: "\F2B3"; } .fa.fa-google-plus-circle { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-google-plus-circle:before { content: "\F2B3"; } .fa.fa-font-awesome { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-fa { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-fa:before { content: "\F2B4"; } .fa.fa-handshake-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-handshake-o:before { content: "\F2B5"; } .fa.fa-envelope-open-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-envelope-open-o:before { content: "\F2B6"; } .fa.fa-linode { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-address-book-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-address-book-o:before { content: "\F2B9"; } .fa.fa-vcard:before { content: "\F2BB"; } .fa.fa-address-card-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-address-card-o:before { content: "\F2BB"; } .fa.fa-vcard-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-vcard-o:before { content: "\F2BB"; } .fa.fa-user-circle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-user-circle-o:before { content: "\F2BD"; } .fa.fa-user-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-user-o:before { content: "\F007"; } .fa.fa-id-badge { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-drivers-license:before { content: "\F2C2"; } .fa.fa-id-card-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-id-card-o:before { content: "\F2C2"; } .fa.fa-drivers-license-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-drivers-license-o:before { content: "\F2C2"; } .fa.fa-quora { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-free-code-camp { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-telegram { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-thermometer-4:before { content: "\F2C7"; } .fa.fa-thermometer:before { content: "\F2C7"; } .fa.fa-thermometer-3:before { content: "\F2C8"; } .fa.fa-thermometer-2:before { content: "\F2C9"; } .fa.fa-thermometer-1:before { content: "\F2CA"; } .fa.fa-thermometer-0:before { content: "\F2CB"; } .fa.fa-bathtub:before { content: "\F2CD"; } .fa.fa-s15:before { content: "\F2CD"; } .fa.fa-window-maximize { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-window-restore { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-times-rectangle:before { content: "\F410"; } .fa.fa-window-close-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-window-close-o:before { content: "\F410"; } .fa.fa-times-rectangle-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-times-rectangle-o:before { content: "\F410"; } .fa.fa-bandcamp { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-grav { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-etsy { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-imdb { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-ravelry { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-eercast { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-eercast:before { content: "\F2DA"; } .fa.fa-snowflake-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .fa.fa-snowflake-o:before { content: "\F2DC"; } .fa.fa-superpowers { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-wpexplorer { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .fa.fa-spotify { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }
0.476823
0.079997
.modal__container { align-items: center; background-color: rgba(0, 0, 0, 0.2); display: none; height: 100vh; justify-content: center; left: 0; position: fixed; top: 0; width: 100vw; } .modal { background-color: white; border-radius: var(--br-sm); box-shadow: var(--bs-md); flex-direction: column; padding: var(--pd-sm); width: min(85%, 500px); min-width: 350px; } .modal__title { border-top-left-radius: var(--br-sm); border-top-right-radius: var(--br-sm); } .modal__footer { display: flex; justify-content: flex-end; margin-top: 20px; } .modal__footer--btn { margin-right: var(--space-sm); } .modal__footer--btn:last-child { margin-right: 0; } /* W/ICONS */ .mdl__icons { padding: 0; } .mdl__icons .modal__title, .mdl__icons .modal__body, .mdl__icons .modal__footer { padding: var(--pd-sm); } .modal__title--close:hover { background-color: initial; } .mdl__icons .modal__title { align-items: center; border-bottom: 1px solid var(--grey-1); display: flex; justify-content: space-between; } .modal__icon .modal__footer { margin-top: 0px; } /* PRIMARY */ .mdl-primary .modal__title { background-color: var(--primary); color: white; } /* SUCCESS */ .mdl-success .modal__title { background-color: var(--success); color: white; } /* DANGER */ .mdl-danger .modal__title { background-color: var(--danger); color: white; } /* WARNING */ .mdl-warning .modal__title { background-color: var(--warning); color: var(--dark); } /* DARK */ .mdl-dark .modal__title { background-color: var(--dark); color: white; } /* SHARE MODAL */ .mdl__share { width: fit-content; } .mdl__share .modal__body { display: flex; flex-direction: column; } .mdl__share .modal__body--btn-cntr { align-items: center; display: flex; gap: var(--space-sm); justify-content: center; margin-top: var(--space-sm); } .link__container { align-items: center; border-radius: var(--br-xs); border: 1px solid var(--grey-1); display: flex; flex-grow: 1; gap: var(--space-xs); justify-content: space-between; padding: var(--space-xxxs); } .mdl__share .modal__footer { margin-top: 0px; } .modal__footer--link { color: var(--grey-4); font-size: var(--fs-xxs-2); }
css/_components/modal/_modal.css
.modal__container { align-items: center; background-color: rgba(0, 0, 0, 0.2); display: none; height: 100vh; justify-content: center; left: 0; position: fixed; top: 0; width: 100vw; } .modal { background-color: white; border-radius: var(--br-sm); box-shadow: var(--bs-md); flex-direction: column; padding: var(--pd-sm); width: min(85%, 500px); min-width: 350px; } .modal__title { border-top-left-radius: var(--br-sm); border-top-right-radius: var(--br-sm); } .modal__footer { display: flex; justify-content: flex-end; margin-top: 20px; } .modal__footer--btn { margin-right: var(--space-sm); } .modal__footer--btn:last-child { margin-right: 0; } /* W/ICONS */ .mdl__icons { padding: 0; } .mdl__icons .modal__title, .mdl__icons .modal__body, .mdl__icons .modal__footer { padding: var(--pd-sm); } .modal__title--close:hover { background-color: initial; } .mdl__icons .modal__title { align-items: center; border-bottom: 1px solid var(--grey-1); display: flex; justify-content: space-between; } .modal__icon .modal__footer { margin-top: 0px; } /* PRIMARY */ .mdl-primary .modal__title { background-color: var(--primary); color: white; } /* SUCCESS */ .mdl-success .modal__title { background-color: var(--success); color: white; } /* DANGER */ .mdl-danger .modal__title { background-color: var(--danger); color: white; } /* WARNING */ .mdl-warning .modal__title { background-color: var(--warning); color: var(--dark); } /* DARK */ .mdl-dark .modal__title { background-color: var(--dark); color: white; } /* SHARE MODAL */ .mdl__share { width: fit-content; } .mdl__share .modal__body { display: flex; flex-direction: column; } .mdl__share .modal__body--btn-cntr { align-items: center; display: flex; gap: var(--space-sm); justify-content: center; margin-top: var(--space-sm); } .link__container { align-items: center; border-radius: var(--br-xs); border: 1px solid var(--grey-1); display: flex; flex-grow: 1; gap: var(--space-xs); justify-content: space-between; padding: var(--space-xxxs); } .mdl__share .modal__footer { margin-top: 0px; } .modal__footer--link { color: var(--grey-4); font-size: var(--fs-xxs-2); }
0.376279
0.056809
html body { color: #eeeeee; background: #333; overflow-y: scroll; } .as-label { // ability scores label display: inline-block; width: 105px; } .height-zero { height: 0px !important; overflow: hidden; } .output-column { position: relative; } .no-spells { margin-top: 32px; } .show-hide { cursor: pointer; color: #008; display: inline-block; padding: 0 4px; font-size: 20px; color: #eee; } .filters-wrapper { display: flex; flex-flow: row wrap; align-items: flex-start; align-content: center; justify-content: flex-start; h5 { display: inline-block; margin-right: 8px; color: #eeeeee !important; } } .spell-card { padding: 2px; color: #000; h2, h3, h4, strong { color: #58180D; } hr { border-top: 1px solid #58180D; } td, th { padding: 4px; border: 1px solid; } .closed-button { display: none; position: absolute; top: 1px; right: 5px; } .open-button { display: block; position: absolute; top: 10px; right: 10px; } .show-hide { color: #333; } &-inner { padding: 0px 7px; border: 1px solid; background-image: url(http://www.webcunningham.com/wp-content/uploads/2016/10/spell-background.jpg); } &-container { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: flex-start; } &-property { margin: 0 0 3px; } } .card-size { &-controls { display: none; color: #333; padding: 0px 3px 3px 8px; border: 1px solid; width: auto; background: #cef; position: absolute; top: 15px; right: 0; &-title { display: inline-block; position: relative; top: 2px; left: 4px; } } .size-buttons { display: inline-block; margin-left: 12px; } } .btn { background: #eeeeee; color: #333; margin: 1px; border-radius: 0; border: 1px solid #000; &.active { background-color: #58180D; color: #fff; } } @media (min-width: 768px) { .card-size-controls { display: block; } .spell-card { font-size: 12px; &-inner { > h2 { font-size: 22px; } } &-property { display: block; margin: 0; line-height: 15px; } &-container { &[data-card-size=sm] { .spell-card { padding: 2px; .closed-button { position: absolute; top: 0; right: 0; width: 100%; height: 100%; display: block; } .open-button { display: none; } &-inner { padding: 4px 8px; border: 1px solid; .show-hide { position: absolute; right: 8px; top: 0; width: 100%; height: 100%; text-align: right; color: #000; } > h2 { display: block; font-size: 18px; margin: 0; } .row { display: block; } } &-content { height: 0; overflow: hidden !important; } } } } } .spell-card-container[data-card-size=md] .spell-card { width: 33.33333333%; font-size: 12px; } .spell-card-container[data-card-size=md] .spell-card .spell-card-inner > h2 { font-size: 22px; } .spell-card-container[data-card-size=md] .spell-card .spell-card-inner .spell-card-property { display: block; margin: 0; line-height: 15px; } .spell-card-container[data-card-size=lg] .spell-card { width: 50%; } .spell-card-container[data-card-size=xl] .spell-card { width: 100%; } }
dist/www/css/test.css
html body { color: #eeeeee; background: #333; overflow-y: scroll; } .as-label { // ability scores label display: inline-block; width: 105px; } .height-zero { height: 0px !important; overflow: hidden; } .output-column { position: relative; } .no-spells { margin-top: 32px; } .show-hide { cursor: pointer; color: #008; display: inline-block; padding: 0 4px; font-size: 20px; color: #eee; } .filters-wrapper { display: flex; flex-flow: row wrap; align-items: flex-start; align-content: center; justify-content: flex-start; h5 { display: inline-block; margin-right: 8px; color: #eeeeee !important; } } .spell-card { padding: 2px; color: #000; h2, h3, h4, strong { color: #58180D; } hr { border-top: 1px solid #58180D; } td, th { padding: 4px; border: 1px solid; } .closed-button { display: none; position: absolute; top: 1px; right: 5px; } .open-button { display: block; position: absolute; top: 10px; right: 10px; } .show-hide { color: #333; } &-inner { padding: 0px 7px; border: 1px solid; background-image: url(http://www.webcunningham.com/wp-content/uploads/2016/10/spell-background.jpg); } &-container { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: flex-start; } &-property { margin: 0 0 3px; } } .card-size { &-controls { display: none; color: #333; padding: 0px 3px 3px 8px; border: 1px solid; width: auto; background: #cef; position: absolute; top: 15px; right: 0; &-title { display: inline-block; position: relative; top: 2px; left: 4px; } } .size-buttons { display: inline-block; margin-left: 12px; } } .btn { background: #eeeeee; color: #333; margin: 1px; border-radius: 0; border: 1px solid #000; &.active { background-color: #58180D; color: #fff; } } @media (min-width: 768px) { .card-size-controls { display: block; } .spell-card { font-size: 12px; &-inner { > h2 { font-size: 22px; } } &-property { display: block; margin: 0; line-height: 15px; } &-container { &[data-card-size=sm] { .spell-card { padding: 2px; .closed-button { position: absolute; top: 0; right: 0; width: 100%; height: 100%; display: block; } .open-button { display: none; } &-inner { padding: 4px 8px; border: 1px solid; .show-hide { position: absolute; right: 8px; top: 0; width: 100%; height: 100%; text-align: right; color: #000; } > h2 { display: block; font-size: 18px; margin: 0; } .row { display: block; } } &-content { height: 0; overflow: hidden !important; } } } } } .spell-card-container[data-card-size=md] .spell-card { width: 33.33333333%; font-size: 12px; } .spell-card-container[data-card-size=md] .spell-card .spell-card-inner > h2 { font-size: 22px; } .spell-card-container[data-card-size=md] .spell-card .spell-card-inner .spell-card-property { display: block; margin: 0; line-height: 15px; } .spell-card-container[data-card-size=lg] .spell-card { width: 50%; } .spell-card-container[data-card-size=xl] .spell-card { width: 100%; } }
0.601125
0.127789
html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, footer, header, nav, section { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } figcaption, figure, main { display: block; } figure { margin: 1em 40px; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; -webkit-text-decoration-skip: objects; } abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } b, strong { font-weight: inherit; font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } dfn { font-style: italic; } mark { background-color: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } audio, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } img { border-style: none; } svg:not(:root) { overflow: hidden; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button, input { overflow: visible; } button, select { text-transform: none; } [type="reset"], [type="submit"], button, html [type="button"] { -webkit-appearance: button; } [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; white-space: normal; } progress { display: inline-block; vertical-align: baseline; } [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } details, menu { display: block; } summary { display: list-item; } canvas { display: inline-block; } [hidden], template { display: none; } @font-face { font-family: roboto; src: url(/fonts/roboto-regular-webfont.woff2) format("woff2"), url(/fonts/roboto-regular-webfont.woff) format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: roboto; src: url(/fonts/roboto-italic-webfont.woff2) format("woff2"), url(/fonts/roboto-italic-webfont.woff) format("woff"); font-weight: 400; font-style: italic; } @font-face { font-family: roboto; src: url(/fonts/roboto-bold-webfont.woff2) format("woff2"), url(/fonts/roboto-bold-webfont.woff) format("woff"); font-weight: 700; font-style: normal; } @font-face { font-family: roboto; src: url(/fonts/roboto-bolditalic-webfont.woff2) format("woff2"), url(/fonts/roboto-bolditalic-webfont.woff) format("woff"); font-weight: 700; font-style: italic; } @font-face { font-family: robotomedium; src: url(/fonts/roboto-medium-webfont.woff2) format("woff2"), url(/fonts/roboto-medium-webfont.woff) format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: robotomedium; src: url(/fonts/roboto-mediumitalic-webfont.woff2) format("woff2"), url(/fonts/roboto-mediumitalic-webfont.woff) format("woff"); font-weight: 400; font-style: italic; } .cta, button, fieldset, input, legend, optgroup, option, select, textarea { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; font-family: roboto, Helvetica, sans-serif; font-size: 16px; color: #536171; vertical-align: top; display: block; margin: 32px 0; text-align: left; } datalist { font-family: roboto, Helvetica, sans-serif; font-size: 16px; } label { display: block; margin: 32px 0 0; text-align: left; font-weight: 700; font-size: 0.875em; } label + input { margin-top: 8px; } input[type="checkbox"], input[type="radio"] { margin: 0 0 4px !important; } input[type="checkbox"] + label, input[type="radio"] + label { margin: 0 0 0 8px; display: inline-block; } input[list], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea { width: 100%; max-width: 100%; padding: 8px; background-color: #fff; border-radius: 5px; border: 1px solid #d3dce0; } input[list], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] { height: 40px; line-height: 40px; -webkit-appearance: none; } textarea { -webkit-appearance: none; overflow: auto; } input[type="range"] { height: 40px; width: 100%; max-width: 100%; } input[type="file"] { min-height: 40px; } input[type="search"] { height: 40px; -webkit-appearance: none; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } input[type="checkbox"], input[type="radio"] { display: inline-block; vertical-align: middle; } fieldset { padding: 0; border: 0; } legend { padding: 0; font-weight: inherit; } .cta, button, input[type="button"], input[type="image"], input[type="reset"], input[type="submit"] { display: inline-block; height: 40px; min-width: 200px; background-color: #5c9fef; padding: 0 2em; cursor: pointer; line-height: 40px; color: #fff; font-weight: 400; -webkit-appearance: none; -moz-appearance: none; border: none; border-radius: 3px; text-align: center; } input[type="image"] { text-align: center; padding: 8px; } button[disabled], input[disabled], option[disabled], select[disabled], textarea[disabled] { cursor: not-allowed; } input:focus, option:focus, select:focus, textarea:focus { border-color: #5c9fef; color: #536171; } .cta:focus, button:focus { background-color: #3c80cf; color: #fff; } input[type="checkbox"]:focus, input[type="radio"]:focus { outline: 2px dashed #d3dce0; border-radius: 4px; } .cta:focus, .cta:hover, button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover { background-color: #3c80cf; color: #fff; } .form-item + .form-item { margin-top: 32px; } .form-item input { margin: 0 0 8px; } .form-item__help-text { font-size: 0.875em; color: #8091a5; } .form-item__error-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .form-item__error-icon { width: 12px; height: 12px; padding-right: 0.3em; color: #cd3f39; } .form-item__error-message { font-size: 0.875em; color: #cd3f39; } .status-block { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 32px 0; padding: 16px; border-radius: 4px; font-size: 0.875em; } .status-block--success { background: #f4fffb; } .status-block--error { background: #fbe3e2; } .status-block--info { background: #e8f7ff; } .status-block__icon { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 24px; height: 24px; margin-right: 8px; } .status-block__icon--success { color: #0eb87f; } .status-block__icon--error { color: #cd3f39; } .status-block__icon--info { color: #a9b9c0; } .status-block__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .status-block__title { font-weight: 700; color: #2a3039; } .status-block__message { color: #536171; } .status-block__message form button { margin: 0; padding: 0; background: none; color: #5c9fef; line-height: 1.5em; min-width: 0; font-size: 14px; text-decoration: underline; height: auto; } .status-block__message form button:hover { color: #3c80cf; } .status-block__readmore { display: none; padding-top: 1.5em; } .status-block__readmore--active { display: block; } .status-block__readmore-trigger { text-decoration: underline; } .status-block__readmore-trigger:hover:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233c80cf' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E"); } .status-block__readmore-trigger.active:after { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .status-block__readmore-trigger:after { content: ""; display: inline-block; background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%235c9fef' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E"); background-size: contain; background-position: 50%; background-repeat: no-repeat; width: 4px; height: 8px; padding: 0 8px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } table { width: 100%; border: 1px solid #e5ebed; border-collapse: collapse; } td, th { padding: 10px; line-height: 1.5; } td:not(:last-of-type), th:not(:last-of-type) { border-right: 1px solid #e5ebed; } th { background-color: #f7f9fa; border-bottom: 1px solid #e5ebed; color: #2a3039; font-weight: 400; font-family: robotomedium, Helvetica, sans-serif; text-align: left; } tbody td { border-bottom: 1px dashed #e5ebed; } h1, h2, h3, h4, h5, h6 { font-family: robotomedium, Helvetica, sans-serif; font-weight: 400; line-height: 1.31; color: #2a3039; } h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; } a { color: inherit; text-decoration: none; } .form-item a, label a, p a { color: #5c9fef; text-decoration: underline; } .form-item a:hover, label a:hover, p a:hover { color: #3c80cf; text-decoration: underline; } p:first-child { margin-top: 0; } p:last-child { margin-bottom: 0; } blockquote { margin: 0; padding: 0 0 0 16px; font-style: italic; border-left: 4px solid #c3cfd5; } .layout-centered { max-width: 980px; } .layout-centered, .layout-centered-small { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0 auto; padding: 0 2vw; } .layout-centered-small { max-width: 620px; } .layout-no-sidebar { padding: 0 16px; } .layout-no-sidebar, .layout-sidebar { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; max-width: 980px; margin: 0 auto; } .layout-sidebar__sidebar-header { padding: 16px; border-bottom: 1px solid #eee; } .layout-sidebar__sidebar-title { font-family: robotomedium, Helvetica, sans-serif; font-size: 1.25em; font-weight: 400; margin: 0; } .layout-sidebar__sidebar-content { background: #f7f9fa; padding: 16px; } .layout-sidebar__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 16px 0 0; padding: 0 16px; } .layout-sidebar__content > * { max-width: 732px; width: 100%; } .grid-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .grid-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 32px; } .header { margin-bottom: 24px; } .header__upper-wrapper { background: #536171; padding: 8px 0; color: #b4c3ca; } .header__upper-wrapper a.active, .header__upper-wrapper a:hover { color: #fff; } .header__upper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 0.875em; } .header__upper-copy { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 0 8px; } .header__upper-menu, .header__upper-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header__upper-title { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0 0 8px; } .header__upper-title img { display: inline-block; width: 24px; height: auto; margin-right: 8px; } .header__upper-link { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header__upper-icon { display: inline-block; width: 20px; height: 20px; margin-right: 8px; } .header__lower { -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; padding-top: 16px; padding-bottom: 8px; border-bottom: 1px solid #e5ebed; } .header__logo, .header__lower { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; justify-content: center; } .header__logo { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -ms-flex-pack: center; margin: 0 0 8px; } .header__logo img { width: 100%; height: auto; max-width: 169px; } .header__controls { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; } .header__controls, .header__controls_group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; justify-content: center; margin: 0 0 8px; } .header__controls_group { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; -ms-flex-pack: center; border: none; border-radius: 4px; color: inherit; } .header__controls_group:last-child { margin: 0; } .header__controls_label { position: relative; z-index: 5; cursor: pointer; } .header__controls_label:hover { color: #fff; } .header__controls_label:hover:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E"); } .header__controls_label:after { content: ""; display: inline-block; width: 10px; height: 5px; margin-left: 8px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23B4C3CA' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E"); background-size: contain; background-position: 50%; background-repeat: no-repeat; vertical-align: middle; } .header__controls_dropdown { position: absolute; z-index: 6; -webkit-box-sizing: border-box; box-sizing: border-box; right: 0; width: 260px; max-width: 90vw; margin: 12px 0 0; opacity: 0; background: #fff; border-radius: 2px; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; pointer-events: none; } .header__controls_dropdown--active { opacity: 1; pointer-events: all; } .header__controls_dropdown--active:before { content: ""; position: absolute; left: 50%; top: -5px; width: 10px; height: 10px; background-color: inherit; -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); } .header__controls_help_text { padding: 16px; color: #8091a5; line-height: 1.29; } .header__controls_button { -webkit-box-sizing: border-box; box-sizing: border-box; height: auto; width: 100%; margin: 0; padding: 16px; border-radius: 0; font-size: 1em; text-align: left; line-height: 1em; } .header__controls_button, .header__controls_button:hover { background: #fff; color: #263545; } .header__controls_button--active, .header__controls_button--active:hover { background: #d3dce0; } .header__controls_button_help { display: inline-block; margin-top: 8px; font-size: 0.875em; line-height: 1.5em; color: #8091a5; } .footer { padding: 32px 0 16px; } .footer p { margin: 0; } .footer__upper { -ms-flex-wrap: wrap; flex-wrap: wrap; min-height: 80px; border-bottom: 1px solid #e5ebed; } .footer__upper, .footer__upper > * { display: -webkit-box; display: -ms-flexbox; display: flex; } .footer__upper > * { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer__navigation { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .footer__apps { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .footer__apps a { display: inline-block; width: 138px; } .footer__apps a + a { margin-left: 8px; } .footer__apps a img { width: 100%; height: auto; } .footer__lower { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 16px 8px 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer__lower > * { margin: 0 0 16px; } .footer__logo { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 140px; height: 28px; margin-right: 16px; } .footer__disclaimer-text { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; color: #a9b9c0; font-size: 0.75em; line-height: 1.5; text-align: justify; } .footer__social { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer__social a + a { margin-left: 16px; } .footer__social svg { color: #a9b9c0; width: 24px; height: 24px; } .breadcrumb { margin-bottom: 8px; font-size: 0.875em; } .breadcrumb ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; } .breadcrumb ul, .breadcrumb ul li { margin: 0; } .breadcrumb ul li:after { content: ""; display: inline-block; background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8'%3E%3Cpath fill='none' stroke='%23536171' stroke-width='1.5' d='M1 7l3-2.89L1 1'/%3E%3C/svg%3E"); background-size: contain; background-position: 50%; background-repeat: no-repeat; width: 4px; height: 8px; padding: 0 8px; } .breadcrumb ul li:last-child:after { display: none; } .breadcrumb ul li a { display: inline-block; } .breadcrumb ul li a:hover { color: #3c80cf; } .editorial-features { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-line-pack: center; align-content: center; margin-bottom: 16px; } .editorial-features a { color: #5c9fef; } .editorial-features__item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-right: 8px; } .editorial-features__item:last-child { margin-right: 0; } .editorial-features__hint-wrapper { position: relative; z-index: 3; margin-left: 8px; } .editorial-features__hint-wrapper:hover > div { opacity: 1; -webkit-transition-delay: 0s; transition-delay: 0s; } .editorial-features__hint-icon { width: 24px; height: 24px; cursor: help; } .editorial-features__hint-message { position: absolute; z-index: 4; -webkit-box-sizing: border-box; box-sizing: border-box; top: 24px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 260px; max-width: 90vw; margin: 12px 0 0; padding: 16px; background: #536171; border-radius: 2px; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); opacity: 0; -webkit-transition: opacity 0.3s ease 0.3s; transition: opacity 0.3s ease 0.3s; pointer-events: none; font-size: 0.75em; line-height: 1.5; color: #fff; } .editorial-features__hint-message:before { content: ""; position: absolute; left: 50%; top: -5px; width: 10px; height: 10px; background-color: inherit; -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); } .main-navigation ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; } .main-navigation ul, .main-navigation ul li { margin: 0; } .main-navigation ul li + li { margin-left: 8px; } .main-navigation ul li a { display: block; text-transform: uppercase; font-weight: 700; padding: 0.7em 1em; color: #8091a5; border-radius: 4px; } .main-navigation ul li a.active, .main-navigation ul li a:hover { background: #f7f9fa; } .main-navigation ul li a.active { color: #536171; } .modal { display: none; } .modal--visible { display: block; } .modal__overlay { position: fixed; z-index: 7; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.3; background-color: #3b3d40; cursor: pointer; } .modal__wrapper { position: fixed; z-index: 8; left: 50%; top: 5vh; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-box-sizing: border-box; box-sizing: border-box; width: 80vw; max-width: 800px; max-height: 90vh; overflow: auto; padding: 32px; background-color: #fff; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); border-radius: 4px; } .modal__title { margin-bottom: 2vh; font-size: 1em; text-align: center; } .modal__content { color: #8091a5; font-size: 0.875em; line-height: 1.3em; } .modal__content ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0; margin: 0; margin-top: 2em; } .modal__content ul li { width: 50px; height: 100px; margin: 0 10px; text-align: center; } .modal__content ul li img { width: 50px; height: 50px; } .modal__content ul li img.inactive { opacity: 0.3; } .modal__content a { color: #5c9fef; text-decoration: underline; } .modal__content a:hover { color: #3c80cf; } .modal__cta-wrapper { text-align: center; margin-top: 32px; } .modal__cta { display: inline-block; padding-bottom: 0.3em; border-bottom: 1px solid #5c9fef; color: #5c9fef; font-size: 0.75em; font-weight: 700; line-height: 2.17; letter-spacing: 2px; text-transform: uppercase; } .modal__cta:hover { color: #3c80cf; border-bottom-color: #3c80cf; } .modal__close-wrapper { position: absolute; z-index: 9; top: 16px; right: 16px; } .modal__close-button { display: block; width: 18px; height: 18px; color: #a9b9c0; } .modal__close-button svg { width: 100%; height: 100%; } .pill { display: inline-block; vertical-align: middle; padding: 0 8px; background: #3c80cf; border-radius: 4px; text-transform: uppercase; font-size: 14px; font-size: 0.875rem; letter-spacing: 1px; color: #fff; } .pill--draft { background-color: #e6ae17; } .pill--pending-changes { background-color: #3e97d6; } .sidebar-menu__list { list-style: none; margin: 0; padding: 0; } .sidebar-menu__item { margin: 0 0 16px; padding: 0; font-size: 0.9em; line-height: 1.8; } .sidebar-menu__link { display: block; color: #8091a5; } .sidebar-menu__link.active, .sidebar-menu__link:hover { color: #536171; } .sidebar-menu__link.active { font-family: robotomedium, Helvetica, sans-serif; } .table-of-contents__list { list-style: none; margin: 0; padding: 0; padding-left: 32px; } .table-of-contents__item { margin: 0 0 8px; padding: 0; font-size: 0.9em; line-height: 1.8; } .table-of-contents__link { display: block; color: #8091a5; } .table-of-contents__link.active, .table-of-contents__link:hover { color: #536171; } .table-of-contents__link.active { position: relative; font-family: robotomedium, Helvetica, sans-serif; } .table-of-contents__link.active:after, .table-of-contents__link.active:before { position: absolute; top: 0; } .table-of-contents__link.active:before { content: ""; left: -48px; bottom: 0; width: 3px; background: #536171; } .table-of-contents__link.visited { position: relative; } .table-of-contents__link.visited:after, .table-of-contents__link.visited:before { position: absolute; top: 0; } .table-of-contents__link.visited:after { content: ""; display: block; width: 16px; height: 16px; top: 50%; left: -32px; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23536171'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%23A9B9C0' fill-rule='nonzero' d='M9.992 1.667c-4.6 0-8.325 3.733-8.325 8.333s3.725 8.333 8.325 8.333c4.608 0 8.341-3.733 8.341-8.333S14.6 1.667 9.992 1.667zm.008 15A6.665 6.665 0 0 1 3.333 10 6.665 6.665 0 0 1 10 3.333 6.665 6.665 0 0 1 16.667 10 6.665 6.665 0 0 1 10 16.667z'/%3E%3Cpath stroke='%23A9B9C0' stroke-width='1.333' d='M13.333 7.5l-5 5-1.666-1.786'/%3E%3C/g%3E%3C/svg%3E"); background-size: contain; background-position: 50%; background-repeat: no-repeat; } body { background-color: #fff; color: #536171; font-family: roboto, Helvetica, sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5em; } body.modal-open { overflow: hidden; } .main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; } .main__header { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .main__content { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .main__footer { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .hljs { display: block; overflow-x: auto; padding: 0.5em; color: #333; background: #f8f8f8; } .hljs-comment, .hljs-quote { color: #998; font-style: italic; } .hljs-keyword, .hljs-selector-tag, .hljs-subst { color: #333; font-weight: 700; } .hljs-literal, .hljs-number, .hljs-tag .hljs-attr, .hljs-template-variable, .hljs-variable { color: teal; } .hljs-doctag, .hljs-string { color: #d14; } .hljs-section, .hljs-selector-id, .hljs-title { color: #900; font-weight: 700; } .hljs-subst { font-weight: 400; } .hljs-class .hljs-title, .hljs-type { color: #458; font-weight: 700; } .hljs-attribute, .hljs-name, .hljs-tag { color: navy; font-weight: 400; } .hljs-link, .hljs-regexp { color: #009926; } .hljs-bullet, .hljs-symbol { color: #990073; } .hljs-built_in, .hljs-builtin-name { color: #0086b3; } .hljs-meta { color: #999; font-weight: 700; } .hljs-deletion { background: #fdd; } .hljs-addition { background: #dfd; } .hljs-emphasis { font-style: italic; } .hljs-strong { font-weight: 700; } .course-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 32px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } .course-card__categories { -webkit-box-flex: 0; -ms-flex: 0 0 1.5em; flex: 0 0 1.5em; margin-bottom: 16px; height: 1.5em; } .course-card__category { display: inline-block; color: #8091a5; font-size: 0.75em; font-family: robotomedium, Helvetica, sans-serif; } .course-card__category:after { content: " • "; display: inline-block; padding: 0 0.5em; } .course-card__category:last-child:after { display: none; } .course-card__category-link { display: inline-block; letter-spacing: 2px; } .course-card__title { -webkit-box-flex: 0; -ms-flex: 0 1 12vh; flex: 0 1 12vh; max-height: 120px; margin: 0; overflow: hidden; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #e5ebed; font-family: robotomedium, Helvetica, sans-serif; font-weight: 400; font-size: 1.625em; line-height: 1.38; } .course-card__title a:after { content: " "; } .course-card__title .pill { margin-bottom: 3px; } .course-card__description { -webkit-box-flex: 0; -ms-flex: 0 1 18vh; flex: 0 1 18vh; max-height: 150px; overflow: hidden; margin: 0 0 32px; line-height: 1.63; color: #536171; } .course-card__link-wrapper { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .course-card__link { display: inline-block; padding-bottom: 0.3em; border-bottom: 1px solid #5c9fef; text-transform: uppercase; color: #5c9fef; font-size: 0.75em; line-height: 2.17; letter-spacing: 2px; } .course-card__link:hover { color: #3c80cf; border-bottom-color: #3c80cf; } .course__title { margin-bottom: 32px; } .course__overview { font-family: robotomedium, Helvetica, sans-serif; } .course__overview-title { border-bottom: 1px solid #eee; padding: 16px 0; margin: 0; line-height: 1.31; font-weight: 400; text-transform: uppercase; text-align: center; } .course__overview-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 16px; border-bottom: 1px solid #eee; line-height: 1.54; font-size: 0.8em; } .course__overview-icon { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 24px; height: 24px; padding-right: 16px; } .course__overview-value { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } .course__overview-cta-wrapper { padding: 16px 0; text-align: center; } .course__overview-cta { margin: 0; } .course__cta { margin-bottom: 0; } .module-copy img { display: block; max-width: 100%; height: auto; margin: 0 auto; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } .module-copy__wrapper--emphasized { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 24px 0; background-color: #8091a5; border-radius: 4px; color: #c3cfd5; } .module-copy__wrapper--emphasized a { color: inherit; } .module-copy__wrapper--emphasized a:hover { color: #fff; } .module-copy__first--emphasized { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 50vw; padding: 0 32px; } .module-copy__second--emphasized { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .module-copy__headline--emphasized { color: #fff; font-size: 1.25em; } .module-copy__copy--emphasized { font-size: 0.875em; } .module-copy__cta--emphasized { background-color: #536171; color: #fff; margin-bottom: 0; } .module-hero-image__wrapper { position: relative; overflow: hidden; max-height: 60vh; border-radius: 4px; } .module-hero-image__image { display: block; max-width: 100%; height: auto; margin: 0 auto; } .module-hero-image__headline-wrapper { position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .module-hero-image__headline { color: #fff; text-align: center; font-size: 4.5vw; line-height: 1; text-shadow: 0 3px 0 #b2a98f, 0 14px 10px rgba(0, 0, 0, 0.15), 0 24px 2px rgba(0, 0, 0, 0.1), 0 34px 30px rgba(0, 0, 0, 0.1); } .module-highlighted-course__wrapper { position: relative; overflow: hidden; height: 50vh; min-height: 250px; max-height: 500px; border-radius: 4px; background-size: cover; background-repeat: no-repeat; background-position: 50%; } .module-highlighted-course__overlay { z-index: 1; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.8; border-radius: 4px; background-color: #3c3d41; } .module-highlighted-course__content { z-index: 2; position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 32px 64px; color: #a9b9c0; } .module-highlighted-course__categories { -webkit-box-flex: 0; -ms-flex: 0 0 1.5em; flex: 0 0 1.5em; } .module-highlighted-course__category { display: inline-block; margin-right: 32px; font-size: 0.75em; letter-spacing: 2px; } .module-highlighted-course__title { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin: 0 0 8px; color: #fff; font-size: 2em; line-height: 1.3; white-space: nowrap; } .module-highlighted-course__description-wrapper { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: 400px; line-height: 1.3; } .module-highlighted-course__description-wrapper p { margin: 0; } .module-highlighted-course__link-wrapper { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-top: 32px; } .module-highlighted-course__link { display: inline-block; border-bottom: 1px solid #fff; text-transform: uppercase; color: #fff; font-size: 0.75em; line-height: 2.17; letter-spacing: 2px; } .module { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; max-width: 980px; margin: 0 auto 32px; padding: 0 2vw; } .module img { width: 100%; height: auto; } .module:last-child { margin-bottom: 0; } .modules-container { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .lesson__title { margin-bottom: 32px; } .lesson__cta { margin-bottom: 0; } .lesson-module { margin-bottom: 32px; } .lesson-module:last-child { margin-bottom: 0; } .lesson-module-copy img { display: block; max-width: 100%; height: auto; margin: 0 auto; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } .lesson-module-copy a { color: #5c9fef; } .lesson-module-code__header { white-space: nowrap; overflow: auto; } .lesson-module-code__code-area { background: #f7f9fa; } .lesson-module-code__trigger { display: inline-block; height: 30px; padding: 0 8px; margin-right: 8px; background: #fff; border-top: 3px solid transparent; line-height: 30px; font-family: robotomedium, Helvetica, sans-serif; font-size: 0.875em; color: #8091a5; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lesson-module-code__trigger:last-child { margin-right: 0; } .lesson-module-code__trigger:hover { color: #3c80cf; } .lesson-module-code__trigger--active { background: #f7f9fa; color: #536171 !important; cursor: default; border-color: #c3cfd5; } .lesson-module-code__code { display: none; } .lesson-module-code__code pre { margin: 0; } .lesson-module-code__code--active { display: block; } .lesson-module-image__figure { margin: 0; } .lesson-module-image__image { display: block; max-width: 100%; height: auto; margin: 0 auto; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } .lesson-module-image__caption { margin-top: 16px; font-style: italic; text-align: center; line-height: 1.63; color: #a9b9c0; } @media (min-width: 700px) { .layout-no-sidebar { padding-left: 276px; } .layout-sidebar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 0 16px; } .layout-sidebar__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 228px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } .layout-sidebar__content { -webkit-box-flex: 0; -ms-flex: 0 1 732px; flex: 0 1 732px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 32px; padding: 0; } .grid-list { margin: 0 -16px; } .grid-list__item { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 45%; flex: 0 0 45%; -ms-flex: 0 0 calc(50% - 32px); flex: 0 0 calc(50% - 32px); margin: 0 16px 32px; } .header { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .header__upper { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__upper-copy { margin: 0 0 0 16px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .header__upper-title { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; } .header__lower { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .header__logo { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; } .header__controls { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; } .header__controls, .header__controls_group { margin: 0 16px 0 0; } .footer__apps { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .footer__lower { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 16px 16px 0; } .footer__disclaimer-text { text-align: normal; } .footer__social { padding: 0 0 0 32px; } .main-navigation ul { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .modal__wrapper { top: 20vh; max-height: 70vh; padding: 64px 96px; } .modal__title { margin-bottom: 32px; font-size: 1.25em; } .modal__content { font-size: 1em; line-height: 1.5em; } .modal__close-wrapper { top: 32px; right: 32px; } .modal__close-button { width: 24px; height: 24px; } .course__overview { float: right; border-radius: 4px; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); width: 228px; margin: 0 0 32px 32px; } .module-copy__wrapper--emphasized { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .module-copy__first--emphasized { padding-left: 32px; } .module-copy__second--emphasized { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 0 32px; width: 20vw; } .module-hero-image__headline { font-size: 4em; } .module-highlighted-course__title { font-size: 3.25em; } .module-highlighted-course__description-wrapper { font-size: 1.25em; } }
people_network/public/stylesheets/style.css
html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, footer, header, nav, section { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } figcaption, figure, main { display: block; } figure { margin: 1em 40px; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; -webkit-text-decoration-skip: objects; } abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } b, strong { font-weight: inherit; font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } dfn { font-style: italic; } mark { background-color: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } audio, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } img { border-style: none; } svg:not(:root) { overflow: hidden; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button, input { overflow: visible; } button, select { text-transform: none; } [type="reset"], [type="submit"], button, html [type="button"] { -webkit-appearance: button; } [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; white-space: normal; } progress { display: inline-block; vertical-align: baseline; } [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } details, menu { display: block; } summary { display: list-item; } canvas { display: inline-block; } [hidden], template { display: none; } @font-face { font-family: roboto; src: url(/fonts/roboto-regular-webfont.woff2) format("woff2"), url(/fonts/roboto-regular-webfont.woff) format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: roboto; src: url(/fonts/roboto-italic-webfont.woff2) format("woff2"), url(/fonts/roboto-italic-webfont.woff) format("woff"); font-weight: 400; font-style: italic; } @font-face { font-family: roboto; src: url(/fonts/roboto-bold-webfont.woff2) format("woff2"), url(/fonts/roboto-bold-webfont.woff) format("woff"); font-weight: 700; font-style: normal; } @font-face { font-family: roboto; src: url(/fonts/roboto-bolditalic-webfont.woff2) format("woff2"), url(/fonts/roboto-bolditalic-webfont.woff) format("woff"); font-weight: 700; font-style: italic; } @font-face { font-family: robotomedium; src: url(/fonts/roboto-medium-webfont.woff2) format("woff2"), url(/fonts/roboto-medium-webfont.woff) format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: robotomedium; src: url(/fonts/roboto-mediumitalic-webfont.woff2) format("woff2"), url(/fonts/roboto-mediumitalic-webfont.woff) format("woff"); font-weight: 400; font-style: italic; } .cta, button, fieldset, input, legend, optgroup, option, select, textarea { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; font-family: roboto, Helvetica, sans-serif; font-size: 16px; color: #536171; vertical-align: top; display: block; margin: 32px 0; text-align: left; } datalist { font-family: roboto, Helvetica, sans-serif; font-size: 16px; } label { display: block; margin: 32px 0 0; text-align: left; font-weight: 700; font-size: 0.875em; } label + input { margin-top: 8px; } input[type="checkbox"], input[type="radio"] { margin: 0 0 4px !important; } input[type="checkbox"] + label, input[type="radio"] + label { margin: 0 0 0 8px; display: inline-block; } input[list], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea { width: 100%; max-width: 100%; padding: 8px; background-color: #fff; border-radius: 5px; border: 1px solid #d3dce0; } input[list], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] { height: 40px; line-height: 40px; -webkit-appearance: none; } textarea { -webkit-appearance: none; overflow: auto; } input[type="range"] { height: 40px; width: 100%; max-width: 100%; } input[type="file"] { min-height: 40px; } input[type="search"] { height: 40px; -webkit-appearance: none; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } input[type="checkbox"], input[type="radio"] { display: inline-block; vertical-align: middle; } fieldset { padding: 0; border: 0; } legend { padding: 0; font-weight: inherit; } .cta, button, input[type="button"], input[type="image"], input[type="reset"], input[type="submit"] { display: inline-block; height: 40px; min-width: 200px; background-color: #5c9fef; padding: 0 2em; cursor: pointer; line-height: 40px; color: #fff; font-weight: 400; -webkit-appearance: none; -moz-appearance: none; border: none; border-radius: 3px; text-align: center; } input[type="image"] { text-align: center; padding: 8px; } button[disabled], input[disabled], option[disabled], select[disabled], textarea[disabled] { cursor: not-allowed; } input:focus, option:focus, select:focus, textarea:focus { border-color: #5c9fef; color: #536171; } .cta:focus, button:focus { background-color: #3c80cf; color: #fff; } input[type="checkbox"]:focus, input[type="radio"]:focus { outline: 2px dashed #d3dce0; border-radius: 4px; } .cta:focus, .cta:hover, button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover { background-color: #3c80cf; color: #fff; } .form-item + .form-item { margin-top: 32px; } .form-item input { margin: 0 0 8px; } .form-item__help-text { font-size: 0.875em; color: #8091a5; } .form-item__error-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .form-item__error-icon { width: 12px; height: 12px; padding-right: 0.3em; color: #cd3f39; } .form-item__error-message { font-size: 0.875em; color: #cd3f39; } .status-block { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 32px 0; padding: 16px; border-radius: 4px; font-size: 0.875em; } .status-block--success { background: #f4fffb; } .status-block--error { background: #fbe3e2; } .status-block--info { background: #e8f7ff; } .status-block__icon { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 24px; height: 24px; margin-right: 8px; } .status-block__icon--success { color: #0eb87f; } .status-block__icon--error { color: #cd3f39; } .status-block__icon--info { color: #a9b9c0; } .status-block__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .status-block__title { font-weight: 700; color: #2a3039; } .status-block__message { color: #536171; } .status-block__message form button { margin: 0; padding: 0; background: none; color: #5c9fef; line-height: 1.5em; min-width: 0; font-size: 14px; text-decoration: underline; height: auto; } .status-block__message form button:hover { color: #3c80cf; } .status-block__readmore { display: none; padding-top: 1.5em; } .status-block__readmore--active { display: block; } .status-block__readmore-trigger { text-decoration: underline; } .status-block__readmore-trigger:hover:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233c80cf' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E"); } .status-block__readmore-trigger.active:after { -webkit-transform: rotate(0deg); transform: rotate(0deg); } .status-block__readmore-trigger:after { content: ""; display: inline-block; background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%235c9fef' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E"); background-size: contain; background-position: 50%; background-repeat: no-repeat; width: 4px; height: 8px; padding: 0 8px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } table { width: 100%; border: 1px solid #e5ebed; border-collapse: collapse; } td, th { padding: 10px; line-height: 1.5; } td:not(:last-of-type), th:not(:last-of-type) { border-right: 1px solid #e5ebed; } th { background-color: #f7f9fa; border-bottom: 1px solid #e5ebed; color: #2a3039; font-weight: 400; font-family: robotomedium, Helvetica, sans-serif; text-align: left; } tbody td { border-bottom: 1px dashed #e5ebed; } h1, h2, h3, h4, h5, h6 { font-family: robotomedium, Helvetica, sans-serif; font-weight: 400; line-height: 1.31; color: #2a3039; } h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; } a { color: inherit; text-decoration: none; } .form-item a, label a, p a { color: #5c9fef; text-decoration: underline; } .form-item a:hover, label a:hover, p a:hover { color: #3c80cf; text-decoration: underline; } p:first-child { margin-top: 0; } p:last-child { margin-bottom: 0; } blockquote { margin: 0; padding: 0 0 0 16px; font-style: italic; border-left: 4px solid #c3cfd5; } .layout-centered { max-width: 980px; } .layout-centered, .layout-centered-small { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0 auto; padding: 0 2vw; } .layout-centered-small { max-width: 620px; } .layout-no-sidebar { padding: 0 16px; } .layout-no-sidebar, .layout-sidebar { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; max-width: 980px; margin: 0 auto; } .layout-sidebar__sidebar-header { padding: 16px; border-bottom: 1px solid #eee; } .layout-sidebar__sidebar-title { font-family: robotomedium, Helvetica, sans-serif; font-size: 1.25em; font-weight: 400; margin: 0; } .layout-sidebar__sidebar-content { background: #f7f9fa; padding: 16px; } .layout-sidebar__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 16px 0 0; padding: 0 16px; } .layout-sidebar__content > * { max-width: 732px; width: 100%; } .grid-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .grid-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 32px; } .header { margin-bottom: 24px; } .header__upper-wrapper { background: #536171; padding: 8px 0; color: #b4c3ca; } .header__upper-wrapper a.active, .header__upper-wrapper a:hover { color: #fff; } .header__upper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 0.875em; } .header__upper-copy { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 0 8px; } .header__upper-menu, .header__upper-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header__upper-title { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0 0 8px; } .header__upper-title img { display: inline-block; width: 24px; height: auto; margin-right: 8px; } .header__upper-link { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header__upper-icon { display: inline-block; width: 20px; height: 20px; margin-right: 8px; } .header__lower { -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; padding-top: 16px; padding-bottom: 8px; border-bottom: 1px solid #e5ebed; } .header__logo, .header__lower { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; justify-content: center; } .header__logo { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -ms-flex-pack: center; margin: 0 0 8px; } .header__logo img { width: 100%; height: auto; max-width: 169px; } .header__controls { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; } .header__controls, .header__controls_group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; justify-content: center; margin: 0 0 8px; } .header__controls_group { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; -ms-flex-pack: center; border: none; border-radius: 4px; color: inherit; } .header__controls_group:last-child { margin: 0; } .header__controls_label { position: relative; z-index: 5; cursor: pointer; } .header__controls_label:hover { color: #fff; } .header__controls_label:hover:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E"); } .header__controls_label:after { content: ""; display: inline-block; width: 10px; height: 5px; margin-left: 8px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23B4C3CA' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E"); background-size: contain; background-position: 50%; background-repeat: no-repeat; vertical-align: middle; } .header__controls_dropdown { position: absolute; z-index: 6; -webkit-box-sizing: border-box; box-sizing: border-box; right: 0; width: 260px; max-width: 90vw; margin: 12px 0 0; opacity: 0; background: #fff; border-radius: 2px; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; pointer-events: none; } .header__controls_dropdown--active { opacity: 1; pointer-events: all; } .header__controls_dropdown--active:before { content: ""; position: absolute; left: 50%; top: -5px; width: 10px; height: 10px; background-color: inherit; -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); } .header__controls_help_text { padding: 16px; color: #8091a5; line-height: 1.29; } .header__controls_button { -webkit-box-sizing: border-box; box-sizing: border-box; height: auto; width: 100%; margin: 0; padding: 16px; border-radius: 0; font-size: 1em; text-align: left; line-height: 1em; } .header__controls_button, .header__controls_button:hover { background: #fff; color: #263545; } .header__controls_button--active, .header__controls_button--active:hover { background: #d3dce0; } .header__controls_button_help { display: inline-block; margin-top: 8px; font-size: 0.875em; line-height: 1.5em; color: #8091a5; } .footer { padding: 32px 0 16px; } .footer p { margin: 0; } .footer__upper { -ms-flex-wrap: wrap; flex-wrap: wrap; min-height: 80px; border-bottom: 1px solid #e5ebed; } .footer__upper, .footer__upper > * { display: -webkit-box; display: -ms-flexbox; display: flex; } .footer__upper > * { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer__navigation { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .footer__apps { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .footer__apps a { display: inline-block; width: 138px; } .footer__apps a + a { margin-left: 8px; } .footer__apps a img { width: 100%; height: auto; } .footer__lower { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 16px 8px 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer__lower > * { margin: 0 0 16px; } .footer__logo { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 140px; height: 28px; margin-right: 16px; } .footer__disclaimer-text { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; color: #a9b9c0; font-size: 0.75em; line-height: 1.5; text-align: justify; } .footer__social { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer__social a + a { margin-left: 16px; } .footer__social svg { color: #a9b9c0; width: 24px; height: 24px; } .breadcrumb { margin-bottom: 8px; font-size: 0.875em; } .breadcrumb ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; } .breadcrumb ul, .breadcrumb ul li { margin: 0; } .breadcrumb ul li:after { content: ""; display: inline-block; background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8'%3E%3Cpath fill='none' stroke='%23536171' stroke-width='1.5' d='M1 7l3-2.89L1 1'/%3E%3C/svg%3E"); background-size: contain; background-position: 50%; background-repeat: no-repeat; width: 4px; height: 8px; padding: 0 8px; } .breadcrumb ul li:last-child:after { display: none; } .breadcrumb ul li a { display: inline-block; } .breadcrumb ul li a:hover { color: #3c80cf; } .editorial-features { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-line-pack: center; align-content: center; margin-bottom: 16px; } .editorial-features a { color: #5c9fef; } .editorial-features__item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-right: 8px; } .editorial-features__item:last-child { margin-right: 0; } .editorial-features__hint-wrapper { position: relative; z-index: 3; margin-left: 8px; } .editorial-features__hint-wrapper:hover > div { opacity: 1; -webkit-transition-delay: 0s; transition-delay: 0s; } .editorial-features__hint-icon { width: 24px; height: 24px; cursor: help; } .editorial-features__hint-message { position: absolute; z-index: 4; -webkit-box-sizing: border-box; box-sizing: border-box; top: 24px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 260px; max-width: 90vw; margin: 12px 0 0; padding: 16px; background: #536171; border-radius: 2px; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); opacity: 0; -webkit-transition: opacity 0.3s ease 0.3s; transition: opacity 0.3s ease 0.3s; pointer-events: none; font-size: 0.75em; line-height: 1.5; color: #fff; } .editorial-features__hint-message:before { content: ""; position: absolute; left: 50%; top: -5px; width: 10px; height: 10px; background-color: inherit; -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); } .main-navigation ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; } .main-navigation ul, .main-navigation ul li { margin: 0; } .main-navigation ul li + li { margin-left: 8px; } .main-navigation ul li a { display: block; text-transform: uppercase; font-weight: 700; padding: 0.7em 1em; color: #8091a5; border-radius: 4px; } .main-navigation ul li a.active, .main-navigation ul li a:hover { background: #f7f9fa; } .main-navigation ul li a.active { color: #536171; } .modal { display: none; } .modal--visible { display: block; } .modal__overlay { position: fixed; z-index: 7; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.3; background-color: #3b3d40; cursor: pointer; } .modal__wrapper { position: fixed; z-index: 8; left: 50%; top: 5vh; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-box-sizing: border-box; box-sizing: border-box; width: 80vw; max-width: 800px; max-height: 90vh; overflow: auto; padding: 32px; background-color: #fff; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); border-radius: 4px; } .modal__title { margin-bottom: 2vh; font-size: 1em; text-align: center; } .modal__content { color: #8091a5; font-size: 0.875em; line-height: 1.3em; } .modal__content ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0; margin: 0; margin-top: 2em; } .modal__content ul li { width: 50px; height: 100px; margin: 0 10px; text-align: center; } .modal__content ul li img { width: 50px; height: 50px; } .modal__content ul li img.inactive { opacity: 0.3; } .modal__content a { color: #5c9fef; text-decoration: underline; } .modal__content a:hover { color: #3c80cf; } .modal__cta-wrapper { text-align: center; margin-top: 32px; } .modal__cta { display: inline-block; padding-bottom: 0.3em; border-bottom: 1px solid #5c9fef; color: #5c9fef; font-size: 0.75em; font-weight: 700; line-height: 2.17; letter-spacing: 2px; text-transform: uppercase; } .modal__cta:hover { color: #3c80cf; border-bottom-color: #3c80cf; } .modal__close-wrapper { position: absolute; z-index: 9; top: 16px; right: 16px; } .modal__close-button { display: block; width: 18px; height: 18px; color: #a9b9c0; } .modal__close-button svg { width: 100%; height: 100%; } .pill { display: inline-block; vertical-align: middle; padding: 0 8px; background: #3c80cf; border-radius: 4px; text-transform: uppercase; font-size: 14px; font-size: 0.875rem; letter-spacing: 1px; color: #fff; } .pill--draft { background-color: #e6ae17; } .pill--pending-changes { background-color: #3e97d6; } .sidebar-menu__list { list-style: none; margin: 0; padding: 0; } .sidebar-menu__item { margin: 0 0 16px; padding: 0; font-size: 0.9em; line-height: 1.8; } .sidebar-menu__link { display: block; color: #8091a5; } .sidebar-menu__link.active, .sidebar-menu__link:hover { color: #536171; } .sidebar-menu__link.active { font-family: robotomedium, Helvetica, sans-serif; } .table-of-contents__list { list-style: none; margin: 0; padding: 0; padding-left: 32px; } .table-of-contents__item { margin: 0 0 8px; padding: 0; font-size: 0.9em; line-height: 1.8; } .table-of-contents__link { display: block; color: #8091a5; } .table-of-contents__link.active, .table-of-contents__link:hover { color: #536171; } .table-of-contents__link.active { position: relative; font-family: robotomedium, Helvetica, sans-serif; } .table-of-contents__link.active:after, .table-of-contents__link.active:before { position: absolute; top: 0; } .table-of-contents__link.active:before { content: ""; left: -48px; bottom: 0; width: 3px; background: #536171; } .table-of-contents__link.visited { position: relative; } .table-of-contents__link.visited:after, .table-of-contents__link.visited:before { position: absolute; top: 0; } .table-of-contents__link.visited:after { content: ""; display: block; width: 16px; height: 16px; top: 50%; left: -32px; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23536171'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%23A9B9C0' fill-rule='nonzero' d='M9.992 1.667c-4.6 0-8.325 3.733-8.325 8.333s3.725 8.333 8.325 8.333c4.608 0 8.341-3.733 8.341-8.333S14.6 1.667 9.992 1.667zm.008 15A6.665 6.665 0 0 1 3.333 10 6.665 6.665 0 0 1 10 3.333 6.665 6.665 0 0 1 16.667 10 6.665 6.665 0 0 1 10 16.667z'/%3E%3Cpath stroke='%23A9B9C0' stroke-width='1.333' d='M13.333 7.5l-5 5-1.666-1.786'/%3E%3C/g%3E%3C/svg%3E"); background-size: contain; background-position: 50%; background-repeat: no-repeat; } body { background-color: #fff; color: #536171; font-family: roboto, Helvetica, sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5em; } body.modal-open { overflow: hidden; } .main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; } .main__header { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .main__content { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .main__footer { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .hljs { display: block; overflow-x: auto; padding: 0.5em; color: #333; background: #f8f8f8; } .hljs-comment, .hljs-quote { color: #998; font-style: italic; } .hljs-keyword, .hljs-selector-tag, .hljs-subst { color: #333; font-weight: 700; } .hljs-literal, .hljs-number, .hljs-tag .hljs-attr, .hljs-template-variable, .hljs-variable { color: teal; } .hljs-doctag, .hljs-string { color: #d14; } .hljs-section, .hljs-selector-id, .hljs-title { color: #900; font-weight: 700; } .hljs-subst { font-weight: 400; } .hljs-class .hljs-title, .hljs-type { color: #458; font-weight: 700; } .hljs-attribute, .hljs-name, .hljs-tag { color: navy; font-weight: 400; } .hljs-link, .hljs-regexp { color: #009926; } .hljs-bullet, .hljs-symbol { color: #990073; } .hljs-built_in, .hljs-builtin-name { color: #0086b3; } .hljs-meta { color: #999; font-weight: 700; } .hljs-deletion { background: #fdd; } .hljs-addition { background: #dfd; } .hljs-emphasis { font-style: italic; } .hljs-strong { font-weight: 700; } .course-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 32px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } .course-card__categories { -webkit-box-flex: 0; -ms-flex: 0 0 1.5em; flex: 0 0 1.5em; margin-bottom: 16px; height: 1.5em; } .course-card__category { display: inline-block; color: #8091a5; font-size: 0.75em; font-family: robotomedium, Helvetica, sans-serif; } .course-card__category:after { content: " • "; display: inline-block; padding: 0 0.5em; } .course-card__category:last-child:after { display: none; } .course-card__category-link { display: inline-block; letter-spacing: 2px; } .course-card__title { -webkit-box-flex: 0; -ms-flex: 0 1 12vh; flex: 0 1 12vh; max-height: 120px; margin: 0; overflow: hidden; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #e5ebed; font-family: robotomedium, Helvetica, sans-serif; font-weight: 400; font-size: 1.625em; line-height: 1.38; } .course-card__title a:after { content: " "; } .course-card__title .pill { margin-bottom: 3px; } .course-card__description { -webkit-box-flex: 0; -ms-flex: 0 1 18vh; flex: 0 1 18vh; max-height: 150px; overflow: hidden; margin: 0 0 32px; line-height: 1.63; color: #536171; } .course-card__link-wrapper { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .course-card__link { display: inline-block; padding-bottom: 0.3em; border-bottom: 1px solid #5c9fef; text-transform: uppercase; color: #5c9fef; font-size: 0.75em; line-height: 2.17; letter-spacing: 2px; } .course-card__link:hover { color: #3c80cf; border-bottom-color: #3c80cf; } .course__title { margin-bottom: 32px; } .course__overview { font-family: robotomedium, Helvetica, sans-serif; } .course__overview-title { border-bottom: 1px solid #eee; padding: 16px 0; margin: 0; line-height: 1.31; font-weight: 400; text-transform: uppercase; text-align: center; } .course__overview-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 16px; border-bottom: 1px solid #eee; line-height: 1.54; font-size: 0.8em; } .course__overview-icon { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 24px; height: 24px; padding-right: 16px; } .course__overview-value { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } .course__overview-cta-wrapper { padding: 16px 0; text-align: center; } .course__overview-cta { margin: 0; } .course__cta { margin-bottom: 0; } .module-copy img { display: block; max-width: 100%; height: auto; margin: 0 auto; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } .module-copy__wrapper--emphasized { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 24px 0; background-color: #8091a5; border-radius: 4px; color: #c3cfd5; } .module-copy__wrapper--emphasized a { color: inherit; } .module-copy__wrapper--emphasized a:hover { color: #fff; } .module-copy__first--emphasized { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 50vw; padding: 0 32px; } .module-copy__second--emphasized { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .module-copy__headline--emphasized { color: #fff; font-size: 1.25em; } .module-copy__copy--emphasized { font-size: 0.875em; } .module-copy__cta--emphasized { background-color: #536171; color: #fff; margin-bottom: 0; } .module-hero-image__wrapper { position: relative; overflow: hidden; max-height: 60vh; border-radius: 4px; } .module-hero-image__image { display: block; max-width: 100%; height: auto; margin: 0 auto; } .module-hero-image__headline-wrapper { position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .module-hero-image__headline { color: #fff; text-align: center; font-size: 4.5vw; line-height: 1; text-shadow: 0 3px 0 #b2a98f, 0 14px 10px rgba(0, 0, 0, 0.15), 0 24px 2px rgba(0, 0, 0, 0.1), 0 34px 30px rgba(0, 0, 0, 0.1); } .module-highlighted-course__wrapper { position: relative; overflow: hidden; height: 50vh; min-height: 250px; max-height: 500px; border-radius: 4px; background-size: cover; background-repeat: no-repeat; background-position: 50%; } .module-highlighted-course__overlay { z-index: 1; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.8; border-radius: 4px; background-color: #3c3d41; } .module-highlighted-course__content { z-index: 2; position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 32px 64px; color: #a9b9c0; } .module-highlighted-course__categories { -webkit-box-flex: 0; -ms-flex: 0 0 1.5em; flex: 0 0 1.5em; } .module-highlighted-course__category { display: inline-block; margin-right: 32px; font-size: 0.75em; letter-spacing: 2px; } .module-highlighted-course__title { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin: 0 0 8px; color: #fff; font-size: 2em; line-height: 1.3; white-space: nowrap; } .module-highlighted-course__description-wrapper { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: 400px; line-height: 1.3; } .module-highlighted-course__description-wrapper p { margin: 0; } .module-highlighted-course__link-wrapper { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-top: 32px; } .module-highlighted-course__link { display: inline-block; border-bottom: 1px solid #fff; text-transform: uppercase; color: #fff; font-size: 0.75em; line-height: 2.17; letter-spacing: 2px; } .module { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; max-width: 980px; margin: 0 auto 32px; padding: 0 2vw; } .module img { width: 100%; height: auto; } .module:last-child { margin-bottom: 0; } .modules-container { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .lesson__title { margin-bottom: 32px; } .lesson__cta { margin-bottom: 0; } .lesson-module { margin-bottom: 32px; } .lesson-module:last-child { margin-bottom: 0; } .lesson-module-copy img { display: block; max-width: 100%; height: auto; margin: 0 auto; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } .lesson-module-copy a { color: #5c9fef; } .lesson-module-code__header { white-space: nowrap; overflow: auto; } .lesson-module-code__code-area { background: #f7f9fa; } .lesson-module-code__trigger { display: inline-block; height: 30px; padding: 0 8px; margin-right: 8px; background: #fff; border-top: 3px solid transparent; line-height: 30px; font-family: robotomedium, Helvetica, sans-serif; font-size: 0.875em; color: #8091a5; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lesson-module-code__trigger:last-child { margin-right: 0; } .lesson-module-code__trigger:hover { color: #3c80cf; } .lesson-module-code__trigger--active { background: #f7f9fa; color: #536171 !important; cursor: default; border-color: #c3cfd5; } .lesson-module-code__code { display: none; } .lesson-module-code__code pre { margin: 0; } .lesson-module-code__code--active { display: block; } .lesson-module-image__figure { margin: 0; } .lesson-module-image__image { display: block; max-width: 100%; height: auto; margin: 0 auto; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } .lesson-module-image__caption { margin-top: 16px; font-style: italic; text-align: center; line-height: 1.63; color: #a9b9c0; } @media (min-width: 700px) { .layout-no-sidebar { padding-left: 276px; } .layout-sidebar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 0 16px; } .layout-sidebar__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 228px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } .layout-sidebar__content { -webkit-box-flex: 0; -ms-flex: 0 1 732px; flex: 0 1 732px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 32px; padding: 0; } .grid-list { margin: 0 -16px; } .grid-list__item { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 45%; flex: 0 0 45%; -ms-flex: 0 0 calc(50% - 32px); flex: 0 0 calc(50% - 32px); margin: 0 16px 32px; } .header { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .header__upper { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__upper-copy { margin: 0 0 0 16px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .header__upper-title { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; } .header__lower { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .header__logo { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; } .header__controls { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; } .header__controls, .header__controls_group { margin: 0 16px 0 0; } .footer__apps { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .footer__lower { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 16px 16px 0; } .footer__disclaimer-text { text-align: normal; } .footer__social { padding: 0 0 0 32px; } .main-navigation ul { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .modal__wrapper { top: 20vh; max-height: 70vh; padding: 64px 96px; } .modal__title { margin-bottom: 32px; font-size: 1.25em; } .modal__content { font-size: 1em; line-height: 1.5em; } .modal__close-wrapper { top: 32px; right: 32px; } .modal__close-button { width: 24px; height: 24px; } .course__overview { float: right; border-radius: 4px; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); width: 228px; margin: 0 0 32px 32px; } .module-copy__wrapper--emphasized { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .module-copy__first--emphasized { padding-left: 32px; } .module-copy__second--emphasized { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 0 32px; width: 20vw; } .module-hero-image__headline { font-size: 4em; } .module-highlighted-course__title { font-size: 3.25em; } .module-highlighted-course__description-wrapper { font-size: 1.25em; } }
0.331877
0.063106
@media (max-width:960px) { div { display: flex; flex-direction: row; flex-wrap: wrap; } .first{ width:760px ; } .final { width:960px ; } .sec{ width: 760px; } section { width: 1916px; display: flex; } aside#b { height: 600px; width: 200px; display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #c { width: 380px; height: 200px; /* order: 3; */ display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #d { width: 380px; height: 200px; /* order: 3; */ display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #e{ width: 190px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #f { width: 190px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #g { width: 190px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #h { width: 190px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } #a{ /* order: 1; */ height:100px ; width: 960px; height: 70px; line-height: 70px; text-align: center; } #i { width: 760px; height: 150px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } } @media (max-width:767px){ div { display: flex; flex-direction: row; flex-wrap: wrap; } .first{ width:480px ; } .final { width:480px ; } .sec{ width: 480px; display: flex; flex-direction: row; } .tt { display: flex; flex-direction: column; } section { width: 1916px; display: flex; flex-direction: column; } aside#b { height:150px ; width: 480px; display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #c { width: 480px; height: 125px; /* order: 3; */ display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #d { width: 480px; height: 125px; /* order: 3; */ display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #e{ width: 240px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #f { width: 240px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #g { width: 240px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #h { width: 240px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } #a{ /* order: 1; */ height:75px ; width: 480px; height: 70px; line-height: 70px; text-align: center; } #i { width: 480px; height: 80px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } }
CSS/layout.css
@media (max-width:960px) { div { display: flex; flex-direction: row; flex-wrap: wrap; } .first{ width:760px ; } .final { width:960px ; } .sec{ width: 760px; } section { width: 1916px; display: flex; } aside#b { height: 600px; width: 200px; display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #c { width: 380px; height: 200px; /* order: 3; */ display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #d { width: 380px; height: 200px; /* order: 3; */ display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #e{ width: 190px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #f { width: 190px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #g { width: 190px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #h { width: 190px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } #a{ /* order: 1; */ height:100px ; width: 960px; height: 70px; line-height: 70px; text-align: center; } #i { width: 760px; height: 150px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } } @media (max-width:767px){ div { display: flex; flex-direction: row; flex-wrap: wrap; } .first{ width:480px ; } .final { width:480px ; } .sec{ width: 480px; display: flex; flex-direction: row; } .tt { display: flex; flex-direction: column; } section { width: 1916px; display: flex; flex-direction: column; } aside#b { height:150px ; width: 480px; display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #c { width: 480px; height: 125px; /* order: 3; */ display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #d { width: 480px; height: 125px; /* order: 3; */ display: flex; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #e{ width: 240px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #f { width: 240px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #g { width: 240px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } div > #h { width: 240px; height: 250px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } #a{ /* order: 1; */ height:75px ; width: 480px; height: 70px; line-height: 70px; text-align: center; } #i { width: 480px; height: 80px; line-height: 70px; text-align: center; justify-content: space-evenly; flex-direction: column; } }
0.169269
0.048926
.filter-main { grid-area: filter; width: 100%; position: fixed; top: 3.5rem; left: 0; padding: 0.5rem 1rem; z-index: 50; display: flex; align-items: center; height: 8rem; justify-content: left; background: white; } .filter-main__items { margin: 0; padding: 0; list-style: none; margin: auto; display: flex; } .filter-main__item { margin: 0 .5rem; } .filter-main__item input { display: none; } .filter-main__item input:checked + img { border: 2px solid red; } .filter-main__item img { height: 75px; width: 75px; margin-right: 50px; padding: 4px; } .filter-main__item img:hover { border: 2px solid black; cursor: pointer; } .modal { position: fixed; display: none; float: left; z-index: 200; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 50rem; background: white; padding: 1rem; border: 1px solid #ccc; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } .modal__delete { position: fixed; display: none; float: left; z-index: 200; left: 50%; top: 30%; transform: translate(-50%, -50%); width: 20rem; background: white; padding: 1rem; border: 1px solid #ccc; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } .modal__summary { position: fixed; display: none; float: left; z-index: 200; left: 50%; top: 30%; transform: translate(-50%, -50%); width: 20rem; background: white; padding: 1rem; border: 1px solid #ccc; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } .modal__title { text-align: center; margin: 0 0 1rem 0; } .modal__actions { text-align: center; } #summary-close { margin-left: 0; } .modal__action { background: #0e4f1f; text-decoration: none; color: white; font: inherit; padding: 0.5rem 1rem; border-radius: 8px; width: 130px; cursor: pointer; margin-left: 50px; } .modal__delete .modal__action { margin: 5px 0 0 10px; } .modal__action:hover, .modal__action:active { background: #2ddf5c; border-color: #2ddf5c; } .modal__action--negative { background: red; border-color: red; } .modal__action--negative:hover, .modal__action--negative:active { background: lightpink; border-color: lightpink; color: #ff1b68; } .modal-summary__detail { border: 1px solid black; border-radius: 10px; padding: 10px; margin: 10px; width: 270px; } .modal__summary .modal__title { font-weight: 700; font-size: 1.5rem } .modal-summary__detail tr { line-height: 25px; display: block; } .modal-summary__detail td { text-align: left; width: 120px; padding: 3px 0; } .modal-summary__detail td:nth-child(1) { padding-left: 5px; } .modal-summary__detail td:nth-child(2) { text-align: center; } .modal-summary__detail tr:nth-child(odd) { background: #89eb91; } .post-form { display: grid; margin: auto; width: 40rem; padding-bottom: 20px; grid-template-columns: 5rem auto; grid-row-gap: 0.5rem; grid-column-gap: 0.5rem; } .post-form label { font-weight: 700; padding-top: 5px; } .post-form label, .post-form input, .post-form textarea, .pots-form select { display: block; width: 100%; font: inherit; } .post-form textarea { resize: none; } .post-form input:not([type="checkbox"]), .post-form select, .post-form textarea { border: 1px solid #ccc; padding: 0.2rem 0.5rem; font: inherit; } .post-form input:focus, .post-form textarea:focus, .post-form select:focus { outline: none; background: #d8f3df; border-color: #2ddf5c; } .post-form input[type="checkbox"] { border: 1px solid #ccc; background: white; margin: 3px 3px 3px 0; width: 1.3rem; height: 1.3rem; } .post-form input:invalid, .post-form textarea:invalid { border: 2px solid red; } .post-form input:invalid:required, .post-form textarea:invalid:required { background-image: linear-gradient(to right, pink, lightgreen) } .post-form input:valid, .post-form textarea:valid { border: 2px solid #2ddf5c; } .post-template__card { display: none; } .post-card { height: 100%; color: black; height: 368px; width: 960px; margin: auto; margin-top: 20px; border: 1px solid black; margin-bottom: 50px; font: inherit; display: grid; grid-template-columns: 500px 300px 160px; grid-template-rows: 7.0rem 12rem 4rem; grid-template-areas: "title title image" "body body image" "buttons favorite level"; border-radius: 10px; box-shadow: 10px 10px 10px gray; } .post-card__title { grid-area: title; align-self: center; } .post-card__title h1 { font-size: 2.0rem; padding: 10px 0 5px 10px; font-weight: 700; } .post-card__title h2 { font-size: .8rem; padding-left: 25px; font-style: italic; color: rgba(102, 109, 111, 0.934); } .post-card__level { grid-area: level; padding: 13px 10px; justify-self: center; align-self: center; text-align: center; height: 40px; width: 130px; margin-right: 10px; background-color: #23b02f; color: white; font-weight: 700; } .post-card__image { grid-area: image; justify-self: center; } .post-card__image img { margin-top: 15px; height: 140px; width: 140px; } .post-card__body { grid-area: body; overflow-y: auto; padding: 10px; margin-right: 10px; line-height: 20px;; } .post-card__body::first-letter { font-size: 200%; } .post-card__buttons { grid-area: buttons; padding-top: 2px; align-self: center; justify-self: flex-start; margin-left: 30px; } .post-card__delete { margin-right: 20px; background-color: red; } .post-favorite__div { grid-area: favorite; justify-self: center; align-self: center; } .post-card__favorite { background: white; color: #0e4f1f; } .post-card__favorite-selected { background: #23b02f; color: white; } .post-card__favorite:hover, .post-card__favorite:active { background: #23b02f; color: white; } .filter-main__switches input[type=checkbox]{ height: 0; width: 0; visibility: hidden; } .filter-main__switches .switch { cursor: pointer; text-indent: -9999px; width: 40px; height: 22px; background: grey; display: inline-block; border-radius: 100px; position: relative; } .filter-main__switches label:after { content: ''; position: absolute; top: 3px; left: 3px; width: 15px; height: 15px; background: #fff; border-radius: 90px; transition: 0.3s; } .filter-main__switches input:checked + label { background: #bada55; } .filter-main__switches input:checked + label:after { left: calc(100% - 5px); transform: translateX(-100%); } .filter-main__switches label:active:after { width: 15px; }
css/index.css
.filter-main { grid-area: filter; width: 100%; position: fixed; top: 3.5rem; left: 0; padding: 0.5rem 1rem; z-index: 50; display: flex; align-items: center; height: 8rem; justify-content: left; background: white; } .filter-main__items { margin: 0; padding: 0; list-style: none; margin: auto; display: flex; } .filter-main__item { margin: 0 .5rem; } .filter-main__item input { display: none; } .filter-main__item input:checked + img { border: 2px solid red; } .filter-main__item img { height: 75px; width: 75px; margin-right: 50px; padding: 4px; } .filter-main__item img:hover { border: 2px solid black; cursor: pointer; } .modal { position: fixed; display: none; float: left; z-index: 200; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 50rem; background: white; padding: 1rem; border: 1px solid #ccc; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } .modal__delete { position: fixed; display: none; float: left; z-index: 200; left: 50%; top: 30%; transform: translate(-50%, -50%); width: 20rem; background: white; padding: 1rem; border: 1px solid #ccc; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } .modal__summary { position: fixed; display: none; float: left; z-index: 200; left: 50%; top: 30%; transform: translate(-50%, -50%); width: 20rem; background: white; padding: 1rem; border: 1px solid #ccc; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } .modal__title { text-align: center; margin: 0 0 1rem 0; } .modal__actions { text-align: center; } #summary-close { margin-left: 0; } .modal__action { background: #0e4f1f; text-decoration: none; color: white; font: inherit; padding: 0.5rem 1rem; border-radius: 8px; width: 130px; cursor: pointer; margin-left: 50px; } .modal__delete .modal__action { margin: 5px 0 0 10px; } .modal__action:hover, .modal__action:active { background: #2ddf5c; border-color: #2ddf5c; } .modal__action--negative { background: red; border-color: red; } .modal__action--negative:hover, .modal__action--negative:active { background: lightpink; border-color: lightpink; color: #ff1b68; } .modal-summary__detail { border: 1px solid black; border-radius: 10px; padding: 10px; margin: 10px; width: 270px; } .modal__summary .modal__title { font-weight: 700; font-size: 1.5rem } .modal-summary__detail tr { line-height: 25px; display: block; } .modal-summary__detail td { text-align: left; width: 120px; padding: 3px 0; } .modal-summary__detail td:nth-child(1) { padding-left: 5px; } .modal-summary__detail td:nth-child(2) { text-align: center; } .modal-summary__detail tr:nth-child(odd) { background: #89eb91; } .post-form { display: grid; margin: auto; width: 40rem; padding-bottom: 20px; grid-template-columns: 5rem auto; grid-row-gap: 0.5rem; grid-column-gap: 0.5rem; } .post-form label { font-weight: 700; padding-top: 5px; } .post-form label, .post-form input, .post-form textarea, .pots-form select { display: block; width: 100%; font: inherit; } .post-form textarea { resize: none; } .post-form input:not([type="checkbox"]), .post-form select, .post-form textarea { border: 1px solid #ccc; padding: 0.2rem 0.5rem; font: inherit; } .post-form input:focus, .post-form textarea:focus, .post-form select:focus { outline: none; background: #d8f3df; border-color: #2ddf5c; } .post-form input[type="checkbox"] { border: 1px solid #ccc; background: white; margin: 3px 3px 3px 0; width: 1.3rem; height: 1.3rem; } .post-form input:invalid, .post-form textarea:invalid { border: 2px solid red; } .post-form input:invalid:required, .post-form textarea:invalid:required { background-image: linear-gradient(to right, pink, lightgreen) } .post-form input:valid, .post-form textarea:valid { border: 2px solid #2ddf5c; } .post-template__card { display: none; } .post-card { height: 100%; color: black; height: 368px; width: 960px; margin: auto; margin-top: 20px; border: 1px solid black; margin-bottom: 50px; font: inherit; display: grid; grid-template-columns: 500px 300px 160px; grid-template-rows: 7.0rem 12rem 4rem; grid-template-areas: "title title image" "body body image" "buttons favorite level"; border-radius: 10px; box-shadow: 10px 10px 10px gray; } .post-card__title { grid-area: title; align-self: center; } .post-card__title h1 { font-size: 2.0rem; padding: 10px 0 5px 10px; font-weight: 700; } .post-card__title h2 { font-size: .8rem; padding-left: 25px; font-style: italic; color: rgba(102, 109, 111, 0.934); } .post-card__level { grid-area: level; padding: 13px 10px; justify-self: center; align-self: center; text-align: center; height: 40px; width: 130px; margin-right: 10px; background-color: #23b02f; color: white; font-weight: 700; } .post-card__image { grid-area: image; justify-self: center; } .post-card__image img { margin-top: 15px; height: 140px; width: 140px; } .post-card__body { grid-area: body; overflow-y: auto; padding: 10px; margin-right: 10px; line-height: 20px;; } .post-card__body::first-letter { font-size: 200%; } .post-card__buttons { grid-area: buttons; padding-top: 2px; align-self: center; justify-self: flex-start; margin-left: 30px; } .post-card__delete { margin-right: 20px; background-color: red; } .post-favorite__div { grid-area: favorite; justify-self: center; align-self: center; } .post-card__favorite { background: white; color: #0e4f1f; } .post-card__favorite-selected { background: #23b02f; color: white; } .post-card__favorite:hover, .post-card__favorite:active { background: #23b02f; color: white; } .filter-main__switches input[type=checkbox]{ height: 0; width: 0; visibility: hidden; } .filter-main__switches .switch { cursor: pointer; text-indent: -9999px; width: 40px; height: 22px; background: grey; display: inline-block; border-radius: 100px; position: relative; } .filter-main__switches label:after { content: ''; position: absolute; top: 3px; left: 3px; width: 15px; height: 15px; background: #fff; border-radius: 90px; transition: 0.3s; } .filter-main__switches input:checked + label { background: #bada55; } .filter-main__switches input:checked + label:after { left: calc(100% - 5px); transform: translateX(-100%); } .filter-main__switches label:active:after { width: 15px; }
0.562777
0.080538
html, body { height: 100%; margin: 0; padding: 0; width: 100%; } input[type="text"], select, button { margin: 0; padding: 3px; height: 24px; border-radius: 0; border: 1px solid gray; background: white; } input[type="text"] { height: 20px; } .container { height: 100%; position: relative; width: 100%; } .header { left: 0; margin: 0; position: relative; top: 0; z-index: 5; } .topic { background: none repeat scroll 0 0 #dadada; color: #225; font-weight: bold; padding: 3px 3px 3px 10px; } .settings { background: none repeat scroll 0 0 white; display: none; margin: 0; padding: 8px; } .settings:hover { display: table; } .topic { font-size: 80%; } .topic:hover + .settings { display: table; } .setting { display: table-row; } .setting label, .setting input { display: table-cell; } .setting label { font-size: 80%; font-weight: bold; } .setting label:after { content: ": "; } .editor-container { bottom: 0; left: 0; position: absolute; right: 0; top: 20px; } .templates { height: 8%; margin: 0; padding: 8px; } /* .templates:before { color: #225; content: "Template: "; font-weight: bold; font-size: 80%; width: 25%; margin: 0; } .templates select { width: 50%; } */ .templates button { /*border-radius: 0px 3px 3px 0px;*/ font-size: 80%; border-radius: 0; width: 40%; } .editor { background: none repeat scroll 0 0 white; height: 90%; margin: 0; overflow-y: scroll; border-bottom: 1px dashed gray; } .step { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05); border-bottom: 1px solid rgba(100, 100, 100, 0.1); border-left: 4px solid rgba(100, 100, 100, 0.1); border-top: 1px solid rgba(100, 100, 100, 0.1); margin: 0; margin-left: 2px; margin-bottom: 2px; padding: 2px 0px 2px 4px; } .step h4 { color: #225; font-size: 80%; margin: 0; } .step p:last-child { margin-bottom: 0; } .step > .selector { font-size: 80%; } .step > .selector { display: none; } .step[data-sowl-cmd="value-of"] > .selector { display: block; } .step[data-sowl-cmd="onto-elem"] > .selector { display: block; } .step + .step { margin-top: 2px; } .step[data-sowl-cmd=""] > .step-name:before { content: "unknown "; } .step[data-sowl-cmd="template"] > .step-name:before { content: "template "; } .step[data-sowl-cmd="onto-elem"] > .step-name:before { content: "create "; } .step[data-sowl-cmd="value-of"] > .step-name:before { content: "assign "; } .step[data-sowl-cmd="narrow"] > .step-name:before { content: "narrow "; } .step[data-sowl-cmd="call-template"] > .step-name:before { content: "call template: "; } .step.current { background: none repeat scroll 0 0 rgba(100, 50, 100, 0.2); border-color: gray; } /* .step:focus { background: none repeat scroll 0 0 rgba(100, 50, 100, 0.2); border-color: gray; } */ .step.hover { background: none repeat scroll 0 0 rgba(100, 50, 100, 0.2); /*border-color: gray;*/ } .step.dragover { background: none repeat scroll 0 0 rgba(100, 50, 100, 0.2); } /* .step.highlighted, .step.dragover { border-bottom: 1px solid #6ce26c; border-left: 4px solid #6ce26c; border-top: 1px solid #6ce26c; } */ .step { -moz-user-select: -moz-none; } .step > .step-properties input { -moz-user-select: text; } /* hide step editor by default */ .step > .step-params { display: none; } .step.edited > .step-params { display: block; } /* show the need ones for each */ .step > .step-params > * { display: none; } .step > .step-params > .cmd { display: block; } .step[data-sowl-cmd="template"] > .step-params > .cmd { display: none; } .step[data-sowl-cmd="template"] > .step-params > .name { display: block; } .step[data-sowl-cmd="onto-elem"] > .step-params > .typeof { display: block; } .step[data-sowl-cmd="onto-elem"] > .step-params > .selector { display: block; } .step[data-sowl-cmd="onto-elem"] > .step-params > .rel { display: block; } .step[data-sowl-cmd="value-of"] > .step-params > .property { display: block; } .step[data-sowl-cmd="value-of"] > .step-params > .selector { display: block; } .step[data-sowl-cmd="call-template"] > .step-params > .name { display: block; } .step[data-sowl-cmd="call-template"] > .step-params > .selector { display: block; } .step[data-sowl-cmd="call-template"] > .step-params > .url { display: block; }
extension/data/sidebar/scenario.css
html, body { height: 100%; margin: 0; padding: 0; width: 100%; } input[type="text"], select, button { margin: 0; padding: 3px; height: 24px; border-radius: 0; border: 1px solid gray; background: white; } input[type="text"] { height: 20px; } .container { height: 100%; position: relative; width: 100%; } .header { left: 0; margin: 0; position: relative; top: 0; z-index: 5; } .topic { background: none repeat scroll 0 0 #dadada; color: #225; font-weight: bold; padding: 3px 3px 3px 10px; } .settings { background: none repeat scroll 0 0 white; display: none; margin: 0; padding: 8px; } .settings:hover { display: table; } .topic { font-size: 80%; } .topic:hover + .settings { display: table; } .setting { display: table-row; } .setting label, .setting input { display: table-cell; } .setting label { font-size: 80%; font-weight: bold; } .setting label:after { content: ": "; } .editor-container { bottom: 0; left: 0; position: absolute; right: 0; top: 20px; } .templates { height: 8%; margin: 0; padding: 8px; } /* .templates:before { color: #225; content: "Template: "; font-weight: bold; font-size: 80%; width: 25%; margin: 0; } .templates select { width: 50%; } */ .templates button { /*border-radius: 0px 3px 3px 0px;*/ font-size: 80%; border-radius: 0; width: 40%; } .editor { background: none repeat scroll 0 0 white; height: 90%; margin: 0; overflow-y: scroll; border-bottom: 1px dashed gray; } .step { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05); border-bottom: 1px solid rgba(100, 100, 100, 0.1); border-left: 4px solid rgba(100, 100, 100, 0.1); border-top: 1px solid rgba(100, 100, 100, 0.1); margin: 0; margin-left: 2px; margin-bottom: 2px; padding: 2px 0px 2px 4px; } .step h4 { color: #225; font-size: 80%; margin: 0; } .step p:last-child { margin-bottom: 0; } .step > .selector { font-size: 80%; } .step > .selector { display: none; } .step[data-sowl-cmd="value-of"] > .selector { display: block; } .step[data-sowl-cmd="onto-elem"] > .selector { display: block; } .step + .step { margin-top: 2px; } .step[data-sowl-cmd=""] > .step-name:before { content: "unknown "; } .step[data-sowl-cmd="template"] > .step-name:before { content: "template "; } .step[data-sowl-cmd="onto-elem"] > .step-name:before { content: "create "; } .step[data-sowl-cmd="value-of"] > .step-name:before { content: "assign "; } .step[data-sowl-cmd="narrow"] > .step-name:before { content: "narrow "; } .step[data-sowl-cmd="call-template"] > .step-name:before { content: "call template: "; } .step.current { background: none repeat scroll 0 0 rgba(100, 50, 100, 0.2); border-color: gray; } /* .step:focus { background: none repeat scroll 0 0 rgba(100, 50, 100, 0.2); border-color: gray; } */ .step.hover { background: none repeat scroll 0 0 rgba(100, 50, 100, 0.2); /*border-color: gray;*/ } .step.dragover { background: none repeat scroll 0 0 rgba(100, 50, 100, 0.2); } /* .step.highlighted, .step.dragover { border-bottom: 1px solid #6ce26c; border-left: 4px solid #6ce26c; border-top: 1px solid #6ce26c; } */ .step { -moz-user-select: -moz-none; } .step > .step-properties input { -moz-user-select: text; } /* hide step editor by default */ .step > .step-params { display: none; } .step.edited > .step-params { display: block; } /* show the need ones for each */ .step > .step-params > * { display: none; } .step > .step-params > .cmd { display: block; } .step[data-sowl-cmd="template"] > .step-params > .cmd { display: none; } .step[data-sowl-cmd="template"] > .step-params > .name { display: block; } .step[data-sowl-cmd="onto-elem"] > .step-params > .typeof { display: block; } .step[data-sowl-cmd="onto-elem"] > .step-params > .selector { display: block; } .step[data-sowl-cmd="onto-elem"] > .step-params > .rel { display: block; } .step[data-sowl-cmd="value-of"] > .step-params > .property { display: block; } .step[data-sowl-cmd="value-of"] > .step-params > .selector { display: block; } .step[data-sowl-cmd="call-template"] > .step-params > .name { display: block; } .step[data-sowl-cmd="call-template"] > .step-params > .selector { display: block; } .step[data-sowl-cmd="call-template"] > .step-params > .url { display: block; }
0.441432
0.108189
html, body { text-align: center; } img{ max-width: 100%; } header{ left: 0; position: fixed; background: #fff none repeat scroll 0 0; border-bottom: 1px solid #eee; border-top: 1px solid #eee; display: block; width: 100%; height: 12rem; z-index: 99; } header row{ width: 100%; } header img{ vertical-align: middle; height: 1.4em; } header h1{ margin-top: 0; } header nav { margin-top: 0; margin-bottom: 1em; border-top: 1px solid #fee; } header nav a{ margin: 0 1em 0 0; } header nav a.active{ margin: 0 1em 0 0; } main{ padding-top: 12rem; } main nav{ position: fixed; } main nav ul{ margin: 0 0 0 1.6em; } main nav > ul{ width:220px; margin-left: -8px; } main nav li{ margin: 0; } ul{ margin: 0; } li p{ margin: 0; display: inline-block; } pre{ border-left: 5px solid #eee; padding: 1em; } article { padding-top: 12rem; margin-top: -12rem; } figure{ display:table; border: 1px solid #eee; padding: 05px; max-width: 100%; } figure img{ width: 100%; height: auto; } /* Grid */ .container { position: relative; width: 100%; max-width: 960px; padding: 0 20px; box-sizing: border-box; margin: 0 auto; } .container .container{ width: 100%; padding: 0; } .container:after, .row:after { content: ""; clear: both; display: block; } .row{ text-align: left; } .sm-hide{ display: none; } .sm-show{ display: hide; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .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-10, .col-sm-11, .col-sm-12{ float: left; box-sizing: border-box; padding: 1rem; } .col-sm-1, .col-1{ width: 8.33%; } .col-sm-2, .col-2{ width: 16.66%; } .col-sm-3, .col-3{ width: 25%; } .col-sm-4, .col-4{ width: 33.33%; } .col-sm-5, .col-5{ width: 41.66%; } .col-sm-6, .col-6{ width: 50%; } .col-sm-7, .col-7{ width: 58.33%; } .col-sm-8, .col-8{ width: 66.66%; } .col-sm-9, .col-9{ width: 75%; } .col-sm-10, .col-10{ width: 83.33%; } .col-sm-11, .col-11{ width: 91.66%; } .col-sm-12, .col-12{ width: 100%; } @media only screen and (min-width: 480px) { .container { width: 85%; } .md-hide{ display: none; } .md-show{ display: block; } .col-md-1, .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-10, .col-md-11, .col-md-12{ float: left; box-sizing: border-box; padding: 1.4rem; } .col-md-1{ width: 8.33%; } .col-md-2{ width: 16.66%; } .col-md-3{ width: 25%; } .col-md-4{ width: 33.33%; } .col-md-5{ width: 41.66%; } .col-md-6{ width: 50%; } .col-md-7{ width: 58.33%; } .col-md-8{ width: 66.66%; } .col-md-9{ width: 75%; } .col-md-10{ width: 83.33%; } .col-md-11{ width: 91.66%; } .col-md-12{ width: 100%; } } @media only screen and (min-width: 840px) { .container { width: 80%; } .lg-hide{ display: none; } .lg-show{ display: block; } .col-lg-1, .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-10, .col-lg-11, .col-lg-12{ float: left; box-sizing: border-box; padding: 1.6rem; } .col-lg-1{ width: 8.33%; } .col-lg-2{ width: 16.66%; } .col-lg-3{ width: 25%; } .col-lg-4{ width: 33.33%; } .col-lg-5{ width: 41.66%; } .col-lg-6{ width: 50%; } .col-lg-7{ width: 58.33%; } .col-lg-8{ width: 66.66%; } .col-lg-9{ width: 75%; } .col-lg-10{ width: 83.33%; } .col-lg-11{ width: 91.66%; } .col-lg-12{ width: 100%; } }
docs/css/layout.css
html, body { text-align: center; } img{ max-width: 100%; } header{ left: 0; position: fixed; background: #fff none repeat scroll 0 0; border-bottom: 1px solid #eee; border-top: 1px solid #eee; display: block; width: 100%; height: 12rem; z-index: 99; } header row{ width: 100%; } header img{ vertical-align: middle; height: 1.4em; } header h1{ margin-top: 0; } header nav { margin-top: 0; margin-bottom: 1em; border-top: 1px solid #fee; } header nav a{ margin: 0 1em 0 0; } header nav a.active{ margin: 0 1em 0 0; } main{ padding-top: 12rem; } main nav{ position: fixed; } main nav ul{ margin: 0 0 0 1.6em; } main nav > ul{ width:220px; margin-left: -8px; } main nav li{ margin: 0; } ul{ margin: 0; } li p{ margin: 0; display: inline-block; } pre{ border-left: 5px solid #eee; padding: 1em; } article { padding-top: 12rem; margin-top: -12rem; } figure{ display:table; border: 1px solid #eee; padding: 05px; max-width: 100%; } figure img{ width: 100%; height: auto; } /* Grid */ .container { position: relative; width: 100%; max-width: 960px; padding: 0 20px; box-sizing: border-box; margin: 0 auto; } .container .container{ width: 100%; padding: 0; } .container:after, .row:after { content: ""; clear: both; display: block; } .row{ text-align: left; } .sm-hide{ display: none; } .sm-show{ display: hide; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .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-10, .col-sm-11, .col-sm-12{ float: left; box-sizing: border-box; padding: 1rem; } .col-sm-1, .col-1{ width: 8.33%; } .col-sm-2, .col-2{ width: 16.66%; } .col-sm-3, .col-3{ width: 25%; } .col-sm-4, .col-4{ width: 33.33%; } .col-sm-5, .col-5{ width: 41.66%; } .col-sm-6, .col-6{ width: 50%; } .col-sm-7, .col-7{ width: 58.33%; } .col-sm-8, .col-8{ width: 66.66%; } .col-sm-9, .col-9{ width: 75%; } .col-sm-10, .col-10{ width: 83.33%; } .col-sm-11, .col-11{ width: 91.66%; } .col-sm-12, .col-12{ width: 100%; } @media only screen and (min-width: 480px) { .container { width: 85%; } .md-hide{ display: none; } .md-show{ display: block; } .col-md-1, .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-10, .col-md-11, .col-md-12{ float: left; box-sizing: border-box; padding: 1.4rem; } .col-md-1{ width: 8.33%; } .col-md-2{ width: 16.66%; } .col-md-3{ width: 25%; } .col-md-4{ width: 33.33%; } .col-md-5{ width: 41.66%; } .col-md-6{ width: 50%; } .col-md-7{ width: 58.33%; } .col-md-8{ width: 66.66%; } .col-md-9{ width: 75%; } .col-md-10{ width: 83.33%; } .col-md-11{ width: 91.66%; } .col-md-12{ width: 100%; } } @media only screen and (min-width: 840px) { .container { width: 80%; } .lg-hide{ display: none; } .lg-show{ display: block; } .col-lg-1, .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-10, .col-lg-11, .col-lg-12{ float: left; box-sizing: border-box; padding: 1.6rem; } .col-lg-1{ width: 8.33%; } .col-lg-2{ width: 16.66%; } .col-lg-3{ width: 25%; } .col-lg-4{ width: 33.33%; } .col-lg-5{ width: 41.66%; } .col-lg-6{ width: 50%; } .col-lg-7{ width: 58.33%; } .col-lg-8{ width: 66.66%; } .col-lg-9{ width: 75%; } .col-lg-10{ width: 83.33%; } .col-lg-11{ width: 91.66%; } .col-lg-12{ width: 100%; } }
0.532182
0.084758
@charset "utf-8"; #hpage_featured{ display:block; position:relative; width:960px; margin:0 auto; padding-bottom:20px; } #hpage_featured a{ color:#510000; background-color:#E1D6CB; } #hpage_featured .intro{ display:block; float:right; width:450px; line-height:1.6em; } #hpage_featured .intro h1, #hpage_featured .intro h2, #hpage_featured .intro h3, #hpage_featured .intro h4, #hpage_featured .intro h5, #hpage_featured .intro h6{ background-color:#E1D6CB; margin:0 0 15px 0; padding:0 0 10px 0; border-bottom:1px solid #FFFFFF; } #hpage_featured .intro ul{ margin:0; padding:0; list-style:none; } #hpage_featured .welcome{ display:block; width:100%; margin-bottom:10px;} #hpage_featured .welcome .imgl{ border-color:#FFFFFF; } #hpage_featured .welcome .fl_right{ display:block; float:right; width:300px; } #hpage_featured .popular{ display:block; width:100%; clear:both; } #hpage_featured .popular li{ display:block; float:left; width:205px; margin-bottom:4px; padding:0 20px 0 0; line-height:normal;} #hpage_featured .popular li a{ font-size:12px; } /* ----------------------------------------------Homepage Content Area------------------------------------- */ #homepage{ display:block; position:relative; width:960px; margin:0 auto; } #container #homepage ul{ margin:0; padding:0; list-style:none; } #container #homepage #content{ } #container #homepage #content #top_featured{ margin:0 0 30px 0; padding:0 0 30px 0; border-bottom:1px solid #D8D8D8; } #container #homepage #content #top_featured li{ float:left; width:300px; margin-right:30px; } #container #homepage #content #top_featured li.last{ margin-right:0; } #container #homepage #content #top_featured li img{ padding-bottom:16px; background:url("images/shadow.gif") bottom center no-repeat; } #container #homepage #content #latestnews{ display:block; float:left; width:400px; } #container #homepage #content #latestnews li{ margin:0 0 15px 0; padding:0 0 15px 0; border-bottom:1px solid #D8D8D8; } #container #homepage #content #latestnews li p{ margin:0; padding:0;} #container #homepage #content #latestnews li .readmore{ margin-top:15px; } #container #homepage #content #quicklinks{ display:block; float:right; width:200px; } #container #homepage #content #quicklinks img{ margin:8px 0 0 0; } #container #homepage #column{ } #container #homepage #column .readmore a{ font-weight:normal; } #container #homepage #column .staffmembers li{ margin:0 0 15px 0; border-bottom:1px solid #D8D8D8; } #container #homepage #column .staffmembers li.last{ margin-bottom:0; } #container #homepage #column .staffmembers p{ margin:10px 0 0 0; padding:0; line-height:normal; }
homepage.css
@charset "utf-8"; #hpage_featured{ display:block; position:relative; width:960px; margin:0 auto; padding-bottom:20px; } #hpage_featured a{ color:#510000; background-color:#E1D6CB; } #hpage_featured .intro{ display:block; float:right; width:450px; line-height:1.6em; } #hpage_featured .intro h1, #hpage_featured .intro h2, #hpage_featured .intro h3, #hpage_featured .intro h4, #hpage_featured .intro h5, #hpage_featured .intro h6{ background-color:#E1D6CB; margin:0 0 15px 0; padding:0 0 10px 0; border-bottom:1px solid #FFFFFF; } #hpage_featured .intro ul{ margin:0; padding:0; list-style:none; } #hpage_featured .welcome{ display:block; width:100%; margin-bottom:10px;} #hpage_featured .welcome .imgl{ border-color:#FFFFFF; } #hpage_featured .welcome .fl_right{ display:block; float:right; width:300px; } #hpage_featured .popular{ display:block; width:100%; clear:both; } #hpage_featured .popular li{ display:block; float:left; width:205px; margin-bottom:4px; padding:0 20px 0 0; line-height:normal;} #hpage_featured .popular li a{ font-size:12px; } /* ----------------------------------------------Homepage Content Area------------------------------------- */ #homepage{ display:block; position:relative; width:960px; margin:0 auto; } #container #homepage ul{ margin:0; padding:0; list-style:none; } #container #homepage #content{ } #container #homepage #content #top_featured{ margin:0 0 30px 0; padding:0 0 30px 0; border-bottom:1px solid #D8D8D8; } #container #homepage #content #top_featured li{ float:left; width:300px; margin-right:30px; } #container #homepage #content #top_featured li.last{ margin-right:0; } #container #homepage #content #top_featured li img{ padding-bottom:16px; background:url("images/shadow.gif") bottom center no-repeat; } #container #homepage #content #latestnews{ display:block; float:left; width:400px; } #container #homepage #content #latestnews li{ margin:0 0 15px 0; padding:0 0 15px 0; border-bottom:1px solid #D8D8D8; } #container #homepage #content #latestnews li p{ margin:0; padding:0;} #container #homepage #content #latestnews li .readmore{ margin-top:15px; } #container #homepage #content #quicklinks{ display:block; float:right; width:200px; } #container #homepage #content #quicklinks img{ margin:8px 0 0 0; } #container #homepage #column{ } #container #homepage #column .readmore a{ font-weight:normal; } #container #homepage #column .staffmembers li{ margin:0 0 15px 0; border-bottom:1px solid #D8D8D8; } #container #homepage #column .staffmembers li.last{ margin-bottom:0; } #container #homepage #column .staffmembers p{ margin:10px 0 0 0; padding:0; line-height:normal; }
0.097724
0.038502
.name { text-align: center; height: auto; padding-top: 10px; padding-bottom: 10px; font-family: 'Oswald', sans-serif; font-size: 72px; color: rgb(255, 255, 255); width: auto; } p { color: rgb(160, 160, 160); background-color: rgb(0, 0, 0); padding: 20px; margin-top: 0%; font-size: 18px; border-radius: 10px; } /* .aboutMe { padding: 20px; margin-top: 0%; } */ /*Sets background photo*/ .flowers { background-image: url(pexels-tim-mossholder-2470967.jpg); background-attachment: fixed; background-size: cover; background-position-y: center; } /*Adds border and style to images with this class*/ .photo { margin: 10px; border: 10px; padding: 10px; text-align: center; } /*Creates the box size and styles the header*/ header { height: 100%; background-color: transparent; border-bottom-color: #13017a; border-width: 10px; } /* unvisited link */ a:link { color: rgb(255, 255, 255); } /* visited link */ a:visited { color: rgb(255, 255, 255); } /* mouse over link */ a:hover { color: rgb(255, 255, 255); } /* selected link */ a:active { color: rgb(255, 255, 255); } /* Makes rows for the web skeleton*/ .column3 { display: flex; flex-wrap: wrap; } /*Creates a box*/ .red { background: transparent; display: flex; flex-direction: column; align-items: center; margin: 20px; padding: 20px; } /*Creates a transparent box*/ .gray { background: dark darkslategray; text-align: center; } /*Creates a blue-background box*/ .content { text-align: center; font-family: 'Oswald', sans-serif; } /*Creates three even columns*/ .column3 div { flex: 1; align-items: center; } .glow-on-hover { width: 220px; height: 50px; border: none; outline: none; color: #fff; background: #111; cursor: pointer; position: relative; z-index: 0; border-radius: 10px; } .glow-on-hover:before { content: ''; background: linear-gradient(45deg, #00ffd5, #00ccff, #0099ff, #0400ff, #0099ff, #00ccff, #00ffd5); position: absolute; top: -2px; left:-2px; background-size: 800%; z-index: -1; filter: blur(5px); width: calc(100% + 4px); height: calc(100% + 4px); animation: glowing 20s linear infinite; opacity: 0; transition: opacity .3s ease-in-out; border-radius: 10px; } .glow-on-hover:active { color: rgb(0, 0, 0) } .glow-on-hover:active:after { background: transparent; } .glow-on-hover:hover:before { opacity: 1; } .glow-on-hover:after { z-index: -1; content: ''; position: absolute; width: 100%; height: 100%; background: #111; left: 0; top: 0; border-radius: 10px; } @keyframes glowing { 0% { background-position: 0 0; } 50% { background-position: 400% 0; } 100% { background-position: 0 0; } } @import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300'; .center { text-align: center; } /* Makes rows for the web skeleton*/ .container { display: flex; flex-wrap: wrap; } .button { background-color: rgba(255, 255, 255, 0.1); width: 60px; height: 60px; text-align: center; font-size: 14px; font-family: 'Oswald', sans-serif; } .paragraph { align-items: center; justify-content: center; vertical-align: center; }
Assets/css/style.css
.name { text-align: center; height: auto; padding-top: 10px; padding-bottom: 10px; font-family: 'Oswald', sans-serif; font-size: 72px; color: rgb(255, 255, 255); width: auto; } p { color: rgb(160, 160, 160); background-color: rgb(0, 0, 0); padding: 20px; margin-top: 0%; font-size: 18px; border-radius: 10px; } /* .aboutMe { padding: 20px; margin-top: 0%; } */ /*Sets background photo*/ .flowers { background-image: url(pexels-tim-mossholder-2470967.jpg); background-attachment: fixed; background-size: cover; background-position-y: center; } /*Adds border and style to images with this class*/ .photo { margin: 10px; border: 10px; padding: 10px; text-align: center; } /*Creates the box size and styles the header*/ header { height: 100%; background-color: transparent; border-bottom-color: #13017a; border-width: 10px; } /* unvisited link */ a:link { color: rgb(255, 255, 255); } /* visited link */ a:visited { color: rgb(255, 255, 255); } /* mouse over link */ a:hover { color: rgb(255, 255, 255); } /* selected link */ a:active { color: rgb(255, 255, 255); } /* Makes rows for the web skeleton*/ .column3 { display: flex; flex-wrap: wrap; } /*Creates a box*/ .red { background: transparent; display: flex; flex-direction: column; align-items: center; margin: 20px; padding: 20px; } /*Creates a transparent box*/ .gray { background: dark darkslategray; text-align: center; } /*Creates a blue-background box*/ .content { text-align: center; font-family: 'Oswald', sans-serif; } /*Creates three even columns*/ .column3 div { flex: 1; align-items: center; } .glow-on-hover { width: 220px; height: 50px; border: none; outline: none; color: #fff; background: #111; cursor: pointer; position: relative; z-index: 0; border-radius: 10px; } .glow-on-hover:before { content: ''; background: linear-gradient(45deg, #00ffd5, #00ccff, #0099ff, #0400ff, #0099ff, #00ccff, #00ffd5); position: absolute; top: -2px; left:-2px; background-size: 800%; z-index: -1; filter: blur(5px); width: calc(100% + 4px); height: calc(100% + 4px); animation: glowing 20s linear infinite; opacity: 0; transition: opacity .3s ease-in-out; border-radius: 10px; } .glow-on-hover:active { color: rgb(0, 0, 0) } .glow-on-hover:active:after { background: transparent; } .glow-on-hover:hover:before { opacity: 1; } .glow-on-hover:after { z-index: -1; content: ''; position: absolute; width: 100%; height: 100%; background: #111; left: 0; top: 0; border-radius: 10px; } @keyframes glowing { 0% { background-position: 0 0; } 50% { background-position: 400% 0; } 100% { background-position: 0 0; } } @import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300'; .center { text-align: center; } /* Makes rows for the web skeleton*/ .container { display: flex; flex-wrap: wrap; } .button { background-color: rgba(255, 255, 255, 0.1); width: 60px; height: 60px; text-align: center; font-size: 14px; font-family: 'Oswald', sans-serif; } .paragraph { align-items: center; justify-content: center; vertical-align: center; }
0.565419
0.098079
*{ margin: 0px; padding: 0px; box-sizing: border-box; } body{ font-family: 'Montserrat', sans-serif; } a{color: #fff; text-decoration: none;transition: 0.8s ;} a:hover{ color: rgb(240, 142, 77);transition: 0.8s ;} .padre{display: flex;flex-flow: column nowrap;} .margen-interno{ padding: 0 50px; } .header{background:url(imagenes/covid-19-variants.jpg) ;background-position: center; background-attachment:contain;background-size: cover; display: flex;flex-flow: column nowrap;height: 650px;} .menu{ background-color: rgba(0,0,0,.3); display: flex; flex-flow: row nowrap; height: 60px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.5); } .logo{ flex: 1 1 auto; } .nav{flex: 5 1 auto;} .nav a{background-color: rgba(255, 123, 0, 0.03);transition: 0.8s ; color: rgb(255, 255, 255); font-size: 11px; text-transform: uppercase; padding: 8px 10px; letter-spacing: 40px; width: 15px;/*no funciona cuando se tiene contenido solo para web responsive*/ } .nav a:hover{color: rgb(179, 140, 140);transition: 0.8s ;} .social{ flex: 1 1 auto; display: flex; } .social a{ font-size: 25px; color: rgb(231, 231, 231); padding: 0 5px; } .social a:hover{ color: rgb(248, 127, 83); } .texto-principal{ height: 580px; display: flex; align-items: center; } h1{ color: rgb(255, 255, 255); font-size: 40px; font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-weight: 300; text-align: center; line-height: 1.6; } .section{ background-color:rgb(29, 65, 31) ; display: flex; } .articulos{ background-color:#000000; flex: 2 1 auto; display: flex; flex-flow: row wrap;} .article{ flex: 1 1 40%; color: #444; font-size: 13px; letter-spacing: 1px; margin: 10px 10px 0 0px; flex: 1 1 45%; background: #859b7c; padding-left: 10px; border-radius: 15px; } .article img{ width: 100%; border-radius: 10px; } h2{ font-size: 30px; text-transform: uppercase; padding: 0px 0 10px 0; color: #fff; } .article a{ color: rgb(0, 0, 0); font-size: 13px; padding: 10x 10px; background: #000; margin: 10px 10px; } .article a:hover{ background: rgb(101, 109, 78); } .navegacion{ background-color: #080808; flex: 1 1 100%; padding: 10px; margin: 10px; } .navegacion a{ color: orange; font-size: 11px; text-transform: uppercase; padding: 0 10px; letter-spacing: 2px; } .navegacion a:hover{ color: rgb(41, 99, 41); } .aside{ color: seashell; background-color:#2e2d2d; flex: 1 1 auto; text-align: center; text-transform: uppercase; } .aside img{ width: 250px; } h4{ background: sandybrown; padding: 10px; text-transform: uppercase; } .footer{ background-color:#000 ; display: flex; justify-content: center; height: 100px; align-items: center; } .pie{ width: 300px; } .pie a{ color: #1a4734; font-size: 30px; text-transform: uppercase; padding: 10 10px; letter-spacing: 10px; } .pie a:hover{ color: rgb(164, 231, 209); font-size: 40px; } @media (max-width: 800px) { .menu{ flex-direction: column; height: auto; } .texto-principal{ height: 430px; } h1{ font-size: 15px; } .section{ flex-direction: column; } .aside{ display: flex; justify-content: center; } .aside img{ width: 100%; } } @media (max-width: 600px) { .articulos{ flex-direction: column;} } @media (max-width: 400px) { .aside{flex-direction: column;} }
estilo.css
*{ margin: 0px; padding: 0px; box-sizing: border-box; } body{ font-family: 'Montserrat', sans-serif; } a{color: #fff; text-decoration: none;transition: 0.8s ;} a:hover{ color: rgb(240, 142, 77);transition: 0.8s ;} .padre{display: flex;flex-flow: column nowrap;} .margen-interno{ padding: 0 50px; } .header{background:url(imagenes/covid-19-variants.jpg) ;background-position: center; background-attachment:contain;background-size: cover; display: flex;flex-flow: column nowrap;height: 650px;} .menu{ background-color: rgba(0,0,0,.3); display: flex; flex-flow: row nowrap; height: 60px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.5); } .logo{ flex: 1 1 auto; } .nav{flex: 5 1 auto;} .nav a{background-color: rgba(255, 123, 0, 0.03);transition: 0.8s ; color: rgb(255, 255, 255); font-size: 11px; text-transform: uppercase; padding: 8px 10px; letter-spacing: 40px; width: 15px;/*no funciona cuando se tiene contenido solo para web responsive*/ } .nav a:hover{color: rgb(179, 140, 140);transition: 0.8s ;} .social{ flex: 1 1 auto; display: flex; } .social a{ font-size: 25px; color: rgb(231, 231, 231); padding: 0 5px; } .social a:hover{ color: rgb(248, 127, 83); } .texto-principal{ height: 580px; display: flex; align-items: center; } h1{ color: rgb(255, 255, 255); font-size: 40px; font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-weight: 300; text-align: center; line-height: 1.6; } .section{ background-color:rgb(29, 65, 31) ; display: flex; } .articulos{ background-color:#000000; flex: 2 1 auto; display: flex; flex-flow: row wrap;} .article{ flex: 1 1 40%; color: #444; font-size: 13px; letter-spacing: 1px; margin: 10px 10px 0 0px; flex: 1 1 45%; background: #859b7c; padding-left: 10px; border-radius: 15px; } .article img{ width: 100%; border-radius: 10px; } h2{ font-size: 30px; text-transform: uppercase; padding: 0px 0 10px 0; color: #fff; } .article a{ color: rgb(0, 0, 0); font-size: 13px; padding: 10x 10px; background: #000; margin: 10px 10px; } .article a:hover{ background: rgb(101, 109, 78); } .navegacion{ background-color: #080808; flex: 1 1 100%; padding: 10px; margin: 10px; } .navegacion a{ color: orange; font-size: 11px; text-transform: uppercase; padding: 0 10px; letter-spacing: 2px; } .navegacion a:hover{ color: rgb(41, 99, 41); } .aside{ color: seashell; background-color:#2e2d2d; flex: 1 1 auto; text-align: center; text-transform: uppercase; } .aside img{ width: 250px; } h4{ background: sandybrown; padding: 10px; text-transform: uppercase; } .footer{ background-color:#000 ; display: flex; justify-content: center; height: 100px; align-items: center; } .pie{ width: 300px; } .pie a{ color: #1a4734; font-size: 30px; text-transform: uppercase; padding: 10 10px; letter-spacing: 10px; } .pie a:hover{ color: rgb(164, 231, 209); font-size: 40px; } @media (max-width: 800px) { .menu{ flex-direction: column; height: auto; } .texto-principal{ height: 430px; } h1{ font-size: 15px; } .section{ flex-direction: column; } .aside{ display: flex; justify-content: center; } .aside img{ width: 100%; } } @media (max-width: 600px) { .articulos{ flex-direction: column;} } @media (max-width: 400px) { .aside{flex-direction: column;} }
0.310381
0.071397
body { margin: 0; padding: 0; font-size:12px; color: #222; background: #3c3c3c url(img/bg-loginbody.png); } body, input, textarea, select, button{font-family: "Microsoft Yahei","\5b8b\4f53", Arial;} :focus {outline: 0;} * {outline:none;} .hide {display: none;} img {border:0;} #logo { margin: 80px auto 0; padding-bottom:10px; text-align: center; width: 247px; } #login { background-image: url(img/bg-login.png); border-radius: 4px 4px 4px 4px; margin: 0 auto; padding: 20px; width: 247px; } #login form { margin: 0; padding: 0; } #login p { margin: 10px 0; } .control-group { margin-bottom: 10px; } .control-group .icon-user, .control-group .icon-lock, .control-group .icon-mail { background-color: #EEEEEE; border: 1px solid #CCCCCC; display: block; height: 20px; line-height: 20px; width: 16px; padding: 4px 5px; border-radius: 4px 0 0 4px; float:left; margin-right: -1px; background: url(img/bg-loginicons.png); background-position: -1px 0; overflow:hidden; } .control-group .icon-lock {background-position: -30px 0;} .control-group .icon-mail {background-position: -58px 0;} .control-group input { font-family: "Microsoft Yahei","\5b8b\4f53",Helvetica,Arial,sans-serif; width: 206px; background-color: #FFFFFF; border: 1px solid #CCCCCC; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; border-radius: 0 4px 4px 0; color: #555555; display: inline-block; font-size: 14px; height: 20px; line-height: 20px; margin-left: 0; margin-bottom: 10px; padding: 4px 6px; vertical-align: middle; } .control-group input:focus { border-color: #00c4ba; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); z-index: 2 } .control-group input:-moz-placeholder { color: #c1c1c1; } .remember-me { margin-bottom: 25px; margin-top: 0; display:block; } .remember-me input { vertical-align: middle; cursor: pointer; } .remember-me label { vertical-align: middle; font-size: 12px; cursor: pointer; } .remember-me a {color:#333;float:right;padding-top:1px;text-decoration:none;} .remember-me a:hover {color:#999;text-decoration:none;border-bottom:1px dashed #999;} .login-btn input { width:80px; margin:0 auto; display: block; cursor: pointer; border-radius: 4px 4px 4px 4px; border-style: solid; border-width: 1px; font-size: 13px; line-height: 20px; padding: 4px 12px; color: #FFFFFF; background-color: #fa852e; background-image: linear-gradient(to bottom, #FFAC47, #F56C06); background-repeat: repeat-x; border-color: #f25204; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); } .login-btn input:hover { background-color: #f56b05; background-image: linear-gradient(to bottom, #fb8731, #FFAC47); } .forget-btn {padding-top:10px;} #login-copyright { color: #999999; font-size: 11px; margin: 0 auto; padding: 10px 10px 0; text-align: center; width: 250px; } #login-copyright a {color:#999999;text-decoration:none;} #login-copyright a:hover {color:#FFF;text-decoration:none;border-bottom:1px dashed #fff;}
resources/sitemodels/welive/public/login.css
body { margin: 0; padding: 0; font-size:12px; color: #222; background: #3c3c3c url(img/bg-loginbody.png); } body, input, textarea, select, button{font-family: "Microsoft Yahei","\5b8b\4f53", Arial;} :focus {outline: 0;} * {outline:none;} .hide {display: none;} img {border:0;} #logo { margin: 80px auto 0; padding-bottom:10px; text-align: center; width: 247px; } #login { background-image: url(img/bg-login.png); border-radius: 4px 4px 4px 4px; margin: 0 auto; padding: 20px; width: 247px; } #login form { margin: 0; padding: 0; } #login p { margin: 10px 0; } .control-group { margin-bottom: 10px; } .control-group .icon-user, .control-group .icon-lock, .control-group .icon-mail { background-color: #EEEEEE; border: 1px solid #CCCCCC; display: block; height: 20px; line-height: 20px; width: 16px; padding: 4px 5px; border-radius: 4px 0 0 4px; float:left; margin-right: -1px; background: url(img/bg-loginicons.png); background-position: -1px 0; overflow:hidden; } .control-group .icon-lock {background-position: -30px 0;} .control-group .icon-mail {background-position: -58px 0;} .control-group input { font-family: "Microsoft Yahei","\5b8b\4f53",Helvetica,Arial,sans-serif; width: 206px; background-color: #FFFFFF; border: 1px solid #CCCCCC; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; border-radius: 0 4px 4px 0; color: #555555; display: inline-block; font-size: 14px; height: 20px; line-height: 20px; margin-left: 0; margin-bottom: 10px; padding: 4px 6px; vertical-align: middle; } .control-group input:focus { border-color: #00c4ba; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); z-index: 2 } .control-group input:-moz-placeholder { color: #c1c1c1; } .remember-me { margin-bottom: 25px; margin-top: 0; display:block; } .remember-me input { vertical-align: middle; cursor: pointer; } .remember-me label { vertical-align: middle; font-size: 12px; cursor: pointer; } .remember-me a {color:#333;float:right;padding-top:1px;text-decoration:none;} .remember-me a:hover {color:#999;text-decoration:none;border-bottom:1px dashed #999;} .login-btn input { width:80px; margin:0 auto; display: block; cursor: pointer; border-radius: 4px 4px 4px 4px; border-style: solid; border-width: 1px; font-size: 13px; line-height: 20px; padding: 4px 12px; color: #FFFFFF; background-color: #fa852e; background-image: linear-gradient(to bottom, #FFAC47, #F56C06); background-repeat: repeat-x; border-color: #f25204; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); } .login-btn input:hover { background-color: #f56b05; background-image: linear-gradient(to bottom, #fb8731, #FFAC47); } .forget-btn {padding-top:10px;} #login-copyright { color: #999999; font-size: 11px; margin: 0 auto; padding: 10px 10px 0; text-align: center; width: 250px; } #login-copyright a {color:#999999;text-decoration:none;} #login-copyright a:hover {color:#FFF;text-decoration:none;border-bottom:1px dashed #fff;}
0.305801
0.088465
body{ font-size: 15px; margin: 0; padding: 0; } .left_div{ width: 50%; float: left; } .right_div{ position: fixed; bottom: 0; width: 50%; right: 0; } .section_1{ width: 100%; background: #d3d3d3 url(images/1.jpg) center left no-repeat; } .section_2{ width: 100%; background: #d3d3d3 url(images/2.jpg) center left no-repeat;; } .section_3{ width: 100%; background: #d3d3d3 url(images/3.jpg) center left no-repeat;; } .section_4{ width: 100%; background: #d3d3d3 url(images/4.jpg) center left no-repeat;; } .section_5{ width: 100%; background:#ededef url(images/5.jpg) center left no-repeat;; } /*.section_6{ width: 100%; background: #f46f20 url(images/6.jpg) center left no-repeat;; }*/ .inner_section{ background-size: 200%; position: relative; overflow: hidden; } .right_div .inner_section{ background-size:200% ; background-position: center right; } nav { position:fixed; z-index: 2; margin-top:10px; } nav a { padding: 10px; } nav ul li { display: inline-block; list-style-type: none; padding: 0; background: rgba(0,0,0,0.7); border-radius: 2px; margin-right: 15px; } .section_1 span.text{ background: #1abc9c; } .section_2 span.text{ background: #e67e22; } .section_3 span.text{ background: #e74c3c; } .section_4 span.text{ background: #9b59b6; } .section_5 span.text{ background: #34495e; } nav ul li:first-child { background:#1abc9c } nav ul li:nth-child(2) { background:#e67e22 } nav ul li:nth-child(3) { background:#e74c3c } nav ul li:nth-child(4) { background:#9b59b6 } nav ul li:nth-child(5) { background:#34495e } nav ul li a { padding: 10px 15px; display: inline-block; color: #fff; text-transform: uppercase; text-decoration: none; font-family: monospace; font-size: 16px; font-weight: bold; letter-spacing: 0.2px; } .menu{ background: #34495e url("images/menu.svg") center center no-repeat; color: #fff; width: 45px; background-size: 70%; z-index: 10; height: 45px; position: fixed; top: 20px; right: 20px; display: none; } .close{ background: url(images/close.svg) center center no-repeat; color: #fff; width: 45px; background-size: 70%; z-index: 10; height: 45px; position: fixed; top: 20px; right: 20px; display: none; } .right_div span.text { left: inherit; right: 50%; } nav.desktop_menu{ display: block!important; width: auto!important; height: auto!important; opacity: 1!important; position: fixed; top: 0!important; left: 0!important; } nav.desktop_menu ul{ width: auto!important; height: auto!important; opacity: 1!important; } span.text { position: absolute; font-size: 5.3em; box-shadow: 0 0px 19px 18px #000; text-transform: uppercase; font-family: fantasy; color: #fff; background: #313131; border: 5px solid #fff; box-sizing:border-box; outline: 15px solid #313131; top: 50%; display: block; left: 50%; float: left; margin: -60px 0 0 0; width: 100%; text-align: center; } .menu.mobile_view{ display: none!important; } @media only screen and (max-width: 740px) { .menu{ display: block; } body{ font-size: 14px; } span.text{ font-size: 2em; box-shadow: 0 0px 14px 7px #000; outline: 5px solid #313131; padding: 15px 0; } nav{ opacity: 0; position: fixed; margin: 0; top: 50%; left: 50%; z-index: 11; height: 0; background: rgba(36,36,80,0.7); width: 0; overflow-y: auto; } nav ul{ opacity: 0; padding: 0; margin: 0; } nav ul li{ background: none!important; display: block; width: 100%; margin: 0 0%; } nav ul li a{ border-bottom: 1px solid #fff; margin: 0 20%; font-size: 30px; padding: 30px 0; text-align: center; display: block; } nav ul li a:last{ border-bottom: 0; } }
style.css
body{ font-size: 15px; margin: 0; padding: 0; } .left_div{ width: 50%; float: left; } .right_div{ position: fixed; bottom: 0; width: 50%; right: 0; } .section_1{ width: 100%; background: #d3d3d3 url(images/1.jpg) center left no-repeat; } .section_2{ width: 100%; background: #d3d3d3 url(images/2.jpg) center left no-repeat;; } .section_3{ width: 100%; background: #d3d3d3 url(images/3.jpg) center left no-repeat;; } .section_4{ width: 100%; background: #d3d3d3 url(images/4.jpg) center left no-repeat;; } .section_5{ width: 100%; background:#ededef url(images/5.jpg) center left no-repeat;; } /*.section_6{ width: 100%; background: #f46f20 url(images/6.jpg) center left no-repeat;; }*/ .inner_section{ background-size: 200%; position: relative; overflow: hidden; } .right_div .inner_section{ background-size:200% ; background-position: center right; } nav { position:fixed; z-index: 2; margin-top:10px; } nav a { padding: 10px; } nav ul li { display: inline-block; list-style-type: none; padding: 0; background: rgba(0,0,0,0.7); border-radius: 2px; margin-right: 15px; } .section_1 span.text{ background: #1abc9c; } .section_2 span.text{ background: #e67e22; } .section_3 span.text{ background: #e74c3c; } .section_4 span.text{ background: #9b59b6; } .section_5 span.text{ background: #34495e; } nav ul li:first-child { background:#1abc9c } nav ul li:nth-child(2) { background:#e67e22 } nav ul li:nth-child(3) { background:#e74c3c } nav ul li:nth-child(4) { background:#9b59b6 } nav ul li:nth-child(5) { background:#34495e } nav ul li a { padding: 10px 15px; display: inline-block; color: #fff; text-transform: uppercase; text-decoration: none; font-family: monospace; font-size: 16px; font-weight: bold; letter-spacing: 0.2px; } .menu{ background: #34495e url("images/menu.svg") center center no-repeat; color: #fff; width: 45px; background-size: 70%; z-index: 10; height: 45px; position: fixed; top: 20px; right: 20px; display: none; } .close{ background: url(images/close.svg) center center no-repeat; color: #fff; width: 45px; background-size: 70%; z-index: 10; height: 45px; position: fixed; top: 20px; right: 20px; display: none; } .right_div span.text { left: inherit; right: 50%; } nav.desktop_menu{ display: block!important; width: auto!important; height: auto!important; opacity: 1!important; position: fixed; top: 0!important; left: 0!important; } nav.desktop_menu ul{ width: auto!important; height: auto!important; opacity: 1!important; } span.text { position: absolute; font-size: 5.3em; box-shadow: 0 0px 19px 18px #000; text-transform: uppercase; font-family: fantasy; color: #fff; background: #313131; border: 5px solid #fff; box-sizing:border-box; outline: 15px solid #313131; top: 50%; display: block; left: 50%; float: left; margin: -60px 0 0 0; width: 100%; text-align: center; } .menu.mobile_view{ display: none!important; } @media only screen and (max-width: 740px) { .menu{ display: block; } body{ font-size: 14px; } span.text{ font-size: 2em; box-shadow: 0 0px 14px 7px #000; outline: 5px solid #313131; padding: 15px 0; } nav{ opacity: 0; position: fixed; margin: 0; top: 50%; left: 50%; z-index: 11; height: 0; background: rgba(36,36,80,0.7); width: 0; overflow-y: auto; } nav ul{ opacity: 0; padding: 0; margin: 0; } nav ul li{ background: none!important; display: block; width: 100%; margin: 0 0%; } nav ul li a{ border-bottom: 1px solid #fff; margin: 0 20%; font-size: 30px; padding: 30px 0; text-align: center; display: block; } nav ul li a:last{ border-bottom: 0; } }
0.25128
0.078678
.banner-overlay-new { width: 100%; background: #fff; background-image:url("../assets/v1_lib/web_assets/static_image/gradient_banner_new.jpg"); background-position:center; background-repeat:no-repeat; background-size:100%; } .banner-overlay-new2 { width: 100%; background: #fff; background-image:url("../assets/v1_lib/web_assets/static_image/paint_bg_x.jpg"); background-position:center; background-repeat:no-repeat; background-size:100%; z-index:-1; } .bg-ft { -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); z-index:999; } .user-cover { width: 100%; height:150px; background: #fff; background-image:url("../assets/v1_lib/web_assets/static_image/user_background2.jpg"); background-position:center; background-repeat:no-repeat; background-size:100%; box-shadow: 0px 3px 15px rgba(0,0,0,0.2); } .global-overlay { border-bottom: 3px solid #f5f5f5; /*box-shadow:0 20px 50px #eee*/ } .global-form-search { background: #fff; width: 300px; height: 44px; border-radius: 3em; display: flex; flex-direction: row; align-items: center; float: right; vertical-align: middle; -moz-box-shadow: inset 0 0 5px #e0e0e0; -webkit-box-shadow: inset 0 0 5px #e0e0e0; box-shadow: inset 0 0 5px #e0e0e0; } .global-form-search-au { background: #fff; width: 100%; height: 44px; border-radius: 3em; display: flex; flex-direction: row; align-items: center; float: right; vertical-align: middle; -moz-box-shadow: inset 0 0 5px #e0e0e0; -webkit-box-shadow: inset 0 0 5px #e0e0e0; box-shadow: inset 0 0 5px #e0e0e0; } .global-input-search { all: unset; font: -apple-system, system-ui, BlinkMacSystemFont; color: #333; height: 100%; width: 100%; padding: 6px 10px; transition:0.5s; } .global-form-search:hover { border:1px solid #333; } .global-submit-search { all: unset; width: 44px; height: 44px; } .global-form-search-desk { background: #fff; width: 400px; height: 44px; border-radius: 3em; display: flex; flex-direction: row; align-items: center; float: right; vertical-align: middle; -moz-box-shadow: inset 0 0 5px #e0e0e0; -webkit-box-shadow: inset 0 0 5px #e0e0e0; box-shadow: inset 0 0 5px #e0e0e0; } .global-input-search-desk { all: unset; font: -apple-system, system-ui, BlinkMacSystemFont; color: #333; height: 100%; width: 100%; padding: 6px 10px; transition:0.5s; } .global-form-search-desk:hover { border:1px solid #333; } .global-submit-search-desk { all: unset; width: 44px; height: 44px; } .global-svg { fill: currentColor; width: 24px; height: 24px; padding: 10px; } .global-scrollmenu { overflow: auto; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; } .global-scrollmenu a { display: inline-block; text-align: center; padding: 15px; text-decoration: none; transition: 0.2s; border-radius: 2em; } .global-scrollmenu-au { overflow: auto; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; } .global-scrollmenu-au a { display: inline-block; text-align: center; padding: 10px; margin-top:10px; margin-right:5px; margin-left:10px; text-decoration: none; border:1px solid transparent; border-radius: 2em; background:#EEEE; } .global-scrollmenu-au a:hover { border:1px solid #ddd; } .global-scrollmenu-desk { overflow: auto; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; width:100%; } .global-scrollmenu-desk a { margin-top:-15px; display: inline-block; text-align: center; padding: 15px; text-decoration: none; transition: 0.2s; border:none; border-radius: 2em; } .global-scrollmenu a:hover { background: #ddd; border-radius: 2em; } .global-scrollmenu-product { overflow: auto; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; } .global-scrollmenu-product a{ display: inline-block; text-align: center; text-decoration: none; transition: 0.2s; border-radius: 2em; } .global-scrollmenu-product img{ border-radius:5px; } .product-list-scroll { margin-left:7px; } ::-webkit-scrollbar { display: none; } .global-login-a a { color: #000; transition: 0.2s; } .global-login-a a:hover { color: red; } .global-browse-button { border: none; width: 100%; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; font-weight: bolder; color: #fff; border-radius: 3px; } .home_title { font-size: 22px; font-weight: 400; font-family: fantasy; } .material-icons { vertical-align:middle; } select { border-radius:6px; border:1.5px solid #E2E2E2; padding:10px; height:50px; transition:0.5s; margin-bottom:10px; box-shadow: 0 0 20px #E7E7E7; font-size:17px; font-weight:400; } select:hover { outline:none; } span.notification-badge { position: relative; padding: 5px 7px; border-radius: 50%; color: white; background: red; right: 10px; top: -13px; left: 295px; font-size: 10px; max-width: 20px; } img { width:100%; } #hr_1 { border:1px solid #ddd; /*box-shadow:0 20px 50px #eee*/ }
update/htdocs/assets/v1_lib/web_assets/v1_mobile_test.css
.banner-overlay-new { width: 100%; background: #fff; background-image:url("../assets/v1_lib/web_assets/static_image/gradient_banner_new.jpg"); background-position:center; background-repeat:no-repeat; background-size:100%; } .banner-overlay-new2 { width: 100%; background: #fff; background-image:url("../assets/v1_lib/web_assets/static_image/paint_bg_x.jpg"); background-position:center; background-repeat:no-repeat; background-size:100%; z-index:-1; } .bg-ft { -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); z-index:999; } .user-cover { width: 100%; height:150px; background: #fff; background-image:url("../assets/v1_lib/web_assets/static_image/user_background2.jpg"); background-position:center; background-repeat:no-repeat; background-size:100%; box-shadow: 0px 3px 15px rgba(0,0,0,0.2); } .global-overlay { border-bottom: 3px solid #f5f5f5; /*box-shadow:0 20px 50px #eee*/ } .global-form-search { background: #fff; width: 300px; height: 44px; border-radius: 3em; display: flex; flex-direction: row; align-items: center; float: right; vertical-align: middle; -moz-box-shadow: inset 0 0 5px #e0e0e0; -webkit-box-shadow: inset 0 0 5px #e0e0e0; box-shadow: inset 0 0 5px #e0e0e0; } .global-form-search-au { background: #fff; width: 100%; height: 44px; border-radius: 3em; display: flex; flex-direction: row; align-items: center; float: right; vertical-align: middle; -moz-box-shadow: inset 0 0 5px #e0e0e0; -webkit-box-shadow: inset 0 0 5px #e0e0e0; box-shadow: inset 0 0 5px #e0e0e0; } .global-input-search { all: unset; font: -apple-system, system-ui, BlinkMacSystemFont; color: #333; height: 100%; width: 100%; padding: 6px 10px; transition:0.5s; } .global-form-search:hover { border:1px solid #333; } .global-submit-search { all: unset; width: 44px; height: 44px; } .global-form-search-desk { background: #fff; width: 400px; height: 44px; border-radius: 3em; display: flex; flex-direction: row; align-items: center; float: right; vertical-align: middle; -moz-box-shadow: inset 0 0 5px #e0e0e0; -webkit-box-shadow: inset 0 0 5px #e0e0e0; box-shadow: inset 0 0 5px #e0e0e0; } .global-input-search-desk { all: unset; font: -apple-system, system-ui, BlinkMacSystemFont; color: #333; height: 100%; width: 100%; padding: 6px 10px; transition:0.5s; } .global-form-search-desk:hover { border:1px solid #333; } .global-submit-search-desk { all: unset; width: 44px; height: 44px; } .global-svg { fill: currentColor; width: 24px; height: 24px; padding: 10px; } .global-scrollmenu { overflow: auto; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; } .global-scrollmenu a { display: inline-block; text-align: center; padding: 15px; text-decoration: none; transition: 0.2s; border-radius: 2em; } .global-scrollmenu-au { overflow: auto; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; } .global-scrollmenu-au a { display: inline-block; text-align: center; padding: 10px; margin-top:10px; margin-right:5px; margin-left:10px; text-decoration: none; border:1px solid transparent; border-radius: 2em; background:#EEEE; } .global-scrollmenu-au a:hover { border:1px solid #ddd; } .global-scrollmenu-desk { overflow: auto; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; width:100%; } .global-scrollmenu-desk a { margin-top:-15px; display: inline-block; text-align: center; padding: 15px; text-decoration: none; transition: 0.2s; border:none; border-radius: 2em; } .global-scrollmenu a:hover { background: #ddd; border-radius: 2em; } .global-scrollmenu-product { overflow: auto; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; } .global-scrollmenu-product a{ display: inline-block; text-align: center; text-decoration: none; transition: 0.2s; border-radius: 2em; } .global-scrollmenu-product img{ border-radius:5px; } .product-list-scroll { margin-left:7px; } ::-webkit-scrollbar { display: none; } .global-login-a a { color: #000; transition: 0.2s; } .global-login-a a:hover { color: red; } .global-browse-button { border: none; width: 100%; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; font-weight: bolder; color: #fff; border-radius: 3px; } .home_title { font-size: 22px; font-weight: 400; font-family: fantasy; } .material-icons { vertical-align:middle; } select { border-radius:6px; border:1.5px solid #E2E2E2; padding:10px; height:50px; transition:0.5s; margin-bottom:10px; box-shadow: 0 0 20px #E7E7E7; font-size:17px; font-weight:400; } select:hover { outline:none; } span.notification-badge { position: relative; padding: 5px 7px; border-radius: 50%; color: white; background: red; right: 10px; top: -13px; left: 295px; font-size: 10px; max-width: 20px; } img { width:100%; } #hr_1 { border:1px solid #ddd; /*box-shadow:0 20px 50px #eee*/ }
0.317003
0.088662
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed&display=swap'); body, html { margin: 0; width: 100%; height: 100%; background-color: #1e1e1e; color: #ffffff; user-select: none; font-family: 'Encode Sans Condensed', sans-serif; } #loader { position: absolute; top: 50%; left: 50%; border: 10px solid #dcdcaa; border-radius: 50%; border-top: 10px solid #1e1e1e; width: 50px; height: 50px; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); } 100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); } } @keyframes spin { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } } #app { display: flex; flex-direction: column; width: 100%; height: 100%; } /* header */ #header { display: flex; border-bottom: 1px solid #9cdcfe; padding: 20px; justify-content: space-between; } /* body */ .body_app { flex-grow: 2; padding: 10px; display: flex; } .p__wrapper { flex-basis: 100%; display: flex; border: #1e1e1e; border-radius: 6px; background-color: #2C2F33; padding: 5px; } /* header components */ #logo_wrapper{ display: flex; margin: 0 20px 0 0; } .logo{ font-size: 26px; padding: 5px 15px; } .logo__small{ margin: 0; border-left: 1px solid #9cdcfe; border-top: 1px solid #9cdcfe; border-right: 1px solid #9cdcfe; } .logo__large{ margin: 0; border-bottom: 1px solid #9cdcfe; } #nav{ display: flex; justify-content: flex-end; margin: 0 0 0 20px; } .nav_b{ margin: 0; padding: 5px 10px 5px 10px; font-size: 26px; cursor: pointer; border-bottom: 1px solid #ffffff; } .divider{ border-bottom: none; } .nav_selected{ color: #9cdcfe; } /* body components */ #body__forum { width: 50%; position: relative; overflow: hidden; display: flex; flex-direction: column; font-size: 22px; margin: 10px; } .code_span { margin: 5px 0; display: flex; } .code_span:nth-child(1) { margin-top: 0 !important; } .code_span:nth-last-child(1) { margin-bottom: 0 !important; } input:focus, select:focus, textarea:focus, button:focus{ outline: none; } .code_span span { margin: 0 2px; } input::placeholder { color: #a9a9a9; } .input_d:disabled { background-color: #1e1e1e80; cursor: not-allowed; } .input_d { background-color: #2C2F33; border: 1px solid #9cdcfe; border-radius: 6px; margin: 0 2px; font-size: 20px; padding: 5px; width: 540px; font-family: 'Encode Sans Condensed', sans-serif; } #editor { position: relative; min-height: 180px; font-family: "Courier New", monospace; font-weight: 400; font-size: 18px; letter-spacing: normal; line-height: 22px; tab-size: 4; overflow-y: auto !important; resize: none !important; } .editor_empty { color: #a9a9a9 !important; font-family: 'Encode Sans Condensed', sans-serif !important; } .json_span { flex-grow: 2; } /* code colors */ .m { color: #4fc1ff; } .p { color: #9cdcfe; } .a { color: #ffffff; } .s { color: #ce9178; } .c { color: #dcdcaa; } .f { color: #569cd6; } /* body__controls */ #body__controls { width: 50%; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; margin: 10px; font-size: 20px; } #top__controls, #bottom__controls { margin: 5px 0; display: flex; flex-direction: column; border: 2px solid #1e1e1e; border-radius: 6px; padding: 20px; } #bottom__controls { flex-grow: 2; } .top_c_div { margin-bottom: 10px; display: flex; justify-content: space-between; } .nomargin { margin: 0 !important; } .crossb { border-radius: 50px !important; } .select_wrapper { display: flex; align-items: center; flex-wrap: wrap; } .select_normal { vertical-align: bottom; font-size: 20px; cursor: pointer; font-family: 'Encode Sans Condensed', sans-serif; border: none; border-radius: 6px; background-color: #1e1e1e; color: #ffffff; padding: 5px; } .tbs { margin: 4px 8px !important; padding: 5px 10px !important; margin-left: 0 !important; } .button_g{ font-size: 20px; cursor: pointer; font-family: 'Encode Sans Condensed', sans-serif; border: none; border-radius: 6px; background-color: #7289DA; color: #ffffff; padding: 5px 10px; } .button_g:hover { background-color: #7274da; } .button_g:disabled{ background-color: #7289da21; } .hidden { display: none !important; } .select_wrapper span { margin: 0; margin-right: 10px; } #broadcast_log_wr { flex-grow: 2; margin: 0; margin-top: 10px; } #broadcast_log { background-color: #000000; display: flex; flex-direction: column; font-family: "Courier New", monospace; width: 100%; padding: 10px; font-size: 13.8px; overflow: auto; user-select: text; } .log { display: flex; margin: 1px 0; } .log span{ margin: 0 15px; white-space: normal; text-overflow: ellipsis; } .log span:nth-child(1){ margin: 0 15px 0 0; } .log_warn { color: #e6cd2d; } .log_err { color: #ec1c1c; } .tx_id { color: chartreuse; } #stream_options { display: flex; width: 100%; align-self: flex-start; justify-content: space-between; } #stream_options .input_d { width: 250px; flex-grow: 2; margin: 0 5px; } #stream_buttons { display: flex; justify-content: center; } #stream_buttons .button_g, #stream_buttons .select_normal { margin: 0 5px; white-space: nowrap; }
CSS/main.css
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed&display=swap'); body, html { margin: 0; width: 100%; height: 100%; background-color: #1e1e1e; color: #ffffff; user-select: none; font-family: 'Encode Sans Condensed', sans-serif; } #loader { position: absolute; top: 50%; left: 50%; border: 10px solid #dcdcaa; border-radius: 50%; border-top: 10px solid #1e1e1e; width: 50px; height: 50px; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); } 100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); } } @keyframes spin { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } } #app { display: flex; flex-direction: column; width: 100%; height: 100%; } /* header */ #header { display: flex; border-bottom: 1px solid #9cdcfe; padding: 20px; justify-content: space-between; } /* body */ .body_app { flex-grow: 2; padding: 10px; display: flex; } .p__wrapper { flex-basis: 100%; display: flex; border: #1e1e1e; border-radius: 6px; background-color: #2C2F33; padding: 5px; } /* header components */ #logo_wrapper{ display: flex; margin: 0 20px 0 0; } .logo{ font-size: 26px; padding: 5px 15px; } .logo__small{ margin: 0; border-left: 1px solid #9cdcfe; border-top: 1px solid #9cdcfe; border-right: 1px solid #9cdcfe; } .logo__large{ margin: 0; border-bottom: 1px solid #9cdcfe; } #nav{ display: flex; justify-content: flex-end; margin: 0 0 0 20px; } .nav_b{ margin: 0; padding: 5px 10px 5px 10px; font-size: 26px; cursor: pointer; border-bottom: 1px solid #ffffff; } .divider{ border-bottom: none; } .nav_selected{ color: #9cdcfe; } /* body components */ #body__forum { width: 50%; position: relative; overflow: hidden; display: flex; flex-direction: column; font-size: 22px; margin: 10px; } .code_span { margin: 5px 0; display: flex; } .code_span:nth-child(1) { margin-top: 0 !important; } .code_span:nth-last-child(1) { margin-bottom: 0 !important; } input:focus, select:focus, textarea:focus, button:focus{ outline: none; } .code_span span { margin: 0 2px; } input::placeholder { color: #a9a9a9; } .input_d:disabled { background-color: #1e1e1e80; cursor: not-allowed; } .input_d { background-color: #2C2F33; border: 1px solid #9cdcfe; border-radius: 6px; margin: 0 2px; font-size: 20px; padding: 5px; width: 540px; font-family: 'Encode Sans Condensed', sans-serif; } #editor { position: relative; min-height: 180px; font-family: "Courier New", monospace; font-weight: 400; font-size: 18px; letter-spacing: normal; line-height: 22px; tab-size: 4; overflow-y: auto !important; resize: none !important; } .editor_empty { color: #a9a9a9 !important; font-family: 'Encode Sans Condensed', sans-serif !important; } .json_span { flex-grow: 2; } /* code colors */ .m { color: #4fc1ff; } .p { color: #9cdcfe; } .a { color: #ffffff; } .s { color: #ce9178; } .c { color: #dcdcaa; } .f { color: #569cd6; } /* body__controls */ #body__controls { width: 50%; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; margin: 10px; font-size: 20px; } #top__controls, #bottom__controls { margin: 5px 0; display: flex; flex-direction: column; border: 2px solid #1e1e1e; border-radius: 6px; padding: 20px; } #bottom__controls { flex-grow: 2; } .top_c_div { margin-bottom: 10px; display: flex; justify-content: space-between; } .nomargin { margin: 0 !important; } .crossb { border-radius: 50px !important; } .select_wrapper { display: flex; align-items: center; flex-wrap: wrap; } .select_normal { vertical-align: bottom; font-size: 20px; cursor: pointer; font-family: 'Encode Sans Condensed', sans-serif; border: none; border-radius: 6px; background-color: #1e1e1e; color: #ffffff; padding: 5px; } .tbs { margin: 4px 8px !important; padding: 5px 10px !important; margin-left: 0 !important; } .button_g{ font-size: 20px; cursor: pointer; font-family: 'Encode Sans Condensed', sans-serif; border: none; border-radius: 6px; background-color: #7289DA; color: #ffffff; padding: 5px 10px; } .button_g:hover { background-color: #7274da; } .button_g:disabled{ background-color: #7289da21; } .hidden { display: none !important; } .select_wrapper span { margin: 0; margin-right: 10px; } #broadcast_log_wr { flex-grow: 2; margin: 0; margin-top: 10px; } #broadcast_log { background-color: #000000; display: flex; flex-direction: column; font-family: "Courier New", monospace; width: 100%; padding: 10px; font-size: 13.8px; overflow: auto; user-select: text; } .log { display: flex; margin: 1px 0; } .log span{ margin: 0 15px; white-space: normal; text-overflow: ellipsis; } .log span:nth-child(1){ margin: 0 15px 0 0; } .log_warn { color: #e6cd2d; } .log_err { color: #ec1c1c; } .tx_id { color: chartreuse; } #stream_options { display: flex; width: 100%; align-self: flex-start; justify-content: space-between; } #stream_options .input_d { width: 250px; flex-grow: 2; margin: 0 5px; } #stream_buttons { display: flex; justify-content: center; } #stream_buttons .button_g, #stream_buttons .select_normal { margin: 0 5px; white-space: nowrap; }
0.326593
0.09343
body { max-width:1200px; display:flex; flex-direction:column; justify-items: center; align-items:center; height:100%; } div.calculator { display:grid; grid-template-columns:100%; grid-template-rows:8% 12% 80%; width:60%; min-height:60%; max-height:60%; width:60%; background-color:#0F9D58; overflow:hidden; padding:5%; } div.calculator_display { box-sizing:border-box; display:block; width:100%; min-height:40px; max-height:40px; padding:5px; overflow:hidden; background-color: #fff; text-align:right; font-size:2em; } div.calculator_display_memory { display:block; box-sizing:border-box; width:100%; min-height:30px; max-height:30px; padding:6px; overflow:hidden; text-align:right; margin-bottom:8px solid #fff; background-color:#fff; } div.calculator_keys { display:grid; justify-content: center; height:100%; width:100%; font-size:2em; grid-template-columns: 20% 20% 20% 20%; grid-template-rows: 20% 20% 20% 20% 20%; grid-gap:8px; box-sizing:border-box; padding:3%; } button{ color:#555; font-size:1.1em; } button.key--equal { grid-column-start:4; grid-row:2/6; } /* Media Queries */ @media all and (max-width: 1000px) { div.calculator { padding:3%; width:85%; min-height:60%; max-height:60%; } div.calculator_display { font-size:1.5em; } div.calculator_keys { font-size:1.5em; } } @media all and (max-width: 900px) { div.calculator { padding:6%; width:85%; min-height:60%; max-height:60%; } div.calculator_display { font-size:1.5em; } div.calculator_keys { font-size:1.5em; } } @media all and (max-width: 720px) { div.calculator { padding:12%; width:80%; min-height:55%; max-height:55%; } div.calculator p { padding:1% 1%; } div.calculator_display { font-size:1.3em; } div.calculator_keys { font-size:1.3em; } button.key-clear{ font-size:1.2em; } } @media all and (max-width: 500px) { div.calculator_display { font-size:1.1em; } div.calculator_keys { font-size:1.1em; } button.key-clear{ font-size:0.95em; } }
style.css
body { max-width:1200px; display:flex; flex-direction:column; justify-items: center; align-items:center; height:100%; } div.calculator { display:grid; grid-template-columns:100%; grid-template-rows:8% 12% 80%; width:60%; min-height:60%; max-height:60%; width:60%; background-color:#0F9D58; overflow:hidden; padding:5%; } div.calculator_display { box-sizing:border-box; display:block; width:100%; min-height:40px; max-height:40px; padding:5px; overflow:hidden; background-color: #fff; text-align:right; font-size:2em; } div.calculator_display_memory { display:block; box-sizing:border-box; width:100%; min-height:30px; max-height:30px; padding:6px; overflow:hidden; text-align:right; margin-bottom:8px solid #fff; background-color:#fff; } div.calculator_keys { display:grid; justify-content: center; height:100%; width:100%; font-size:2em; grid-template-columns: 20% 20% 20% 20%; grid-template-rows: 20% 20% 20% 20% 20%; grid-gap:8px; box-sizing:border-box; padding:3%; } button{ color:#555; font-size:1.1em; } button.key--equal { grid-column-start:4; grid-row:2/6; } /* Media Queries */ @media all and (max-width: 1000px) { div.calculator { padding:3%; width:85%; min-height:60%; max-height:60%; } div.calculator_display { font-size:1.5em; } div.calculator_keys { font-size:1.5em; } } @media all and (max-width: 900px) { div.calculator { padding:6%; width:85%; min-height:60%; max-height:60%; } div.calculator_display { font-size:1.5em; } div.calculator_keys { font-size:1.5em; } } @media all and (max-width: 720px) { div.calculator { padding:12%; width:80%; min-height:55%; max-height:55%; } div.calculator p { padding:1% 1%; } div.calculator_display { font-size:1.3em; } div.calculator_keys { font-size:1.3em; } button.key-clear{ font-size:1.2em; } } @media all and (max-width: 500px) { div.calculator_display { font-size:1.1em; } div.calculator_keys { font-size:1.1em; } button.key-clear{ font-size:0.95em; } }
0.340705
0.102529
#loader { display: none; } @keyframes load{ 0%{height:10px; margin:20px 2px;} 50%{height:50px; margin:0px 2px;} 100%{height:10px;margin:20px 2px;} } @-o-keyframes load{ 0%{height:10px; margin:20px 2px;} 50%{height:50px; margin:0px 2px;} 100%{height:10px;margin:20px 2px;} } @-ms-keyframes load{ 0%{height:10px; margin:20px 2px;} 50%{height:50px; margin:0px 2px;} 100%{height:10px;margin:20px 2px;} } @-moz-keyframes load{ 0%{height:10px; margin:20px 2px;} 50%{height:50px; margin:0px 2px;} 100%{height:10px;margin:20px 2px;} } @-webkit-keyframes load{ 0%{height:10px; margin:20px 2px;} 50%{height:50px; margin:0px 2px;} 100%{height:10px;margin:20px 2px;} } #loader{ width: 72px; height: 55px; margin: 30px auto; } #loader .bar{ float:left; margin:20px 2px; width:10px; height:0px; background:#7bf; border-top:0px; border-bottom:0px; /*border-radius*/ -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; } #loader .bar:nth-child(1){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; } #loader .bar:nth-child(2){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:.2s; -moz-animation-delay:.2s; -ms-animation-delay:.2s; -o-animation-delay:.2s; animation-delay:.2s; } #loader .bar:nth-child(3){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:.4s; -moz-animation-delay:.4s; -ms-animation-delay:.4s; -o-animation-delay:.4s; animation-delay:.4s; } #loader .bar:nth-child(4){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:.6s; -moz-animation-delay:.6s; -ms-animation-delay:.6s; -o-animation-delay:.6s; animation-delay:.6s; } #loader .bar:nth-child(5){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:.8s; -moz-animation-delay:.8s; -ms-animation-delay:.8s; -o-animation-delay:.8s; animation-delay:.8s; } #loader .bar:nth-child(6){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:1s; -moz-animation-delay:1s; -ms-animation-delay:1s; -o-animation-delay:1s; animation-delay:1s; } #loader .bar:nth-child(7){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; -ms-animation-delay:1.2s; -o-animation-delay:1.2s; animation-delay:1.2s; } #loader p { text-align:center; font-size:30px; font-family:helvetica neue; font-weight:100; } #loader a { color:#7bf; text-decoration:none; }
data/train/css/ad573b3cf2ec8d301f0613b5d399e7d0b6b395d3loader.css
#loader { display: none; } @keyframes load{ 0%{height:10px; margin:20px 2px;} 50%{height:50px; margin:0px 2px;} 100%{height:10px;margin:20px 2px;} } @-o-keyframes load{ 0%{height:10px; margin:20px 2px;} 50%{height:50px; margin:0px 2px;} 100%{height:10px;margin:20px 2px;} } @-ms-keyframes load{ 0%{height:10px; margin:20px 2px;} 50%{height:50px; margin:0px 2px;} 100%{height:10px;margin:20px 2px;} } @-moz-keyframes load{ 0%{height:10px; margin:20px 2px;} 50%{height:50px; margin:0px 2px;} 100%{height:10px;margin:20px 2px;} } @-webkit-keyframes load{ 0%{height:10px; margin:20px 2px;} 50%{height:50px; margin:0px 2px;} 100%{height:10px;margin:20px 2px;} } #loader{ width: 72px; height: 55px; margin: 30px auto; } #loader .bar{ float:left; margin:20px 2px; width:10px; height:0px; background:#7bf; border-top:0px; border-bottom:0px; /*border-radius*/ -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; } #loader .bar:nth-child(1){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; } #loader .bar:nth-child(2){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:.2s; -moz-animation-delay:.2s; -ms-animation-delay:.2s; -o-animation-delay:.2s; animation-delay:.2s; } #loader .bar:nth-child(3){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:.4s; -moz-animation-delay:.4s; -ms-animation-delay:.4s; -o-animation-delay:.4s; animation-delay:.4s; } #loader .bar:nth-child(4){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:.6s; -moz-animation-delay:.6s; -ms-animation-delay:.6s; -o-animation-delay:.6s; animation-delay:.6s; } #loader .bar:nth-child(5){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:.8s; -moz-animation-delay:.8s; -ms-animation-delay:.8s; -o-animation-delay:.8s; animation-delay:.8s; } #loader .bar:nth-child(6){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:1s; -moz-animation-delay:1s; -ms-animation-delay:1s; -o-animation-delay:1s; animation-delay:1s; } #loader .bar:nth-child(7){ /*animation*/ -webkit-animation:load 1s linear infinite; -moz-animation:load 1s linear infinite; -ms-animation:load 1s linear infinite; -o-animation:load 1s linear infinite; animation:load 1s linear infinite; /*animation-delay*/ -webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; -ms-animation-delay:1.2s; -o-animation-delay:1.2s; animation-delay:1.2s; } #loader p { text-align:center; font-size:30px; font-family:helvetica neue; font-weight:100; } #loader a { color:#7bf; text-decoration:none; }
0.240418
0.065276
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;700&display=swap'); :root{ --vermelho: #E50914; --vermelho-escuro: #b1060e; --preto: #141414; } /* cinza --azul--rosa --verde--amarelo */ *{ margin: 0; padding: 0; box-sizing: border-box; } /* ELEMENTOS BASE */ body{ background-color: var(--preto); font-family: 'Dm Sans'; color: white } header .container{ display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-left: 20px; margin-right: 20px; } header .logo{ color: var(--vermelho); font-family: 'Bebas Neue'; font-size: 50px; } header nav a{ text-decoration: none; color: #AAA; margin-right: 10px; font-family: 'Dm Sans'; font-weight: bold; } header nav a:hover{ color: #fff; } /* FILME PRINCIPAL */ .filme-principal{ font-size: 18px; background-image: linear-gradient(rgba(0,0,0,.50), rgba(0,0,0,.50)50%), url(../img/cc.jpg); height: 600px; background-repeat: no-repeat; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } main .container{ margin-left: 30px; width: 50%; } .filme-principal .curiosidade{ display: flex; flex-wrap: wrap; } .filme-principal .text-curiosidade{ margin-right: 7px; margin-bottom: 15px; font-size: 15px; color: rgb(187, 186, 186); } .filme-principal h3{ font-size: 27px; margin-bottom: 15px; } .filme-principal .descricao{ margin-bottom: 15px; } .filme-principal button{ background-color: var(--vermelho-escuro); color: rgb(212, 211, 211); margin-bottom: 50px; margin-right: 5px; border: none; border-radius: 3px; padding: 7px 15px; font-family: 'DM Sans'; font-weight: 700; font-size: 14px; cursor: pointer; transition: .3s ease all; } .filme-principal button:hover{ background-color: var(--vermelho); color: white; } /* CARROSSEL */ .box-filme{ height: 100%; width: 100%; display: block; }
style/style.css
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;700&display=swap'); :root{ --vermelho: #E50914; --vermelho-escuro: #b1060e; --preto: #141414; } /* cinza --azul--rosa --verde--amarelo */ *{ margin: 0; padding: 0; box-sizing: border-box; } /* ELEMENTOS BASE */ body{ background-color: var(--preto); font-family: 'Dm Sans'; color: white } header .container{ display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-left: 20px; margin-right: 20px; } header .logo{ color: var(--vermelho); font-family: 'Bebas Neue'; font-size: 50px; } header nav a{ text-decoration: none; color: #AAA; margin-right: 10px; font-family: 'Dm Sans'; font-weight: bold; } header nav a:hover{ color: #fff; } /* FILME PRINCIPAL */ .filme-principal{ font-size: 18px; background-image: linear-gradient(rgba(0,0,0,.50), rgba(0,0,0,.50)50%), url(../img/cc.jpg); height: 600px; background-repeat: no-repeat; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } main .container{ margin-left: 30px; width: 50%; } .filme-principal .curiosidade{ display: flex; flex-wrap: wrap; } .filme-principal .text-curiosidade{ margin-right: 7px; margin-bottom: 15px; font-size: 15px; color: rgb(187, 186, 186); } .filme-principal h3{ font-size: 27px; margin-bottom: 15px; } .filme-principal .descricao{ margin-bottom: 15px; } .filme-principal button{ background-color: var(--vermelho-escuro); color: rgb(212, 211, 211); margin-bottom: 50px; margin-right: 5px; border: none; border-radius: 3px; padding: 7px 15px; font-family: 'DM Sans'; font-weight: 700; font-size: 14px; cursor: pointer; transition: .3s ease all; } .filme-principal button:hover{ background-color: var(--vermelho); color: white; } /* CARROSSEL */ .box-filme{ height: 100%; width: 100%; display: block; }
0.395368
0.098296
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon'); @import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,900'); body{ background-color:#111; color:white; font-family: 'Do Hyeon', sans-serif; } h1{ font-family: 'Montserrat', sans-serif; font-weight: 900; } h4{ font-family: 'Montserrat', sans-serif; font-weight: 700; } p{ font-family: 'Montserrat', sans-serif; font-weight: 400; } /******************** nav ***********************/ ul { list-style-type: none; margin: 0; padding: 0; width: 15%; background-color: #EB3D00; position: fixed; height: 100%; overflow: auto; text-align:center; } li a { display: block; color: #000; padding: 8px 16px; text-decoration: none; padding-top:100px; } li a.active { background-color: #FFA237; color: white; } li a:hover:not(.active) { background-color: rgba(255,162,55,0.5); color: white; } /****-*------------------------BODY ------**********/ .body{ margin-left:15%; padding:1px 16px; height:1000px;" } .fa-apple-alt,.fa-home,.fa-images,.fa-info-circle{ bottom:50px; position:relative; font-size:40px; } /*************************** INDEX ********************/ #clock { width: 60vh; max-width: 100vw; margin: 0 auto; display: block; margin-top: 20vh; } .line { fill: none; stroke: #FFF; stroke-width: 6; stroke-miterlimit: 10; } #clock-face { stroke-width: 10; fill: #FFA237; } #hour-hand { transform-origin: 165px 163.7px; } #minute-hand { transform-origin: 165px 163.7px; } #second-hand { fill: none; stroke: #EB3D00; stroke-width: 2; transform: rotate(0); transform-origin: 165px 163.7px; } /*************** Maps *****************************/ a:active,a:link,a:visited{ color:white; text-decoration:none; } .btn { background-color: #f4511e; border: none; color: white; padding: 16px 32px; text-align: center; font-size: 16px; margin: 4px 2px; opacity: 1; transition: 0.3s; width:50%; } .btn:hover {opacity: 0.6} .btn img{ width:20%; } //Google fonts @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,900'); //layout *{ margin: 0; padding: 0; } .layout-center{ margin: 0 auto; max-width: 1024px; } .wrapper{ font: 300 16px/24px 'Roboto', sans-serif; } .clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0; } //Header .header-wrap{ background: #58ade7; padding: 10px; .layout-center{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; align-content: center; } .branding{ // float: left; width:25%; img{ display: block; width: 150px; } } .menu{ // float: right; width: 75%; ul{ text-align: right; li{ display: inline-block; a{ color: #fff; text-decoration: none; padding: 10px 20px; &:hover{ color: #333; } } } } } } //Map .map-wrap { width: 100%; iframe{ width: 100%; display: block; pointer-events: none; position: relative; /* IE needs a position other than static */ &.clicked{ pointer-events: auto; } } } .content-wrap{ padding-bottom: 100px; .form-wrap{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: flex-start; box-shadow: 0px 0px 30px #b7b7b7; margin-top: -100px; position: relative; z-index: 10; background: #fff; h2.sub-title{ font-size: 21px; font-weight: 400; margin-bottom: 30px; color: #1b4874; } .form-block{ box-sizing: border-box; padding: 40px; width: 70%; } .address-block{ background: #103f6e; box-sizing: border-box; color: #fff; padding: 40px; width: 30%; h2.sub-title{ color: #fff; } ul{ margin: 0; padding: 0; list-style: none; li{ display: block; margin-bottom: 10px; } } } } } //form .form-item{ margin-bottom: 10px; with: 50%; label{ display: block; font-size: 14px; line-height: 20px; color: #6a7986; } input{ border: none; border-bottom: 1px solid #dddddd; padding: 10px; box-sizing: border-box; width : 100%; } textarea{ border: 1px solid #dddddd; box-sizing: border-box; padding: 10px; width : 100%; } } //Footer .footer-wrap{ background: #fafafb; border-top: 1px solid #f6f6f6; padding: 40px 0; p{ text-align: center; color: #95a2b4; } } /*********TABLE BD *************/ td, th { /* border: 1px solid #ddd;*/ } /*tr:hover {background-color: #ddd;}*/ th { text-align: left; background-color: #f4511e; color: white; } table, tr, th, td { padding: 10px; } td{ background-color:grey; } /***************** BASE DE DADOS ********************/ .fotos_table{ width:100%; } .container{ width: 50%; margin: 0 auto; } .container2{ width: 80%; margin: 0 auto; } /*.produt_img{ float: left; margin-left: 258%; margin-top: -75%; }*/ /***************** Página galeria ********************/ .row { display: -ms-flexbox; /* IE10 */ display: flex; -ms-flex-wrap: wrap; /* IE10 */ flex-wrap: wrap; padding: 0 4px; } /* Create four equal columns that sits next to each other */ .column { -ms-flex: 25%; /* IE10 */ flex: 25%; max-width: 25%; padding: 0 4px; } .column img { margin-top: 8px; vertical-align: middle; } .text{ display:none; }
FruitMarketApp-linux-ia32/resources/app/css/styles.css
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon'); @import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,900'); body{ background-color:#111; color:white; font-family: 'Do Hyeon', sans-serif; } h1{ font-family: 'Montserrat', sans-serif; font-weight: 900; } h4{ font-family: 'Montserrat', sans-serif; font-weight: 700; } p{ font-family: 'Montserrat', sans-serif; font-weight: 400; } /******************** nav ***********************/ ul { list-style-type: none; margin: 0; padding: 0; width: 15%; background-color: #EB3D00; position: fixed; height: 100%; overflow: auto; text-align:center; } li a { display: block; color: #000; padding: 8px 16px; text-decoration: none; padding-top:100px; } li a.active { background-color: #FFA237; color: white; } li a:hover:not(.active) { background-color: rgba(255,162,55,0.5); color: white; } /****-*------------------------BODY ------**********/ .body{ margin-left:15%; padding:1px 16px; height:1000px;" } .fa-apple-alt,.fa-home,.fa-images,.fa-info-circle{ bottom:50px; position:relative; font-size:40px; } /*************************** INDEX ********************/ #clock { width: 60vh; max-width: 100vw; margin: 0 auto; display: block; margin-top: 20vh; } .line { fill: none; stroke: #FFF; stroke-width: 6; stroke-miterlimit: 10; } #clock-face { stroke-width: 10; fill: #FFA237; } #hour-hand { transform-origin: 165px 163.7px; } #minute-hand { transform-origin: 165px 163.7px; } #second-hand { fill: none; stroke: #EB3D00; stroke-width: 2; transform: rotate(0); transform-origin: 165px 163.7px; } /*************** Maps *****************************/ a:active,a:link,a:visited{ color:white; text-decoration:none; } .btn { background-color: #f4511e; border: none; color: white; padding: 16px 32px; text-align: center; font-size: 16px; margin: 4px 2px; opacity: 1; transition: 0.3s; width:50%; } .btn:hover {opacity: 0.6} .btn img{ width:20%; } //Google fonts @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,900'); //layout *{ margin: 0; padding: 0; } .layout-center{ margin: 0 auto; max-width: 1024px; } .wrapper{ font: 300 16px/24px 'Roboto', sans-serif; } .clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0; } //Header .header-wrap{ background: #58ade7; padding: 10px; .layout-center{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; align-content: center; } .branding{ // float: left; width:25%; img{ display: block; width: 150px; } } .menu{ // float: right; width: 75%; ul{ text-align: right; li{ display: inline-block; a{ color: #fff; text-decoration: none; padding: 10px 20px; &:hover{ color: #333; } } } } } } //Map .map-wrap { width: 100%; iframe{ width: 100%; display: block; pointer-events: none; position: relative; /* IE needs a position other than static */ &.clicked{ pointer-events: auto; } } } .content-wrap{ padding-bottom: 100px; .form-wrap{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: flex-start; box-shadow: 0px 0px 30px #b7b7b7; margin-top: -100px; position: relative; z-index: 10; background: #fff; h2.sub-title{ font-size: 21px; font-weight: 400; margin-bottom: 30px; color: #1b4874; } .form-block{ box-sizing: border-box; padding: 40px; width: 70%; } .address-block{ background: #103f6e; box-sizing: border-box; color: #fff; padding: 40px; width: 30%; h2.sub-title{ color: #fff; } ul{ margin: 0; padding: 0; list-style: none; li{ display: block; margin-bottom: 10px; } } } } } //form .form-item{ margin-bottom: 10px; with: 50%; label{ display: block; font-size: 14px; line-height: 20px; color: #6a7986; } input{ border: none; border-bottom: 1px solid #dddddd; padding: 10px; box-sizing: border-box; width : 100%; } textarea{ border: 1px solid #dddddd; box-sizing: border-box; padding: 10px; width : 100%; } } //Footer .footer-wrap{ background: #fafafb; border-top: 1px solid #f6f6f6; padding: 40px 0; p{ text-align: center; color: #95a2b4; } } /*********TABLE BD *************/ td, th { /* border: 1px solid #ddd;*/ } /*tr:hover {background-color: #ddd;}*/ th { text-align: left; background-color: #f4511e; color: white; } table, tr, th, td { padding: 10px; } td{ background-color:grey; } /***************** BASE DE DADOS ********************/ .fotos_table{ width:100%; } .container{ width: 50%; margin: 0 auto; } .container2{ width: 80%; margin: 0 auto; } /*.produt_img{ float: left; margin-left: 258%; margin-top: -75%; }*/ /***************** Página galeria ********************/ .row { display: -ms-flexbox; /* IE10 */ display: flex; -ms-flex-wrap: wrap; /* IE10 */ flex-wrap: wrap; padding: 0 4px; } /* Create four equal columns that sits next to each other */ .column { -ms-flex: 25%; /* IE10 */ flex: 25%; max-width: 25%; padding: 0 4px; } .column img { margin-top: 8px; vertical-align: middle; } .text{ display:none; }
0.212395
0.072178
.gamelist, .rechargedata { width: 1680px; padding: 0 20px; } .gamelist > ul, .rechargedata > ul { width: 100%; height: 36px; border-bottom: 1px solid #e6e6e6; margin-bottom: 33px; } .gamelist > ul > li, .rechargedata > ul > li { width: 90px; height: 36px; line-height: 36px; text-align: center; font-size: 16px; float: left; margin-right: 20px; } .gamelist > ul > li.bline, .rechargedata > ul > li.bline { border-bottom: 2px solid #1abca3; } .gamelist > ul > li > span, .rechargedata > ul > li > span { color: #222; cursor: pointer; } .gamelist > ul > li:hover > span, .rechargedata > ul > li:hover > span { color: #777; } /*������-----��ʼ*/ .giftlist > form { width: auto; height: 36px; margin-top: 30px; margin-bottom: 30px; } .giftlist > form > span { width: auto; height: 36px; line-height: 36px; display: inline-block; font-size: 14px; color: #222; margin-right: 30px; float: left; } .giftlist > form > span > b { width: 96px; height: 34px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px; text-align: center; float: left; background-color: #f8f8f8; } .giftlist > form > span > input, .giftlist > form > span > select { width: 150px; height: 34px; display: inline-block; border: 1px solid #e6e6e6; border-left: none; border-radius: 0 2px 2px 0; float: left; padding-left: 10px; } .giftlist > form > span > select { width: 124px; height: 36px; padding-left: 20px; } .giftlist > form > input { width: 96px; height: 36px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px; text-align: center; background-color: #1abca3; color: #fff; cursor: pointer; float: left; } /*������-------end*/ /*�������-------��ʼ*/ .giftlist > table { width: 100%; height: auto; border: 1px solid #e6e6e6; } .tthead { background-color: #f8f8f8; } .tthead > tr { width: auto; height: 60px; border: 1px solid #e6e6e6; } .tthead > tr > th { border: 1px solid #e6e6e6; font-size: 14px; color: #222; } .tthead > tr > th:last-of-type { width: 380px; } .tthead > tr > th:nth-of-type(1) > i { width: 20px; height: 20px; display: inline-block; border: 1px solid #e6e6e6; font-size: 14px; color: #222; } .ttbody > tr { height: 50px; } .ttbody > tr > td { border: 1px solid #e6e6e6; text-align: center; line-height: 50px; font-size: 14px; color: #555; } .ttbody > tr > td:nth-last-of-type(2) > i { color: #e05656; } .ttbody > tr > td:last-of-type > button { width: 80px; height: 34px; display: inline-block; color: #fff; cursor: pointer; background-color: #1abca3; border: 1px solid #e6e6e6; border-radius: 4px; } .ttbody > tr > td:last-of-type > button:nth-of-type(2) { background-color: #ee5f48; margin: 0 20px; } .ttbody > tr > td:last-of-type > button:last-of-type { background-color: #e05656; } /*�������-----end*/ /*����Ա����----------------end*/ /*��ӹ���Ա---------��ʼ*/ .addgift > form { width: 100%; margin-top: 30px; } .addgift > form > span { width: auto; height: 36px; line-height: 36px; display: inline-block; font-size: 14px; color: #222; margin-bottom: 10px; } .addgift > form > span > b { width: 110px; height: 34px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px 2px 0 0; text-align: center; background-color: #f8f8f8; float: left; } .addgift > form > span > input { width: 500px; height: 34px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px 2px 0 0; float: left; border-left: none; padding-left: 10px; } .addgift > form > span:last-of-type > img { display: inline-block; vertical-align: middle; margin-left: 20px; } .addgift > form > span:last-of-type > i { width: auto; line-height: 36px; display: inline-block; font-size: 14px; color: #222; margin-left: 5px; } .addgift > form > p { width: auto; height: 48px; margin-top: 50px; } .addgift > form > p > input { width: 100px; height: 46px; line-height: 46px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px; text-align: center; margin-right: 20px; background-color: #f8f8f8; color: #222; } .addgift > form > p > a { width: 100px; height: 46px; line-height: 46px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px; text-align: center; margin-right: 20px; background-color: #f8f8f8; color: #222; } .addgift > form > p > input.on { background-color: #1abca3; color: #fff; } /*��ӹ���Ա---------end*/
public/static/css/setup.css
.gamelist, .rechargedata { width: 1680px; padding: 0 20px; } .gamelist > ul, .rechargedata > ul { width: 100%; height: 36px; border-bottom: 1px solid #e6e6e6; margin-bottom: 33px; } .gamelist > ul > li, .rechargedata > ul > li { width: 90px; height: 36px; line-height: 36px; text-align: center; font-size: 16px; float: left; margin-right: 20px; } .gamelist > ul > li.bline, .rechargedata > ul > li.bline { border-bottom: 2px solid #1abca3; } .gamelist > ul > li > span, .rechargedata > ul > li > span { color: #222; cursor: pointer; } .gamelist > ul > li:hover > span, .rechargedata > ul > li:hover > span { color: #777; } /*������-----��ʼ*/ .giftlist > form { width: auto; height: 36px; margin-top: 30px; margin-bottom: 30px; } .giftlist > form > span { width: auto; height: 36px; line-height: 36px; display: inline-block; font-size: 14px; color: #222; margin-right: 30px; float: left; } .giftlist > form > span > b { width: 96px; height: 34px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px; text-align: center; float: left; background-color: #f8f8f8; } .giftlist > form > span > input, .giftlist > form > span > select { width: 150px; height: 34px; display: inline-block; border: 1px solid #e6e6e6; border-left: none; border-radius: 0 2px 2px 0; float: left; padding-left: 10px; } .giftlist > form > span > select { width: 124px; height: 36px; padding-left: 20px; } .giftlist > form > input { width: 96px; height: 36px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px; text-align: center; background-color: #1abca3; color: #fff; cursor: pointer; float: left; } /*������-------end*/ /*�������-------��ʼ*/ .giftlist > table { width: 100%; height: auto; border: 1px solid #e6e6e6; } .tthead { background-color: #f8f8f8; } .tthead > tr { width: auto; height: 60px; border: 1px solid #e6e6e6; } .tthead > tr > th { border: 1px solid #e6e6e6; font-size: 14px; color: #222; } .tthead > tr > th:last-of-type { width: 380px; } .tthead > tr > th:nth-of-type(1) > i { width: 20px; height: 20px; display: inline-block; border: 1px solid #e6e6e6; font-size: 14px; color: #222; } .ttbody > tr { height: 50px; } .ttbody > tr > td { border: 1px solid #e6e6e6; text-align: center; line-height: 50px; font-size: 14px; color: #555; } .ttbody > tr > td:nth-last-of-type(2) > i { color: #e05656; } .ttbody > tr > td:last-of-type > button { width: 80px; height: 34px; display: inline-block; color: #fff; cursor: pointer; background-color: #1abca3; border: 1px solid #e6e6e6; border-radius: 4px; } .ttbody > tr > td:last-of-type > button:nth-of-type(2) { background-color: #ee5f48; margin: 0 20px; } .ttbody > tr > td:last-of-type > button:last-of-type { background-color: #e05656; } /*�������-----end*/ /*����Ա����----------------end*/ /*��ӹ���Ա---------��ʼ*/ .addgift > form { width: 100%; margin-top: 30px; } .addgift > form > span { width: auto; height: 36px; line-height: 36px; display: inline-block; font-size: 14px; color: #222; margin-bottom: 10px; } .addgift > form > span > b { width: 110px; height: 34px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px 2px 0 0; text-align: center; background-color: #f8f8f8; float: left; } .addgift > form > span > input { width: 500px; height: 34px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px 2px 0 0; float: left; border-left: none; padding-left: 10px; } .addgift > form > span:last-of-type > img { display: inline-block; vertical-align: middle; margin-left: 20px; } .addgift > form > span:last-of-type > i { width: auto; line-height: 36px; display: inline-block; font-size: 14px; color: #222; margin-left: 5px; } .addgift > form > p { width: auto; height: 48px; margin-top: 50px; } .addgift > form > p > input { width: 100px; height: 46px; line-height: 46px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px; text-align: center; margin-right: 20px; background-color: #f8f8f8; color: #222; } .addgift > form > p > a { width: 100px; height: 46px; line-height: 46px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 2px; text-align: center; margin-right: 20px; background-color: #f8f8f8; color: #222; } .addgift > form > p > input.on { background-color: #1abca3; color: #fff; } /*��ӹ���Ա---------end*/
0.312895
0.160496
* { padding: 0; margin: 0; box-sizing: border-box; } /* web page sectioning ------------------------------ */ body { font-family: Georgia, 'Times New Roman', Times, serif; background-color: rgb(49, 50, 53); } .wrapper { margin: 0 auto auto auto; background-color: rgb(218, 223, 224); display: grid; grid-template-columns: 70% 30%; grid-template-rows: 45% 25% 25% 5%; grid-template-areas: "main header" "main nav" "main contact" "footer footer"; width: 80%; height: 100vh; } header { grid-area: header; background-size: contain; text-align: center; border-left: 1px grey solid; } header strong { font-size: 1.5em; } header p { font-size: 1.2em; } header img { width: 100%; height: auto; } main { grid-area: main; font-size: 1.3em; border-left: 1px grey solid; overflow: auto; } main h1, main h2 { background-color: rgb(72, 82, 75); color: white; } main h3 { margin-left: 60px; } main p { margin: 20px 100px 20px 100px; text-indent: 2em;; } main ul { margin-left: 100px; } main ul li { font-size: 1em; } /* main section scroll bar styling ---------- */ main::-webkit-scrollbar { width: 1em; } main::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } main::-webkit-scrollbar-thumb { background-color: rgb(109, 109, 109); outline: 1px solid rgb(7, 8, 8); } /* SMALLER elements ------------------------------ */ h1, h2 { text-align: center; } h2 { font-size: 1.2em; } .roundCorners { border-radius: 15px; } /* START of the media query section ------------------------ */ @media screen and (min-width: 751px) { .displayToggle { display: none; } } /* TABLET secton ------------------ */ @media screen and (max-width: 1029px) { .wrapper { width: 100vw; } } @media screen and (max-width: 768px) { main { font-size: 1em; } } /* MOBILE media section ----------------------- */ @media screen and (max-width: 750px) { .wrapper { grid-template-columns: 100%; grid-template-rows: 5% 88% 7%; grid-template-areas: "nav" "main" "footer"; } header { display: none; } main { font-size: 1.1em; } #contact { display: none; } p { margin: 10px } } @media screen and (max-width: 425px) { main p { margin: auto 20px; } }
fp/css/styles.css
* { padding: 0; margin: 0; box-sizing: border-box; } /* web page sectioning ------------------------------ */ body { font-family: Georgia, 'Times New Roman', Times, serif; background-color: rgb(49, 50, 53); } .wrapper { margin: 0 auto auto auto; background-color: rgb(218, 223, 224); display: grid; grid-template-columns: 70% 30%; grid-template-rows: 45% 25% 25% 5%; grid-template-areas: "main header" "main nav" "main contact" "footer footer"; width: 80%; height: 100vh; } header { grid-area: header; background-size: contain; text-align: center; border-left: 1px grey solid; } header strong { font-size: 1.5em; } header p { font-size: 1.2em; } header img { width: 100%; height: auto; } main { grid-area: main; font-size: 1.3em; border-left: 1px grey solid; overflow: auto; } main h1, main h2 { background-color: rgb(72, 82, 75); color: white; } main h3 { margin-left: 60px; } main p { margin: 20px 100px 20px 100px; text-indent: 2em;; } main ul { margin-left: 100px; } main ul li { font-size: 1em; } /* main section scroll bar styling ---------- */ main::-webkit-scrollbar { width: 1em; } main::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } main::-webkit-scrollbar-thumb { background-color: rgb(109, 109, 109); outline: 1px solid rgb(7, 8, 8); } /* SMALLER elements ------------------------------ */ h1, h2 { text-align: center; } h2 { font-size: 1.2em; } .roundCorners { border-radius: 15px; } /* START of the media query section ------------------------ */ @media screen and (min-width: 751px) { .displayToggle { display: none; } } /* TABLET secton ------------------ */ @media screen and (max-width: 1029px) { .wrapper { width: 100vw; } } @media screen and (max-width: 768px) { main { font-size: 1em; } } /* MOBILE media section ----------------------- */ @media screen and (max-width: 750px) { .wrapper { grid-template-columns: 100%; grid-template-rows: 5% 88% 7%; grid-template-areas: "nav" "main" "footer"; } header { display: none; } main { font-size: 1.1em; } #contact { display: none; } p { margin: 10px } } @media screen and (max-width: 425px) { main p { margin: auto 20px; } }
0.31944
0.077622
@charset "UTF-8"; /* CSS Document */ body header.sobrepor{background: #000;} div.col-md-6, div.col-lg-6{margin:0px; padding: 0px; display: inline-block;} /*Estilo de fontes*/ .btn{font-family:DesignSystemB-500I;font-size:14px!important;} .btn i{font-family: FontAwesome;padding-right:7px;} h3,.titulo{font-family: DesignSystemB-900I;} h2{font-family: DesignSystemB-300I !important;} p{font-family: 'Quicksand'!important;} .descricao,.descricao-icon{font-family:Quicksand;} .titulo-servicos{font-family:DesignSystemB-500I; font-size: 20px;} .titulo-localizao{font-family: DesignSystemB-900R; font-size: 17px;} /*color*/ .amarelo, .btn-outline-warning{color: #f9d331 !important;} .fundo-amarelo{background-color: #f9d331!important;color:#fff} /*Tamanho da fonte*/ a.btn:hover {color: #fff;} .titulo-slide{font-size: 38px;} .texto-slide{font-size:26px;} .titulo, h2{font-size: 30px !important;} .descricao,.descricao-icon{font-size:14px;} p.descricao,p.descricao-icon {margin-top: 10px;font-size: 15px;} a:hover {text-decoration:none !important;} /*.navbar-light .navbar-toggler{border-color: #fff;}*/ .fundo-diferenciais{background-image: url(assets/images/razoes.jpg); background-size: cover; height: 100%; width: 100%;} .fundo-diferenciais-amarelo{background-image:url(assets/images/diferenca.jpg); background-size:cover; height: 100%; width: 100%;padding-left: 2%;padding-right: 30%;} .borda-baixo {border-bottom: 1px solid #7e7e7e; width:100%; height: 10px;} .btn-outline-warning{border-color:#f9d331 !important;} .btn-outline-warning:hover {color: #fff !important;background-color: #ffc107;border-color: #ffc107;} .slider{padding-left:0 !important; padding-right:0 !important;} .slider-desck{display: block;} div.slider-mobile {display: none;} .fixar-top{margin-top: -11rem; padding: 0;} .sobrepor{z-index: 1;} .arredondar{border-radius: 20px !important; width: 15%;} .carousel-caption {bottom: 310px; left: -10%;} .call_to_action_redondo{border-radius:30px !important; font-family: DesignSystemB-700R;} .call_to_action{color:#000000; font-size: 17px;line-height: 25px !important; width: 135px; background-color: #f9d331; font-family: DesignSystemB-700R; border-top-left-radius: 30px !important; border-bottom-left-radius: 30px !important; height: 40px; text-transform: uppercase; margin-right: -20px;} .card-body{background-color:#000000; padding: 15px;flex:none;} .barraamarela { width: 100px !important; height: 30px;-webkit-transform: skew(-25deg); -moz-transform: skew(-25deg);-o-transform: skew(-25deg); background-color: #f9d331; } .barrapreto { width: 100px !important; height: 30px;-webkit-transform: skew(-25deg);-moz-transform: skew(-25deg);-o-transform: skew(-25deg); background-color: #000;} .card{border:none;} .espacamento{margin-left:10%;} .item{margin-top: -45px;text-align:center;color:#000000;padding-top: 3rem!important;padding:0px 5px!important;} .item img {margin-bottom: 10px;} .estacionamento{background-image:url('assets/images/estacionamento.jpg'); background-size: cover;} .estacionamento-texto{font-family: DesignSystemB-700R; color: #5d4f16; font-size:16px; text-transform: uppercase; text-align: center; margin-top: 10px;} section.estacionamento .m-center{padding: 0px 10px;overflow: hidden;} .largura{width:283px;} .corpo-card{background-color:transparent !important;} .medidas{padding: 0; border: none; height: auto;} .figura{display:flex!important; justify-content: flex-end!important;} .figura-rodape{height:70px; margin-top: 4rem;} .margem{margin-left:391px !important;} .margem1{margin-left:24rem; } .m-row{margin-left: -5px !important;margin-top: 40px;} .logo-footer{width: auto; height: 54px;margin-top:4rem;margin-right: 1rem;margin-left: 10px;} .servicos{padding-left: 15px!important;padding-right: 15px !important;margin-left: -20px !important;} .fixar-botao{padding-top: 20px;} .ml-row{margin-left: -5px !important;} .webmail a:hover{color:#333;} .webmail a {color:#000000; font-size: 15px;} .webmail img{line-height: 0px; margin-bottom: -8px; margin-top: 21px;} .webmail {text-align: center; line-height: 19px;} /* */ .p-left{padding-left: 8px;} .ma-top{margin-top: 1rem;} .ma-bot{margin-bottom: 3rem;} /*main menu*/ #main_menu{margin: 0px;padding: 0px;width:100%;} #main_menu a{color:#fff;padding: 0px 10px;margin:0px;font-family: DesignSystemB-500R;letter-spacing: 1px;font-size: 15px;text-transform: uppercase; text-decoration: none;} #main_menu #menu{margin-top:20px} #main_menu .logo{margin-top: -50px;} #main_menu .menu-item{padding: 8px;} #main_menu #menu .collapse{text-align: left; float: right;} #main_menu .current-menu-item{background: #f9d331;} button.navbar-toggler.collapsed {margin-bottom: 1rem;} header{border-bottom: 3px solid #f9d330;} button.navbar-toggler{background-color: #f9d331;} #main_menu .logo{margin-top: 1rem;} #main_menu{/* margin-left: 20px; */margin-bottom: 1rem;} article header{background:#fff!important;width: 100%;} #post-45 header.entry-header{border-bottom: 3px solid #f9d330;margin-left: 10px;} #post-45 header h1{padding: 10px 7px 0px;} #post-45 img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {margin-left: 5px;width:565px; } article#post-45 #box1 {padding: 40px 35px 0px;} article header.entry-header{border-bottom:0px;padding: 20px 0px;} article header.entry-header .col-6{display: inline-block;font-size:16px;float:right;} article header h1{font-family: DesignSystemB-500R;font-size: 2em;padding: 10px 40px 0px;margin-top: 20px;margin-bottom: 0px;display: inline-block;} article header h1:before{content:""; display: inline-block; width: 50px; height: 25px;background:#f9d330;margin-right: 20px;-webkit-transform: skew(-30deg);-moz-transform: skew(-30deg);-o-transform: skew(-30deg);} article h3{font-family: DesignSystemB-500R;} article h4{font-family: DesignSystemB-300R;} article .entry-content{margin-top: 20px;} article .entry-content p{/* margin-right:20px; */margin-left: 30px;} article .col-6{padding: 0px;} article img{width: 100%;height:auto;margin-top: 0px;} article a{font-family: DesignSystemB-500R;display:inline-block;background:#f9d330;border-radius:10px; padding: 5px 20px;color: #5d4f16;margin-top: 10px;} article a:hover{text-decoration: none;color:#000;} #box1{padding: 50px 90px 0px;} #box2{padding: 50px 90px;color:#fff;} #box3{padding: 50px 90px 0px;background: #f9d331;} #box3 .servicos-icon{display: inline-block;font-family: 'Quicksand'!important;margin-right:40px;margin-top: -10px; text-align: center;} #box3 .servicos-icon img{width: 80px;margin-bottom: 10px; text-align:center;} #box3 a{border:1px solid #000;margin-bottom: 40px; margin-top: 20px;} #clientes{background:#f0f0f0;padding: 20px 10px;} #clientes .carousel-item{padding:0px 140px;} #clientes .image-item{display: inline-block;margin:0px 0px;} .m-txt{margin-left: 32px; font-weight: 500;} .p-amarelo{padding:10px;} .w-container{width: 96%;} .p-bottom{padding-bottom:5rem;} /* .m-left{margin-left: 3rem !important;} */ /*Page Sobre Nos*/ .sobrenos #conteudo{padding: 10px!important;margin-top: 20px;} .text-sobre{margin-top: 30px;} .text-sobre1{margin-bottom: 40px; margin-top: 40px;} /*page diferenciais*/ article.diferenciais #box1{background: #f9d331;padding: 0px;text-align: center;padding: 40px 0px 0px;text-align: center;} article.diferenciais .entry-content{float:right} article.diferenciais .diferenciais-icon{display: inline-block;font-family: 'Quicksand'!important;text-align: center;margin: 18px 14px;font-size: 14px;} article.diferenciais .diferenciais-icon img{width: auto;margin-bottom: 10px;} article.diferenciais #box2{color:#000;padding: 25px 90px 0px 0px;} article.diferenciais #box2 h4{border-bottom:3px solid #f9d331;padding-bottom: 10px;margin-bottom: 20px;} /* Archive Rede */ .archive header{padding-top:20px;} .archive header h3{font-family: DesignSystemB-500R;font-size: 1.5em;padding: 0px 0px;margin-bottom: 0px;display: inline-block;} .archive header h3:before{content:""; display: inline-block; width: 50px; height: 25px;background:#f9d330;margin-right: 20px;-webkit-transform: skew(-30deg);-moz-transform: skew(-30deg);-o-transform: skew(-30deg);} #filtros{margin:20px -14px;} #filtros .col-4{margin-left:0px;padding-left: 0px;} #filtros select{background: #f9d331;border: 0px;height: 40px;font-family: DesignSystemB-300r !important;width: 99%; margin-left: -6px;} select#select_estabelecimento {margin-left: -18px;} section#artigos {margin-left: -29px;} #filtros p{font-family: 'Quicksand'!important;margin-bottom: 1px;font-size: 1em;} .item-rede{max-width:30%!important;background: #fafafa;border:1px solid #c7c6c4;border-bottom: 8px solid #f9d331;text-align: center;padding: 50px 70px;margin-bottom:20px;} .item-rede{margin-left: 2%;} #filterSearch{background: #000;width: 99%;border: 0px;padding: 8px 10px;border-radius: 5px;color: #fff;font-family: DesignSystemB-300I !important;margin-left: -28px;} .mb-busca p {margin-left: -28px;} .mb-estabelecimento p {margin-left: -18px;} .mb-municipio p {margin-left: -6px;} .post-type-archive-rede header.row {margin-left: -5px;padding-left: 7px;} #filterSearch::placeholder, #filterSearch::-webkit-input-placeholder{color:#fff;} #filterSearch::-moz-placeholder, #filterSearch:-moz-placeholder, #filterSearch::-ms-input-placeholder, #filterSearch:-ms-input-placeholder{color:#fff;} /* Single Rede */ #single-rede{margin-bottom: 50px;} #single-rede #mapa{height: 350px;} #single-rede #endereco{background: #fad507;padding: 100px 140px;} #single-rede #endereco a{margin-left: 0;border-radius: 5px;color: #fff;font-family: DesignSystemB-300I !important;background: #000;} /* Servico */ article#servico .box{background: transparent;display: inline-block;padding: 0px;max-width: 45%;margin: 0px 2%;} article#servico h3{font-family: DesignSystemB-300I;font-size: 2em;color: #fff;margin-top: -70px;text-align: left;padding-left: 40px;} article#servico p{font-family: 'Quicksand'!important;} article#servico .texto{background: #eee;padding: 40px;text-align: left;min-height: 490px;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;} article#servico a{color:#000;text-transform:uppercase;float:right;} #servico article .entry-content p{margin-left: 10px;} .page-id-139 article header h1{padding: 10px 17px 0px !important;} .page-id-139 article .entry-content p{margin-left: 10px;} .page-id-139 article#servico .box{margin: 0px 1%;} .post-type-archive-rede archive header h3{padding: 0px 16px;} .btn-mensalista{margin-top: 60px;} /* Contato */ #contato{font-family:'Quicksand';} #contato label{width: 100%;font-family: DesignSystemB-500I;} #contato input{width: 100%;background:#ededed;border: 0px;padding: 10px;border-radius: 5px;font-family: Quicksand;font-weight: 500;} #contato textarea{width: 100%;background:#ededed;border: 0px;padding: 10px;border-radius: 5px;font-family: Quicksand;font-weight: 500;} #contato p{margin-right: 40px;margin-bottom: 5px;} #contato [type=submit]{margin-left: 0;border-radius: 5px;font-family: DesignSystemB-500I !important;background: #f9d330;color: #000;display: inline-block;width: auto;padding: 10px 20px;float: right;margin-bottom: 1rem;} #contato #box1{height: 330px;padding: 30px;margin: 0px;border-radius: 10px;text-align: left;} #contato #box1 h3{font-family: DesignSystemB-500I;font-size: 1.2em;} #contato #box1 h4{font-size: 1.2em;margin-top: 15px;font-family: DesignSystemB-500R;} #contato #box1 strong{display: block;margin-top: 5px;} #contato #box1 .fa-mobile{font-size: 35px;} footer{margin-top: 20px;} @media(max-width:1700px){.m-row{margin-left:7% !important;}} @media(max-width: 1440px){.margem{margin-left: 150px !important;}.margem1{margin-left: 9rem;}.w-container{width: 130%;}} @media(max-width: 1199px){.txt-razoes{/* padding: 0px 50px 0px 0px; */}.m-row {margin-left: 15% !important;}article a{margin-top:-8px;}p.texto-mensalista {padding: 10px;}#contato #box1{height: max-content;}article.diferenciais .diferenciais-icon{margin: 11px 12px;font-size: 12px;}.w-container {width: 100%;}.btn-mensalista{margin-top: 45px;}} @media(max-width: 1024px){.m-row {margin-left: -7% !important;}.w-container{width: 95% !important;}.figura{display: none !important;}.ml-3{margin-left:0.25rem !important;}.margem1 {margin-left: 2rem;}.margem{margin-left:45px;}.col-lg-6.col-md-7.col-sm-12.razoes{margin-left: -50px; }.margem{margin-left: 40px !important;} .m-estacionamento{margin-left: -8px !important;}#post-45 img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {margin-left: 0px;width: 100%;}} @media(max-width: 991px){article#post-45 #box1 {padding: 0px 20px 0px;}img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {margin-top: 30px;}#box3 .servicos-icon{margin-left: 30px;margin-top: 5px;}article a{padding: 5px 13px;}#clientes .carousel-item{padding: 0px 0px;}article.diferenciais #box2{margin-top: -220px;}.btn-mensalista{margin-top: -4px;}} @media(max-width:767px){article#servico .box{max-width: 100%; margin: 22px 2%;}.btn-mensalista{margin-top: 0px;}.m-row { margin:0!important;/* margin: 0px -80px 0px -50px !important; */}article.diferenciais #box2{margin-top:0px; margin-bottom: 1rem;}.m-estacionamento {margin-left: -88px !important;}.col-lg-6.col-md-7.col-sm-12.razoes{margin-left: 11px;}.m-container{margin-left: 18%;}.w-container{margin-left: 30px;}.margem1 {margin-left: 7rem}.margem {margin-left: 114px !important;}.m-estacionamento{margin-left: -16px !important;}.logo-footer{margin-left: 2%;}} @media(max-width: 766px){.mb-estabelecimento p,.mb-municipio p,#filtros select,.mb-busca p,#filterSearch{margin-left: 0px;}} @media(max-width: 660px){.m-row {margin:0;}} /*404*/ .bg404{background-image: url('assets/images/fundo404.jpg'); background-repeat: no-repeat;background-size: cover; height: 80vh;} .retangulo-amarelo{width: 400px;height: 300px; margin-left: 40%; margin-top: 20%; background-color: #f9d331;border-radius: 20px;text-align: center;padding-top: 60px;} .titulo-404{font-family: DesignSystemB-900I; font-size: 40px;padding-bottom: 20px;}
style.css
@charset "UTF-8"; /* CSS Document */ body header.sobrepor{background: #000;} div.col-md-6, div.col-lg-6{margin:0px; padding: 0px; display: inline-block;} /*Estilo de fontes*/ .btn{font-family:DesignSystemB-500I;font-size:14px!important;} .btn i{font-family: FontAwesome;padding-right:7px;} h3,.titulo{font-family: DesignSystemB-900I;} h2{font-family: DesignSystemB-300I !important;} p{font-family: 'Quicksand'!important;} .descricao,.descricao-icon{font-family:Quicksand;} .titulo-servicos{font-family:DesignSystemB-500I; font-size: 20px;} .titulo-localizao{font-family: DesignSystemB-900R; font-size: 17px;} /*color*/ .amarelo, .btn-outline-warning{color: #f9d331 !important;} .fundo-amarelo{background-color: #f9d331!important;color:#fff} /*Tamanho da fonte*/ a.btn:hover {color: #fff;} .titulo-slide{font-size: 38px;} .texto-slide{font-size:26px;} .titulo, h2{font-size: 30px !important;} .descricao,.descricao-icon{font-size:14px;} p.descricao,p.descricao-icon {margin-top: 10px;font-size: 15px;} a:hover {text-decoration:none !important;} /*.navbar-light .navbar-toggler{border-color: #fff;}*/ .fundo-diferenciais{background-image: url(assets/images/razoes.jpg); background-size: cover; height: 100%; width: 100%;} .fundo-diferenciais-amarelo{background-image:url(assets/images/diferenca.jpg); background-size:cover; height: 100%; width: 100%;padding-left: 2%;padding-right: 30%;} .borda-baixo {border-bottom: 1px solid #7e7e7e; width:100%; height: 10px;} .btn-outline-warning{border-color:#f9d331 !important;} .btn-outline-warning:hover {color: #fff !important;background-color: #ffc107;border-color: #ffc107;} .slider{padding-left:0 !important; padding-right:0 !important;} .slider-desck{display: block;} div.slider-mobile {display: none;} .fixar-top{margin-top: -11rem; padding: 0;} .sobrepor{z-index: 1;} .arredondar{border-radius: 20px !important; width: 15%;} .carousel-caption {bottom: 310px; left: -10%;} .call_to_action_redondo{border-radius:30px !important; font-family: DesignSystemB-700R;} .call_to_action{color:#000000; font-size: 17px;line-height: 25px !important; width: 135px; background-color: #f9d331; font-family: DesignSystemB-700R; border-top-left-radius: 30px !important; border-bottom-left-radius: 30px !important; height: 40px; text-transform: uppercase; margin-right: -20px;} .card-body{background-color:#000000; padding: 15px;flex:none;} .barraamarela { width: 100px !important; height: 30px;-webkit-transform: skew(-25deg); -moz-transform: skew(-25deg);-o-transform: skew(-25deg); background-color: #f9d331; } .barrapreto { width: 100px !important; height: 30px;-webkit-transform: skew(-25deg);-moz-transform: skew(-25deg);-o-transform: skew(-25deg); background-color: #000;} .card{border:none;} .espacamento{margin-left:10%;} .item{margin-top: -45px;text-align:center;color:#000000;padding-top: 3rem!important;padding:0px 5px!important;} .item img {margin-bottom: 10px;} .estacionamento{background-image:url('assets/images/estacionamento.jpg'); background-size: cover;} .estacionamento-texto{font-family: DesignSystemB-700R; color: #5d4f16; font-size:16px; text-transform: uppercase; text-align: center; margin-top: 10px;} section.estacionamento .m-center{padding: 0px 10px;overflow: hidden;} .largura{width:283px;} .corpo-card{background-color:transparent !important;} .medidas{padding: 0; border: none; height: auto;} .figura{display:flex!important; justify-content: flex-end!important;} .figura-rodape{height:70px; margin-top: 4rem;} .margem{margin-left:391px !important;} .margem1{margin-left:24rem; } .m-row{margin-left: -5px !important;margin-top: 40px;} .logo-footer{width: auto; height: 54px;margin-top:4rem;margin-right: 1rem;margin-left: 10px;} .servicos{padding-left: 15px!important;padding-right: 15px !important;margin-left: -20px !important;} .fixar-botao{padding-top: 20px;} .ml-row{margin-left: -5px !important;} .webmail a:hover{color:#333;} .webmail a {color:#000000; font-size: 15px;} .webmail img{line-height: 0px; margin-bottom: -8px; margin-top: 21px;} .webmail {text-align: center; line-height: 19px;} /* */ .p-left{padding-left: 8px;} .ma-top{margin-top: 1rem;} .ma-bot{margin-bottom: 3rem;} /*main menu*/ #main_menu{margin: 0px;padding: 0px;width:100%;} #main_menu a{color:#fff;padding: 0px 10px;margin:0px;font-family: DesignSystemB-500R;letter-spacing: 1px;font-size: 15px;text-transform: uppercase; text-decoration: none;} #main_menu #menu{margin-top:20px} #main_menu .logo{margin-top: -50px;} #main_menu .menu-item{padding: 8px;} #main_menu #menu .collapse{text-align: left; float: right;} #main_menu .current-menu-item{background: #f9d331;} button.navbar-toggler.collapsed {margin-bottom: 1rem;} header{border-bottom: 3px solid #f9d330;} button.navbar-toggler{background-color: #f9d331;} #main_menu .logo{margin-top: 1rem;} #main_menu{/* margin-left: 20px; */margin-bottom: 1rem;} article header{background:#fff!important;width: 100%;} #post-45 header.entry-header{border-bottom: 3px solid #f9d330;margin-left: 10px;} #post-45 header h1{padding: 10px 7px 0px;} #post-45 img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {margin-left: 5px;width:565px; } article#post-45 #box1 {padding: 40px 35px 0px;} article header.entry-header{border-bottom:0px;padding: 20px 0px;} article header.entry-header .col-6{display: inline-block;font-size:16px;float:right;} article header h1{font-family: DesignSystemB-500R;font-size: 2em;padding: 10px 40px 0px;margin-top: 20px;margin-bottom: 0px;display: inline-block;} article header h1:before{content:""; display: inline-block; width: 50px; height: 25px;background:#f9d330;margin-right: 20px;-webkit-transform: skew(-30deg);-moz-transform: skew(-30deg);-o-transform: skew(-30deg);} article h3{font-family: DesignSystemB-500R;} article h4{font-family: DesignSystemB-300R;} article .entry-content{margin-top: 20px;} article .entry-content p{/* margin-right:20px; */margin-left: 30px;} article .col-6{padding: 0px;} article img{width: 100%;height:auto;margin-top: 0px;} article a{font-family: DesignSystemB-500R;display:inline-block;background:#f9d330;border-radius:10px; padding: 5px 20px;color: #5d4f16;margin-top: 10px;} article a:hover{text-decoration: none;color:#000;} #box1{padding: 50px 90px 0px;} #box2{padding: 50px 90px;color:#fff;} #box3{padding: 50px 90px 0px;background: #f9d331;} #box3 .servicos-icon{display: inline-block;font-family: 'Quicksand'!important;margin-right:40px;margin-top: -10px; text-align: center;} #box3 .servicos-icon img{width: 80px;margin-bottom: 10px; text-align:center;} #box3 a{border:1px solid #000;margin-bottom: 40px; margin-top: 20px;} #clientes{background:#f0f0f0;padding: 20px 10px;} #clientes .carousel-item{padding:0px 140px;} #clientes .image-item{display: inline-block;margin:0px 0px;} .m-txt{margin-left: 32px; font-weight: 500;} .p-amarelo{padding:10px;} .w-container{width: 96%;} .p-bottom{padding-bottom:5rem;} /* .m-left{margin-left: 3rem !important;} */ /*Page Sobre Nos*/ .sobrenos #conteudo{padding: 10px!important;margin-top: 20px;} .text-sobre{margin-top: 30px;} .text-sobre1{margin-bottom: 40px; margin-top: 40px;} /*page diferenciais*/ article.diferenciais #box1{background: #f9d331;padding: 0px;text-align: center;padding: 40px 0px 0px;text-align: center;} article.diferenciais .entry-content{float:right} article.diferenciais .diferenciais-icon{display: inline-block;font-family: 'Quicksand'!important;text-align: center;margin: 18px 14px;font-size: 14px;} article.diferenciais .diferenciais-icon img{width: auto;margin-bottom: 10px;} article.diferenciais #box2{color:#000;padding: 25px 90px 0px 0px;} article.diferenciais #box2 h4{border-bottom:3px solid #f9d331;padding-bottom: 10px;margin-bottom: 20px;} /* Archive Rede */ .archive header{padding-top:20px;} .archive header h3{font-family: DesignSystemB-500R;font-size: 1.5em;padding: 0px 0px;margin-bottom: 0px;display: inline-block;} .archive header h3:before{content:""; display: inline-block; width: 50px; height: 25px;background:#f9d330;margin-right: 20px;-webkit-transform: skew(-30deg);-moz-transform: skew(-30deg);-o-transform: skew(-30deg);} #filtros{margin:20px -14px;} #filtros .col-4{margin-left:0px;padding-left: 0px;} #filtros select{background: #f9d331;border: 0px;height: 40px;font-family: DesignSystemB-300r !important;width: 99%; margin-left: -6px;} select#select_estabelecimento {margin-left: -18px;} section#artigos {margin-left: -29px;} #filtros p{font-family: 'Quicksand'!important;margin-bottom: 1px;font-size: 1em;} .item-rede{max-width:30%!important;background: #fafafa;border:1px solid #c7c6c4;border-bottom: 8px solid #f9d331;text-align: center;padding: 50px 70px;margin-bottom:20px;} .item-rede{margin-left: 2%;} #filterSearch{background: #000;width: 99%;border: 0px;padding: 8px 10px;border-radius: 5px;color: #fff;font-family: DesignSystemB-300I !important;margin-left: -28px;} .mb-busca p {margin-left: -28px;} .mb-estabelecimento p {margin-left: -18px;} .mb-municipio p {margin-left: -6px;} .post-type-archive-rede header.row {margin-left: -5px;padding-left: 7px;} #filterSearch::placeholder, #filterSearch::-webkit-input-placeholder{color:#fff;} #filterSearch::-moz-placeholder, #filterSearch:-moz-placeholder, #filterSearch::-ms-input-placeholder, #filterSearch:-ms-input-placeholder{color:#fff;} /* Single Rede */ #single-rede{margin-bottom: 50px;} #single-rede #mapa{height: 350px;} #single-rede #endereco{background: #fad507;padding: 100px 140px;} #single-rede #endereco a{margin-left: 0;border-radius: 5px;color: #fff;font-family: DesignSystemB-300I !important;background: #000;} /* Servico */ article#servico .box{background: transparent;display: inline-block;padding: 0px;max-width: 45%;margin: 0px 2%;} article#servico h3{font-family: DesignSystemB-300I;font-size: 2em;color: #fff;margin-top: -70px;text-align: left;padding-left: 40px;} article#servico p{font-family: 'Quicksand'!important;} article#servico .texto{background: #eee;padding: 40px;text-align: left;min-height: 490px;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;} article#servico a{color:#000;text-transform:uppercase;float:right;} #servico article .entry-content p{margin-left: 10px;} .page-id-139 article header h1{padding: 10px 17px 0px !important;} .page-id-139 article .entry-content p{margin-left: 10px;} .page-id-139 article#servico .box{margin: 0px 1%;} .post-type-archive-rede archive header h3{padding: 0px 16px;} .btn-mensalista{margin-top: 60px;} /* Contato */ #contato{font-family:'Quicksand';} #contato label{width: 100%;font-family: DesignSystemB-500I;} #contato input{width: 100%;background:#ededed;border: 0px;padding: 10px;border-radius: 5px;font-family: Quicksand;font-weight: 500;} #contato textarea{width: 100%;background:#ededed;border: 0px;padding: 10px;border-radius: 5px;font-family: Quicksand;font-weight: 500;} #contato p{margin-right: 40px;margin-bottom: 5px;} #contato [type=submit]{margin-left: 0;border-radius: 5px;font-family: DesignSystemB-500I !important;background: #f9d330;color: #000;display: inline-block;width: auto;padding: 10px 20px;float: right;margin-bottom: 1rem;} #contato #box1{height: 330px;padding: 30px;margin: 0px;border-radius: 10px;text-align: left;} #contato #box1 h3{font-family: DesignSystemB-500I;font-size: 1.2em;} #contato #box1 h4{font-size: 1.2em;margin-top: 15px;font-family: DesignSystemB-500R;} #contato #box1 strong{display: block;margin-top: 5px;} #contato #box1 .fa-mobile{font-size: 35px;} footer{margin-top: 20px;} @media(max-width:1700px){.m-row{margin-left:7% !important;}} @media(max-width: 1440px){.margem{margin-left: 150px !important;}.margem1{margin-left: 9rem;}.w-container{width: 130%;}} @media(max-width: 1199px){.txt-razoes{/* padding: 0px 50px 0px 0px; */}.m-row {margin-left: 15% !important;}article a{margin-top:-8px;}p.texto-mensalista {padding: 10px;}#contato #box1{height: max-content;}article.diferenciais .diferenciais-icon{margin: 11px 12px;font-size: 12px;}.w-container {width: 100%;}.btn-mensalista{margin-top: 45px;}} @media(max-width: 1024px){.m-row {margin-left: -7% !important;}.w-container{width: 95% !important;}.figura{display: none !important;}.ml-3{margin-left:0.25rem !important;}.margem1 {margin-left: 2rem;}.margem{margin-left:45px;}.col-lg-6.col-md-7.col-sm-12.razoes{margin-left: -50px; }.margem{margin-left: 40px !important;} .m-estacionamento{margin-left: -8px !important;}#post-45 img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {margin-left: 0px;width: 100%;}} @media(max-width: 991px){article#post-45 #box1 {padding: 0px 20px 0px;}img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {margin-top: 30px;}#box3 .servicos-icon{margin-left: 30px;margin-top: 5px;}article a{padding: 5px 13px;}#clientes .carousel-item{padding: 0px 0px;}article.diferenciais #box2{margin-top: -220px;}.btn-mensalista{margin-top: -4px;}} @media(max-width:767px){article#servico .box{max-width: 100%; margin: 22px 2%;}.btn-mensalista{margin-top: 0px;}.m-row { margin:0!important;/* margin: 0px -80px 0px -50px !important; */}article.diferenciais #box2{margin-top:0px; margin-bottom: 1rem;}.m-estacionamento {margin-left: -88px !important;}.col-lg-6.col-md-7.col-sm-12.razoes{margin-left: 11px;}.m-container{margin-left: 18%;}.w-container{margin-left: 30px;}.margem1 {margin-left: 7rem}.margem {margin-left: 114px !important;}.m-estacionamento{margin-left: -16px !important;}.logo-footer{margin-left: 2%;}} @media(max-width: 766px){.mb-estabelecimento p,.mb-municipio p,#filtros select,.mb-busca p,#filterSearch{margin-left: 0px;}} @media(max-width: 660px){.m-row {margin:0;}} /*404*/ .bg404{background-image: url('assets/images/fundo404.jpg'); background-repeat: no-repeat;background-size: cover; height: 80vh;} .retangulo-amarelo{width: 400px;height: 300px; margin-left: 40%; margin-top: 20%; background-color: #f9d331;border-radius: 20px;text-align: center;padding-top: 60px;} .titulo-404{font-family: DesignSystemB-900I; font-size: 40px;padding-bottom: 20px;}
0.147986
0.077938
.navbarWidth { width: 5rem; } #mainNavbar .navbar-brand { font-size: 30px; margin-left: 25px; font-weight: bold; } #mainNavbar .navbar-brand span { color: #df8338; } #mainNavbar .nav-link { color: black; font-size: 1.2rem; margin-left: 40px; transition: all 0.4s ease-in-out; } #mainNavbar .nav-link:hover { color: #df8338; transform: scale(1, 1.2); } #intro { margin-top: 60px; } #des { padding-top: 100px; } #intro #des h1 { color: #df8338; font-size: 3.7rem; } #intro #des h3 { color: black; font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; font-size: 30px; } #intro #des .btn { border: 1.7px solid #df8338; color: #df8338; border-radius: 25px; margin-top: 17px; margin-left: 20px; } #intro #des .btn:hover { background-color: #df8338; color: white; } #intro #des p { margin-top: 22px; font-size: 1rem; margin-left: 20px; } #offer img { width: 350px; height: 300px; border-radius: 25px; gap: 0; margin-top: 40px; } #offer h2 { text-indent: 500px; } #offer { margin-top: 100px; } #gallery { margin-top: 100px; } #gallery h2 { text-indent: 500px; } #gallery img { margin-top: 20px; } #order h2 { text-indent: 500px; font-size: 50px; } #order input { padding: 3px; border-radius: 8px; border: 1px solid #df8338; } #order select { padding: 3px; border-radius: 8px; border: 1px solid #df8338; } .buy { background-color: #ebd2be; border: 1px solid #ebd2be; padding: 5px 15px; border-radius: 5px; margin-top: 10px; margin-left: 50px; transition: all 0.2s ease-in-out; } .buy:hover { background-color: #df8338; color: white; border: 1px solid #df8338; } .checkout { background-color: #ebd2be; border: 1px solid #ebd2be; padding: 5px 15px; border-radius: 5px; margin-top: 10px; margin-left: 700px; transition: all 0.2s ease-in-out; } .checkout:hover { background-color: #df8338; color: white; border: 1px solid #df8338; } .frm1, .frm2 { box-shadow: 5px 10px 10px #888888; padding: 30px; border-radius: 20px; font-size: 17px; } .btn-remove { background-color: #ebd2be; border: 1px solid #ebd2be; padding: 4px 10px; border-radius: 5px; transition: all 0.2s ease-in-out; } .btn-remove:hover { background-color: #df8338; color: white; border: 1px solid #df8338; } #intro a { text-decoration: none; color: #df8338; } #intro a:hover { color: white; } table thead tr th { color: #df8338; } table { border: 19px solid black; box-shadow: 5px 10px 10px #888888; border-radius: 50px; } .height200 { height: 100px; }
syle.css
.navbarWidth { width: 5rem; } #mainNavbar .navbar-brand { font-size: 30px; margin-left: 25px; font-weight: bold; } #mainNavbar .navbar-brand span { color: #df8338; } #mainNavbar .nav-link { color: black; font-size: 1.2rem; margin-left: 40px; transition: all 0.4s ease-in-out; } #mainNavbar .nav-link:hover { color: #df8338; transform: scale(1, 1.2); } #intro { margin-top: 60px; } #des { padding-top: 100px; } #intro #des h1 { color: #df8338; font-size: 3.7rem; } #intro #des h3 { color: black; font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; font-size: 30px; } #intro #des .btn { border: 1.7px solid #df8338; color: #df8338; border-radius: 25px; margin-top: 17px; margin-left: 20px; } #intro #des .btn:hover { background-color: #df8338; color: white; } #intro #des p { margin-top: 22px; font-size: 1rem; margin-left: 20px; } #offer img { width: 350px; height: 300px; border-radius: 25px; gap: 0; margin-top: 40px; } #offer h2 { text-indent: 500px; } #offer { margin-top: 100px; } #gallery { margin-top: 100px; } #gallery h2 { text-indent: 500px; } #gallery img { margin-top: 20px; } #order h2 { text-indent: 500px; font-size: 50px; } #order input { padding: 3px; border-radius: 8px; border: 1px solid #df8338; } #order select { padding: 3px; border-radius: 8px; border: 1px solid #df8338; } .buy { background-color: #ebd2be; border: 1px solid #ebd2be; padding: 5px 15px; border-radius: 5px; margin-top: 10px; margin-left: 50px; transition: all 0.2s ease-in-out; } .buy:hover { background-color: #df8338; color: white; border: 1px solid #df8338; } .checkout { background-color: #ebd2be; border: 1px solid #ebd2be; padding: 5px 15px; border-radius: 5px; margin-top: 10px; margin-left: 700px; transition: all 0.2s ease-in-out; } .checkout:hover { background-color: #df8338; color: white; border: 1px solid #df8338; } .frm1, .frm2 { box-shadow: 5px 10px 10px #888888; padding: 30px; border-radius: 20px; font-size: 17px; } .btn-remove { background-color: #ebd2be; border: 1px solid #ebd2be; padding: 4px 10px; border-radius: 5px; transition: all 0.2s ease-in-out; } .btn-remove:hover { background-color: #df8338; color: white; border: 1px solid #df8338; } #intro a { text-decoration: none; color: #df8338; } #intro a:hover { color: white; } table thead tr th { color: #df8338; } table { border: 19px solid black; box-shadow: 5px 10px 10px #888888; border-radius: 50px; } .height200 { height: 100px; }
0.354321
0.0729
.ie .bbit-tree .bbit-tree-bwrap { /*position:relative; overflow:hidden; */ } .bbit-tree ul,.bbit-tree li { list-style-type: none; margin: 0px; padding: 0px; } .bbit-tree-body { font-size: 12px; } .bbit-tree-icon,.bbit-tree-ec-icon,.bbit-tree-node-cb,.bbit-tree-elbow-line,.bbit-tree-elbow,.bbit-tree-elbow-end,.bbit-tree-elbow-plus,.bbit-tree-elbow-minus,.bbit-tree-elbow-end-plus,.bbit-tree-elbow-end-minus { border: 0 none; height: 18px; margin: 0; padding: 0; vertical-align: top; width: 16px; background-repeat: no-repeat; } .bbit-tree-node-cb { height: 16px; } .bbit-tree-node-collapsed .bbit-tree-node-icon,.bbit-tree-node-expanded .bbit-tree-node-icon,.bbit-tree-node-leaf .bbit-tree-node-icon { border: 0 none; height: 18px; margin: 0; padding: 0; vertical-align: top; width: 16px; background-position: center; background-repeat: no-repeat; } .ie .bbit-tree-node-indent img,.ie .bbit-tree-node-icon,.ie .bbit-tree-ec-icon { vertical-align: middle !important; } .bbit-tree-noicon .bbit-tree-node-icon { width: 0; height: 0; } /* No line styles */ .bbit-tree-no-lines .bbit-tree-elbow { background: transparent; } .bbit-tree-no-lines .bbit-tree-elbow-end { background: transparent; } .bbit-tree-no-lines .bbit-tree-elbow-line { background: transparent; } .bbit-tree-arrows .bbit-tree-elbow { background: transparent; } .bbit-tree-arrows .bbit-tree-elbow-plus { background: transparent no-repeat 0 0; } .bbit-tree-arrows .bbit-tree-elbow-minus { background: transparent no-repeat -16px 0; } .bbit-tree-arrows .bbit-tree-elbow-end { background: transparent; } .bbit-tree-arrows .bbit-tree-elbow-end-plus { background: transparent no-repeat 0 0; } .bbit-tree-arrows .bbit-tree-elbow-end-minus { background: transparent no-repeat -16px 0; } .bbit-tree-arrows .bbit-tree-elbow-line { background: transparent; } .bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-plus { background-position: -32px 0; } .bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-minus { background-position: -48px 0; } .bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-end-plus { background-position: -32px 0; } .bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-end-minus { background-position: -48px 0; } .bbit-tree-elbow-plus,.bbit-tree-elbow-minus,.bbit-tree-elbow-end-plus,.bbit-tree-elbow-end-minus { cursor: pointer; } .ie ul.bbit-tree-node-ct { font-size: 0; line-height: 0; zoom: 1; } .bbit-tree-node { white-space: nowrap; } .bbit-tree-node-el { line-height: 18px; cursor: default; /* cursor:pointer;*/ } .bbit-tree-node a { text-decoration: none; -khtml-user-select: none; -moz-user-select: none; -webkit-user-select: ignore; -kthml-user-focus: normal; -moz-user-focus: normal; -moz-outline: 0 none; outline: 0 none; } .bbit-tree-node a span { text-decoration: none; padding: 1px 3px 1px 2px; } .bbit-tree-node .bbit-tree-node-disabled .bbit-tree-node-icon { -moz-opacity: 0.5; opacity: .5; filter: alpha(opacity = 50); } .bbit-tree-node .bbit-tree-node-inline-icon { background: transparent; } .bbit-tree-node a:hover { text-decoration: none; } .bbit-tree-root { zoom: 1; } .bbit-tree-node-expanded .bbit-tree-node-icon { background-image: url(img/tree/folder-open.gif); } .bbit-tree-node-leaf .bbit-tree-node-icon { background-image: url(img/tree/leaf.gif); } .bbit-tree-node-collapsed .bbit-tree-node-icon { background-image: url(img/tree/folder.gif); } .bbit-tree-node-loading .bbit-tree-node-icon { background-image: url(img/tree/images/tree/loading.gif) !important; } .bbit-tree-node .bbit-tree-node-inline-icon { background-image: none; } .bbit-tree-node-loading a span { font-style: italic; color: #444444; } .bbit-tree-lines .bbit-tree-elbow { background-image: url(img/tree/images/tree/elbow.gif); } .bbit-tree-lines .bbit-tree-elbow-plus { background-image: url(img/tree/elbow-plus.gif); } .bbit-tree-lines .bbit-tree-elbow-minus { background-image: url(img/tree/elbow-minus.gif); } .bbit-tree-lines .bbit-tree-elbow-end { background-image: url(img/tree/elbow-end.gif); } .bbit-tree-lines .bbit-tree-elbow-end-plus { background-image: url(img/tree/elbow-end-plus.gif); } .bbit-tree-lines .bbit-tree-elbow-end-minus { background-image: url(img/tree/elbow-end-minus.gif); } .bbit-tree-lines .bbit-tree-elbow-line { background-image: url(img/tree/elbow-line.gif); } .bbit-tree-no-lines .bbit-tree-elbow-plus { background-image: url(img/tree/elbow-plus-nl.gif); } .bbit-tree-no-lines .bbit-tree-elbow-minus { background-image: url(img/tree/elbow-minus-nl.gif); } .bbit-tree-no-lines .bbit-tree-elbow-end-plus { background-image: url(img/tree/elbow-end-plus-nl.gif); } .bbit-tree-no-lines .bbit-tree-elbow-end-minus { background-image: url(img/tree/elbow-end-minus-nl.gif); } .bbit-tree-arrows .bbit-tree-elbow-plus { background-image: url(img/tree/arrows.gif); } .bbit-tree-arrows .bbit-tree-elbow-minus { background-image: url(img/tree/arrows.gif); } .bbit-tree-arrows .bbit-tree-elbow-end-plus { background-image: url(img/tree/arrows.gif); } .bbit-tree-arrows .bbit-tree-elbow-end-minus { background-image: url(img/tree/arrows.gif); } .bbit-tree-node { color: #000; font: normal 11px arial, tahoma, helvetica, sans-serif; } .bbit-tree-node a { color: #000; } .bbit-tree-node a span { color: #000; } .bbit-tree-node .bbit-tree-node-disabled a span { color: gray !important; } .bbit-tree-node .bbit-tree-node-over { background-color: #eee; } .bbit-tree-node .bbit-tree-selected { background-color: #d9e8fb; }
WebRoot/rc/sc/jq/themes/treeview/treeview.css
.ie .bbit-tree .bbit-tree-bwrap { /*position:relative; overflow:hidden; */ } .bbit-tree ul,.bbit-tree li { list-style-type: none; margin: 0px; padding: 0px; } .bbit-tree-body { font-size: 12px; } .bbit-tree-icon,.bbit-tree-ec-icon,.bbit-tree-node-cb,.bbit-tree-elbow-line,.bbit-tree-elbow,.bbit-tree-elbow-end,.bbit-tree-elbow-plus,.bbit-tree-elbow-minus,.bbit-tree-elbow-end-plus,.bbit-tree-elbow-end-minus { border: 0 none; height: 18px; margin: 0; padding: 0; vertical-align: top; width: 16px; background-repeat: no-repeat; } .bbit-tree-node-cb { height: 16px; } .bbit-tree-node-collapsed .bbit-tree-node-icon,.bbit-tree-node-expanded .bbit-tree-node-icon,.bbit-tree-node-leaf .bbit-tree-node-icon { border: 0 none; height: 18px; margin: 0; padding: 0; vertical-align: top; width: 16px; background-position: center; background-repeat: no-repeat; } .ie .bbit-tree-node-indent img,.ie .bbit-tree-node-icon,.ie .bbit-tree-ec-icon { vertical-align: middle !important; } .bbit-tree-noicon .bbit-tree-node-icon { width: 0; height: 0; } /* No line styles */ .bbit-tree-no-lines .bbit-tree-elbow { background: transparent; } .bbit-tree-no-lines .bbit-tree-elbow-end { background: transparent; } .bbit-tree-no-lines .bbit-tree-elbow-line { background: transparent; } .bbit-tree-arrows .bbit-tree-elbow { background: transparent; } .bbit-tree-arrows .bbit-tree-elbow-plus { background: transparent no-repeat 0 0; } .bbit-tree-arrows .bbit-tree-elbow-minus { background: transparent no-repeat -16px 0; } .bbit-tree-arrows .bbit-tree-elbow-end { background: transparent; } .bbit-tree-arrows .bbit-tree-elbow-end-plus { background: transparent no-repeat 0 0; } .bbit-tree-arrows .bbit-tree-elbow-end-minus { background: transparent no-repeat -16px 0; } .bbit-tree-arrows .bbit-tree-elbow-line { background: transparent; } .bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-plus { background-position: -32px 0; } .bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-minus { background-position: -48px 0; } .bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-end-plus { background-position: -32px 0; } .bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-end-minus { background-position: -48px 0; } .bbit-tree-elbow-plus,.bbit-tree-elbow-minus,.bbit-tree-elbow-end-plus,.bbit-tree-elbow-end-minus { cursor: pointer; } .ie ul.bbit-tree-node-ct { font-size: 0; line-height: 0; zoom: 1; } .bbit-tree-node { white-space: nowrap; } .bbit-tree-node-el { line-height: 18px; cursor: default; /* cursor:pointer;*/ } .bbit-tree-node a { text-decoration: none; -khtml-user-select: none; -moz-user-select: none; -webkit-user-select: ignore; -kthml-user-focus: normal; -moz-user-focus: normal; -moz-outline: 0 none; outline: 0 none; } .bbit-tree-node a span { text-decoration: none; padding: 1px 3px 1px 2px; } .bbit-tree-node .bbit-tree-node-disabled .bbit-tree-node-icon { -moz-opacity: 0.5; opacity: .5; filter: alpha(opacity = 50); } .bbit-tree-node .bbit-tree-node-inline-icon { background: transparent; } .bbit-tree-node a:hover { text-decoration: none; } .bbit-tree-root { zoom: 1; } .bbit-tree-node-expanded .bbit-tree-node-icon { background-image: url(img/tree/folder-open.gif); } .bbit-tree-node-leaf .bbit-tree-node-icon { background-image: url(img/tree/leaf.gif); } .bbit-tree-node-collapsed .bbit-tree-node-icon { background-image: url(img/tree/folder.gif); } .bbit-tree-node-loading .bbit-tree-node-icon { background-image: url(img/tree/images/tree/loading.gif) !important; } .bbit-tree-node .bbit-tree-node-inline-icon { background-image: none; } .bbit-tree-node-loading a span { font-style: italic; color: #444444; } .bbit-tree-lines .bbit-tree-elbow { background-image: url(img/tree/images/tree/elbow.gif); } .bbit-tree-lines .bbit-tree-elbow-plus { background-image: url(img/tree/elbow-plus.gif); } .bbit-tree-lines .bbit-tree-elbow-minus { background-image: url(img/tree/elbow-minus.gif); } .bbit-tree-lines .bbit-tree-elbow-end { background-image: url(img/tree/elbow-end.gif); } .bbit-tree-lines .bbit-tree-elbow-end-plus { background-image: url(img/tree/elbow-end-plus.gif); } .bbit-tree-lines .bbit-tree-elbow-end-minus { background-image: url(img/tree/elbow-end-minus.gif); } .bbit-tree-lines .bbit-tree-elbow-line { background-image: url(img/tree/elbow-line.gif); } .bbit-tree-no-lines .bbit-tree-elbow-plus { background-image: url(img/tree/elbow-plus-nl.gif); } .bbit-tree-no-lines .bbit-tree-elbow-minus { background-image: url(img/tree/elbow-minus-nl.gif); } .bbit-tree-no-lines .bbit-tree-elbow-end-plus { background-image: url(img/tree/elbow-end-plus-nl.gif); } .bbit-tree-no-lines .bbit-tree-elbow-end-minus { background-image: url(img/tree/elbow-end-minus-nl.gif); } .bbit-tree-arrows .bbit-tree-elbow-plus { background-image: url(img/tree/arrows.gif); } .bbit-tree-arrows .bbit-tree-elbow-minus { background-image: url(img/tree/arrows.gif); } .bbit-tree-arrows .bbit-tree-elbow-end-plus { background-image: url(img/tree/arrows.gif); } .bbit-tree-arrows .bbit-tree-elbow-end-minus { background-image: url(img/tree/arrows.gif); } .bbit-tree-node { color: #000; font: normal 11px arial, tahoma, helvetica, sans-serif; } .bbit-tree-node a { color: #000; } .bbit-tree-node a span { color: #000; } .bbit-tree-node .bbit-tree-node-disabled a span { color: gray !important; } .bbit-tree-node .bbit-tree-node-over { background-color: #eee; } .bbit-tree-node .bbit-tree-selected { background-color: #d9e8fb; }
0.293404
0.083329
p{ font-family: 'Roboto', sans-serif; font-size: 16px; } h1 { font-family: 'Arvo', serif; } /*slide 1*/ #section1 { background-color: #666666; min-height: 600px; color:white; } .underline { text-decoration: underline; } #slide1_arrow { font-size: 40px; } @media screen and (min-width:1200px) { #slide1_textSection2 { margin-top: 20px; } #slide1_analyticAbstract { margin-top: -360px; max-height: 10px; } } @media screen and (max-width:1199px) { #slide1_textSection1 { text-align: center; } #slide1_textSection2 { text-align: center; } #slide1_personTalkingImage > img, #slide1_analyticAbstract > img { margin-left: auto; margin-right: auto; } #slide1_analyticAbstract > img { margin-top: -30px; } } /* end slide 1*/ /*slide 2*/ #section2 { background-color: #fff; min-height: 600px; color:#000; } #slide2_textSection1{ margin-top: 20px; margin-left: 5%; } #slide2_textSection2{ margin-top: 20px; } @media screen and (min-width: 1200px) { #slide2_textSection2{ margin-left: 620px; } } @media screen and (max-width: 1199px) { #slide2_textSection1{ margin-left: 0px; text-align: center; } #slide2_textSection2{ text-align: center; } } /* end slide 2*/ /* slide 3*/ #section3 { background-color: #999999; min-height: 600px; color:#fff; } @media screen and (min-width:1200px) { #section3_analyticGear > img { margin-top:-150px; margin-left: -70px; margin-bottom: -30px; } #section3_analyticChart > img { margin-top:-430px; } #section3_textSection2 { margin-left: 20px; } } @media screen and (max-width:1199px) { #section3_analyticChart > img, #section3_analyticGear > img { margin-left: auto; margin-right: auto; } #section3_textSection2, #section3_textSection1 { text-align: center; } #section3_analyticGear > img { margin-top: -50px; } #section3_textSection2{ margin-top: -50px; margin-bottom: 30px; } } /*end section 3*/ /* slide 4*/ #section4 { background-color: #666666; min-height: 600px; color:#fff; } @media screen and (min-width:1200px) { #slide4_textSection1{ margin-left: 180px; } #slide4_piggyBank { margin-left:-90px; margin-top: -210px; } #slide4_laptop { margin-top: -200px; } #slide4_analyticGear { margin-top: -270px; margin-left: 850px; max-height: 100px; } } @media screen and (max-width:1199px) { #slide4_piggyBank { display: none; } #slide4_analyticGear { display: none; } } /*end slide 4*/ /*slide 5*/ #section5 { background-color: #fff; min-height: 600px; color:#000; } @media screen and (min-width:1200px) { #slide5_textSection1 { margin-left: 120px; } #slide5_percentCircle { margin-left: 850px; margin-top: -210px; } #slide5_balanceSheet { margin-top: -200px; } #slide5_analyticGear { margin-left:-90px; margin-top: -270px; max-height: 100px; } } @media screen and (max-width: 1199px) { #slide5_percentCircle { display: none; } #slide5_analyticGear { display: none; } } /*end slide 5*/
public/angular-bootstrap/bootstrap-twit/css/customKarmaStats.css
p{ font-family: 'Roboto', sans-serif; font-size: 16px; } h1 { font-family: 'Arvo', serif; } /*slide 1*/ #section1 { background-color: #666666; min-height: 600px; color:white; } .underline { text-decoration: underline; } #slide1_arrow { font-size: 40px; } @media screen and (min-width:1200px) { #slide1_textSection2 { margin-top: 20px; } #slide1_analyticAbstract { margin-top: -360px; max-height: 10px; } } @media screen and (max-width:1199px) { #slide1_textSection1 { text-align: center; } #slide1_textSection2 { text-align: center; } #slide1_personTalkingImage > img, #slide1_analyticAbstract > img { margin-left: auto; margin-right: auto; } #slide1_analyticAbstract > img { margin-top: -30px; } } /* end slide 1*/ /*slide 2*/ #section2 { background-color: #fff; min-height: 600px; color:#000; } #slide2_textSection1{ margin-top: 20px; margin-left: 5%; } #slide2_textSection2{ margin-top: 20px; } @media screen and (min-width: 1200px) { #slide2_textSection2{ margin-left: 620px; } } @media screen and (max-width: 1199px) { #slide2_textSection1{ margin-left: 0px; text-align: center; } #slide2_textSection2{ text-align: center; } } /* end slide 2*/ /* slide 3*/ #section3 { background-color: #999999; min-height: 600px; color:#fff; } @media screen and (min-width:1200px) { #section3_analyticGear > img { margin-top:-150px; margin-left: -70px; margin-bottom: -30px; } #section3_analyticChart > img { margin-top:-430px; } #section3_textSection2 { margin-left: 20px; } } @media screen and (max-width:1199px) { #section3_analyticChart > img, #section3_analyticGear > img { margin-left: auto; margin-right: auto; } #section3_textSection2, #section3_textSection1 { text-align: center; } #section3_analyticGear > img { margin-top: -50px; } #section3_textSection2{ margin-top: -50px; margin-bottom: 30px; } } /*end section 3*/ /* slide 4*/ #section4 { background-color: #666666; min-height: 600px; color:#fff; } @media screen and (min-width:1200px) { #slide4_textSection1{ margin-left: 180px; } #slide4_piggyBank { margin-left:-90px; margin-top: -210px; } #slide4_laptop { margin-top: -200px; } #slide4_analyticGear { margin-top: -270px; margin-left: 850px; max-height: 100px; } } @media screen and (max-width:1199px) { #slide4_piggyBank { display: none; } #slide4_analyticGear { display: none; } } /*end slide 4*/ /*slide 5*/ #section5 { background-color: #fff; min-height: 600px; color:#000; } @media screen and (min-width:1200px) { #slide5_textSection1 { margin-left: 120px; } #slide5_percentCircle { margin-left: 850px; margin-top: -210px; } #slide5_balanceSheet { margin-top: -200px; } #slide5_analyticGear { margin-left:-90px; margin-top: -270px; max-height: 100px; } } @media screen and (max-width: 1199px) { #slide5_percentCircle { display: none; } #slide5_analyticGear { display: none; } } /*end slide 5*/
0.093318
0.065695
@media screen and (max-width:900px) { body { width: 100%; margin: 0; padding: 0; top: 0; background-color: black; } h1 { font-size: 50px; font-weight: 300; } h2 { font-size: 30px; font-weight: 300; } h3 { font-size: 20px; font-weight: 500; margin: 0; } h5 { font-size: 20px; font-weight: 300; } h6 { font-size: 12px; font-weight: 300; } logo { position: fixed; z-index: 99; width: 44px; left: 20px; top: 24px; } .menu { position: fixed; display: flex; background-color: #fff; border-radius: 50px; width: 90px; height: 50px; z-index: 1000; font-size: 20px; font-weight: 600; right: 10px; top: 20px; margin: 0; padding: 0; align-items: center; text-align:center; } .menu-o{ display: none; } .menu-x-o { display: none; } .menu-x { position: fixed; display: flex; background-color: #fff; border-radius: 50px; width: 90px; height: 50px; z-index: 1000; font-size: 20px; font-weight: 600; right: 10px; top: 20px; margin: 0; padding: 0; align-items: center; text-align:center; } .nav { display: none; position: fixed; color: #000; width: auto; height: 80px; top: 20px; z-index: 999; background-color: #fff; border-radius: 50px; left: 50%; transform: translate(-50%, 0%); } .nav ul { font-weight: 600; width: auto; height: 100%; margin-right: 40px; } .nav li { position: relative; float: left; width: auto; margin: 15px 20px; text-transform: none; list-style-type: none; } .nav-open { display: block; position: fixed; color: #000; width: 150px; height: 300px; top: 80px; z-index: 999; background-color: #fff; border-radius: 30px; right: 10px; text-align: right; /* transform: translate(-50%, 0%); */ } .nav-open ul { position: absolute; font-weight: 600; width: 100%; height: 100%; right:10px; } .nav-open li { position: relative; float: right; width: 100%; margin: 15px 20px; text-transform: none; list-style-type: none; } .nnn { position: relative; right:-60px; float: left; /* top: -10px; */ z-index: 999; width: 30px; text-align: center; color: #fff; background-color: rgb(255, 80, 80); border-radius: 50px; } .header { position: relative; z-index: 0; display: grid; overflow: hidden; grid-row-gap: 1rem; align-content: end; /* max-width: var(--viewportWidth); */ min-height: 50vh; /* min-height: -webkit-fill-available; */ margin: 0; padding: 0; width: 100%; height: 100%; } .header:before { position: absolute; z-index: 8; top: 0; left: 0; width: 100%; height: 100%; content: ""; background-image: url(./images/gradient.png); background-size: cover; } .t_logo { position: absolute; z-index: 9; top: 50%; left: 50%; width: 600px; margin: -300px; } .t_container { position: relative; top: -200px; z-index: 10; } .t_title { position: relative; text-align: center; margin-top: 100px; } .t_title_2 { position: relative; text-align: center; margin-top: -40px; } .basic { position: relative; float: left; background-color: black; height: 400px; width: 90%; left: 5%; } .basic_inner { color: #fff; } .more { position: absolute; width: 100px; right: 0; bottom: 0; } }
tmobile.css
@media screen and (max-width:900px) { body { width: 100%; margin: 0; padding: 0; top: 0; background-color: black; } h1 { font-size: 50px; font-weight: 300; } h2 { font-size: 30px; font-weight: 300; } h3 { font-size: 20px; font-weight: 500; margin: 0; } h5 { font-size: 20px; font-weight: 300; } h6 { font-size: 12px; font-weight: 300; } logo { position: fixed; z-index: 99; width: 44px; left: 20px; top: 24px; } .menu { position: fixed; display: flex; background-color: #fff; border-radius: 50px; width: 90px; height: 50px; z-index: 1000; font-size: 20px; font-weight: 600; right: 10px; top: 20px; margin: 0; padding: 0; align-items: center; text-align:center; } .menu-o{ display: none; } .menu-x-o { display: none; } .menu-x { position: fixed; display: flex; background-color: #fff; border-radius: 50px; width: 90px; height: 50px; z-index: 1000; font-size: 20px; font-weight: 600; right: 10px; top: 20px; margin: 0; padding: 0; align-items: center; text-align:center; } .nav { display: none; position: fixed; color: #000; width: auto; height: 80px; top: 20px; z-index: 999; background-color: #fff; border-radius: 50px; left: 50%; transform: translate(-50%, 0%); } .nav ul { font-weight: 600; width: auto; height: 100%; margin-right: 40px; } .nav li { position: relative; float: left; width: auto; margin: 15px 20px; text-transform: none; list-style-type: none; } .nav-open { display: block; position: fixed; color: #000; width: 150px; height: 300px; top: 80px; z-index: 999; background-color: #fff; border-radius: 30px; right: 10px; text-align: right; /* transform: translate(-50%, 0%); */ } .nav-open ul { position: absolute; font-weight: 600; width: 100%; height: 100%; right:10px; } .nav-open li { position: relative; float: right; width: 100%; margin: 15px 20px; text-transform: none; list-style-type: none; } .nnn { position: relative; right:-60px; float: left; /* top: -10px; */ z-index: 999; width: 30px; text-align: center; color: #fff; background-color: rgb(255, 80, 80); border-radius: 50px; } .header { position: relative; z-index: 0; display: grid; overflow: hidden; grid-row-gap: 1rem; align-content: end; /* max-width: var(--viewportWidth); */ min-height: 50vh; /* min-height: -webkit-fill-available; */ margin: 0; padding: 0; width: 100%; height: 100%; } .header:before { position: absolute; z-index: 8; top: 0; left: 0; width: 100%; height: 100%; content: ""; background-image: url(./images/gradient.png); background-size: cover; } .t_logo { position: absolute; z-index: 9; top: 50%; left: 50%; width: 600px; margin: -300px; } .t_container { position: relative; top: -200px; z-index: 10; } .t_title { position: relative; text-align: center; margin-top: 100px; } .t_title_2 { position: relative; text-align: center; margin-top: -40px; } .basic { position: relative; float: left; background-color: black; height: 400px; width: 90%; left: 5%; } .basic_inner { color: #fff; } .more { position: absolute; width: 100px; right: 0; bottom: 0; } }
0.427875
0.111338
body { overflow-x: hidden; font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; } .navbar-brand>img{ display: block; height:25px; width:180px; } .text-muted { color: #777777; } .text-primary { color: #fed136; } p { font-size: 14px; line-height: 1.75; } p.large { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: none; } a { color: #fed136; } a:hover, a:focus, a:active, a.active { color: #fec503; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; } .img-centered { margin: 0 auto; } .bg-light-gray { background-color: #f7f7f7; } .bg-darkest-gray { background-color: #222222; } .btn-primary { color: #ffffff; background-color: #fed136; border-color: #fed136; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #fec503; border-color: #f6bf01; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #fed136; border-color: #fed136; } .btn-primary .badge { color: #fed136; background-color: #ffffff; } .btn-xl { color: #ffffff; background-color: #fed136; border-color: #fed136; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; border-radius: 3px; font-size: 18px; padding: 20px 40px; } .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { color: #ffffff; background-color: #fec503; border-color: #f6bf01; } .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { background-image: none; } .btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active { background-color: #fed136; border-color: #fed136; } .btn-xl .badge { color: #fed136; background-color: #ffffff; } .navbar-default { background-color: #222222; border-color: transparent; padding-bottom: -8%; } .navbar-default .navbar-brand { color: #fed136; font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active { color: #fec503; } .navbar-default .navbar-collapse { border-color: rgba(255, 255, 255, 0.02); } .navbar-default .navbar-toggle { background-color: #fed136; border-color: #fed136; } .navbar-default .navbar-toggle .icon-bar { background-color: white; } /* code for collapsing and changing of navbar icons*/ .navbar-toggle .icon-bar { width: 22px; transition: all 0.2s; -webkit-transition: all 0.2s; color: white; } .navbar-default .navbar-toggle { position:relative; padding-top:10px; z-index:100 } .navbar-toggle .top-bar { transform: rotate(45deg); -webkit-transform: rotate(45deg); transform-origin: 10% 10%; -webkit-transform-origin: 10% 10%; } .navbar-toggle .middle-bar { opacity: 0; } .navbar-toggle .bottom-bar { transform: rotate(-45deg); transform-origin: 10% 90%; -webkit-transform: rotate(-45deg); -webkit-transform-origin: 10% 90%; } .navbar-toggle.collapsed .top-bar { transform: rotate(0); -webkit-transform: rotate(0); } .navbar-toggle.collapsed .middle-bar { opacity: 1; } .navbar-toggle.collapsed .bottom-bar { transform: rotate(0); -webkit-transform: rotate(0); } .no-margin { margin: 0px; } .no-padding { padding: 0px; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #fed136; } .navbar-default .nav li a { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 400; letter-spacing: 1px; color: white; } .navbar-default .nav li a:hover, .navbar-default .nav li a:focus { color: #fed136; outline: none; } .navbar-default .navbar-nav > .active > a { border-radius: 0; color: white; background-color: #fed136; } .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: white; background-color: #fec503; } @media (min-width: 768px) { .navbar-default { background-color: transparent; padding: 25px 0; -webkit-transition: padding 0.3s; -moz-transition: padding 0.3s; transition: padding 0.3s; border: none; } .navbar-default .navbar-brand { font-size: 2em; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .navbar-default .navbar-nav > .active > a { border-radius: 3px; } .navbar-default.navbar-shrink { background-color: #222222; padding: 10px 0; } .navbar-default.navbar-shrink .navbar-brand { font-size: 1.5em; } } header { background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url('../img/header7-bg.jpg'); background-repeat: none; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; text-align: center; color: white; padding-top: 40px; } header .intro-text { padding-top: 100px; padding-bottom: 50px; } header .intro-text .intro-lead-in { font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; font-size: 22px; line-height: 22px; margin-bottom: 25px; } header .intro-text .intro-heading { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 50px; line-height: 50px; margin-bottom: 25px; } @media (min-width: 768px) { header .intro-text { padding-top: 300px; padding-bottom: 0px; } header .intro-text .intro-lead-in { font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; font-size: 40px; line-height: 40px; margin-bottom: 25px; } header .intro-text .intro-heading { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 75px; line-height: 75px; margin-bottom: 50px; } } section { padding: 100px 0; } section h2.section-heading { font-size: 40px; margin-top: 0; margin-bottom: 15px; } section h3.section-subheading { font-size: 16px; font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; font-style: italic; font-weight: 400; margin-bottom: 75px; } @media (min-width: 768px) { section { padding: 20px 0px 0; } } .latest-heading { margin: 15px 0; text-transform: none; } #past .past-item { margin: 0 0 15px; right: 0; } #past .past-item .past-link { display: block; position: relative; max-width: 400px; margin: 0 auto; } #past .past-item .past-link .past-hover { background: rgba(254, 209, 54, 0.9); position: absolute; width: 100%; height: 100%; opacity: 0; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; } #past .past-item .past-link .past-hover:hover { opacity: 1; } #past .past-item .past-link .past-hover .past-hover-content { position: absolute; width: 100%; height: 20px; font-size: 20px; text-align: center; top: 50%; margin-top: -12px; color: white; } #past .past-item .past-link .past-hover .past-hover-content i { margin-top: -12px; } #past .past-item .past-link .past-hover .past-hover-content h3, #past .past-item .past-link .past-hover .past-hover-content h4 { margin: 0; } #past .past-item .past-caption { max-width: 400px; margin: 0 auto; background-color: white; text-align: center; padding: 25px; } #past .past-item .past-caption h4 { text-transform: none; margin: 0; } #past .past-item .past-caption p { font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; font-size: 16px; margin: 0; } #past * { z-index: 2; } @media (min-width: 767px) { #past .past-item { margin: 0 0 30px; } } .panel-default > .panel-heading >.panel-title > a:hover{ color: green; outline: none; } .panel-default >.panel-heading >.panel-title{ transition:10s; } .list-group>.list-group-item { transition:0.50s; } /* 9jamzblog carousel design */ .carousel{ background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; padding-top: -7px; margin-left: 10px; margin-right:10px; margin-top: -50px; } .carousel h1 { text-transform: italic; padding-top: 1000px; } @media (min-width: 767px) { .carousel h1 { text-transform: italic; padding-top: 100px; margin-top: 0px; } } @media (max-width: 767px) { section { margin-top: -90px; } section.section-heading{ padding-bottom:-10px; } /*styling for past episodes on small devices */ #past.section-heading { padding-top:-1000px; } .carousel-inner h1 { font-size: 12px; } .carousel-inner p { font-size: 8px; } .btn-xl { color: #ffffff; background-color: #fed136; border-color: #fed136; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 1000; border-radius: 3px solid; font-size: 12px; padding: 5px 5px; } } .carousel-inner > .item > img { margin: 0 auto; text-align: center; } .carousel-inner{ margin-left: 0px; margin-right: 0px; } /* Start of css for back to top button */ #scroll { position:fixed; right:10px; bottom:10px; cursor:pointer; width:40px; height:40px; background-color:#fed136; text-indent:-9999px; display:none; -webkit-border-radius:60px; -moz-border-radius:60px; border-radius:60px } #scroll span { position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent; border-bottom-color:#ffffff; } #scroll:hover { background-color:green; opacity:1;filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; } /* End of CSS for back to top button */ /* design for blog content */ .pad-top-30 { padding-top: 20px; padding-right: 10px; padding-left: 20px; } .media-body{ font-size:120%; } .panel-default > .panel-heading{ background:#fed136 !important; color:white; font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; } .list-group >.list-group-item.active{ background: #fed136; color:white; border-color: #fed136; } /* start of css for team members */ .team-member { text-align: center; margin-bottom: 50px; } .team-member img { margin: 0 auto; border: 7px solid white; } .team-member h4 { margin-top: 25px; margin-bottom: 0; text-transform: none; } .team-member p { margin-top: 0; } aside.clients img { margin: 50px auto; } section#contact { background-color: #222222; background-image: url('../img/map-image.png'); background-position: center; background-repeat: no-repeat; } section#contact .section-heading { color: white; } section#contact .form-group { margin-bottom: 25px; } section#contact .form-group input, section#contact .form-group textarea { padding: 20px; } section#contact .form-group input.form-control { height: auto; } section#contact .form-group textarea.form-control { height: 236px; } section#contact .form-control:focus { border-color: #fed136; box-shadow: none; } section#contact ::-webkit-input-placeholder { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #bbbbbb; } section#contact :-moz-placeholder { /* Firefox 18- */ font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #bbbbbb; } section#contact ::-moz-placeholder { /* Firefox 19+ */ font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #bbbbbb; } section#contact :-ms-input-placeholder { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #bbbbbb; } section#contact .text-danger { color: #e74c3c; } footer { padding: 25px 0; text-align: center; } footer span.copyright { line-height: 40px; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; text-transform: none; } footer ul.quicklinks { margin-bottom: 0; line-height: 40px; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; text-transform: none; } ul.social-buttons { margin-bottom: 0; } ul.social-buttons li a { display: block; background-color: #222222; height: 40px; width: 40px; border-radius: 100%; font-size: 20px; line-height: 40px; color: white; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active { background-color: #fed136; } .btn:focus, .btn:active, .btn.active, .btn:active:focus { outline: none; }
css/agency.css
body { overflow-x: hidden; font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; } .navbar-brand>img{ display: block; height:25px; width:180px; } .text-muted { color: #777777; } .text-primary { color: #fed136; } p { font-size: 14px; line-height: 1.75; } p.large { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: none; } a { color: #fed136; } a:hover, a:focus, a:active, a.active { color: #fec503; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; } .img-centered { margin: 0 auto; } .bg-light-gray { background-color: #f7f7f7; } .bg-darkest-gray { background-color: #222222; } .btn-primary { color: #ffffff; background-color: #fed136; border-color: #fed136; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #fec503; border-color: #f6bf01; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #fed136; border-color: #fed136; } .btn-primary .badge { color: #fed136; background-color: #ffffff; } .btn-xl { color: #ffffff; background-color: #fed136; border-color: #fed136; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; border-radius: 3px; font-size: 18px; padding: 20px 40px; } .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { color: #ffffff; background-color: #fec503; border-color: #f6bf01; } .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { background-image: none; } .btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active { background-color: #fed136; border-color: #fed136; } .btn-xl .badge { color: #fed136; background-color: #ffffff; } .navbar-default { background-color: #222222; border-color: transparent; padding-bottom: -8%; } .navbar-default .navbar-brand { color: #fed136; font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active { color: #fec503; } .navbar-default .navbar-collapse { border-color: rgba(255, 255, 255, 0.02); } .navbar-default .navbar-toggle { background-color: #fed136; border-color: #fed136; } .navbar-default .navbar-toggle .icon-bar { background-color: white; } /* code for collapsing and changing of navbar icons*/ .navbar-toggle .icon-bar { width: 22px; transition: all 0.2s; -webkit-transition: all 0.2s; color: white; } .navbar-default .navbar-toggle { position:relative; padding-top:10px; z-index:100 } .navbar-toggle .top-bar { transform: rotate(45deg); -webkit-transform: rotate(45deg); transform-origin: 10% 10%; -webkit-transform-origin: 10% 10%; } .navbar-toggle .middle-bar { opacity: 0; } .navbar-toggle .bottom-bar { transform: rotate(-45deg); transform-origin: 10% 90%; -webkit-transform: rotate(-45deg); -webkit-transform-origin: 10% 90%; } .navbar-toggle.collapsed .top-bar { transform: rotate(0); -webkit-transform: rotate(0); } .navbar-toggle.collapsed .middle-bar { opacity: 1; } .navbar-toggle.collapsed .bottom-bar { transform: rotate(0); -webkit-transform: rotate(0); } .no-margin { margin: 0px; } .no-padding { padding: 0px; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #fed136; } .navbar-default .nav li a { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 400; letter-spacing: 1px; color: white; } .navbar-default .nav li a:hover, .navbar-default .nav li a:focus { color: #fed136; outline: none; } .navbar-default .navbar-nav > .active > a { border-radius: 0; color: white; background-color: #fed136; } .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: white; background-color: #fec503; } @media (min-width: 768px) { .navbar-default { background-color: transparent; padding: 25px 0; -webkit-transition: padding 0.3s; -moz-transition: padding 0.3s; transition: padding 0.3s; border: none; } .navbar-default .navbar-brand { font-size: 2em; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .navbar-default .navbar-nav > .active > a { border-radius: 3px; } .navbar-default.navbar-shrink { background-color: #222222; padding: 10px 0; } .navbar-default.navbar-shrink .navbar-brand { font-size: 1.5em; } } header { background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url('../img/header7-bg.jpg'); background-repeat: none; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; text-align: center; color: white; padding-top: 40px; } header .intro-text { padding-top: 100px; padding-bottom: 50px; } header .intro-text .intro-lead-in { font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; font-size: 22px; line-height: 22px; margin-bottom: 25px; } header .intro-text .intro-heading { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 50px; line-height: 50px; margin-bottom: 25px; } @media (min-width: 768px) { header .intro-text { padding-top: 300px; padding-bottom: 0px; } header .intro-text .intro-lead-in { font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; font-size: 40px; line-height: 40px; margin-bottom: 25px; } header .intro-text .intro-heading { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 75px; line-height: 75px; margin-bottom: 50px; } } section { padding: 100px 0; } section h2.section-heading { font-size: 40px; margin-top: 0; margin-bottom: 15px; } section h3.section-subheading { font-size: 16px; font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; font-style: italic; font-weight: 400; margin-bottom: 75px; } @media (min-width: 768px) { section { padding: 20px 0px 0; } } .latest-heading { margin: 15px 0; text-transform: none; } #past .past-item { margin: 0 0 15px; right: 0; } #past .past-item .past-link { display: block; position: relative; max-width: 400px; margin: 0 auto; } #past .past-item .past-link .past-hover { background: rgba(254, 209, 54, 0.9); position: absolute; width: 100%; height: 100%; opacity: 0; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; } #past .past-item .past-link .past-hover:hover { opacity: 1; } #past .past-item .past-link .past-hover .past-hover-content { position: absolute; width: 100%; height: 20px; font-size: 20px; text-align: center; top: 50%; margin-top: -12px; color: white; } #past .past-item .past-link .past-hover .past-hover-content i { margin-top: -12px; } #past .past-item .past-link .past-hover .past-hover-content h3, #past .past-item .past-link .past-hover .past-hover-content h4 { margin: 0; } #past .past-item .past-caption { max-width: 400px; margin: 0 auto; background-color: white; text-align: center; padding: 25px; } #past .past-item .past-caption h4 { text-transform: none; margin: 0; } #past .past-item .past-caption p { font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; font-size: 16px; margin: 0; } #past * { z-index: 2; } @media (min-width: 767px) { #past .past-item { margin: 0 0 30px; } } .panel-default > .panel-heading >.panel-title > a:hover{ color: green; outline: none; } .panel-default >.panel-heading >.panel-title{ transition:10s; } .list-group>.list-group-item { transition:0.50s; } /* 9jamzblog carousel design */ .carousel{ background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; padding-top: -7px; margin-left: 10px; margin-right:10px; margin-top: -50px; } .carousel h1 { text-transform: italic; padding-top: 1000px; } @media (min-width: 767px) { .carousel h1 { text-transform: italic; padding-top: 100px; margin-top: 0px; } } @media (max-width: 767px) { section { margin-top: -90px; } section.section-heading{ padding-bottom:-10px; } /*styling for past episodes on small devices */ #past.section-heading { padding-top:-1000px; } .carousel-inner h1 { font-size: 12px; } .carousel-inner p { font-size: 8px; } .btn-xl { color: #ffffff; background-color: #fed136; border-color: #fed136; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 1000; border-radius: 3px solid; font-size: 12px; padding: 5px 5px; } } .carousel-inner > .item > img { margin: 0 auto; text-align: center; } .carousel-inner{ margin-left: 0px; margin-right: 0px; } /* Start of css for back to top button */ #scroll { position:fixed; right:10px; bottom:10px; cursor:pointer; width:40px; height:40px; background-color:#fed136; text-indent:-9999px; display:none; -webkit-border-radius:60px; -moz-border-radius:60px; border-radius:60px } #scroll span { position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent; border-bottom-color:#ffffff; } #scroll:hover { background-color:green; opacity:1;filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; } /* End of CSS for back to top button */ /* design for blog content */ .pad-top-30 { padding-top: 20px; padding-right: 10px; padding-left: 20px; } .media-body{ font-size:120%; } .panel-default > .panel-heading{ background:#fed136 !important; color:white; font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; } .list-group >.list-group-item.active{ background: #fed136; color:white; border-color: #fed136; } /* start of css for team members */ .team-member { text-align: center; margin-bottom: 50px; } .team-member img { margin: 0 auto; border: 7px solid white; } .team-member h4 { margin-top: 25px; margin-bottom: 0; text-transform: none; } .team-member p { margin-top: 0; } aside.clients img { margin: 50px auto; } section#contact { background-color: #222222; background-image: url('../img/map-image.png'); background-position: center; background-repeat: no-repeat; } section#contact .section-heading { color: white; } section#contact .form-group { margin-bottom: 25px; } section#contact .form-group input, section#contact .form-group textarea { padding: 20px; } section#contact .form-group input.form-control { height: auto; } section#contact .form-group textarea.form-control { height: 236px; } section#contact .form-control:focus { border-color: #fed136; box-shadow: none; } section#contact ::-webkit-input-placeholder { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #bbbbbb; } section#contact :-moz-placeholder { /* Firefox 18- */ font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #bbbbbb; } section#contact ::-moz-placeholder { /* Firefox 19+ */ font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #bbbbbb; } section#contact :-ms-input-placeholder { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #bbbbbb; } section#contact .text-danger { color: #e74c3c; } footer { padding: 25px 0; text-align: center; } footer span.copyright { line-height: 40px; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; text-transform: none; } footer ul.quicklinks { margin-bottom: 0; line-height: 40px; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; text-transform: none; } ul.social-buttons { margin-bottom: 0; } ul.social-buttons li a { display: block; background-color: #222222; height: 40px; width: 40px; border-radius: 100%; font-size: 20px; line-height: 40px; color: white; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active { background-color: #fed136; } .btn:focus, .btn:active, .btn.active, .btn:active:focus { outline: none; }
0.411702
0.068009
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; list-style: none; font-size: 100%; font-family: inherit; vertical-align: baseline; } html, body { height: 100%; width: 100%; margin: 0; padding: 0; font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; color: #111; background-color:#333333; } p{ padding-top:5px; padding-bottom:5px; } h1 { font-weight:bold; font-size:1.2em; margin-bottom:1em; } /* ---------- header ----------*/ #headerContainer { background: url("headerBg.png") repeat-x top left; width: 100%; height: 116px; border-top: 1px solid #CFCFCF; border-bottom: 1px solid #000; } #logo { position:absolute; background: url("persevere-glow.png") no-repeat top left; width: 470px; height: 55px; left:0px; margin-top:10px; margin-left:126px; } /* ---------- navigation ----------*/ #mainNav { position: absolute; right: 0px; font-size: 14px; margin: 35px 126px 0 0; } #headerContainer #subNav { margin-top:76px; } #subNav { font-size: 14px; } #mainNav li, #subNav li { float: left; } #mainNav li a, #subNav li a { float:left; font-family: "Verdana","Arial","Helvetica",sans-serif; margin-left: 34px; padding-bottom: 23px; } .project{ height:100%; width:100%; } .project #projectsLink, .contact #contactLink, .about #aboutLink { background: url("navPointer.png") no-repeat left bottom; } .project #projectsLink { background-position: 65% 24px; } .about #aboutLink { background-position: 80% 24px; } .contact #contactLink { background-position: 78% 24px; } .dj_ie6 .project #projectsLink, .dj_ie6 .contact #contactLink, .dj_ie6 .about #aboutLink { background: url("navPointer.gif") no-repeat bottom center; } #mainNav a, #subNav a { color: #EFEFEF; text-decoration: none; } #mainNav a:hover, #subNav a:hover { color: #FFF; } #subNav { margin: 0 0 0 126px; font-size: 12px; } #subNav li { margin: 8px 31px 0 0; } #subNav li a { margin: 0; } #subNav .active { background: url("subNavR.png") no-repeat right top; height: 25px; padding-right: 10px; } #subNav .active a { background: url("subNavL.png") no-repeat left top; color: #444; margin-left: 0; padding-left: 10px; height: 25px; } #subNav li a { padding: 4px 0 0 0; } /* ---------- content ----------*/ #content { background: #BBCED4 url("bodyBg.png") repeat-x top left; width: 100%; height: auto; border-top: 1px solid #FFF; border-bottom: 1px solid #CECECE; font-size: 12px; } #contentOverlay { background: url("bodyImg.png") no-repeat top left; padding: 50px 0 50px 0; } /* ---------- sub content ----------*/ #subContent { background: #eef2f3 url("bodyBg.png") repeat-x top left; width: 100%; min-height: 250px; height:auto !important; height: 250px; border-top: 1px solid #FFF; } #subContent #subContentOverlay { margin: 36px 20px 20px; padding-bottom: 50px; padding-left: 105px; font-size:80%; width:800px; } #subContent #subContentL h2 { margin-left: 141px; margin-right: 10px; } #subContent h2 { background: #E6E6FF; height: 16px; color: #7D3333; font-size: 16px; font-weight: normal; padding: 8px; font-family: "Myriad Pro", "Trebuchet MS", Verdana, Helvetica, sans-serif; -moz-border-radius: 7px; -webkit-border-radius: 7px; border: 1px solid #E1E1E1; margin: 10px; width:300px; } #subContent h3 { height: 16px; margin: 15px; color: #515152; font-size: 14px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; } #subContent li, #mainContent ul li { background: url("blueTriSmall.png") no-repeat 0px 7px; display: block; line-height: 20px; margin-left: 1em; padding-left: 1em; font-size: 12px; } #explorerSection { margin: 20px; font-size: 80%; } #mainContent ol li { list-style:decimal; margin-left: 2em; padding-left: 0.3em; } #mainContent { overflow:hidden; width:100%; } #mainScroller { width:900%; } .contentBox { margin-left:126px; margin-right:2%; width:11%; float:left; } .contentBoxLogo { float: left; padding-right: 50px; width: 170px; } .contentBoxContent { float: left; width: 60%; } #subContent #subContentL #contributorPager { float:right; padding-top:3px; } #subContent #subContentL #contributorPager li { background: url("dot.gif") no-repeat; width:10px; height:10px; float:left; padding:0px; margin:0px; cursor:pointer; } #subContent #subContentL #contributorPager li.active { background:url("dotActive.gif") no-repeat; } #contributors { position:relative; margin-left:150px; margin-top:40px; height:90px; } .contributorBox { position:absolute; top:0; vertical-align:top; } .contributorBox img { vertical-align:middle; margin:10px; } .contributorBoxSelected { z-index:1; } .moreLink { color:#0093C8; display:block; float:right; font-size:12px; margin-top: 10px; margin-right: 20px; text-decoration:none; background:url("blueTriBig.gif") no-repeat 100% 70%; padding-right: 14px; } .projectLink { display:block; width:143px; background:url("linkSite.png") no-repeat; height:25px; margin-top:10px; text-decoration:none; } #mainContent p { padding-top: 5px; padding-bottom: 5px; } #mainContent h2 { padding-top: 10px; padding-bottom: 10px; font-weight: bold; } #mainContent a, #subContent a { color:#0093C8; text-decoration:none; } .boardMember { width: 100%; float: left; margin-bottom: 30px; } .boardMember img { float: left; padding: 7px; background: #FFF; border: 1px solid #ABABAB; } #mainContent .boardMember h2 { padding-top: 0; } .boardMember h2, .boardMember p { float: left; margin-left: 15px; width: 60%; } p { line-height:1.2em; } pre { border: 1px solid #ddd; padding: 1em; font-family: Courier; background-color:#eed; } #table-of-contents{ overflow: auto; width:200px; top:120px; left:840px; position:fixed; bottom:1px; background-color:#E6E6FF; border: 1px solid #555; } #table-of-contents ul{ padding-left:10px; margin-left:1px; } #aboutSection, #gettingStartedSection { padding-left:105px; } .details{ width:100px; height:40px; background: url("../jsclient/dijit/themes/tundra/images/spriteArrows.gif") no-repeat top left; } .dojoxGridCell{ font-size: 1.19em; } .expandable {padding-left: 20px;background: url('expand.gif') no-repeat 3px 3px;cursor: pointer;} .expanded {background: url('down.gif') no-repeat 3px 3px;padding-bottom:1px;padding-right: 1px;} .simple {padding-left: 20px;} textarea {} .pngImg {width:16px;height:16px;} .dropDownOptions {width: 19px;height: 21px;background: url('arrowdown.gif'); background-repeat: no-repeat;} .selected, .selected .tree {border: 1px solid blue;} // background: url('selected.png') repeat-x .field {width: 30%;display: block;float: left;} .objecttab {padding-left: 5px;padding-right: 5px;background-color: #ccc;padding-bottom: 1px;} .children {border: 1px solid #ccc;} .tree{overflow:auto; border: 1px solid #aaa} #status { position:absolute; top:0px; left:0px; z-index:10; background:url('spinner.gif') white no-repeat; border:1px solid black; padding:5px; padding-left:25px; font-family:arial; font-size: 80%; }
persevere/res/common.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; list-style: none; font-size: 100%; font-family: inherit; vertical-align: baseline; } html, body { height: 100%; width: 100%; margin: 0; padding: 0; font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; color: #111; background-color:#333333; } p{ padding-top:5px; padding-bottom:5px; } h1 { font-weight:bold; font-size:1.2em; margin-bottom:1em; } /* ---------- header ----------*/ #headerContainer { background: url("headerBg.png") repeat-x top left; width: 100%; height: 116px; border-top: 1px solid #CFCFCF; border-bottom: 1px solid #000; } #logo { position:absolute; background: url("persevere-glow.png") no-repeat top left; width: 470px; height: 55px; left:0px; margin-top:10px; margin-left:126px; } /* ---------- navigation ----------*/ #mainNav { position: absolute; right: 0px; font-size: 14px; margin: 35px 126px 0 0; } #headerContainer #subNav { margin-top:76px; } #subNav { font-size: 14px; } #mainNav li, #subNav li { float: left; } #mainNav li a, #subNav li a { float:left; font-family: "Verdana","Arial","Helvetica",sans-serif; margin-left: 34px; padding-bottom: 23px; } .project{ height:100%; width:100%; } .project #projectsLink, .contact #contactLink, .about #aboutLink { background: url("navPointer.png") no-repeat left bottom; } .project #projectsLink { background-position: 65% 24px; } .about #aboutLink { background-position: 80% 24px; } .contact #contactLink { background-position: 78% 24px; } .dj_ie6 .project #projectsLink, .dj_ie6 .contact #contactLink, .dj_ie6 .about #aboutLink { background: url("navPointer.gif") no-repeat bottom center; } #mainNav a, #subNav a { color: #EFEFEF; text-decoration: none; } #mainNav a:hover, #subNav a:hover { color: #FFF; } #subNav { margin: 0 0 0 126px; font-size: 12px; } #subNav li { margin: 8px 31px 0 0; } #subNav li a { margin: 0; } #subNav .active { background: url("subNavR.png") no-repeat right top; height: 25px; padding-right: 10px; } #subNav .active a { background: url("subNavL.png") no-repeat left top; color: #444; margin-left: 0; padding-left: 10px; height: 25px; } #subNav li a { padding: 4px 0 0 0; } /* ---------- content ----------*/ #content { background: #BBCED4 url("bodyBg.png") repeat-x top left; width: 100%; height: auto; border-top: 1px solid #FFF; border-bottom: 1px solid #CECECE; font-size: 12px; } #contentOverlay { background: url("bodyImg.png") no-repeat top left; padding: 50px 0 50px 0; } /* ---------- sub content ----------*/ #subContent { background: #eef2f3 url("bodyBg.png") repeat-x top left; width: 100%; min-height: 250px; height:auto !important; height: 250px; border-top: 1px solid #FFF; } #subContent #subContentOverlay { margin: 36px 20px 20px; padding-bottom: 50px; padding-left: 105px; font-size:80%; width:800px; } #subContent #subContentL h2 { margin-left: 141px; margin-right: 10px; } #subContent h2 { background: #E6E6FF; height: 16px; color: #7D3333; font-size: 16px; font-weight: normal; padding: 8px; font-family: "Myriad Pro", "Trebuchet MS", Verdana, Helvetica, sans-serif; -moz-border-radius: 7px; -webkit-border-radius: 7px; border: 1px solid #E1E1E1; margin: 10px; width:300px; } #subContent h3 { height: 16px; margin: 15px; color: #515152; font-size: 14px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; } #subContent li, #mainContent ul li { background: url("blueTriSmall.png") no-repeat 0px 7px; display: block; line-height: 20px; margin-left: 1em; padding-left: 1em; font-size: 12px; } #explorerSection { margin: 20px; font-size: 80%; } #mainContent ol li { list-style:decimal; margin-left: 2em; padding-left: 0.3em; } #mainContent { overflow:hidden; width:100%; } #mainScroller { width:900%; } .contentBox { margin-left:126px; margin-right:2%; width:11%; float:left; } .contentBoxLogo { float: left; padding-right: 50px; width: 170px; } .contentBoxContent { float: left; width: 60%; } #subContent #subContentL #contributorPager { float:right; padding-top:3px; } #subContent #subContentL #contributorPager li { background: url("dot.gif") no-repeat; width:10px; height:10px; float:left; padding:0px; margin:0px; cursor:pointer; } #subContent #subContentL #contributorPager li.active { background:url("dotActive.gif") no-repeat; } #contributors { position:relative; margin-left:150px; margin-top:40px; height:90px; } .contributorBox { position:absolute; top:0; vertical-align:top; } .contributorBox img { vertical-align:middle; margin:10px; } .contributorBoxSelected { z-index:1; } .moreLink { color:#0093C8; display:block; float:right; font-size:12px; margin-top: 10px; margin-right: 20px; text-decoration:none; background:url("blueTriBig.gif") no-repeat 100% 70%; padding-right: 14px; } .projectLink { display:block; width:143px; background:url("linkSite.png") no-repeat; height:25px; margin-top:10px; text-decoration:none; } #mainContent p { padding-top: 5px; padding-bottom: 5px; } #mainContent h2 { padding-top: 10px; padding-bottom: 10px; font-weight: bold; } #mainContent a, #subContent a { color:#0093C8; text-decoration:none; } .boardMember { width: 100%; float: left; margin-bottom: 30px; } .boardMember img { float: left; padding: 7px; background: #FFF; border: 1px solid #ABABAB; } #mainContent .boardMember h2 { padding-top: 0; } .boardMember h2, .boardMember p { float: left; margin-left: 15px; width: 60%; } p { line-height:1.2em; } pre { border: 1px solid #ddd; padding: 1em; font-family: Courier; background-color:#eed; } #table-of-contents{ overflow: auto; width:200px; top:120px; left:840px; position:fixed; bottom:1px; background-color:#E6E6FF; border: 1px solid #555; } #table-of-contents ul{ padding-left:10px; margin-left:1px; } #aboutSection, #gettingStartedSection { padding-left:105px; } .details{ width:100px; height:40px; background: url("../jsclient/dijit/themes/tundra/images/spriteArrows.gif") no-repeat top left; } .dojoxGridCell{ font-size: 1.19em; } .expandable {padding-left: 20px;background: url('expand.gif') no-repeat 3px 3px;cursor: pointer;} .expanded {background: url('down.gif') no-repeat 3px 3px;padding-bottom:1px;padding-right: 1px;} .simple {padding-left: 20px;} textarea {} .pngImg {width:16px;height:16px;} .dropDownOptions {width: 19px;height: 21px;background: url('arrowdown.gif'); background-repeat: no-repeat;} .selected, .selected .tree {border: 1px solid blue;} // background: url('selected.png') repeat-x .field {width: 30%;display: block;float: left;} .objecttab {padding-left: 5px;padding-right: 5px;background-color: #ccc;padding-bottom: 1px;} .children {border: 1px solid #ccc;} .tree{overflow:auto; border: 1px solid #aaa} #status { position:absolute; top:0px; left:0px; z-index:10; background:url('spinner.gif') white no-repeat; border:1px solid black; padding:5px; padding-left:25px; font-family:arial; font-size: 80%; }
0.263979
0.057124
* { margin: 0; padding: 0; box-sizing: border-box; } ul, ol { list-style: none; } a { text-decoration: none; } img { display: block; max-width: 100%; height: auto; } .container { width: 1146px; margin: 0 auto; background-color: transparent; } .clearfix::after { display: table; content: ""; clear: both; } .header { padding-top: 38px; padding-bottom: 256px; background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url("../images/bg.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; } .navigation { margin-bottom: 250px; } .logotype { float: left; } .header__list { float: right; margin-top: 3px; } .header__list-item { float: left; } .header__list-item:not(:last-child) { margin-right: 32px; } .header__list-link { font-family: "Montserrat", sans-serif; font-size: 14px; color: white; } .header__list-link:hover { color: yellowgreen; } .header__title { font-size: 48px; color: white; text-align: center; text-transform: uppercase; margin-bottom: 16px; font-family: "Montserrat", sans-serif; } .header__subtitle { font-family: "Roboto Slab", serif; font-size: 20px; color: white; text-align: center; margin-bottom: 58px; } .header__btn { font-family: "Montserrat", sans-serif; display: block; width: 176px; height: 46px; border-width: 2px; border-color: rgb(255, 255, 255); border-style: solid; background-color: transparent; font-size: 16px; color: white; text-transform: uppercase; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto; } /* SERVICES */ .services { padding: 100px 0; } .sections-title { font-family: "Montserrat", sans-serif; font-size: 20px; text-transform: uppercase; text-align: center; margin-bottom: 28px; } .sections-title::after { display: block; content: ""; width: 50px; height: 2px; background-color: rgb(85, 85, 85); margin: 0 auto; margin-top: 30px; } .sections-subtitle { font-family: "Roboto Slab", serif; font-size: 16px; text-align: center; margin-bottom: 76px; } .services__list-item { float: left; width: 350px; } .services__list-item::before { display: block; content: ""; width: 86px; height: 86px; border: 2px solid rgb(221, 221, 221); border-radius: 50%; margin: 0 auto; background-image: url("../images/fa-code.png"); background-repeat: no-repeat; background-position: center; margin-bottom: 30px; } .services__list-item:nth-child(2)::before { background-image: url("../images/fa-support.png"); } .services__list-item:last-child::before { background-image: url("../images/fa-code.png"); } .services__list-item:not(:last-child) { margin-right: 48px; } .services__list-title { font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 400; text-transform: uppercase; text-align: center; margin-bottom: 24px; } .services__list-text { font-family: "Roboto Slab", serif; font-size: 14px; line-height: 24px; text-align: center; } /* ABOUT */ .about { padding-top: 100px; padding-bottom: 100px; background-color: rgb(248, 248, 248); } .description-wrapper { margin-bottom: 72px; } .about__description { font-family: "Roboto Slab", serif; font-size: 14px; line-height: 24px; color: #555555; width: 554px; float: left; } .about__description:last-child { float: right; } .about__list-item { float: left; } .about__list-item:not(:last-child) { margin-right: 30px; } .about__list-item-img { margin-bottom: 20px; } .about__list-item-name, .about__list-item-position { color: #555555; text-align: center; } .about__list-item-name { font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 6px; ; } .about__list-item-position { font-family: "Roboto Slab", serif; font-size: 13px; }
module-04/css/styles.css
* { margin: 0; padding: 0; box-sizing: border-box; } ul, ol { list-style: none; } a { text-decoration: none; } img { display: block; max-width: 100%; height: auto; } .container { width: 1146px; margin: 0 auto; background-color: transparent; } .clearfix::after { display: table; content: ""; clear: both; } .header { padding-top: 38px; padding-bottom: 256px; background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url("../images/bg.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; } .navigation { margin-bottom: 250px; } .logotype { float: left; } .header__list { float: right; margin-top: 3px; } .header__list-item { float: left; } .header__list-item:not(:last-child) { margin-right: 32px; } .header__list-link { font-family: "Montserrat", sans-serif; font-size: 14px; color: white; } .header__list-link:hover { color: yellowgreen; } .header__title { font-size: 48px; color: white; text-align: center; text-transform: uppercase; margin-bottom: 16px; font-family: "Montserrat", sans-serif; } .header__subtitle { font-family: "Roboto Slab", serif; font-size: 20px; color: white; text-align: center; margin-bottom: 58px; } .header__btn { font-family: "Montserrat", sans-serif; display: block; width: 176px; height: 46px; border-width: 2px; border-color: rgb(255, 255, 255); border-style: solid; background-color: transparent; font-size: 16px; color: white; text-transform: uppercase; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto; } /* SERVICES */ .services { padding: 100px 0; } .sections-title { font-family: "Montserrat", sans-serif; font-size: 20px; text-transform: uppercase; text-align: center; margin-bottom: 28px; } .sections-title::after { display: block; content: ""; width: 50px; height: 2px; background-color: rgb(85, 85, 85); margin: 0 auto; margin-top: 30px; } .sections-subtitle { font-family: "Roboto Slab", serif; font-size: 16px; text-align: center; margin-bottom: 76px; } .services__list-item { float: left; width: 350px; } .services__list-item::before { display: block; content: ""; width: 86px; height: 86px; border: 2px solid rgb(221, 221, 221); border-radius: 50%; margin: 0 auto; background-image: url("../images/fa-code.png"); background-repeat: no-repeat; background-position: center; margin-bottom: 30px; } .services__list-item:nth-child(2)::before { background-image: url("../images/fa-support.png"); } .services__list-item:last-child::before { background-image: url("../images/fa-code.png"); } .services__list-item:not(:last-child) { margin-right: 48px; } .services__list-title { font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 400; text-transform: uppercase; text-align: center; margin-bottom: 24px; } .services__list-text { font-family: "Roboto Slab", serif; font-size: 14px; line-height: 24px; text-align: center; } /* ABOUT */ .about { padding-top: 100px; padding-bottom: 100px; background-color: rgb(248, 248, 248); } .description-wrapper { margin-bottom: 72px; } .about__description { font-family: "Roboto Slab", serif; font-size: 14px; line-height: 24px; color: #555555; width: 554px; float: left; } .about__description:last-child { float: right; } .about__list-item { float: left; } .about__list-item:not(:last-child) { margin-right: 30px; } .about__list-item-img { margin-bottom: 20px; } .about__list-item-name, .about__list-item-position { color: #555555; text-align: center; } .about__list-item-name { font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 6px; ; } .about__list-item-position { font-family: "Roboto Slab", serif; font-size: 13px; }
0.40592
0.099295
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; min-height: calc(100vh - 10px); justify-content: center; align-items: center; flex-direction: column; background-color: #333; font-family: Arial, Helvetica, sans-serif; user-select: none; margin: 5px; } .parte1{ display: flex; flex-direction: row; flex-wrap: wrap; max-width: 970px; } #tela { border: 2px solid #000; border-right-width: 0px; border-left-width: 0px; background-color: #F7F7F7; cursor: url('brush.ico'), crosshair; } .colorArea.parte12 { width: 70px; height: 502px; display: flex; flex-direction: column; } .color { flex: 1; height: 40px; cursor: pointer; display: flex; justify-content: center; align-items: center; } .color.userSelect{ width: 70px; max-height: 50px; padding: 5px; border-radius: 0; } .color.active { transform:scale(1.1,1.1); } .parte2{ display: flex; margin-top: 20px; flex-direction: row; color: white; display: flex; align-items: baseline; } .parte2 .colorArea{ margin-right: 10px; display: flex; align-items: baseline; flex-direction: column; } .colorArea label{ display: flex; margin-right: 40px; align-items: center; } input{ padding: 15px; height: 20px; max-width: 100px; border-radius: 13px; outline: 0; border: 0; user-select: none; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } input[type=number]::-webkit-inner-spin-button { all: unset; width: 21px; height: 45px; margin-right: 10px; background-image: linear-gradient(to top, transparent 0px, transparent 16px, #fff 16px, #fff 26px, transparent 26px, transparent 35px, #000 35px,#000 36px,transparent 36px, transparent 40px), linear-gradient(to right, transparent 0px, transparent 10px, #000 10px, #000 11px, transparent 11px, transparent 21px); transform: rotate(90deg) scale(0.8, 0.9); cursor:pointer; } @media(max-width: 980px){ .colorArea.parte12 { width: 900px; flex-direction: row; height: 50px; } } @media(max-width: 906px){ .tela{ max-width: 800px; } }
style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; min-height: calc(100vh - 10px); justify-content: center; align-items: center; flex-direction: column; background-color: #333; font-family: Arial, Helvetica, sans-serif; user-select: none; margin: 5px; } .parte1{ display: flex; flex-direction: row; flex-wrap: wrap; max-width: 970px; } #tela { border: 2px solid #000; border-right-width: 0px; border-left-width: 0px; background-color: #F7F7F7; cursor: url('brush.ico'), crosshair; } .colorArea.parte12 { width: 70px; height: 502px; display: flex; flex-direction: column; } .color { flex: 1; height: 40px; cursor: pointer; display: flex; justify-content: center; align-items: center; } .color.userSelect{ width: 70px; max-height: 50px; padding: 5px; border-radius: 0; } .color.active { transform:scale(1.1,1.1); } .parte2{ display: flex; margin-top: 20px; flex-direction: row; color: white; display: flex; align-items: baseline; } .parte2 .colorArea{ margin-right: 10px; display: flex; align-items: baseline; flex-direction: column; } .colorArea label{ display: flex; margin-right: 40px; align-items: center; } input{ padding: 15px; height: 20px; max-width: 100px; border-radius: 13px; outline: 0; border: 0; user-select: none; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } input[type=number]::-webkit-inner-spin-button { all: unset; width: 21px; height: 45px; margin-right: 10px; background-image: linear-gradient(to top, transparent 0px, transparent 16px, #fff 16px, #fff 26px, transparent 26px, transparent 35px, #000 35px,#000 36px,transparent 36px, transparent 40px), linear-gradient(to right, transparent 0px, transparent 10px, #000 10px, #000 11px, transparent 11px, transparent 21px); transform: rotate(90deg) scale(0.8, 0.9); cursor:pointer; } @media(max-width: 980px){ .colorArea.parte12 { width: 900px; flex-direction: row; height: 50px; } } @media(max-width: 906px){ .tela{ max-width: 800px; } }
0.277375
0.080574
:root { } * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'PT Sans', sans-serif; } .home, .calc2, .calculator, .calc2 { text-align: center; margin: 0 auto; background-image: none; max-width: 400px; color: rgb(108, 104, 254); font-size: 30px; } .calc2 label { text-align: left; display: block; } .calc2 input, .calculator textarea, .calculator select { float: left; width: 100%; padding: 6px 10px; margin: 10px 0; border: 1px solid; box-sizing: border-box; display: block; } .calc2 button { color: rgb(108, 104, 254); border: 0; padding: 8px; border-radius: 8px; cursor: pointer; } .calculator { text-align: center; margin: 0 auto; background-image: none; max-width: 400px; color: rgb(108, 104, 254); font-size: 30px; } .calculator label { text-align: left; display: block; } .centerImage { text-align:center; display:block; } .calculator input, .calculator textarea, .calculator select { float: left; width: 100%; padding: 6px 10px; margin: 10px 0; border: 1px solid; box-sizing: border-box; display: block; } .calculator button { color: rgb(108, 104, 254); border: 0; padding: 8px; border-radius: 8px; cursor: pointer; } .photo { flex: 1; align-Items:'center'; width:10%; height:100%; justify-Content:'center'; } .Ev-Brightness-20 { Filter: brightness(300%); }.Ev-Brightness-19 { Filter: brightness(290%); }.Ev-Brightness-18 { Filter: brightness(280%); }.Ev-Brightness-17 { Filter: brightness(270%); }.Ev-Brightness-16 { Filter: brightness(260%); }.Ev-Brightness-15 { Filter: brightness(250%); }.Ev-Brightness-14 { Filter: brightness(240%); }.Ev-Brightness-13 { Filter: brightness(230%); }.Ev-Brightness-12 { Filter: brightness(220%); }.Ev-Brightness-11 { Filter: brightness(210%); }.Ev-Brightness-10 { Filter: brightness(200%); }.Ev-Brightness-9 { Filter: brightness(190%); }.Ev-Brightness-8 { Filter: brightness(180%); }.Ev-Brightness-7 { Filter: brightness(170%); }.Ev-Brightness-6 { Filter: brightness(160%); }.Ev-Brightness-5 { Filter: brightness(150%); } .Ev-Brightness-4 { Filter: brightness(140%); } .Ev-Brightness-3 { Filter: brightness(130%); } .Ev-Brightness-2 { Filter: brightness(120%); } .Ev-Brightness-1 { Filter: brightness(110%); } .Ev-Brightness-0 { Filter: brightness(100%); } .Ev-Brightness--1{ Filter: brightness(80%); } .Ev-Brightness--2 { Filter: brightness(70%); } .Ev-Brightness--3 { Filter: brightness(60%); } .Ev-Brightness--4 { Filter: brightness(50%); } .Ev-Brightness--5 { Filter: brightness(40%); } .Ev-Brightness--6 { Filter: brightness(30%); } .Ev-Brightness--7 { Filter: brightness(20%); } .Ev-Brightness--8 { Filter: brightness(10%); } .outer { border: 1px solid red; width:100% }
Code/my-app/src/App.css
:root { } * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'PT Sans', sans-serif; } .home, .calc2, .calculator, .calc2 { text-align: center; margin: 0 auto; background-image: none; max-width: 400px; color: rgb(108, 104, 254); font-size: 30px; } .calc2 label { text-align: left; display: block; } .calc2 input, .calculator textarea, .calculator select { float: left; width: 100%; padding: 6px 10px; margin: 10px 0; border: 1px solid; box-sizing: border-box; display: block; } .calc2 button { color: rgb(108, 104, 254); border: 0; padding: 8px; border-radius: 8px; cursor: pointer; } .calculator { text-align: center; margin: 0 auto; background-image: none; max-width: 400px; color: rgb(108, 104, 254); font-size: 30px; } .calculator label { text-align: left; display: block; } .centerImage { text-align:center; display:block; } .calculator input, .calculator textarea, .calculator select { float: left; width: 100%; padding: 6px 10px; margin: 10px 0; border: 1px solid; box-sizing: border-box; display: block; } .calculator button { color: rgb(108, 104, 254); border: 0; padding: 8px; border-radius: 8px; cursor: pointer; } .photo { flex: 1; align-Items:'center'; width:10%; height:100%; justify-Content:'center'; } .Ev-Brightness-20 { Filter: brightness(300%); }.Ev-Brightness-19 { Filter: brightness(290%); }.Ev-Brightness-18 { Filter: brightness(280%); }.Ev-Brightness-17 { Filter: brightness(270%); }.Ev-Brightness-16 { Filter: brightness(260%); }.Ev-Brightness-15 { Filter: brightness(250%); }.Ev-Brightness-14 { Filter: brightness(240%); }.Ev-Brightness-13 { Filter: brightness(230%); }.Ev-Brightness-12 { Filter: brightness(220%); }.Ev-Brightness-11 { Filter: brightness(210%); }.Ev-Brightness-10 { Filter: brightness(200%); }.Ev-Brightness-9 { Filter: brightness(190%); }.Ev-Brightness-8 { Filter: brightness(180%); }.Ev-Brightness-7 { Filter: brightness(170%); }.Ev-Brightness-6 { Filter: brightness(160%); }.Ev-Brightness-5 { Filter: brightness(150%); } .Ev-Brightness-4 { Filter: brightness(140%); } .Ev-Brightness-3 { Filter: brightness(130%); } .Ev-Brightness-2 { Filter: brightness(120%); } .Ev-Brightness-1 { Filter: brightness(110%); } .Ev-Brightness-0 { Filter: brightness(100%); } .Ev-Brightness--1{ Filter: brightness(80%); } .Ev-Brightness--2 { Filter: brightness(70%); } .Ev-Brightness--3 { Filter: brightness(60%); } .Ev-Brightness--4 { Filter: brightness(50%); } .Ev-Brightness--5 { Filter: brightness(40%); } .Ev-Brightness--6 { Filter: brightness(30%); } .Ev-Brightness--7 { Filter: brightness(20%); } .Ev-Brightness--8 { Filter: brightness(10%); } .outer { border: 1px solid red; width:100% }
0.713531
0.276582
Futuur Author: Hub9.co */ /* --- Path --- */ @import url("https://fonts.googleapis.com/css?family=Oswald"); @img : '../img/'; /* --- Colors --- */ /*** FROM WEBAPP ****/ .clear:before, .clear:after { content: ' '; display: table; } .clear { *zoom: 1; } .clear:after { clear: both; } /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 8/9. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * Correct `inline-block` display not defined in IE 8/9. */ audio, canvas, video { display: inline-block; } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* ========================================================================== Base ========================================================================== */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* ========================================================================== Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background: transparent; text-decoration: none; color: black; } /** * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { outline: thin dotted; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Correct font family set oddly in Safari 5 and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /** * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre-wrap; } /** * Set consistent quote types. */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ========================================================================== Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9. */ img { border: 0; } /** * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari 5. */ figure { margin: 0; } /* ========================================================================== Forms ========================================================================== */ /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ button, input { line-height: normal; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } /* ========================================================================== Tutu override ========================================================================== */ ul, menu, dir { display: block; list-style-type: none; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 0px; } svg:not(:root) { overflow: hidden; } * { -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; } body { font: 300 13px/1.6 "proxima-nova",sans-serif; background: #fff; color: #444; } .main { max-width: 700px; margin: 0 auto; } .header { overflow: hidden; } .header ._header-base-wrapper { height: 70px; top: 0; right: 0; left: 0; } .header ._header-base-wrapper ._header-base { padding-top: 27px; padding-right: 7px; padding-left: 7px; text-align: center; /* Top Navbar */ } .header ._header-base-wrapper ._header-base .navbar--notifications { width: 29px; height: 29px; display: inline-block; float: left; background-image: url("../img/notification-asset.svg"); background-repeat: no-repeat; background-size: 100%; position: relative; } .header ._header-base-wrapper ._header-base .navbar--notifications span { font-size: 12px; color: #C2CED1; font-weight: 900; width: 16px; height: 13px; position: absolute; top: 0px; bottom: 0; left: 0px; right: 3px; margin: auto; text-align: center; display: block; } .header ._header-base-wrapper ._header-base .navbar--notifications.notification-true:after { content: ''; display: block; width: 8px; height: 8px; background-color: #e3068f; border-radius: 50%; position: absolute; top: 1px; right: 1px; opacity: 0.9; } .header ._header-base-wrapper ._header-base .navbar--title { display: inline-block; text-align: center; } .header ._header-base-wrapper ._header-base .navbar--title h1 { font-size: 1.8em; color: #EDEFED; font-weight: 300; margin: 0 auto; position: relative; bottom: 3px; } .header ._header-base-wrapper ._header-base .navbar--ooms { display: inline-block; float: right; } .header ._header-base-wrapper ._header-base .navbar--ooms span { display: block; color: #C2CED1; height: 29px; padding-top: 8px; font-size: 0.9em; font-weight: 400; } .header ._header-base-wrapper ._header-base .header-list { width: 100%; } .header ._header-base-wrapper ._header-base .header-list li { display: inline-block; } .header ._header-base-wrapper ._header-base .header-list li:nth-child(1) { -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; } .header ._header-base-wrapper ._header-base .header-list li:nth-child(2) { float: left; } .header ._header-base-wrapper ._header-base .header-list li:nth-child(3) { float: right; } .header ._header-cat { height: 22px; } .header ._header-cat ul { display: block; min-width: 100%; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; text-align: center; } .header ._header-cat ul li { display: inline-block; margin: 0 10px; } .header ._header-cat ul li a { font-size: 0.9em; font-weight: 100; color: #FFFFFF; opacity: 0.5; } .header.scrolled ._header-base-wrapper { position: fixed; z-index: 1000; height: 52px; -webkit-transition: all .2s; } .header.scrolled ._header-base-wrapper ._header-base { padding-top: 10px; -webkit-transition: all .2s; } .header.scrolled ._header-cat { margin-top: 70px; -webkit-transition: all .2s; } .tabbar__wrapper { position: fixed; right: 0; bottom: 0; left: 0; width: 100%; z-index: 100; } .tabbar__wrapper .tabbar { display: flex; position: absolute; bottom: 0; left: 0; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; -ms-flex-pack: justify; justify-content: space-between; width: 100%; height: 49px; padding: 0 8px; background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); list-style-type: none; } .tabbar__wrapper .tabbar .tabbar__button { display: -ms-flexbox; display: inline-flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; padding: 4px 0; } .tabbar__wrapper .tabbar .tabbar__button a .icon { width: 30px; height: 30px; transition: background-color 1s cubic-bezier(0.55, 0, 0.1, 1); background-color: #a6b6bd; background-image: none; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; } .tabbar__wrapper .tabbar .tabbar__button a .icon.active { background-color: #7c4cbe; background-image: linear-gradient(135deg, #e3068f, #1591ed); animation: tabbar-gradient-animation 1s cubic-bezier(0.55, 0, 0.1, 1); } /* Landing Page Specific Styles */ .debug { border: 1px solid red; } .wrap { overflow: hidden; width: 90%; height: 100%; max-width: 1920px; margin: 0 auto; } .wrap .meio { width: 48%; } .icon { width: 30px; height: 60px; display: inline-block; float: left; transition: background-color 1s cubic-bezier(0.55, 0, 0.1, 1); -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; } .icon.bg-color-white { background-color: #FFFFFF; } .background { position: absolute; height: 100%; width: 100%; } .background.fixed-animation { background-color: white; background-image: url("../img/bg-movement.svg"); background-position: left -60px; } .background .content { position: relative; height: 100%; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; color: #0F2834; } .background .content.left { float: left; justify-content: left; text-align: left; } .background .content.left:before { display: block; content: ' '; width: 100%; height: 10px; position: absolute; top: 0; background: linear-gradient(-35deg, #B12197 0%, #5361C4 100%); } .background .content.left.color-white { color: #FFFFFF; } .background .content.left.color-white:before { background: #FFFFFF !important; } .background .content.left.color-white.futuur_title { align-self: flex-start; text-indent: 20px; } .background .content.right { float: right; text-align: right; } .background .content .futuur_title { font-size: 27px; font-weight: 400; text-transform: uppercase; line-height: 60px; text-indent: 20px; } .background .content .futuur_slogan { font-size: 110px; font-weight: lighter; line-height: 95px; } .background .content .futuur_slogan span { display: block; font-weight: bold; } .background .content article { font-size: 20px; line-height: 34px; } .background .content article h2 { font-size: 36px; font-weight: lighter !important; margin-bottom: 10px; line-height: 40px; } .background .content article a { color: white; font-weight: bold; } .background .content.color-white .futuur_title { align-self: flex-start; margin-top: 80px; } .background .content.color-white .end-container { align-self: flex-end; } .background .content.color-white article { max-width: 75%; margin-right: auto; } .background .content .landing__login { display: none; align-self: flex-end; margin-bottom: 60px; margin-left: auto; } .background .content .landing__login span { display: block; font-size: 20px; margin-bottom: 10px; } .background .content .landing__login .login_button { display: block; width: 100%; max-width: 320px; height: 68px; padding: 0 34px; transition: multi(250ms cubic-bezier(0.55, 0, 0.1, 1), opacity, background, box-shadow); border: 1px solid #4C626D; border-radius: 34px; outline: none; background-color: #FFFFFF; color: #4C626D; font-size: 27px; font-weight: 400; line-height: 68px; text-align: center; text-transform: uppercase; cursor: pointer; } .background .content .sendgrid-subscription-widget, .background .content .sms-send-service { display: block; align-self: flex-end; position: relative; bottom: 60px; width: 100%; } .background .content .sendgrid-subscription-widget span, .background .content .sms-send-service span { display: none; } .background .content .sendgrid-subscription-widget label, .background .content .sms-send-service label { color: #4C626D; } .background .content .sendgrid-subscription-widget label.labelfocus:before, .background .content .sms-send-service label.labelfocus:before { opacity: 0; transition: multi(250ms cubic-bezier(0.55, 0, 0.1, 1), opacity); display: none; } .background .content .sendgrid-subscription-widget label input[type='email'], .background .content .sms-send-service label input[type='email'] { float: left; border: 0; background: none; border-bottom: 1px solid #A6B6BD; font-size: 26px; line-height: 68px; font-weight: bold; outline: 0; width: 65%; margin: 0; } .background .content .sendgrid-subscription-widget label input[type='email']:focus, .background .content .sms-send-service label input[type='email']:focus { border: 0; outline: 0; color: #0F2834; border-bottom: 1px solid #A6B6BD; /*-- PlaceHolder --*/ } .background .content .sendgrid-subscription-widget label input[type='email']:focus ::-webkit-input-placeholder, .background .content .sms-send-service label input[type='email']:focus ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ opacity: 1; color: #4C626D; } .background .content .sendgrid-subscription-widget label input[type='email']:focus ::-moz-placeholder, .background .content .sms-send-service label input[type='email']:focus ::-moz-placeholder { /* Firefox 19+ */ opacity: 1; color: #4C626D; } .background .content .sendgrid-subscription-widget label input[type='email']:focus :-ms-input-placeholder, .background .content .sms-send-service label input[type='email']:focus :-ms-input-placeholder { /* IE 10+ */ opacity: 1; color: #4C626D; } .background .content .sendgrid-subscription-widget label input[type='email']:focus :-moz-placeholder, .background .content .sms-send-service label input[type='email']:focus :-moz-placeholder { /* Firefox 18- */ opacity: 1; color: #4C626D; } .background .content .sendgrid-subscription-widget label input[type='tel'], .background .content .sms-send-service label input[type='tel'] { float: left; border: 0; background: none; border-bottom: 1px solid #FFFFFF; font-size: 26px; line-height: 68px; font-weight: bold; outline: 0; width: 65%; margin: 0; color: #FFFFFF !important; font-weight: lighter; } .background .content .sendgrid-subscription-widget label input[type='tel']:focus, .background .content .sms-send-service label input[type='tel']:focus { border: 0; outline: 0; color: #0F2834; border-bottom: 1px solid #A6B6BD; /*-- PlaceHolder --*/ } .background .content .sendgrid-subscription-widget label input[type='tel']:focus ::-webkit-input-placeholder, .background .content .sms-send-service label input[type='tel']:focus ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ opacity: 1; color: #FFFFFF !important; } .background .content .sendgrid-subscription-widget label input[type='tel']:focus ::-moz-placeholder, .background .content .sms-send-service label input[type='tel']:focus ::-moz-placeholder { /* Firefox 19+ */ opacity: 1; color: #FFFFFF !important; } .background .content .sendgrid-subscription-widget label input[type='tel']:focus :-ms-input-placeholder, .background .content .sms-send-service label input[type='tel']:focus :-ms-input-placeholder { /* IE 10+ */ opacity: 1; color: #FFFFFF !important; } .background .content .sendgrid-subscription-widget label input[type='tel']:focus :-moz-placeholder, .background .content .sms-send-service label input[type='tel']:focus :-moz-placeholder { /* Firefox 18- */ opacity: 1; color: #FFFFFF !important; } .background .content .sendgrid-subscription-widget input[type='submit'], .background .content .sms-send-service input[type='submit'] { width: 35%; margin: 0; float: right; height: 68px; padding: 0 34px; transition: multi(250ms cubic-bezier(0.55, 0, 0.1, 1), opacity, background-color, box-shadow); border: none; border-radius: 34px; outline: 0; background-color: #1591ED; color: #FFFFFF; font-size: 27px; font-weight: 400; line-height: 68px; text-align: center; text-transform: uppercase; cursor: pointer; } .background .content .sendgrid-subscription-widget input[type='submit']:hover, .background .content .sms-send-service input[type='submit']:hover { background-color: rgba(21, 145, 237, 0.75); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); } .background .content .response.error { color: #B12197; } .background .content .response.success { color: #1591ED; } .lightbox- { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); z-index: 100; } .lightbox- .lightbox--content { max-width: 960px; width: 80%; height: 600px; background-color: #FFFFFF; text-align: center; padding: 100px 100px 80px 100px; } .lightbox- .lightbox--content .icon { float: none; margin-bottom: 70px; } .lightbox- .lightbox--content h1 { font-size: 30px; width: 100%; margin: 0; } .lightbox- .lightbox--content p { width: 700px; font-size: 20px; line-height: 26px; margin: 25px 0 90px 0; } .lightbox- .lightbox--content .thx-button { display: block; width: 246px; margin: 0; height: 66px; padding: 0 33px; transition: multi(250ms cubic-bezier(0.55, 0, 0.1, 1), opacity, background-color, box-shadow); border: none; border-radius: 33px; outline: 0; margin: 0 auto; background-color: #1591ED; color: #FFFFFF; font-size: 24px; font-weight: 400; line-height: 66px; text-align: center; text-transform: uppercase; cursor: pointer; } .lightbox-.active { display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } .phone-container { width: 360px; height: 689px; margin: auto; background-image: url("../img/bg-phone.svg"); background-repeat: no-repeat; position: relative; } .phone-container .screen-container { width: 318px; height: 523px; background-color: #FFFFFF; position: absolute; top: 81px; left: 0; right: 0; margin: auto; border-radius: 5px; overflow: hidden; } .phone-container .screen-container iframe { border: 0; outline: 0; } @font-face { font-family: 'Font-Name'; src: url("../fonts/font-name.eot"); src: url("../fonts/font-name.eot?#iefix") format("embedded-opentype"), url("../fonts/font-name.woff") format("woff"), url("../fonts/font-name.ttf") format("truetype"), url("../fonts/font-name.svg#font-name") format("svg"); font-weight: normal; font-style: normal; } ::selection { background: #333; color: #fff; text-shadow: none; } ::-moz-selection { background: #333; color: #fff; text-shadow: none; } ::-webkit-selection { background: #333; color: #fff; text-shadow: none; } /**** ANIMATION ****/ /*** Outcome Update ***/ .bounce-animation { animation: bounceAnimation linear 1s; animation-iteration-count: infinite; transform-origin: 50% 50%; -webkit-animation: bounceAnimation linear 1s; -webkit-animation-iteration-count: infinite; -webkit-transform-origin: 50% 50%; -moz-animation: bounceAnimation linear 1s; -moz-animation-iteration-count: infinite; -moz-transform-origin: 50% 50%; -o-animation: bounceAnimation linear 1s; -o-animation-iteration-count: infinite; -o-transform-origin: 50% 50%; -ms-animation: bounceAnimation linear 1s; -ms-animation-iteration-count: infinite; -ms-transform-origin: 50% 50%; } @keyframes bounceAnimation { 0% { -webkit-transform: scaleX(1) scaleY(1); } 7% { -webkit-transform: scaleX(1) scaleY(1); } 9% { -webkit-transform: scaleX(1.2) scaleY(1.2); } 20% { -webkit-transform: scaleX(1) scaleY(1); } 100% { -webkit-transform: scaleX(1) scaleY(1); } } .bounce-color { animation: bounceColor linear 1s; animation-iteration-count: infinite; transform-origin: 50% 50%; -webkit-animation: bounceColor linear 1s; -webkit-animation-iteration-count: infinite; -webkit-transform-origin: 50% 50%; -moz-animation: bounceColor linear 1s; -moz-animation-iteration-count: infinite; -moz-transform-origin: 50% 50%; -o-animation: bounceColor linear 1s; -o-animation-iteration-count: infinite; -o-transform-origin: 50% 50%; -ms-animation: bounceColor linear 1s; -ms-animation-iteration-count: infinite; -ms-transform-origin: 50% 50%; } @keyframes bounceColor { 0% { -webkit-transform: scaleX(1) scaleY(1); background-color: #0F2834; } 7% { -webkit-transform: scaleX(1) scaleY(1); background-color: #EDEFED; } 9% { -webkit-transform: scaleX(1.2) scaleY(1.2); background-color: #0F2834; } 20% { -webkit-transform: scaleX(1) scaleY(1); background-color: #0F2834; } 100% { -webkit-transform: scaleX(1) scaleY(1); background-color: #0F2834; } } .spread-animation { animation: spreadAnimation linear 1s; animation-iteration-count: infinite; transform-origin: 50% 50%; -webkit-animation: spreadAnimation linear 1s; -webkit-animation-iteration-count: infinite; -webkit-transform-origin: 50% 50%; -moz-animation: spreadAnimation linear 1s; -moz-animation-iteration-count: infinite; -moz-transform-origin: 50% 50%; -o-animation: spreadAnimation linear 1s; -o-animation-iteration-count: infinite; -o-transform-origin: 50% 50%; -ms-animation: spreadAnimation linear 1s; -ms-animation-iteration-count: infinite; -ms-transform-origin: 50% 50%; } @keyframes spreadAnimation { 0% { -webkit-transform: scaleX(1) scaleY(1); opacity: 0.3; background-color: #000000; } 7% { -webkit-transform: scaleX(2) scaleY(2); opacity: 0.2; background-color: #EDEFED; } 9% { -webkit-transform: scaleX(3.3) scaleY(3.3); opacity: 0.15; } 10% { -webkit-transform: scaleX(9.45) scaleY(9.45); opacity: 0.012; } 15% { -webkit-transform: scaleX(12) scaleY(12); opacity: 0.1; } 100% { -webkit-transform: scaleX(13) scaleY(13); opacity: 0; } } /* gradient background classes */ .full-gradient { background: #e3068f; background: -webkit-linear-gradient(125deg, #e3068f 0%, #1591ed 100%); background: linear-gradient(-35deg, #e3068f 0%, #1591ed 100%); } .half-cold-gradient { background: #8241AD; background: -webkit-linear-gradient(125deg, #8241AD 0%, #1591ED 100%); background: linear-gradient(-35deg, #8241AD 0%, #1591ED 100%); } .half-hot-gradient { background: #E3068F; background: -webkit-linear-gradient(125deg, #E3068F 0%, #8241AD 100%); background: linear-gradient(-35deg, #E3068F 0%, #8241AD 100%); } .medium-gradient { background: #B12197; background: -webkit-linear-gradient(125deg, #B12197 0%, #5361C4 100%); background: linear-gradient(-35deg, #B12197 0%, #5361C4 100%); } /*****/ .flex-spacer { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 10; flex-shrink: 10; } /**** Search ***/ .list__search { outline: none; background-color: #EDEFED; margin-top: 13px; margin-left: 20px; margin-right: 20px; margin-bottom: 13px; height: 26px; border-radius: 6px; text-align: center; display: flex; align-items: center; justify-content: center; } .list__search .list__content { flex: 0 0; -ms-flex-preferred-size: 186px; flex-basis: 186px; } .list__search .list__content .list__search__icon { width: 15px; fill: #A6B6BD; position: relative; top: 3px; } .list__search .list__content span { color: #C2CED1; } /**** Question Item ***/ .question__item { display: block; } .question__item .question__item__date { width: 80px; height: 21px; background: transparent; border: 1px solid #EDEFED; border-radius: 6px; margin: 0 auto; text-align: center; margin-bottom: 4px; } .question__item .question__item__date span { font-size: 10px; position: relative; bottom: 1px; color: #C2CED1; } .question__item .question__item__title { margin-bottom: 0px; } .question__item .question__item__title h1 { text-align: center; font-size: 22px; font-weight: 300; margin: 0 auto; } .question__item .question__item__category-list { text-align: center; color: #C2CED1; font-family: 'oswald', sans-serif; text-transform: uppercase; font-size: 0.9em; } .question__item .question__item__category-list ul li { display: inline-block; } .question__item .question__item__category-list ul li a { color: #C2CED1; margin-right: 2px; } .question__item .question__item__category-list ul li:after { content: '>'; display: inline-block; margin: 0 1px; position: relative; bottom: 2px; } .question__item .question__item__category-list ul li:last-child:after { content: ''; display: none; } .question__item .question__item__outcomes { margin-top: 10px; } .question__item .question__item__outcomes ul.outcome__list { position: relative; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; text-align: center; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item { overflow: hidden; display: inline-block; position: relative; /*width: 120px; height: 90px;*/ width: 144px; height: 108px; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__img { overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; /* TESTE BELOW */ height: 100%; width: 100%; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__overlay { transition: background 1s cubic-bezier(0.55, 0, 0.1, 1); background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.8)); overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__price { position: absolute; top: 10px; left: 10px; width: 30px; height: 20px; background-color: #0F2834; z-index: 1; line-height: 23px; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__price p { z-index: 10; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0 auto; font-size: 0.9em; color: #FFFFFF; font-weight: 700; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__price p span { font-weight: 100; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__price .block-anim-l1 { z-index: 5; position: absolute; top: 0; bottom: 0; width: 30px; height: 20px; background-color: #0F2834; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__price .block-anim-l2 { z-index: 5; position: absolute; top: 0; bottom: 0; left: 5px; width: 20px; height: 20px; background-color: #e3068f; /*border-radius: 50%;*/ } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__title { position: absolute; font-size: 1em; color: #FFFFFF; display: -webkit-box; text-overflow: ellipsis; white-space: normal; overflow: hidden; -webkit-box-orient: vertical; bottom: 4px; left: 10px; line-height: 0.95em; font-weight: 600; text-align: left; } .question__item .question__item__friends a.friends_content { display: block; margin: 0 auto; text-align: center; margin-top: 4px; margin-bottom: 14px; } .question__item .question__item__friends a.friends_content .friends-img-container { display: inline-block; border-radius: 50%; width: 20px; height: 20px; overflow: hidden; position: relative; top: 5px; } .question__item .question__item__friends a.friends_content .friends-img-container img { min-width: 20px; height: 20px; } .question__item .question__item__friends a.friends_content p { display: inline-block; margin: 0 auto; margin-left: 7px; line-height: 20px; font-size: 1.1em; color: #A6B6BD; font-weight: 400; } .question__item:after { content: ''; display: block; height: 1px; background-color: #EDEFED; margin-bottom: 20px; margin-right: 20px; margin-left: 20px; margin-top: 10px; } .question__item.has-friends:after { content: ''; display: block; height: 1px; background-color: #EDEFED; margin-bottom: 20px; margin-right: 20px; margin-left: 20px; margin-top: 0px; } /**** BUTTON ****/ .button { max-width: 320px; height: 32px; padding: 0 16px; transition: multi(250ms cubic-bezier(0.55, 0, 0.1, 1), opacity, background, box-shadow); border: 1px solid #4C626D; border-radius: 16px; outline: none; background-color: #FFFFFF; color: #C2CED1; font-size: 14px; font-weight: bold; line-height: 32px; text-align: center; text-transform: uppercase; cursor: default; } .button:disabled { opacity: .6; } .button:hover { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); } .button:active { transition-duration: 100ms cubic-bezier(0.55, 0, 0.1, 1); background-color: #0F2834; box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } .button--icon { padding-left: 40px; background-repeat: no-repeat; background-position: 8px center; } .button--big { width: 100%; height: 44px; padding: 0 22px; border-radius: 22px; line-height: 44px; } .button--big.button--icon { padding-left: 52px; background-position: 11px center; background-size: 30px; } .button--primary { border: 0; background-color: #1591ED; color: #FFFFFF; } .button--primary:active { background-color: #0b5891; } .button--highlight { border: 0; background: linear-gradient(135deg, #e3068f, #1591ED); color: #FFFFFF; } /*------------------------------------ VERY LARGE ------------------------------------ */ /*------------------------------------ LARGE ------------------------------------ */ @media screen and (min-device-width: 1200px) and (max-device-width: 1500px) and (-webkit-min-device-pixel-ratio: 1) { .futuur_slogan { font-size: 82px !important; line-height: 75px !important; margin: 0.5em 0 !important; } article { font-size: 16px !important; margin-bottom: .5em !important; } .sendgrid-subscription-widget input[type="submit"], .sms-send-service input[type="submit"] { font-size: 22px !important; height: 52px !important; padding: 0 27px !important; border-radius: 22px !important; line-height: 27px !important; border-radius: 52px !important; } .sendgrid-subscription-widget input[type="email"], .sendgrid-subscription-widget input[type="tel"], .sms-send-service input[type="email"], .sms-send-service input[type="tel"] { font-size: 22px !important; height: 52px !important; } .landing__login a { font-size: 22px !important; height: 52px !important; padding: 0 27px !important; border-radius: 52px !important; line-height: 52px !important; } .landing__login span { font-size: 16px !important; } } /*------------------------------------ MEDIUM ------------------------------------ */ @media screen and (min-device-width: 700px) and (max-device-width: 1190px) and (-webkit-min-device-pixel-ratio: 1) { .wrap { width: 100% !important; } .wrap .meio { width: 49% !important; } .wrap .meio.left { padding: 0 0 0 10px; } .wrap .meio.right { padding: 0 10px 0 0; } .futuur_slogan { font-size: 44px !important; line-height: 45px !important; margin: 0.5em 0; } article { font-size: 12px !important; line-height: 16px !important; } .sendgrid-subscription-widget input[type="submit"], .sms-send-service input[type="submit"] { font-size: 18px !important; height: 44px !important; padding: 0 16px !important; border-radius: 22px !important; line-height: 22px !important; } .sendgrid-subscription-widget input[type="email"], .sendgrid-subscription-widget input[type="tel"], .sms-send-service input[type="email"], .sms-send-service input[type="tel"] { font-size: 18px !important; height: 44px !important; } .landing__login a { font-size: 18px !important; height: 44px !important; padding: 0 22px !important; border-radius: 22px !important; line-height: 44px !important; } .landing__login span { font-size: 18px !important; } } /*------------------------------------ SMALL ------------------------------------ */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) { .color-white, .bg-color-white { /* MAKE REGULAR LOGIN PAGE APPEAR WHEN MOBILE */ display: none !important; } .lightbox- .lightbox--content { width: 100%; padding: 100px 20px 80px 20px; } .lightbox- .lightbox--content h1 { font-size: 20px; } .lightbox- .lightbox--content p { font-size: 16px; width: auto; } .futuur_title .icon { float: none !important; position: relative; top: 15px; right: 10px; } .wrap { width: 100%; height: auto; justify-content: center !important; } .wrap .meio { width: 100%; } .wrap .meio.left, .wrap .meio.right { float: none !important; text-align: center !important; } .vertical { padding: 20px; } .landing__login { margin-right: auto; margin-bottom: 0; } .futuur_slogan { font-size: 32px !important; line-height: 36px !important; } .sendgrid-subscription-widget, .sms-send-service { position: none !important; bottom: 0 !important; } .sendgrid-subscription-widget input, .sms-send-service input { float: none !important; width: 80% !important; display: inline-block; margin: 0 auto !important; margin-top: 20px !important; text-align: center; } .sendgrid-subscription-widget input[type="email"], .sendgrid-subscription-widget input[type="tel"], .sms-send-service input[type="email"], .sms-send-service input[type="tel"] { width: 100% !important; } form { display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-bottom: 100px; } } @media print { * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /*# sourceMappingURL=style.min.css.map */
app/assets/css/style.min.css
Futuur Author: Hub9.co */ /* --- Path --- */ @import url("https://fonts.googleapis.com/css?family=Oswald"); @img : '../img/'; /* --- Colors --- */ /*** FROM WEBAPP ****/ .clear:before, .clear:after { content: ' '; display: table; } .clear { *zoom: 1; } .clear:after { clear: both; } /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 8/9. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * Correct `inline-block` display not defined in IE 8/9. */ audio, canvas, video { display: inline-block; } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* ========================================================================== Base ========================================================================== */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* ========================================================================== Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background: transparent; text-decoration: none; color: black; } /** * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { outline: thin dotted; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Correct font family set oddly in Safari 5 and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /** * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre-wrap; } /** * Set consistent quote types. */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ========================================================================== Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9. */ img { border: 0; } /** * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari 5. */ figure { margin: 0; } /* ========================================================================== Forms ========================================================================== */ /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ button, input { line-height: normal; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } /* ========================================================================== Tutu override ========================================================================== */ ul, menu, dir { display: block; list-style-type: none; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 0px; } svg:not(:root) { overflow: hidden; } * { -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; } body { font: 300 13px/1.6 "proxima-nova",sans-serif; background: #fff; color: #444; } .main { max-width: 700px; margin: 0 auto; } .header { overflow: hidden; } .header ._header-base-wrapper { height: 70px; top: 0; right: 0; left: 0; } .header ._header-base-wrapper ._header-base { padding-top: 27px; padding-right: 7px; padding-left: 7px; text-align: center; /* Top Navbar */ } .header ._header-base-wrapper ._header-base .navbar--notifications { width: 29px; height: 29px; display: inline-block; float: left; background-image: url("../img/notification-asset.svg"); background-repeat: no-repeat; background-size: 100%; position: relative; } .header ._header-base-wrapper ._header-base .navbar--notifications span { font-size: 12px; color: #C2CED1; font-weight: 900; width: 16px; height: 13px; position: absolute; top: 0px; bottom: 0; left: 0px; right: 3px; margin: auto; text-align: center; display: block; } .header ._header-base-wrapper ._header-base .navbar--notifications.notification-true:after { content: ''; display: block; width: 8px; height: 8px; background-color: #e3068f; border-radius: 50%; position: absolute; top: 1px; right: 1px; opacity: 0.9; } .header ._header-base-wrapper ._header-base .navbar--title { display: inline-block; text-align: center; } .header ._header-base-wrapper ._header-base .navbar--title h1 { font-size: 1.8em; color: #EDEFED; font-weight: 300; margin: 0 auto; position: relative; bottom: 3px; } .header ._header-base-wrapper ._header-base .navbar--ooms { display: inline-block; float: right; } .header ._header-base-wrapper ._header-base .navbar--ooms span { display: block; color: #C2CED1; height: 29px; padding-top: 8px; font-size: 0.9em; font-weight: 400; } .header ._header-base-wrapper ._header-base .header-list { width: 100%; } .header ._header-base-wrapper ._header-base .header-list li { display: inline-block; } .header ._header-base-wrapper ._header-base .header-list li:nth-child(1) { -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; } .header ._header-base-wrapper ._header-base .header-list li:nth-child(2) { float: left; } .header ._header-base-wrapper ._header-base .header-list li:nth-child(3) { float: right; } .header ._header-cat { height: 22px; } .header ._header-cat ul { display: block; min-width: 100%; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; text-align: center; } .header ._header-cat ul li { display: inline-block; margin: 0 10px; } .header ._header-cat ul li a { font-size: 0.9em; font-weight: 100; color: #FFFFFF; opacity: 0.5; } .header.scrolled ._header-base-wrapper { position: fixed; z-index: 1000; height: 52px; -webkit-transition: all .2s; } .header.scrolled ._header-base-wrapper ._header-base { padding-top: 10px; -webkit-transition: all .2s; } .header.scrolled ._header-cat { margin-top: 70px; -webkit-transition: all .2s; } .tabbar__wrapper { position: fixed; right: 0; bottom: 0; left: 0; width: 100%; z-index: 100; } .tabbar__wrapper .tabbar { display: flex; position: absolute; bottom: 0; left: 0; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; -ms-flex-pack: justify; justify-content: space-between; width: 100%; height: 49px; padding: 0 8px; background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); list-style-type: none; } .tabbar__wrapper .tabbar .tabbar__button { display: -ms-flexbox; display: inline-flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; padding: 4px 0; } .tabbar__wrapper .tabbar .tabbar__button a .icon { width: 30px; height: 30px; transition: background-color 1s cubic-bezier(0.55, 0, 0.1, 1); background-color: #a6b6bd; background-image: none; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; } .tabbar__wrapper .tabbar .tabbar__button a .icon.active { background-color: #7c4cbe; background-image: linear-gradient(135deg, #e3068f, #1591ed); animation: tabbar-gradient-animation 1s cubic-bezier(0.55, 0, 0.1, 1); } /* Landing Page Specific Styles */ .debug { border: 1px solid red; } .wrap { overflow: hidden; width: 90%; height: 100%; max-width: 1920px; margin: 0 auto; } .wrap .meio { width: 48%; } .icon { width: 30px; height: 60px; display: inline-block; float: left; transition: background-color 1s cubic-bezier(0.55, 0, 0.1, 1); -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; } .icon.bg-color-white { background-color: #FFFFFF; } .background { position: absolute; height: 100%; width: 100%; } .background.fixed-animation { background-color: white; background-image: url("../img/bg-movement.svg"); background-position: left -60px; } .background .content { position: relative; height: 100%; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; color: #0F2834; } .background .content.left { float: left; justify-content: left; text-align: left; } .background .content.left:before { display: block; content: ' '; width: 100%; height: 10px; position: absolute; top: 0; background: linear-gradient(-35deg, #B12197 0%, #5361C4 100%); } .background .content.left.color-white { color: #FFFFFF; } .background .content.left.color-white:before { background: #FFFFFF !important; } .background .content.left.color-white.futuur_title { align-self: flex-start; text-indent: 20px; } .background .content.right { float: right; text-align: right; } .background .content .futuur_title { font-size: 27px; font-weight: 400; text-transform: uppercase; line-height: 60px; text-indent: 20px; } .background .content .futuur_slogan { font-size: 110px; font-weight: lighter; line-height: 95px; } .background .content .futuur_slogan span { display: block; font-weight: bold; } .background .content article { font-size: 20px; line-height: 34px; } .background .content article h2 { font-size: 36px; font-weight: lighter !important; margin-bottom: 10px; line-height: 40px; } .background .content article a { color: white; font-weight: bold; } .background .content.color-white .futuur_title { align-self: flex-start; margin-top: 80px; } .background .content.color-white .end-container { align-self: flex-end; } .background .content.color-white article { max-width: 75%; margin-right: auto; } .background .content .landing__login { display: none; align-self: flex-end; margin-bottom: 60px; margin-left: auto; } .background .content .landing__login span { display: block; font-size: 20px; margin-bottom: 10px; } .background .content .landing__login .login_button { display: block; width: 100%; max-width: 320px; height: 68px; padding: 0 34px; transition: multi(250ms cubic-bezier(0.55, 0, 0.1, 1), opacity, background, box-shadow); border: 1px solid #4C626D; border-radius: 34px; outline: none; background-color: #FFFFFF; color: #4C626D; font-size: 27px; font-weight: 400; line-height: 68px; text-align: center; text-transform: uppercase; cursor: pointer; } .background .content .sendgrid-subscription-widget, .background .content .sms-send-service { display: block; align-self: flex-end; position: relative; bottom: 60px; width: 100%; } .background .content .sendgrid-subscription-widget span, .background .content .sms-send-service span { display: none; } .background .content .sendgrid-subscription-widget label, .background .content .sms-send-service label { color: #4C626D; } .background .content .sendgrid-subscription-widget label.labelfocus:before, .background .content .sms-send-service label.labelfocus:before { opacity: 0; transition: multi(250ms cubic-bezier(0.55, 0, 0.1, 1), opacity); display: none; } .background .content .sendgrid-subscription-widget label input[type='email'], .background .content .sms-send-service label input[type='email'] { float: left; border: 0; background: none; border-bottom: 1px solid #A6B6BD; font-size: 26px; line-height: 68px; font-weight: bold; outline: 0; width: 65%; margin: 0; } .background .content .sendgrid-subscription-widget label input[type='email']:focus, .background .content .sms-send-service label input[type='email']:focus { border: 0; outline: 0; color: #0F2834; border-bottom: 1px solid #A6B6BD; /*-- PlaceHolder --*/ } .background .content .sendgrid-subscription-widget label input[type='email']:focus ::-webkit-input-placeholder, .background .content .sms-send-service label input[type='email']:focus ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ opacity: 1; color: #4C626D; } .background .content .sendgrid-subscription-widget label input[type='email']:focus ::-moz-placeholder, .background .content .sms-send-service label input[type='email']:focus ::-moz-placeholder { /* Firefox 19+ */ opacity: 1; color: #4C626D; } .background .content .sendgrid-subscription-widget label input[type='email']:focus :-ms-input-placeholder, .background .content .sms-send-service label input[type='email']:focus :-ms-input-placeholder { /* IE 10+ */ opacity: 1; color: #4C626D; } .background .content .sendgrid-subscription-widget label input[type='email']:focus :-moz-placeholder, .background .content .sms-send-service label input[type='email']:focus :-moz-placeholder { /* Firefox 18- */ opacity: 1; color: #4C626D; } .background .content .sendgrid-subscription-widget label input[type='tel'], .background .content .sms-send-service label input[type='tel'] { float: left; border: 0; background: none; border-bottom: 1px solid #FFFFFF; font-size: 26px; line-height: 68px; font-weight: bold; outline: 0; width: 65%; margin: 0; color: #FFFFFF !important; font-weight: lighter; } .background .content .sendgrid-subscription-widget label input[type='tel']:focus, .background .content .sms-send-service label input[type='tel']:focus { border: 0; outline: 0; color: #0F2834; border-bottom: 1px solid #A6B6BD; /*-- PlaceHolder --*/ } .background .content .sendgrid-subscription-widget label input[type='tel']:focus ::-webkit-input-placeholder, .background .content .sms-send-service label input[type='tel']:focus ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ opacity: 1; color: #FFFFFF !important; } .background .content .sendgrid-subscription-widget label input[type='tel']:focus ::-moz-placeholder, .background .content .sms-send-service label input[type='tel']:focus ::-moz-placeholder { /* Firefox 19+ */ opacity: 1; color: #FFFFFF !important; } .background .content .sendgrid-subscription-widget label input[type='tel']:focus :-ms-input-placeholder, .background .content .sms-send-service label input[type='tel']:focus :-ms-input-placeholder { /* IE 10+ */ opacity: 1; color: #FFFFFF !important; } .background .content .sendgrid-subscription-widget label input[type='tel']:focus :-moz-placeholder, .background .content .sms-send-service label input[type='tel']:focus :-moz-placeholder { /* Firefox 18- */ opacity: 1; color: #FFFFFF !important; } .background .content .sendgrid-subscription-widget input[type='submit'], .background .content .sms-send-service input[type='submit'] { width: 35%; margin: 0; float: right; height: 68px; padding: 0 34px; transition: multi(250ms cubic-bezier(0.55, 0, 0.1, 1), opacity, background-color, box-shadow); border: none; border-radius: 34px; outline: 0; background-color: #1591ED; color: #FFFFFF; font-size: 27px; font-weight: 400; line-height: 68px; text-align: center; text-transform: uppercase; cursor: pointer; } .background .content .sendgrid-subscription-widget input[type='submit']:hover, .background .content .sms-send-service input[type='submit']:hover { background-color: rgba(21, 145, 237, 0.75); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); } .background .content .response.error { color: #B12197; } .background .content .response.success { color: #1591ED; } .lightbox- { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); z-index: 100; } .lightbox- .lightbox--content { max-width: 960px; width: 80%; height: 600px; background-color: #FFFFFF; text-align: center; padding: 100px 100px 80px 100px; } .lightbox- .lightbox--content .icon { float: none; margin-bottom: 70px; } .lightbox- .lightbox--content h1 { font-size: 30px; width: 100%; margin: 0; } .lightbox- .lightbox--content p { width: 700px; font-size: 20px; line-height: 26px; margin: 25px 0 90px 0; } .lightbox- .lightbox--content .thx-button { display: block; width: 246px; margin: 0; height: 66px; padding: 0 33px; transition: multi(250ms cubic-bezier(0.55, 0, 0.1, 1), opacity, background-color, box-shadow); border: none; border-radius: 33px; outline: 0; margin: 0 auto; background-color: #1591ED; color: #FFFFFF; font-size: 24px; font-weight: 400; line-height: 66px; text-align: center; text-transform: uppercase; cursor: pointer; } .lightbox-.active { display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } .phone-container { width: 360px; height: 689px; margin: auto; background-image: url("../img/bg-phone.svg"); background-repeat: no-repeat; position: relative; } .phone-container .screen-container { width: 318px; height: 523px; background-color: #FFFFFF; position: absolute; top: 81px; left: 0; right: 0; margin: auto; border-radius: 5px; overflow: hidden; } .phone-container .screen-container iframe { border: 0; outline: 0; } @font-face { font-family: 'Font-Name'; src: url("../fonts/font-name.eot"); src: url("../fonts/font-name.eot?#iefix") format("embedded-opentype"), url("../fonts/font-name.woff") format("woff"), url("../fonts/font-name.ttf") format("truetype"), url("../fonts/font-name.svg#font-name") format("svg"); font-weight: normal; font-style: normal; } ::selection { background: #333; color: #fff; text-shadow: none; } ::-moz-selection { background: #333; color: #fff; text-shadow: none; } ::-webkit-selection { background: #333; color: #fff; text-shadow: none; } /**** ANIMATION ****/ /*** Outcome Update ***/ .bounce-animation { animation: bounceAnimation linear 1s; animation-iteration-count: infinite; transform-origin: 50% 50%; -webkit-animation: bounceAnimation linear 1s; -webkit-animation-iteration-count: infinite; -webkit-transform-origin: 50% 50%; -moz-animation: bounceAnimation linear 1s; -moz-animation-iteration-count: infinite; -moz-transform-origin: 50% 50%; -o-animation: bounceAnimation linear 1s; -o-animation-iteration-count: infinite; -o-transform-origin: 50% 50%; -ms-animation: bounceAnimation linear 1s; -ms-animation-iteration-count: infinite; -ms-transform-origin: 50% 50%; } @keyframes bounceAnimation { 0% { -webkit-transform: scaleX(1) scaleY(1); } 7% { -webkit-transform: scaleX(1) scaleY(1); } 9% { -webkit-transform: scaleX(1.2) scaleY(1.2); } 20% { -webkit-transform: scaleX(1) scaleY(1); } 100% { -webkit-transform: scaleX(1) scaleY(1); } } .bounce-color { animation: bounceColor linear 1s; animation-iteration-count: infinite; transform-origin: 50% 50%; -webkit-animation: bounceColor linear 1s; -webkit-animation-iteration-count: infinite; -webkit-transform-origin: 50% 50%; -moz-animation: bounceColor linear 1s; -moz-animation-iteration-count: infinite; -moz-transform-origin: 50% 50%; -o-animation: bounceColor linear 1s; -o-animation-iteration-count: infinite; -o-transform-origin: 50% 50%; -ms-animation: bounceColor linear 1s; -ms-animation-iteration-count: infinite; -ms-transform-origin: 50% 50%; } @keyframes bounceColor { 0% { -webkit-transform: scaleX(1) scaleY(1); background-color: #0F2834; } 7% { -webkit-transform: scaleX(1) scaleY(1); background-color: #EDEFED; } 9% { -webkit-transform: scaleX(1.2) scaleY(1.2); background-color: #0F2834; } 20% { -webkit-transform: scaleX(1) scaleY(1); background-color: #0F2834; } 100% { -webkit-transform: scaleX(1) scaleY(1); background-color: #0F2834; } } .spread-animation { animation: spreadAnimation linear 1s; animation-iteration-count: infinite; transform-origin: 50% 50%; -webkit-animation: spreadAnimation linear 1s; -webkit-animation-iteration-count: infinite; -webkit-transform-origin: 50% 50%; -moz-animation: spreadAnimation linear 1s; -moz-animation-iteration-count: infinite; -moz-transform-origin: 50% 50%; -o-animation: spreadAnimation linear 1s; -o-animation-iteration-count: infinite; -o-transform-origin: 50% 50%; -ms-animation: spreadAnimation linear 1s; -ms-animation-iteration-count: infinite; -ms-transform-origin: 50% 50%; } @keyframes spreadAnimation { 0% { -webkit-transform: scaleX(1) scaleY(1); opacity: 0.3; background-color: #000000; } 7% { -webkit-transform: scaleX(2) scaleY(2); opacity: 0.2; background-color: #EDEFED; } 9% { -webkit-transform: scaleX(3.3) scaleY(3.3); opacity: 0.15; } 10% { -webkit-transform: scaleX(9.45) scaleY(9.45); opacity: 0.012; } 15% { -webkit-transform: scaleX(12) scaleY(12); opacity: 0.1; } 100% { -webkit-transform: scaleX(13) scaleY(13); opacity: 0; } } /* gradient background classes */ .full-gradient { background: #e3068f; background: -webkit-linear-gradient(125deg, #e3068f 0%, #1591ed 100%); background: linear-gradient(-35deg, #e3068f 0%, #1591ed 100%); } .half-cold-gradient { background: #8241AD; background: -webkit-linear-gradient(125deg, #8241AD 0%, #1591ED 100%); background: linear-gradient(-35deg, #8241AD 0%, #1591ED 100%); } .half-hot-gradient { background: #E3068F; background: -webkit-linear-gradient(125deg, #E3068F 0%, #8241AD 100%); background: linear-gradient(-35deg, #E3068F 0%, #8241AD 100%); } .medium-gradient { background: #B12197; background: -webkit-linear-gradient(125deg, #B12197 0%, #5361C4 100%); background: linear-gradient(-35deg, #B12197 0%, #5361C4 100%); } /*****/ .flex-spacer { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 10; flex-shrink: 10; } /**** Search ***/ .list__search { outline: none; background-color: #EDEFED; margin-top: 13px; margin-left: 20px; margin-right: 20px; margin-bottom: 13px; height: 26px; border-radius: 6px; text-align: center; display: flex; align-items: center; justify-content: center; } .list__search .list__content { flex: 0 0; -ms-flex-preferred-size: 186px; flex-basis: 186px; } .list__search .list__content .list__search__icon { width: 15px; fill: #A6B6BD; position: relative; top: 3px; } .list__search .list__content span { color: #C2CED1; } /**** Question Item ***/ .question__item { display: block; } .question__item .question__item__date { width: 80px; height: 21px; background: transparent; border: 1px solid #EDEFED; border-radius: 6px; margin: 0 auto; text-align: center; margin-bottom: 4px; } .question__item .question__item__date span { font-size: 10px; position: relative; bottom: 1px; color: #C2CED1; } .question__item .question__item__title { margin-bottom: 0px; } .question__item .question__item__title h1 { text-align: center; font-size: 22px; font-weight: 300; margin: 0 auto; } .question__item .question__item__category-list { text-align: center; color: #C2CED1; font-family: 'oswald', sans-serif; text-transform: uppercase; font-size: 0.9em; } .question__item .question__item__category-list ul li { display: inline-block; } .question__item .question__item__category-list ul li a { color: #C2CED1; margin-right: 2px; } .question__item .question__item__category-list ul li:after { content: '>'; display: inline-block; margin: 0 1px; position: relative; bottom: 2px; } .question__item .question__item__category-list ul li:last-child:after { content: ''; display: none; } .question__item .question__item__outcomes { margin-top: 10px; } .question__item .question__item__outcomes ul.outcome__list { position: relative; white-space: nowrap; overflow-x: scroll; overflow-y: hidden; text-align: center; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item { overflow: hidden; display: inline-block; position: relative; /*width: 120px; height: 90px;*/ width: 144px; height: 108px; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__img { overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; /* TESTE BELOW */ height: 100%; width: 100%; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__overlay { transition: background 1s cubic-bezier(0.55, 0, 0.1, 1); background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.8)); overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__price { position: absolute; top: 10px; left: 10px; width: 30px; height: 20px; background-color: #0F2834; z-index: 1; line-height: 23px; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__price p { z-index: 10; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0 auto; font-size: 0.9em; color: #FFFFFF; font-weight: 700; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__price p span { font-weight: 100; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__price .block-anim-l1 { z-index: 5; position: absolute; top: 0; bottom: 0; width: 30px; height: 20px; background-color: #0F2834; } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__price .block-anim-l2 { z-index: 5; position: absolute; top: 0; bottom: 0; left: 5px; width: 20px; height: 20px; background-color: #e3068f; /*border-radius: 50%;*/ } .question__item .question__item__outcomes ul.outcome__list li.outcome__item .outcome__title { position: absolute; font-size: 1em; color: #FFFFFF; display: -webkit-box; text-overflow: ellipsis; white-space: normal; overflow: hidden; -webkit-box-orient: vertical; bottom: 4px; left: 10px; line-height: 0.95em; font-weight: 600; text-align: left; } .question__item .question__item__friends a.friends_content { display: block; margin: 0 auto; text-align: center; margin-top: 4px; margin-bottom: 14px; } .question__item .question__item__friends a.friends_content .friends-img-container { display: inline-block; border-radius: 50%; width: 20px; height: 20px; overflow: hidden; position: relative; top: 5px; } .question__item .question__item__friends a.friends_content .friends-img-container img { min-width: 20px; height: 20px; } .question__item .question__item__friends a.friends_content p { display: inline-block; margin: 0 auto; margin-left: 7px; line-height: 20px; font-size: 1.1em; color: #A6B6BD; font-weight: 400; } .question__item:after { content: ''; display: block; height: 1px; background-color: #EDEFED; margin-bottom: 20px; margin-right: 20px; margin-left: 20px; margin-top: 10px; } .question__item.has-friends:after { content: ''; display: block; height: 1px; background-color: #EDEFED; margin-bottom: 20px; margin-right: 20px; margin-left: 20px; margin-top: 0px; } /**** BUTTON ****/ .button { max-width: 320px; height: 32px; padding: 0 16px; transition: multi(250ms cubic-bezier(0.55, 0, 0.1, 1), opacity, background, box-shadow); border: 1px solid #4C626D; border-radius: 16px; outline: none; background-color: #FFFFFF; color: #C2CED1; font-size: 14px; font-weight: bold; line-height: 32px; text-align: center; text-transform: uppercase; cursor: default; } .button:disabled { opacity: .6; } .button:hover { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); } .button:active { transition-duration: 100ms cubic-bezier(0.55, 0, 0.1, 1); background-color: #0F2834; box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } .button--icon { padding-left: 40px; background-repeat: no-repeat; background-position: 8px center; } .button--big { width: 100%; height: 44px; padding: 0 22px; border-radius: 22px; line-height: 44px; } .button--big.button--icon { padding-left: 52px; background-position: 11px center; background-size: 30px; } .button--primary { border: 0; background-color: #1591ED; color: #FFFFFF; } .button--primary:active { background-color: #0b5891; } .button--highlight { border: 0; background: linear-gradient(135deg, #e3068f, #1591ED); color: #FFFFFF; } /*------------------------------------ VERY LARGE ------------------------------------ */ /*------------------------------------ LARGE ------------------------------------ */ @media screen and (min-device-width: 1200px) and (max-device-width: 1500px) and (-webkit-min-device-pixel-ratio: 1) { .futuur_slogan { font-size: 82px !important; line-height: 75px !important; margin: 0.5em 0 !important; } article { font-size: 16px !important; margin-bottom: .5em !important; } .sendgrid-subscription-widget input[type="submit"], .sms-send-service input[type="submit"] { font-size: 22px !important; height: 52px !important; padding: 0 27px !important; border-radius: 22px !important; line-height: 27px !important; border-radius: 52px !important; } .sendgrid-subscription-widget input[type="email"], .sendgrid-subscription-widget input[type="tel"], .sms-send-service input[type="email"], .sms-send-service input[type="tel"] { font-size: 22px !important; height: 52px !important; } .landing__login a { font-size: 22px !important; height: 52px !important; padding: 0 27px !important; border-radius: 52px !important; line-height: 52px !important; } .landing__login span { font-size: 16px !important; } } /*------------------------------------ MEDIUM ------------------------------------ */ @media screen and (min-device-width: 700px) and (max-device-width: 1190px) and (-webkit-min-device-pixel-ratio: 1) { .wrap { width: 100% !important; } .wrap .meio { width: 49% !important; } .wrap .meio.left { padding: 0 0 0 10px; } .wrap .meio.right { padding: 0 10px 0 0; } .futuur_slogan { font-size: 44px !important; line-height: 45px !important; margin: 0.5em 0; } article { font-size: 12px !important; line-height: 16px !important; } .sendgrid-subscription-widget input[type="submit"], .sms-send-service input[type="submit"] { font-size: 18px !important; height: 44px !important; padding: 0 16px !important; border-radius: 22px !important; line-height: 22px !important; } .sendgrid-subscription-widget input[type="email"], .sendgrid-subscription-widget input[type="tel"], .sms-send-service input[type="email"], .sms-send-service input[type="tel"] { font-size: 18px !important; height: 44px !important; } .landing__login a { font-size: 18px !important; height: 44px !important; padding: 0 22px !important; border-radius: 22px !important; line-height: 44px !important; } .landing__login span { font-size: 18px !important; } } /*------------------------------------ SMALL ------------------------------------ */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) { .color-white, .bg-color-white { /* MAKE REGULAR LOGIN PAGE APPEAR WHEN MOBILE */ display: none !important; } .lightbox- .lightbox--content { width: 100%; padding: 100px 20px 80px 20px; } .lightbox- .lightbox--content h1 { font-size: 20px; } .lightbox- .lightbox--content p { font-size: 16px; width: auto; } .futuur_title .icon { float: none !important; position: relative; top: 15px; right: 10px; } .wrap { width: 100%; height: auto; justify-content: center !important; } .wrap .meio { width: 100%; } .wrap .meio.left, .wrap .meio.right { float: none !important; text-align: center !important; } .vertical { padding: 20px; } .landing__login { margin-right: auto; margin-bottom: 0; } .futuur_slogan { font-size: 32px !important; line-height: 36px !important; } .sendgrid-subscription-widget, .sms-send-service { position: none !important; bottom: 0 !important; } .sendgrid-subscription-widget input, .sms-send-service input { float: none !important; width: 80% !important; display: inline-block; margin: 0 auto !important; margin-top: 20px !important; text-align: center; } .sendgrid-subscription-widget input[type="email"], .sendgrid-subscription-widget input[type="tel"], .sms-send-service input[type="email"], .sms-send-service input[type="tel"] { width: 100% !important; } form { display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-bottom: 100px; } } @media print { * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /*# sourceMappingURL=style.min.css.map */
0.590543
0.119357
*{ box-sizing: border-box; /*background: linear-gradient(to right, #ff105f, #ffad06); /* took this from my login-form. No longer using this as I found a beautiful background img.*/ background-image: url(images/sky.png); background-size: cover; /*This property/value pair tells the browser to scale the background image proportionally so that its width and height are equal to, or greater than, the width/height of the element. - Per https://www.webfx.com/blog/web-design/responsive-background-image/ */ background-position-x: center; /*incase the img gets scaled up and get distorted (height and width), this will keep it center*/ background-position-y: center; /*incase the img gets scaled up and get distorted (height and width), this will keep it center*/ background-attachment: fixed; /*to prevent the photo from scrolling on the page or img ending before page does*/ background-repeat: no-repeat; /*to prevent the photo from repeating on the screen*/ /* codes from line 5 to 10 are taken from my tip calculator/expanding card project*/ font-family: 'Shadows Into Light', cursive; } .kanban { display: flex; /* using flex here to create the 3 column layout */ padding: 4px; width: 750px; background: #8e5ec5; border-radius: 5px; margin: auto; /* tutorial had this set to 0, I changed it to auto per my expanding card project to center this*/ min-height: 100vh; } .kanban__column{ flex: 1; /* this will ensure every column has an equal width*/ } .kanban__column:not(:last-child){ /* this is basically saying that every single column that isn't the last one, is going to have a margin right. */ margin-right: 5px; } .kanban__column-title{ margin-bottom: 20px; font-size: 30px; color: black; /* the title words will be black, in the video it was white */ user-select: none; /* to prevent accidental highlight when selecting the content inside your items */ text-align: center; /* I added this as tutorial did not have this*/ } .kanban__item-input{ padding: 10px 15px; box-sizing: border-box; /* to prevent it from going over its boundaries */ background: rgb(250, 212, 217); /* the background for "wash the dishes"/input will be a very light pink*/ border-radius: 10px; /* tutorial was 5*/ cursor: pointer; /* to inform the user they can click and drag these items */ text-align: center; /* I added this as tutorial did not have this*/ } .kanban__item-input:hover{ background-color: rgb(243, 165, 217); } .kanban__dropzone { height: 10px; transition: background 0.15s, height 0.15s; /* - this is so that when the user drags an item over the drop zone - we need to change the background color and height - this will tell them they could drop that item here*/ } .kanban__dropzone--active { /* this part will need js to add an active modifier class to the dropzone element */ height: 20px; background: rgba(0, 0, 0, 0.25); border-radius: 15px; } .kanban__add-item { width: 100%; padding: 10px 0; font-size: 16px; color: black; /* the word "+ add" will be black*/ background: rgba(0, 0, 0, 0.1); border: 20px; border-radius: 10px; cursor: pointer } .kanban__add-item:hover{ background-color: rgb(198, 149, 243); } @media(max-width:480px){ /* if the device screen is smaller than 480px */ .kanban{ width: 100vw; } .panel:nth-last-of-type(4),.panel:nth-last-of-type(5){ /* how many photos do we want to display */ display: none; } }
main.css
*{ box-sizing: border-box; /*background: linear-gradient(to right, #ff105f, #ffad06); /* took this from my login-form. No longer using this as I found a beautiful background img.*/ background-image: url(images/sky.png); background-size: cover; /*This property/value pair tells the browser to scale the background image proportionally so that its width and height are equal to, or greater than, the width/height of the element. - Per https://www.webfx.com/blog/web-design/responsive-background-image/ */ background-position-x: center; /*incase the img gets scaled up and get distorted (height and width), this will keep it center*/ background-position-y: center; /*incase the img gets scaled up and get distorted (height and width), this will keep it center*/ background-attachment: fixed; /*to prevent the photo from scrolling on the page or img ending before page does*/ background-repeat: no-repeat; /*to prevent the photo from repeating on the screen*/ /* codes from line 5 to 10 are taken from my tip calculator/expanding card project*/ font-family: 'Shadows Into Light', cursive; } .kanban { display: flex; /* using flex here to create the 3 column layout */ padding: 4px; width: 750px; background: #8e5ec5; border-radius: 5px; margin: auto; /* tutorial had this set to 0, I changed it to auto per my expanding card project to center this*/ min-height: 100vh; } .kanban__column{ flex: 1; /* this will ensure every column has an equal width*/ } .kanban__column:not(:last-child){ /* this is basically saying that every single column that isn't the last one, is going to have a margin right. */ margin-right: 5px; } .kanban__column-title{ margin-bottom: 20px; font-size: 30px; color: black; /* the title words will be black, in the video it was white */ user-select: none; /* to prevent accidental highlight when selecting the content inside your items */ text-align: center; /* I added this as tutorial did not have this*/ } .kanban__item-input{ padding: 10px 15px; box-sizing: border-box; /* to prevent it from going over its boundaries */ background: rgb(250, 212, 217); /* the background for "wash the dishes"/input will be a very light pink*/ border-radius: 10px; /* tutorial was 5*/ cursor: pointer; /* to inform the user they can click and drag these items */ text-align: center; /* I added this as tutorial did not have this*/ } .kanban__item-input:hover{ background-color: rgb(243, 165, 217); } .kanban__dropzone { height: 10px; transition: background 0.15s, height 0.15s; /* - this is so that when the user drags an item over the drop zone - we need to change the background color and height - this will tell them they could drop that item here*/ } .kanban__dropzone--active { /* this part will need js to add an active modifier class to the dropzone element */ height: 20px; background: rgba(0, 0, 0, 0.25); border-radius: 15px; } .kanban__add-item { width: 100%; padding: 10px 0; font-size: 16px; color: black; /* the word "+ add" will be black*/ background: rgba(0, 0, 0, 0.1); border: 20px; border-radius: 10px; cursor: pointer } .kanban__add-item:hover{ background-color: rgb(198, 149, 243); } @media(max-width:480px){ /* if the device screen is smaller than 480px */ .kanban{ width: 100vw; } .panel:nth-last-of-type(4),.panel:nth-last-of-type(5){ /* how many photos do we want to display */ display: none; } }
0.507568
0.261632
body { font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #EEE; } /* site-wide default style for hypertext links */ a { text-decoration: none; color: #006699; } a:hover { text-decoration: underline; } /* site-wide default image style */ img { /* display: block; */ border: none; } /* default site-wide settings for heading text */ h1 { font-size: 140%; } h2 { font-size: 130%; } h3 { font-size: 120%; } h4 { font-size: 110%; } .clear { clear: both; height: 1px; } .clear_right { clear:right; } .clear_left { clear:left; } /* a class for navigating and presentation on text browsers */ .textvers { display: none; } /* a class to highlight important text */ .alert { clear: both; width: 100%; height: 1.5em; text-align: center; color: red; font-size: 120%; font-weight: bold; margin: 0em; padding: 0.5em 0em 0em 0em; } /* system maintenance notice */ .notice { font-size: 80%; } /* default URL style, using the italic form of the browser's font */ .url { font-style: italic; } /* A div which contains everything on the page. This was needed when */ /* developing the site layout. Might be unnecessary in the future. */ #container { border: solid 1px #bbb; margin: 5px; overflow-y: hidden; } /* the top horizontal section of content, containing the minor and */ /* major headers. */ #banner { height: auto; border-bottom: solid 1px #006699; } #minor_header { background-color: #006699; color: white; white-space: nowrap; font-size: 90%; font-weight: bold; padding: 0.4em 0.2em 0.3em 0.5em; height: auto; border-bottom: solid 1px #000066; text-align: left; } #minor_header a { color: white; } /* This makes up most of the banner content. Includes the NOAA/ESRL */ /* logos and search elements. */ #major_header { clear: both; height: auto; min-height: 85px; width: auto; background: url(${urlroot}/images/globe_top.png); background-color:#030361; background-repeat: no-repeat; padding-right: 2em; } #major_header img { clear: none; float: left; border: none; } #search { clear: none; float: right; width: 13em; font-weight: bold; font-size: 80%; color: white; white-space: nowrap; background-color: transparent; padding: 10px 40px 5px 5px; } #search a { color: white; } #search input { font-size: 80%; } /* the major site navigation elements, currently styled in a horizontal bar */ #major_nav { clear: both; border-top: solid 1px #000066; border-bottom: solid 1px #006699; background-color: #FFFFCC; color: #000066; padding:3px; } #major_nav a { color:#000066; } .breadcrumbs { margin-left:4px; } .link { font-size:90%; font-weight:bold; color:black } .title { font-weight:bold; color:#000066; } .title a { color:#000066; } /* the page footer */ #footer { clear: both; font-size: 80%; background: #000066 url(${urlroot}/images/gradient.gif) top left repeat-y; color: white; padding: 1.0em 0.7em 0.6em 0.7em; margin: 0em; line-height: 1.3em; width: auto; height: 4em; border: none; box-sizing: content-box; } #footer a { color: white; } /* a div containing links to the organizations shown in the footer. */ #orgs { float: left; text-align: left; padding: 0em 0.2em 0em 0em; } /* a div containing policy-type links shown in the footer. */ #policies { clear: none; float: right; text-align: right; }
src/gov/noaa/esrl/psd/repository/htdocs/esrl_psd.css
body { font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #EEE; } /* site-wide default style for hypertext links */ a { text-decoration: none; color: #006699; } a:hover { text-decoration: underline; } /* site-wide default image style */ img { /* display: block; */ border: none; } /* default site-wide settings for heading text */ h1 { font-size: 140%; } h2 { font-size: 130%; } h3 { font-size: 120%; } h4 { font-size: 110%; } .clear { clear: both; height: 1px; } .clear_right { clear:right; } .clear_left { clear:left; } /* a class for navigating and presentation on text browsers */ .textvers { display: none; } /* a class to highlight important text */ .alert { clear: both; width: 100%; height: 1.5em; text-align: center; color: red; font-size: 120%; font-weight: bold; margin: 0em; padding: 0.5em 0em 0em 0em; } /* system maintenance notice */ .notice { font-size: 80%; } /* default URL style, using the italic form of the browser's font */ .url { font-style: italic; } /* A div which contains everything on the page. This was needed when */ /* developing the site layout. Might be unnecessary in the future. */ #container { border: solid 1px #bbb; margin: 5px; overflow-y: hidden; } /* the top horizontal section of content, containing the minor and */ /* major headers. */ #banner { height: auto; border-bottom: solid 1px #006699; } #minor_header { background-color: #006699; color: white; white-space: nowrap; font-size: 90%; font-weight: bold; padding: 0.4em 0.2em 0.3em 0.5em; height: auto; border-bottom: solid 1px #000066; text-align: left; } #minor_header a { color: white; } /* This makes up most of the banner content. Includes the NOAA/ESRL */ /* logos and search elements. */ #major_header { clear: both; height: auto; min-height: 85px; width: auto; background: url(${urlroot}/images/globe_top.png); background-color:#030361; background-repeat: no-repeat; padding-right: 2em; } #major_header img { clear: none; float: left; border: none; } #search { clear: none; float: right; width: 13em; font-weight: bold; font-size: 80%; color: white; white-space: nowrap; background-color: transparent; padding: 10px 40px 5px 5px; } #search a { color: white; } #search input { font-size: 80%; } /* the major site navigation elements, currently styled in a horizontal bar */ #major_nav { clear: both; border-top: solid 1px #000066; border-bottom: solid 1px #006699; background-color: #FFFFCC; color: #000066; padding:3px; } #major_nav a { color:#000066; } .breadcrumbs { margin-left:4px; } .link { font-size:90%; font-weight:bold; color:black } .title { font-weight:bold; color:#000066; } .title a { color:#000066; } /* the page footer */ #footer { clear: both; font-size: 80%; background: #000066 url(${urlroot}/images/gradient.gif) top left repeat-y; color: white; padding: 1.0em 0.7em 0.6em 0.7em; margin: 0em; line-height: 1.3em; width: auto; height: 4em; border: none; box-sizing: content-box; } #footer a { color: white; } /* a div containing links to the organizations shown in the footer. */ #orgs { float: left; text-align: left; padding: 0em 0.2em 0em 0em; } /* a div containing policy-type links shown in the footer. */ #policies { clear: none; float: right; text-align: right; }
0.341583
0.100437
table.raincalendar { border-collapse: separate; border-spacing: 3px; margin-right: 10px; display: inline-block; user-select: none; /* CSS3 (little to no support) */ -ms-user-select: none; /* IE 10+ */ -moz-user-select: none; /* Gecko (Firefox) */ -webkit-user-select: none; /* Webkit (Safari, Chrome) */ } table.raincalendar:last-child { margin-right: 0 } table.raincalendar thead tr:first-child th { background-color: #fff; color: #717070 } table.raincalendar .selected { background-color: #b5b5b8; color: #000 !important } table.raincalendar tr td { background-color: #ffffff; color: #717070 } table.raincalendar tr th { background-color: #eff0f0; color: #717070 } table.raincalendar .today { color:green; } table.raincalendar .disabled { opacity: .4; cursor: not-allowed !important; } table.raincalendar .prev-month, table.raincalendar .next-month { color: #efefef !important; cursor: default; background-color: #eff0f0 } .raincalendar tr td, .raincalendar tr th { padding: 3px; text-align: center !important; cursor: default; border: none; vertical-align: middle; width: 30px; height: 20px } .raincalendar th.arrow-right { text-align: right !important; } .raincalendar .arrow-right span{ width: 0; height: 0; border: 10px solid transparent; border-left-color: #c4c5c5; position: relative; right: -25px; } .raincalendar th.arrow-left { text-align: left !important; } .raincalendar .arrow-left span{ width: 0; height: 0; border: 10px solid transparent; border-right-color: #c4c5c5; position: relative; left: -10px; } .raincalendar:first-child .arrow-left span, .raincalendar:last-child .arrow-right span { display: block; cursor:pointer; } .raincalendar thead tr:first-child th, .raincalendar thead tr:first-child th { padding: 5px 0; font-weight: normal; font-size: 15px; height: 30px } .raincalendar thead tr:last-child th { font-weight: normal; font-size: 12px; padding-bottom: 10px } .raincalendar .emptyrow { visibility: hidden } .raincalendar.interactive tr td:hover:not(.disabled) { text-decoration: underline; cursor: pointer } .rangestart { background-color:red !important; } .disabled-for-range { color: #afafaf !important; cursor: not-allowed !important; text-decoration: line-through; } .enable-for-range { background-color: #defff1 !important; } table.raincalendar tr td.day-0 { color: #d8741f; text-align: center } .selected.selected-range-start { border-radius: 10px 0 0 10px; } .selected.selected-range-end { border-radius: 0 10px 10px 0; }
src/style/style.css
table.raincalendar { border-collapse: separate; border-spacing: 3px; margin-right: 10px; display: inline-block; user-select: none; /* CSS3 (little to no support) */ -ms-user-select: none; /* IE 10+ */ -moz-user-select: none; /* Gecko (Firefox) */ -webkit-user-select: none; /* Webkit (Safari, Chrome) */ } table.raincalendar:last-child { margin-right: 0 } table.raincalendar thead tr:first-child th { background-color: #fff; color: #717070 } table.raincalendar .selected { background-color: #b5b5b8; color: #000 !important } table.raincalendar tr td { background-color: #ffffff; color: #717070 } table.raincalendar tr th { background-color: #eff0f0; color: #717070 } table.raincalendar .today { color:green; } table.raincalendar .disabled { opacity: .4; cursor: not-allowed !important; } table.raincalendar .prev-month, table.raincalendar .next-month { color: #efefef !important; cursor: default; background-color: #eff0f0 } .raincalendar tr td, .raincalendar tr th { padding: 3px; text-align: center !important; cursor: default; border: none; vertical-align: middle; width: 30px; height: 20px } .raincalendar th.arrow-right { text-align: right !important; } .raincalendar .arrow-right span{ width: 0; height: 0; border: 10px solid transparent; border-left-color: #c4c5c5; position: relative; right: -25px; } .raincalendar th.arrow-left { text-align: left !important; } .raincalendar .arrow-left span{ width: 0; height: 0; border: 10px solid transparent; border-right-color: #c4c5c5; position: relative; left: -10px; } .raincalendar:first-child .arrow-left span, .raincalendar:last-child .arrow-right span { display: block; cursor:pointer; } .raincalendar thead tr:first-child th, .raincalendar thead tr:first-child th { padding: 5px 0; font-weight: normal; font-size: 15px; height: 30px } .raincalendar thead tr:last-child th { font-weight: normal; font-size: 12px; padding-bottom: 10px } .raincalendar .emptyrow { visibility: hidden } .raincalendar.interactive tr td:hover:not(.disabled) { text-decoration: underline; cursor: pointer } .rangestart { background-color:red !important; } .disabled-for-range { color: #afafaf !important; cursor: not-allowed !important; text-decoration: line-through; } .enable-for-range { background-color: #defff1 !important; } table.raincalendar tr td.day-0 { color: #d8741f; text-align: center } .selected.selected-range-start { border-radius: 10px 0 0 10px; } .selected.selected-range-end { border-radius: 0 10px 10px 0; }
0.403567
0.169166
@font-face { font-family: 'latoregular'; src: url('../www/fonts/lato-regular-webfont.eot'); src: url('../www/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-regular-webfont.woff2') format('woff2'), url('../www/fonts/lato-regular-webfont.woff') format('woff'), url('../www/fonts/lato-regular-webfont.ttf') format('truetype'), url('../www/fonts/lato-regular-webfont.svg#latoregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latolight_italic'; src: url('../www/fonts/lato-lightitalic-webfont.eot'); src: url('../www/fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-lightitalic-webfont.woff2') format('woff2'), url('../www/fonts/lato-lightitalic-webfont.woff') format('woff'), url('../www/fonts/lato-lightitalic-webfont.ttf') format('truetype'), url('../www/fonts/lato-lightitalic-webfont.svg#latolight_italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latolight'; src: url('../www/fonts/lato-light-webfont.eot'); src: url('../www/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-light-webfont.woff2') format('woff2'), url('../www/fonts/lato-light-webfont.woff') format('woff'), url('../www/fonts/lato-light-webfont.ttf') format('truetype'), url('../www/fonts/lato-light-webfont.svg#latolight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latoitalic'; src: url('../www/fonts/lato-italic-webfont.eot'); src: url('../www/fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-italic-webfont.woff2') format('woff2'), url('../www/fonts/lato-italic-webfont.woff') format('woff'), url('../www/fonts/lato-italic-webfont.ttf') format('truetype'), url('../www/fonts/lato-italic-webfont.svg#latoitalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latohairline_italic'; src: url('../www/fonts/lato-hairlineitalic-webfont.eot'); src: url('../www/fonts/lato-hairlineitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-hairlineitalic-webfont.woff2') format('woff2'), url('../www/fonts/lato-hairlineitalic-webfont.woff') format('woff'), url('../www/fonts/lato-hairlineitalic-webfont.ttf') format('truetype'), url('../www/fonts/lato-hairlineitalic-webfont.svg#latohairline_italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latohairline'; src: url('../www/fonts/lato-hairline-webfont.eot'); src: url('../www/fonts/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-hairline-webfont.woff2') format('woff2'), url('../www/fonts/lato-hairline-webfont.woff') format('woff'), url('../www/fonts/lato-hairline-webfont.ttf') format('truetype'), url('../www/fonts/lato-hairline-webfont.svg#latohairline') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latobold_italic'; src: url('../www/fonts/lato-bolditalic-webfont.eot'); src: url('../www/fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-bolditalic-webfont.woff2') format('woff2'), url('../www/fonts/lato-bolditalic-webfont.woff') format('woff'), url('../www/fonts/lato-bolditalic-webfont.ttf') format('truetype'), url('../www/fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latobold'; src: url('../www/fonts/lato-bold-webfont.eot'); src: url('../www/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-bold-webfont.woff2') format('woff2'), url('../www/fonts/lato-bold-webfont.woff') format('woff'), url('../www/fonts/lato-bold-webfont.ttf') format('truetype'), url('../www/fonts/lato-bold-webfont.svg#latobold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latoblack_italic'; src: url('../www/fonts/lato-blackitalic-webfont.eot'); src: url('../www/fonts/lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-blackitalic-webfont.woff2') format('woff2'), url('../www/fonts/lato-blackitalic-webfont.woff') format('woff'), url('../www/fonts/lato-blackitalic-webfont.ttf') format('truetype'), url('../www/fonts/lato-blackitalic-webfont.svg#latoblack_italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latoblack'; src: url('../www/fonts/lato-black-webfont.eot'); src: url('../www/fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-black-webfont.woff2') format('woff2'), url('../www/fonts/lato-black-webfont.woff') format('woff'), url('../www/fonts/lato-black-webfont.ttf') format('truetype'), url('../www/fonts/lato-black-webfont.svg#latoblack') format('svg'); font-weight: normal; font-style: normal; }
app/less/fonts.css
@font-face { font-family: 'latoregular'; src: url('../www/fonts/lato-regular-webfont.eot'); src: url('../www/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-regular-webfont.woff2') format('woff2'), url('../www/fonts/lato-regular-webfont.woff') format('woff'), url('../www/fonts/lato-regular-webfont.ttf') format('truetype'), url('../www/fonts/lato-regular-webfont.svg#latoregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latolight_italic'; src: url('../www/fonts/lato-lightitalic-webfont.eot'); src: url('../www/fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-lightitalic-webfont.woff2') format('woff2'), url('../www/fonts/lato-lightitalic-webfont.woff') format('woff'), url('../www/fonts/lato-lightitalic-webfont.ttf') format('truetype'), url('../www/fonts/lato-lightitalic-webfont.svg#latolight_italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latolight'; src: url('../www/fonts/lato-light-webfont.eot'); src: url('../www/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-light-webfont.woff2') format('woff2'), url('../www/fonts/lato-light-webfont.woff') format('woff'), url('../www/fonts/lato-light-webfont.ttf') format('truetype'), url('../www/fonts/lato-light-webfont.svg#latolight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latoitalic'; src: url('../www/fonts/lato-italic-webfont.eot'); src: url('../www/fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-italic-webfont.woff2') format('woff2'), url('../www/fonts/lato-italic-webfont.woff') format('woff'), url('../www/fonts/lato-italic-webfont.ttf') format('truetype'), url('../www/fonts/lato-italic-webfont.svg#latoitalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latohairline_italic'; src: url('../www/fonts/lato-hairlineitalic-webfont.eot'); src: url('../www/fonts/lato-hairlineitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-hairlineitalic-webfont.woff2') format('woff2'), url('../www/fonts/lato-hairlineitalic-webfont.woff') format('woff'), url('../www/fonts/lato-hairlineitalic-webfont.ttf') format('truetype'), url('../www/fonts/lato-hairlineitalic-webfont.svg#latohairline_italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latohairline'; src: url('../www/fonts/lato-hairline-webfont.eot'); src: url('../www/fonts/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-hairline-webfont.woff2') format('woff2'), url('../www/fonts/lato-hairline-webfont.woff') format('woff'), url('../www/fonts/lato-hairline-webfont.ttf') format('truetype'), url('../www/fonts/lato-hairline-webfont.svg#latohairline') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latobold_italic'; src: url('../www/fonts/lato-bolditalic-webfont.eot'); src: url('../www/fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-bolditalic-webfont.woff2') format('woff2'), url('../www/fonts/lato-bolditalic-webfont.woff') format('woff'), url('../www/fonts/lato-bolditalic-webfont.ttf') format('truetype'), url('../www/fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latobold'; src: url('../www/fonts/lato-bold-webfont.eot'); src: url('../www/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-bold-webfont.woff2') format('woff2'), url('../www/fonts/lato-bold-webfont.woff') format('woff'), url('../www/fonts/lato-bold-webfont.ttf') format('truetype'), url('../www/fonts/lato-bold-webfont.svg#latobold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latoblack_italic'; src: url('../www/fonts/lato-blackitalic-webfont.eot'); src: url('../www/fonts/lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-blackitalic-webfont.woff2') format('woff2'), url('../www/fonts/lato-blackitalic-webfont.woff') format('woff'), url('../www/fonts/lato-blackitalic-webfont.ttf') format('truetype'), url('../www/fonts/lato-blackitalic-webfont.svg#latoblack_italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latoblack'; src: url('../www/fonts/lato-black-webfont.eot'); src: url('../www/fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../www/fonts/lato-black-webfont.woff2') format('woff2'), url('../www/fonts/lato-black-webfont.woff') format('woff'), url('../www/fonts/lato-black-webfont.ttf') format('truetype'), url('../www/fonts/lato-black-webfont.svg#latoblack') format('svg'); font-weight: normal; font-style: normal; }
0.124466
0.047009
*, *::after, *::before { box-sizing: border-box; } body { font-family: 'Source Sans Pro', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #444; background: #f6f6f6; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a { outline: none; color: inherit; text-decoration: none; } a:hover, a:focus { outline: none; } /* MENU ASSETS -------------------------------------------------------- */ #menuLogo { position:absolute; background-size:contain; background-repeat: no-repeat; background-image:url("../img/logo-menu.png"); bottom:26px; left:26px; width:84px; height:84px; cursor: pointer; pointer-events: auto; z-index:1000; background-position:center bottom; } #menuTriangleLeft { position:absolute; bottom:0px; left:0px; width:0; height:0; border-style: solid; border-width: 300px 0 0 200px; border-color: transparent transparent transparent #FFFFFF; z-index: 501; } #menuTriangleLeftBg { position:absolute; bottom:0px; left:0px; width:0; height:0; border-style: solid; border-width: 303px 0 0 203px; border-color: transparent transparent transparent #7bc142; z-index: 500; } #menuTriangleRight { position:absolute; bottom:0px; right:0px; width:0; height:0; border-style: solid; border-width: 0 0 300px 200px; border-color: transparent transparent #FFFFFF transparent; z-index: 501; } #menuTriangleRightBg { position:absolute; bottom:0px; right:0px; width:0; height:0; border-style: solid; border-width: 0 0 303px 203px; border-color: transparent transparent #7bc142 transparent; z-index: 500; } #menuList{ position:absolute; padding: 0; bottom:23px; right:25px; margin:0; z-index:600; } #menuList li{ font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 700 !important; color: #444444; text-align: right; list-style: none; font-size: 14px; position: relative; border: 0; background: none; padding: 0; margin: 4px 0 0 0; width:auto; cursor: pointer; pointer-events: auto; transition: all 0.3s ease 0s; } #menuList li:hover{ color:#7bc142; } /* HOMEPAGE ASSETS -------------------------------------------------------- */ .bgImage { position:absolute; background-size:cover; background-repeat: no-repeat; top: 0px; left:0; width:100%; height:100%; z-index:200; z-index: 10; background-position:center bottom; opacity:0; -webkit-transition: all 0.8s cubic-bezier(0.655, 0, 0.250, 1); } .logo { position:absolute; top:0; left:0; width:100%; height:100%; background-size:contain; background-position:center center; background-image:url("../img/logo-main.png"); background-repeat: no-repeat; opacity:0; -webkit-transition: all 0.8s cubic-bezier(0.655, 0, 0.250, 1); z-index: 1001; } .show-bg { opacity:1; z-index: 100; } .show-logo { opacity:1 ; z-index: 300; } #bg1 { background-image: url(../img/heroImage01.jpg); } #bg2 { background-image: url(../img/heroImage02.jpg); } #bg3 { background-image: url(../img/heroImage03.jpg); } /* CONTACT PAGE ASSETS -------------------------------------------------------- */
css/demo.css
*, *::after, *::before { box-sizing: border-box; } body { font-family: 'Source Sans Pro', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #444; background: #f6f6f6; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a { outline: none; color: inherit; text-decoration: none; } a:hover, a:focus { outline: none; } /* MENU ASSETS -------------------------------------------------------- */ #menuLogo { position:absolute; background-size:contain; background-repeat: no-repeat; background-image:url("../img/logo-menu.png"); bottom:26px; left:26px; width:84px; height:84px; cursor: pointer; pointer-events: auto; z-index:1000; background-position:center bottom; } #menuTriangleLeft { position:absolute; bottom:0px; left:0px; width:0; height:0; border-style: solid; border-width: 300px 0 0 200px; border-color: transparent transparent transparent #FFFFFF; z-index: 501; } #menuTriangleLeftBg { position:absolute; bottom:0px; left:0px; width:0; height:0; border-style: solid; border-width: 303px 0 0 203px; border-color: transparent transparent transparent #7bc142; z-index: 500; } #menuTriangleRight { position:absolute; bottom:0px; right:0px; width:0; height:0; border-style: solid; border-width: 0 0 300px 200px; border-color: transparent transparent #FFFFFF transparent; z-index: 501; } #menuTriangleRightBg { position:absolute; bottom:0px; right:0px; width:0; height:0; border-style: solid; border-width: 0 0 303px 203px; border-color: transparent transparent #7bc142 transparent; z-index: 500; } #menuList{ position:absolute; padding: 0; bottom:23px; right:25px; margin:0; z-index:600; } #menuList li{ font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 700 !important; color: #444444; text-align: right; list-style: none; font-size: 14px; position: relative; border: 0; background: none; padding: 0; margin: 4px 0 0 0; width:auto; cursor: pointer; pointer-events: auto; transition: all 0.3s ease 0s; } #menuList li:hover{ color:#7bc142; } /* HOMEPAGE ASSETS -------------------------------------------------------- */ .bgImage { position:absolute; background-size:cover; background-repeat: no-repeat; top: 0px; left:0; width:100%; height:100%; z-index:200; z-index: 10; background-position:center bottom; opacity:0; -webkit-transition: all 0.8s cubic-bezier(0.655, 0, 0.250, 1); } .logo { position:absolute; top:0; left:0; width:100%; height:100%; background-size:contain; background-position:center center; background-image:url("../img/logo-main.png"); background-repeat: no-repeat; opacity:0; -webkit-transition: all 0.8s cubic-bezier(0.655, 0, 0.250, 1); z-index: 1001; } .show-bg { opacity:1; z-index: 100; } .show-logo { opacity:1 ; z-index: 300; } #bg1 { background-image: url(../img/heroImage01.jpg); } #bg2 { background-image: url(../img/heroImage02.jpg); } #bg3 { background-image: url(../img/heroImage03.jpg); } /* CONTACT PAGE ASSETS -------------------------------------------------------- */
0.178992
0.037082
html { /* background: url(bg.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;*/ height: 100%; overflow-y: hidden; font-family: 'Montserrat', sans-serif; background-color: #101010; } #heading{ position: fixed; top:0; left: 0; width: 65%; height: auto; z-index: -1; opacity: 0.05; } #headermessage{ position: fixed; top: 15%; left: 3%; color: white; z-index: 3; font-size: 2rem; } h1{ color: white; } nav{ position: absolute; background-color: #151515; height: 60px; width: 100%; /*box-shadow: 0px 6px 6px rgba(0,0,0,0.2);*/ display: flex; justify-content: flex-end; align-items: center; z-index: 3; } .navItem{ color: white; padding: 12% 2%; padding-left: 0%; cursor: pointer; } #hashCont{ position: fixed; top: 48%; left: -15%; z-index:-1; } #semicolonCont{ position: fixed; top: 48%; left: 35%; z-index:-1; } #hash{ position: fixed; max-height: 55%; width: auto; z-index: -1; } #semicolon{ position: fixed; max-height: 55%; width: auto; z-index:-1; } body{ height: 100%; width: 100%; padding: 0; margin: 0; } .right{ height: 100%; display: flex; justify-content: flex-end; margin: 0; } #card{ background-color: #000; height: auto; width: auto; height: 100%; width: 30%; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 4px 8px rgba(255,255,255,); z-index: 1; margin: 0; } .center{ height: 100%; display: flex; align-items: center; justify-content: center; } .h100{ height: 100% } .textbox{ background-color: #fff; border: none; margin:10px; height: 40px; width: 70%; padding: 10px; padding-left: 20px; border-radius: 25px; z-index: 2; } #SignIn { min-width: 35%; margin-top: 10px; text-align: center; text-decoration: none; /*box-shadow: 0px 4px 6px rgba(0,0,0,0.3);*/ background-color: white; color: black; } #SignIn:hover{ transform: scale(1.1); } ::-webkit-input-placeholder { font-size: 1rem; font-style: italic; color: rgba(170,170,170,0.8); } :-moz-placeholder { font-size: 1rem; font-style: italic; color: rgba(170,170,170,0.8); } ::-moz-placeholder { font-size: 1rem; font-style: italic; color: rgba(170,170,170,0.8); } :-ms-input-placeholder { font-size: 1rem; font-style: italic; color: rgba(170,170,170,0.8); } input:focus, select:focus, textarea:focus, button:focus { outline: none; } a{ color: white; font-size: 0.8rem; }
src/assets/style.css
html { /* background: url(bg.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;*/ height: 100%; overflow-y: hidden; font-family: 'Montserrat', sans-serif; background-color: #101010; } #heading{ position: fixed; top:0; left: 0; width: 65%; height: auto; z-index: -1; opacity: 0.05; } #headermessage{ position: fixed; top: 15%; left: 3%; color: white; z-index: 3; font-size: 2rem; } h1{ color: white; } nav{ position: absolute; background-color: #151515; height: 60px; width: 100%; /*box-shadow: 0px 6px 6px rgba(0,0,0,0.2);*/ display: flex; justify-content: flex-end; align-items: center; z-index: 3; } .navItem{ color: white; padding: 12% 2%; padding-left: 0%; cursor: pointer; } #hashCont{ position: fixed; top: 48%; left: -15%; z-index:-1; } #semicolonCont{ position: fixed; top: 48%; left: 35%; z-index:-1; } #hash{ position: fixed; max-height: 55%; width: auto; z-index: -1; } #semicolon{ position: fixed; max-height: 55%; width: auto; z-index:-1; } body{ height: 100%; width: 100%; padding: 0; margin: 0; } .right{ height: 100%; display: flex; justify-content: flex-end; margin: 0; } #card{ background-color: #000; height: auto; width: auto; height: 100%; width: 30%; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 4px 8px rgba(255,255,255,); z-index: 1; margin: 0; } .center{ height: 100%; display: flex; align-items: center; justify-content: center; } .h100{ height: 100% } .textbox{ background-color: #fff; border: none; margin:10px; height: 40px; width: 70%; padding: 10px; padding-left: 20px; border-radius: 25px; z-index: 2; } #SignIn { min-width: 35%; margin-top: 10px; text-align: center; text-decoration: none; /*box-shadow: 0px 4px 6px rgba(0,0,0,0.3);*/ background-color: white; color: black; } #SignIn:hover{ transform: scale(1.1); } ::-webkit-input-placeholder { font-size: 1rem; font-style: italic; color: rgba(170,170,170,0.8); } :-moz-placeholder { font-size: 1rem; font-style: italic; color: rgba(170,170,170,0.8); } ::-moz-placeholder { font-size: 1rem; font-style: italic; color: rgba(170,170,170,0.8); } :-ms-input-placeholder { font-size: 1rem; font-style: italic; color: rgba(170,170,170,0.8); } input:focus, select:focus, textarea:focus, button:focus { outline: none; } a{ color: white; font-size: 0.8rem; }
0.264453
0.049635
 ul.browse { margin-bottom:20px; overflow:hidden; border-top:1px solid #ccc; } .boroughs { float: left; clear: both; width:450px; } .decades { float: left; width:150px; } ul.browse li{ line-height:1.5em; border-bottom:1px solid #ccc; float:left; display:inline; } ul.boroughs li { width:50%;} /* 2 col */ ul.decades li { width:100%;} /* 2 col */ #triple li { width:33.333%; } /* 3 col */ #quad li { width:25%; }/* 4 col */ #six li { width:16.666%; }/* 6 col */ input[type=text], select { width: 300px; } .browseReport, .tableSummary { border-top: 1px solid #bbb; margin-top: 1em; clear: both; padding: 1em; } .browseReport img { float:left; padding-right: 20px; width: 50px; } .browseReport a { font-size: 1.6em; } .browseReport table, .report-head table { float: right; width: 150px; font-size: 0.8em; } .report-head h1 { font-size: 1.4em; } .playerPlaceholder { clear: both; margin: 10px 0; padding: 150px; background-color: #000; } .prevNext { float: left; width: 100px; font-size: 2.2em; } .prevNext div { width: 40px; float:left; } .pagePreview { float:left; width: 400px; } .htmlPreview { float: left; margin-left: 20px; border: 1px solid #999; padding: 10px; } .tbInfo { font-size: 11px; background-color: #ffd700; margin-bottom: 10px; } .tbInfo.problem{ background-color: #ffb6c1; margin-bottom: 10px; } .moh .pagethumb { float: left; padding-right: 20px; } .moh h3 { margin-top: 0; padding-top: 0; } .moh #map { width: 400px; height: 400px; border: 1px solid #999; } .moh ul.pageList { margin: 0; padding: 0; list-style-type: none; } .moh ul.pageList li { display: inline; padding: 1em; border-left: 1px solid #999; } .moh .mohReport { clear: both; padding-top: 1em; border-top: 2px solid #005870; } .moh .paging { padding-top: 2em; clear: left; } .mohPage { clear: left; padding-top: 1em; } .mohPage table { width: auto; } .mohSearchResults .reportResult { clear: both; border-bottom: 1px solid #bbb; margin: 10px 0; } .mohSearchResults .repBox { float: left; width: 20%; } .mohSearchResults .mohhit { float: right; width: 75%; clear: right; } .mohhit { margin-bottom: 2em; } .headerSummary, .extract { clear: left; } .reportResult .clear { clear: both; } .snippetmatch { background-color: #ffd700; }
src/Wellcome.MoH/Wellcome.MoH.Web/wwwroot/assets/css/moh.css
 ul.browse { margin-bottom:20px; overflow:hidden; border-top:1px solid #ccc; } .boroughs { float: left; clear: both; width:450px; } .decades { float: left; width:150px; } ul.browse li{ line-height:1.5em; border-bottom:1px solid #ccc; float:left; display:inline; } ul.boroughs li { width:50%;} /* 2 col */ ul.decades li { width:100%;} /* 2 col */ #triple li { width:33.333%; } /* 3 col */ #quad li { width:25%; }/* 4 col */ #six li { width:16.666%; }/* 6 col */ input[type=text], select { width: 300px; } .browseReport, .tableSummary { border-top: 1px solid #bbb; margin-top: 1em; clear: both; padding: 1em; } .browseReport img { float:left; padding-right: 20px; width: 50px; } .browseReport a { font-size: 1.6em; } .browseReport table, .report-head table { float: right; width: 150px; font-size: 0.8em; } .report-head h1 { font-size: 1.4em; } .playerPlaceholder { clear: both; margin: 10px 0; padding: 150px; background-color: #000; } .prevNext { float: left; width: 100px; font-size: 2.2em; } .prevNext div { width: 40px; float:left; } .pagePreview { float:left; width: 400px; } .htmlPreview { float: left; margin-left: 20px; border: 1px solid #999; padding: 10px; } .tbInfo { font-size: 11px; background-color: #ffd700; margin-bottom: 10px; } .tbInfo.problem{ background-color: #ffb6c1; margin-bottom: 10px; } .moh .pagethumb { float: left; padding-right: 20px; } .moh h3 { margin-top: 0; padding-top: 0; } .moh #map { width: 400px; height: 400px; border: 1px solid #999; } .moh ul.pageList { margin: 0; padding: 0; list-style-type: none; } .moh ul.pageList li { display: inline; padding: 1em; border-left: 1px solid #999; } .moh .mohReport { clear: both; padding-top: 1em; border-top: 2px solid #005870; } .moh .paging { padding-top: 2em; clear: left; } .mohPage { clear: left; padding-top: 1em; } .mohPage table { width: auto; } .mohSearchResults .reportResult { clear: both; border-bottom: 1px solid #bbb; margin: 10px 0; } .mohSearchResults .repBox { float: left; width: 20%; } .mohSearchResults .mohhit { float: right; width: 75%; clear: right; } .mohhit { margin-bottom: 2em; } .headerSummary, .extract { clear: left; } .reportResult .clear { clear: both; } .snippetmatch { background-color: #ffd700; }
0.58948
0.134264
.jssorl-009-spin img { animation-name: jssorl-009-spin; animation-duration: 1.6s; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes jssorl-009-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /*jssor slider bullet skin 057 css*/ .jssorb057 .i { position:absolute; cursor:pointer; } .jssorb057 .i .b { fill:none; stroke:#fff; stroke-width:2000; stroke-miterlimit:10; stroke-opacity:0.4; } .jssorb057 .i:hover .b { stroke-opacity:.7; } .jssorb057 .iav .b { stroke-opacity: 1; } .jssorb057 .i.idn { opacity:.3; } .jssora073 { display:block; position:absolute; cursor:pointer; } .jssora073 .a { fill:#ddd; fill-opacity:.7; stroke:#000; stroke-width:160; stroke-miterlimit:10; stroke-opacity:.7; } .jssora073:hover { opacity:.8; } .jssora073.jssora073dn { opacity:.4; } .jssora073.jssora073ds { opacity:.3; pointer-events:none; } #jssor_1{ position:relative; margin:0 auto; left:0px; width:980px; height:150px; overflow:hidden; visibility:hidden; } .jssorl-009-spin{ position:absolute; top:0px; left:0px; width:100%; height:100%; text-align:center; background-color:rgba(0,0,0,0.7); } /* Shared */ .loginBtn { box-sizing: border-box; position: relative; /* width: 13em; - apply for fixed size */ margin: 0.2em; padding: 0 15px 0 46px; border: none; text-align: left; line-height: 34px; white-space: nowrap; border-radius: 0.2em; font-size: 16px; color: #FFF; } .loginBtn:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; width: 34px; height: 100%; } .loginBtn:focus { outline: none; } .loginBtn:active { box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1); } /* Facebook */ .loginBtn--facebook { background-color: #4C69BA; background-image: linear-gradient(#4C69BA, #3B55A0); /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/ text-shadow: 0 -1px 0 #354C8C; } .loginBtn--facebook:before { border-right: #364e92 1px solid; background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat; } .loginBtn--facebook:hover, .loginBtn--facebook:focus { background-color: #5B7BD5; background-image: linear-gradient(#5B7BD5, #4864B1); } /* Google */ .loginBtn--google { /*font-family: "Roboto", Roboto, arial, sans-serif;*/ background: #DD4B39; } .loginBtn--google:before { border-right: #BB3F30 1px solid; background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat; } .loginBtn--google:hover, .loginBtn--google:focus { background: #E74B37; } form .error { color: #ff0000; } .slider .indicators .indicator-item.active { background-color: rgb(238, 110, 115) !important; } .slider { font-family: 'Cookie', cursive; } .slider.home { height: 500px !important; } .slides.home { height: 440px !important; } body { background-color:blue; }
ems/static/css/style.css
.jssorl-009-spin img { animation-name: jssorl-009-spin; animation-duration: 1.6s; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes jssorl-009-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /*jssor slider bullet skin 057 css*/ .jssorb057 .i { position:absolute; cursor:pointer; } .jssorb057 .i .b { fill:none; stroke:#fff; stroke-width:2000; stroke-miterlimit:10; stroke-opacity:0.4; } .jssorb057 .i:hover .b { stroke-opacity:.7; } .jssorb057 .iav .b { stroke-opacity: 1; } .jssorb057 .i.idn { opacity:.3; } .jssora073 { display:block; position:absolute; cursor:pointer; } .jssora073 .a { fill:#ddd; fill-opacity:.7; stroke:#000; stroke-width:160; stroke-miterlimit:10; stroke-opacity:.7; } .jssora073:hover { opacity:.8; } .jssora073.jssora073dn { opacity:.4; } .jssora073.jssora073ds { opacity:.3; pointer-events:none; } #jssor_1{ position:relative; margin:0 auto; left:0px; width:980px; height:150px; overflow:hidden; visibility:hidden; } .jssorl-009-spin{ position:absolute; top:0px; left:0px; width:100%; height:100%; text-align:center; background-color:rgba(0,0,0,0.7); } /* Shared */ .loginBtn { box-sizing: border-box; position: relative; /* width: 13em; - apply for fixed size */ margin: 0.2em; padding: 0 15px 0 46px; border: none; text-align: left; line-height: 34px; white-space: nowrap; border-radius: 0.2em; font-size: 16px; color: #FFF; } .loginBtn:before { content: ""; box-sizing: border-box; position: absolute; top: 0; left: 0; width: 34px; height: 100%; } .loginBtn:focus { outline: none; } .loginBtn:active { box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1); } /* Facebook */ .loginBtn--facebook { background-color: #4C69BA; background-image: linear-gradient(#4C69BA, #3B55A0); /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/ text-shadow: 0 -1px 0 #354C8C; } .loginBtn--facebook:before { border-right: #364e92 1px solid; background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat; } .loginBtn--facebook:hover, .loginBtn--facebook:focus { background-color: #5B7BD5; background-image: linear-gradient(#5B7BD5, #4864B1); } /* Google */ .loginBtn--google { /*font-family: "Roboto", Roboto, arial, sans-serif;*/ background: #DD4B39; } .loginBtn--google:before { border-right: #BB3F30 1px solid; background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat; } .loginBtn--google:hover, .loginBtn--google:focus { background: #E74B37; } form .error { color: #ff0000; } .slider .indicators .indicator-item.active { background-color: rgb(238, 110, 115) !important; } .slider { font-family: 'Cookie', cursive; } .slider.home { height: 500px !important; } .slides.home { height: 440px !important; } body { background-color:blue; }
0.530236
0.217234
body { background-color: #fdf6e3; color: #586e75; font-family: Charter, "Bitstream Charter", Palatino, Georgia, serif; line-height: 1.4; margin: 2em auto; max-width: 35em; text-align: left; width: 93%; word-wrap: break-word; } h1, h2, h3, h4, h5, h6 { font-family: Lato, Helvetica, sans-serif; } a { text-decoration: none; } a:link { color: #268bd2; } a:visited { color: #2aa198; } a:hover, a:active { text-decoration: underline; } blockquote { border-left: 4px solid #93a1a1; color: #657b83; margin: 0px; padding: 0px 0px 0px 16px; /* top right bottom left */ } code { background-color: #eee8d5; padding-left: 4px; padding-right: 4px; } pre code { display: block; line-height: 1.2em; max-height: 30em; overflow: auto; padding: 10px; } table { border-bottom: 2px solid #586e75; border-collapse: collapse; border-top: 2px solid #586e75; margin: 0px auto; /* center table */ } table th { border-bottom: 1px solid #586e75; font-weight: normal; padding: 0px 10px; vertical-align: top; } table td { padding: 0px 10px; vertical-align: top; } /* Colors for source code listings. See https://github.com/altercation/ethanschoonover.com/blob/master/resources/css/style.css and http://claireyu.org/posts/2013-12-24-hakyll-syntax-highlighting.html for details. */ .sourceCode span.kw { color: #859900; } /* Keyword */ .sourceCode span.dt { color: #b58900; } /* Data type */ .sourceCode span.dv { color: #2aa198; } /* Decimal value */ .sourceCode span.bn { color: #2aa198; } /* Number in a base other than ten ("base n") */ .sourceCode span.fl { color: #2aa198; } /* Float */ .sourceCode span.ch { color: #859900; } /* Character */ .sourceCode span.st { color: #2aa198; } /* String */ .sourceCode span.co { color: #93a1a1; font-style: italic; } /* Comment */ .sourceCode span.ot { color: #cb4b16; } /* Other (Pandoc may have gotten rid of this in later versions) */ .sourceCode span.al { color: #dc322f; } /* Alert */ .sourceCode span.fu { color: #268bd2; } /* Function */ .sourceCode span.er { color: #dc322f; font-weight: bold; } /* Error */ .sourceCode span.wa { color: #cb4b16; font-weight: italic; } /* Warning */ .sourceCode span.cn { color: #b58900; } /* Constant */ .sourceCode span.sc { color: #b58900; } /* Special character */ .sourceCode span.vs { } /* Verbatim string */ .sourceCode span.ss { } /* Special string */ .sourceCode span.im { color: #cb4b16; } /* Import statement */ .sourceCode span.va { } /* Variable */ .sourceCode span.cf { color: #859900; } /* Control-flow */ .sourceCode span.op { color: #859900; } /* Operator */ .sourceCode span.bu { color: #268bd2; } /* Built-in function(?) */ .sourceCode span.ex { } /* Extension */ .sourceCode span.pp { } /* Preprocessor */ .sourceCode span.at { } /* Attribute */ .sourceCode span.do { } /* Documentation */ .sourceCode span.an { } /* Annotation */ .sourceCode span.cv { } /* Comment variable -- variables that appear in comments? */ .sourceCode span.in { } /* Information */ .sourceCode span.re { color: #b58900; } /* Region markers (Pandoc may have gotten rid of this in later versions) */
solarized-light.css
body { background-color: #fdf6e3; color: #586e75; font-family: Charter, "Bitstream Charter", Palatino, Georgia, serif; line-height: 1.4; margin: 2em auto; max-width: 35em; text-align: left; width: 93%; word-wrap: break-word; } h1, h2, h3, h4, h5, h6 { font-family: Lato, Helvetica, sans-serif; } a { text-decoration: none; } a:link { color: #268bd2; } a:visited { color: #2aa198; } a:hover, a:active { text-decoration: underline; } blockquote { border-left: 4px solid #93a1a1; color: #657b83; margin: 0px; padding: 0px 0px 0px 16px; /* top right bottom left */ } code { background-color: #eee8d5; padding-left: 4px; padding-right: 4px; } pre code { display: block; line-height: 1.2em; max-height: 30em; overflow: auto; padding: 10px; } table { border-bottom: 2px solid #586e75; border-collapse: collapse; border-top: 2px solid #586e75; margin: 0px auto; /* center table */ } table th { border-bottom: 1px solid #586e75; font-weight: normal; padding: 0px 10px; vertical-align: top; } table td { padding: 0px 10px; vertical-align: top; } /* Colors for source code listings. See https://github.com/altercation/ethanschoonover.com/blob/master/resources/css/style.css and http://claireyu.org/posts/2013-12-24-hakyll-syntax-highlighting.html for details. */ .sourceCode span.kw { color: #859900; } /* Keyword */ .sourceCode span.dt { color: #b58900; } /* Data type */ .sourceCode span.dv { color: #2aa198; } /* Decimal value */ .sourceCode span.bn { color: #2aa198; } /* Number in a base other than ten ("base n") */ .sourceCode span.fl { color: #2aa198; } /* Float */ .sourceCode span.ch { color: #859900; } /* Character */ .sourceCode span.st { color: #2aa198; } /* String */ .sourceCode span.co { color: #93a1a1; font-style: italic; } /* Comment */ .sourceCode span.ot { color: #cb4b16; } /* Other (Pandoc may have gotten rid of this in later versions) */ .sourceCode span.al { color: #dc322f; } /* Alert */ .sourceCode span.fu { color: #268bd2; } /* Function */ .sourceCode span.er { color: #dc322f; font-weight: bold; } /* Error */ .sourceCode span.wa { color: #cb4b16; font-weight: italic; } /* Warning */ .sourceCode span.cn { color: #b58900; } /* Constant */ .sourceCode span.sc { color: #b58900; } /* Special character */ .sourceCode span.vs { } /* Verbatim string */ .sourceCode span.ss { } /* Special string */ .sourceCode span.im { color: #cb4b16; } /* Import statement */ .sourceCode span.va { } /* Variable */ .sourceCode span.cf { color: #859900; } /* Control-flow */ .sourceCode span.op { color: #859900; } /* Operator */ .sourceCode span.bu { color: #268bd2; } /* Built-in function(?) */ .sourceCode span.ex { } /* Extension */ .sourceCode span.pp { } /* Preprocessor */ .sourceCode span.at { } /* Attribute */ .sourceCode span.do { } /* Documentation */ .sourceCode span.an { } /* Annotation */ .sourceCode span.cv { } /* Comment variable -- variables that appear in comments? */ .sourceCode span.in { } /* Information */ .sourceCode span.re { color: #b58900; } /* Region markers (Pandoc may have gotten rid of this in later versions) */
0.672009
0.123102
ul.sub-menu {border-radius: 5px; position: absolute;top: 30px;padding: 10px 15px;cursor: pointer;width: 210px;background-color: #fff;box-shadow: 0 2px 24px 0 hsl(0deg 0% 7% / 24%);z-index: +9999;opacity: 0;visibility: hidden;-webkit-transform: translateY(.8rem) translateX(-50%);transform: translateY(.8rem) translateX(-50%);transition: opacity .2s ease-in-out,visibility .3s linear,-webkit-transform .2s ease-in-out;transition: transform .2s ease-in-out,opacity .2s ease-in-out,visibility .3s linear;transition: transform .2s ease-in-out,opacity .2s ease-in-out,visibility .3s linear,-webkit-transform .2s ease-in-out;} ul.sub-menu li:first-child{padding-top: 0px;} ul.sub-menu li:last-child{padding-bottom: 0px;} ul.sub-menu li {width: 100%;padding: 5px 0px;margin: 0px;} ul.sub-menu li a{font-weight: 400;font-size: 16px;color:#18184A!important; width: 100%;} ul.sub-menu li a:after {display: none;} .np-mostrunsTableBg table.np-mostruns_table {padding: 0rem 0px;} .np-mostrunsTableBg.col-100.floatLft { padding: 1rem 0px; } .np-team-ico img { bottom: -26px; right: 0px; width: 65px; left: auto; top: auto; } .ap-video-item img {max-height:410px} .np-card__logo .np-Shikhar-logo{max-height: 130px;} .ap-team-wrp.flexDisplay.justifySpace.alignCenter { position: relative; } .ap-common-slider-wrap h3.ap-slide-video-title { min-height: 42px; padding: 0px 25px; display: flex; align-items: center; } section.ap-latest-videos.ap-top-highlights .ap-common-slider-wrap h3.ap-slide-video-title { min-height: 90px; padding: 0px 25px; display: flex; align-items: center; } .ap-common-tab i{line-height: 0px;} .ap-video-item:before{ content:''; position:absolute; width:100%; height:100%; top:0px; left:0px; background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 77.79%); } body.not-home footer { margin-bottom: 0px; } ul.social-icon { float: right; } ul.social-icon li { display: inline-block; padding: 0px 6px; } ul.social-icon li:last-child { padding-right: 0px; } ul.social-icon li img { width: 16px; } .ap-team-name{color: #4a4a4a;font-size: 15px;}.ap-team-ico img{ } .ap-img-box img{max-height: 194px;} .slick-dots li button{border: none;} ul.ap-navigation li:hover ul.sub-menu{visibility: visible; opacity: 1;-webkit-transform: translateY(0) translateX(-50%);transform: translateY(0) translateX(-50%);transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;transition: transform .2s ease-in-out,opacity .2s ease-in-out;transition: transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;} .filter { width: 100%; height: 100%; position: fixed; z-index: +999; overflow: hidden; left: 0px; top: 0px; background: rgba(28, 28, 28, 0.5); backdrop-filter: blur(50px); } .filter-box { width: 480px; height: auto; float: left; background: #fff; border-radius: 10px; padding: 0px; position: absolute; top: 5%; left: auto; right: 5%; } .filter-box h3 { font-style: italic; font-weight: bold; font-size: 25px; color: #19398A; line-height: 45px; } ul.filter-list input:checked + label { background: #EF4123; color: #fff; } .head { width: 100%; float: left; background: #FFFFFF; box-shadow: 0px 3.97366px 9.93414px rgb(0 0 0 / 10%); border-top-left-radius: 10px; border-top-right-radius: 10px; padding: 0px 15px; } ul.filter-list { width: 100%; height: auto; float: left; margin: 12px 0px 0px 0px; } ul.filter-list li { display: inline-block; margin: 0px 7px 0px 0px; } ul.filter-list li input { visibility: hidden; display: none; } ul.filter-list label { padding: 10px 26px; background: #fff; box-shadow: 0px 5.24825px 13.1206px rgb(0 0 0 / 10%); border-radius: 42px; color: #EF4123; display: block; margin-bottom: 8px; cursor: pointer; font-weight: 600; position: relative; font-size: 13px; } body.fixed { overflow: hidden; } .close { position: absolute; right: 10px; top: 12px; cursor: pointer; } .close img { width: 13px; } .filters { width: 100%; height: auto; float: left; margin: 12px 0px; padding: 0px 15px; } .filters h3 { font-size: 18px; line-height: 25px; } ul.filter-list input:checked + label:before { content: ''; position: absolute; width: 12px; top: calc(50% - 5px); left: 10px; height: 10px; background: url(../images/correct-sign.png); background-size: cover; }
public/assets/css/ni-device.css
ul.sub-menu {border-radius: 5px; position: absolute;top: 30px;padding: 10px 15px;cursor: pointer;width: 210px;background-color: #fff;box-shadow: 0 2px 24px 0 hsl(0deg 0% 7% / 24%);z-index: +9999;opacity: 0;visibility: hidden;-webkit-transform: translateY(.8rem) translateX(-50%);transform: translateY(.8rem) translateX(-50%);transition: opacity .2s ease-in-out,visibility .3s linear,-webkit-transform .2s ease-in-out;transition: transform .2s ease-in-out,opacity .2s ease-in-out,visibility .3s linear;transition: transform .2s ease-in-out,opacity .2s ease-in-out,visibility .3s linear,-webkit-transform .2s ease-in-out;} ul.sub-menu li:first-child{padding-top: 0px;} ul.sub-menu li:last-child{padding-bottom: 0px;} ul.sub-menu li {width: 100%;padding: 5px 0px;margin: 0px;} ul.sub-menu li a{font-weight: 400;font-size: 16px;color:#18184A!important; width: 100%;} ul.sub-menu li a:after {display: none;} .np-mostrunsTableBg table.np-mostruns_table {padding: 0rem 0px;} .np-mostrunsTableBg.col-100.floatLft { padding: 1rem 0px; } .np-team-ico img { bottom: -26px; right: 0px; width: 65px; left: auto; top: auto; } .ap-video-item img {max-height:410px} .np-card__logo .np-Shikhar-logo{max-height: 130px;} .ap-team-wrp.flexDisplay.justifySpace.alignCenter { position: relative; } .ap-common-slider-wrap h3.ap-slide-video-title { min-height: 42px; padding: 0px 25px; display: flex; align-items: center; } section.ap-latest-videos.ap-top-highlights .ap-common-slider-wrap h3.ap-slide-video-title { min-height: 90px; padding: 0px 25px; display: flex; align-items: center; } .ap-common-tab i{line-height: 0px;} .ap-video-item:before{ content:''; position:absolute; width:100%; height:100%; top:0px; left:0px; background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 77.79%); } body.not-home footer { margin-bottom: 0px; } ul.social-icon { float: right; } ul.social-icon li { display: inline-block; padding: 0px 6px; } ul.social-icon li:last-child { padding-right: 0px; } ul.social-icon li img { width: 16px; } .ap-team-name{color: #4a4a4a;font-size: 15px;}.ap-team-ico img{ } .ap-img-box img{max-height: 194px;} .slick-dots li button{border: none;} ul.ap-navigation li:hover ul.sub-menu{visibility: visible; opacity: 1;-webkit-transform: translateY(0) translateX(-50%);transform: translateY(0) translateX(-50%);transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;transition: transform .2s ease-in-out,opacity .2s ease-in-out;transition: transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;} .filter { width: 100%; height: 100%; position: fixed; z-index: +999; overflow: hidden; left: 0px; top: 0px; background: rgba(28, 28, 28, 0.5); backdrop-filter: blur(50px); } .filter-box { width: 480px; height: auto; float: left; background: #fff; border-radius: 10px; padding: 0px; position: absolute; top: 5%; left: auto; right: 5%; } .filter-box h3 { font-style: italic; font-weight: bold; font-size: 25px; color: #19398A; line-height: 45px; } ul.filter-list input:checked + label { background: #EF4123; color: #fff; } .head { width: 100%; float: left; background: #FFFFFF; box-shadow: 0px 3.97366px 9.93414px rgb(0 0 0 / 10%); border-top-left-radius: 10px; border-top-right-radius: 10px; padding: 0px 15px; } ul.filter-list { width: 100%; height: auto; float: left; margin: 12px 0px 0px 0px; } ul.filter-list li { display: inline-block; margin: 0px 7px 0px 0px; } ul.filter-list li input { visibility: hidden; display: none; } ul.filter-list label { padding: 10px 26px; background: #fff; box-shadow: 0px 5.24825px 13.1206px rgb(0 0 0 / 10%); border-radius: 42px; color: #EF4123; display: block; margin-bottom: 8px; cursor: pointer; font-weight: 600; position: relative; font-size: 13px; } body.fixed { overflow: hidden; } .close { position: absolute; right: 10px; top: 12px; cursor: pointer; } .close img { width: 13px; } .filters { width: 100%; height: auto; float: left; margin: 12px 0px; padding: 0px 15px; } .filters h3 { font-size: 18px; line-height: 25px; } ul.filter-list input:checked + label:before { content: ''; position: absolute; width: 12px; top: calc(50% - 5px); left: 10px; height: 10px; background: url(../images/correct-sign.png); background-size: cover; }
0.39222
0.078254
body { color: #2f2f2f; } .article { width: 750px; } .title { font-size: 2rem; line-height: 1.3; } /* ====================== head ====================== */ .info { width: 100%; height: 50px; padding-left: 65px; position: relative; } .head { width: 50px; height: 50px; border: 1px solid #e4e5e6; border-radius: 25px; overflow: hidden; position: absolute; top: 0; left: 0; } .head img { width: 100%; height: 100%; } .infoBody { height: 100%; } .author { height: 30px; line-height: 30px; font-size: 1.4rem; } .author span { border: 1px solid #3498e0; color: #3498e0; font-size: 1rem; padding: 2px 4px; border-radius: 3px; margin-right: 10px; } .time { height: 20px; line-height: 20px; color: #969696; } /* ===================== head end ===================*/ /* ==================== content =====================*/ .content { margin-top: 50px; width: 100%; padding-bottom: 100px; } .content h1, .content h2, .content h3, .content h4 { line-height: 1.5; } .content h1 { font-size: 2.6rem; } .content h2 { font-size: 2.4rem; } .content h3 { font-size: 2.2rem; } .content h4 { font-size: 2rem; } .content p { font-size: 1.6rem; line-height: 1.5; margin: 30px 0px; font-weight: 400; word-break: break-word; } .content hr { border: none; border-top: 1px solid #dedede; } .content a { color: #3498e0; display: inline; } .content img { display: block; margin: 0 auto; max-width: 100%; } .content code p { margin: 0; } .copyright { height: 30px; color: #969696; line-height: 30px; margin-top: 50px; } blockquote p:first-child { margin-top: 0; } /* pre */ pre { border: 1px solid #ccc; border-radius: 3px; background-color: #fdf9f6; line-height: 20px; padding: 10px; font-family: Menlo,Monaco,Consolas,"Courier New",monospace; margin: 5px 0; max-height: 440px; overflow-y: auto; word-break: break-all; white-space: pre-wrap; } pre::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } pre::-webkit-scrollbar-button { display: none; } pre::-webkit-scrollbar-track { border-radius: 10px; } pre::-webkit-scrollbar-track-piece { background-color: #fdf9f6; } pre::-webkit-scrollbar-thumb { height: 10px; border-radius: 5px; background-color: rgba(100, 100, 100, 0.8); } code { padding: 5px; line-height: 1.5; font-size: 1.4rem; display: block; font-family: Menlo,Monaco,Consolas,"Courier New",monospace; } /* ================== content end ====================*/
public/css/page/article.css
body { color: #2f2f2f; } .article { width: 750px; } .title { font-size: 2rem; line-height: 1.3; } /* ====================== head ====================== */ .info { width: 100%; height: 50px; padding-left: 65px; position: relative; } .head { width: 50px; height: 50px; border: 1px solid #e4e5e6; border-radius: 25px; overflow: hidden; position: absolute; top: 0; left: 0; } .head img { width: 100%; height: 100%; } .infoBody { height: 100%; } .author { height: 30px; line-height: 30px; font-size: 1.4rem; } .author span { border: 1px solid #3498e0; color: #3498e0; font-size: 1rem; padding: 2px 4px; border-radius: 3px; margin-right: 10px; } .time { height: 20px; line-height: 20px; color: #969696; } /* ===================== head end ===================*/ /* ==================== content =====================*/ .content { margin-top: 50px; width: 100%; padding-bottom: 100px; } .content h1, .content h2, .content h3, .content h4 { line-height: 1.5; } .content h1 { font-size: 2.6rem; } .content h2 { font-size: 2.4rem; } .content h3 { font-size: 2.2rem; } .content h4 { font-size: 2rem; } .content p { font-size: 1.6rem; line-height: 1.5; margin: 30px 0px; font-weight: 400; word-break: break-word; } .content hr { border: none; border-top: 1px solid #dedede; } .content a { color: #3498e0; display: inline; } .content img { display: block; margin: 0 auto; max-width: 100%; } .content code p { margin: 0; } .copyright { height: 30px; color: #969696; line-height: 30px; margin-top: 50px; } blockquote p:first-child { margin-top: 0; } /* pre */ pre { border: 1px solid #ccc; border-radius: 3px; background-color: #fdf9f6; line-height: 20px; padding: 10px; font-family: Menlo,Monaco,Consolas,"Courier New",monospace; margin: 5px 0; max-height: 440px; overflow-y: auto; word-break: break-all; white-space: pre-wrap; } pre::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } pre::-webkit-scrollbar-button { display: none; } pre::-webkit-scrollbar-track { border-radius: 10px; } pre::-webkit-scrollbar-track-piece { background-color: #fdf9f6; } pre::-webkit-scrollbar-thumb { height: 10px; border-radius: 5px; background-color: rgba(100, 100, 100, 0.8); } code { padding: 5px; line-height: 1.5; font-size: 1.4rem; display: block; font-family: Menlo,Monaco,Consolas,"Courier New",monospace; } /* ================== content end ====================*/
0.287868
0.085939
html.hc-nav-yscroll { overflow-y: scroll } body.hc-nav-open { overflow: hidden; position: fixed; width: 100%; min-height: 100% } .hc-offcanvas-nav { visibility: hidden; display: none; position: fixed; top: 0; height: 100%; z-index: 9999 } .hc-offcanvas-nav.is-ios * { cursor: pointer !important } .hc-offcanvas-nav .nav-container { position: fixed; z-index: 9998; top: 0; width: 280px; height: 100%; max-width: 100%; max-height: 100%; box-sizing: border-box; transition: transform .4s ease } .hc-offcanvas-nav .nav-wrapper { width: 100%; height: 100%; max-height: 100vh; overscroll-behavior: none; box-sizing: border-box } .hc-offcanvas-nav .nav-content { height: 100%; max-height: 100vh } .hc-offcanvas-nav .nav-wrapper-0>.nav-content { overflow: scroll; overflow-x: visible; overflow-y: auto; box-sizing: border-box } .hc-offcanvas-nav ul { list-style: none; margin: 0; padding: 0 } .hc-offcanvas-nav li { position: relative; display: block } .hc-offcanvas-nav li.level-open>.nav-wrapper { visibility: visible } .hc-offcanvas-nav input[type="checkbox"] { display: none } .hc-offcanvas-nav label { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; cursor: pointer } .hc-offcanvas-nav a { position: relative; display: block; box-sizing: border-box; cursor: pointer } .hc-offcanvas-nav a, .hc-offcanvas-nav a:hover { text-decoration: none } .hc-offcanvas-nav.disable-body::after, .hc-offcanvas-nav .nav-wrapper::after { content: ''; position: fixed; z-index: 9990; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; overscroll-behavior: none; visibility: hidden; opacity: 0; transition: visibility 0s ease .4s, opacity .4s ease } .hc-offcanvas-nav.disable-body.nav-open::after, .hc-offcanvas-nav .sub-level-open::after { visibility: visible; opacity: 1; transition-delay: .05s } .hc-offcanvas-nav:not(.nav-open)::after { pointer-events: none } .hc-offcanvas-nav.nav-levels-expand .nav-content { overflow: scroll; overflow-x: visible; overflow-y: auto; box-sizing: border-box } .hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after { display: none } .hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper { min-width: 0; max-height: 0; overflow: hidden; transition: height 0s ease .4s } .hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper { max-height: none } .hc-offcanvas-nav.nav-levels-overlap .nav-content { overflow: scroll; overflow-x: visible; overflow-y: auto; box-sizing: border-box } .hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper { position: absolute; z-index: 9999; top: 0; height: 100%; visibility: hidden; transition: visibility 0s ease .4s, transform .4s ease } .hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent { position: static } .hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper { visibility: visible; transform: translate3d(0, 0, 0); transition: transform .4s ease } .hc-offcanvas-nav.nav-position-left { left: 0 } .hc-offcanvas-nav.nav-position-left .nav-container { left: 0; transform: translate3d(-280px, 0, 0) } .hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper { left: 0; transform: translate3d(-100%, 0, 0) } .hc-offcanvas-nav.nav-position-right { right: 0 } .hc-offcanvas-nav.nav-position-right .nav-container { right: 0; transform: translate3d(280px, 0, 0) } .hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper { right: 0; transform: translate3d(100%, 0, 0) } .hc-offcanvas-nav.nav-position-top { top: 0 } .hc-offcanvas-nav.nav-position-top .nav-container { top: 0; width: 100%; height: auto; transform: translate3d(0, -100%, 0) } .hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper { left: 0; transform: translate3d(0, -100%, 0) } .hc-offcanvas-nav.nav-position-bottom { top: auto; bottom: 0 } .hc-offcanvas-nav.nav-position-bottom .nav-container { top: auto; bottom: 0; width: 100%; height: auto; transform: translate3d(0, 100%, 0) } .hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper { left: 0; transform: translate3d(0, 100%, 0) } .hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container { transform: translate3d(0, 0, 0) } .hc-nav-trigger { position: absolute; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: none; top: 65px; left: 22px; z-index: 9980; width: 30px; min-height: 24px } .hc-nav-trigger span { width: 30px; top: 100%; left: 15px; transform: translateY(-50%); transform-origin: 50% 50% } .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after { display: block; position: absolute; left: 0; height: 4px; background: #fff; transition: all .2s ease; } .hc-nav-trigger span::before, .hc-nav-trigger span::after { content: ''; width: 100% } .hc-nav-trigger span::before { top: -10px } .hc-nav-trigger span::after { bottom: -10px } .hc-nav-trigger.toggle-open span { background: rgba(0, 0, 0, 0); transform: rotate(45deg) } .hc-nav-trigger.toggle-open span::before { transform: translate3d(0, 10px, 0) } .hc-nav-trigger.toggle-open span::after { transform: rotate(-90deg) translate3d(10px, 0, 0) } .hc-offcanvas-nav::after, .hc-offcanvas-nav .nav-wrapper::after { background: rgba(0, 0, 0, 0.3) } .hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul { background: #1b76bd; } .hc-offcanvas-nav h2 { font-size: 19px; font-weight: normal; text-align: left; padding: 20px 17px; color: #fff } .hc-offcanvas-nav a { padding: 14px 17px; font-size: 15px; color: #fff; z-index: 1; background: rgba(0, 0, 0, 0); border-bottom: 1px solid #252565; } .hc-offcanvas-nav:not(.touch-device) a:hover { background: #1b76bd } .hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a { border-top: 1px solid #2c5d8f; margin-top: -1px } .hc-offcanvas-nav li { text-align: left } .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a { background: #1b76bd; border-top: 1px solid #1b76bd; border-bottom: 1px solid #1b76bd } .hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover { background: #1b76bd } .hc-offcanvas-nav li.nav-parent a { padding-right: 58px } .hc-offcanvas-nav li.nav-close span, .hc-offcanvas-nav li.nav-parent span.nav-next, .hc-offcanvas-nav li.nav-back span { width: 45px; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; cursor: pointer; transition: background .2s ease } .hc-offcanvas-nav li.nav-close span::before, .hc-offcanvas-nav li.nav-close span::after { content: ''; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin-top: -3px; border-top: 2px solid #fff; border-left: 2px solid #fff } .hc-offcanvas-nav li.nav-close span::before { margin-left: -9px; transform: rotate(135deg) } .hc-offcanvas-nav li.nav-close span::after { transform: rotate(-45deg) } .hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next { border-left: 1px solid #2c5d8f } .hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before { content: ''; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin-left: -2px; box-sizing: border-box; border-top: 2px solid #fff; border-left: 2px solid #fff; transform-origin: center } .hc-offcanvas-nav span.nav-next::before { transform: translate(-50%, -50%) rotate(135deg) } .hc-offcanvas-nav li.nav-back span::before { transform: translate(-50%, -50%) rotate(-45deg) } .hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper { box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2) } .hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper { box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2) } .hc-offcanvas-nav.nav-position-right span.nav-next::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(-45deg) } .hc-offcanvas-nav.nav-position-right li.nav-back span::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(135deg) } .hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) } .hc-offcanvas-nav.nav-position-top span.nav-next::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(-135deg) } .hc-offcanvas-nav.nav-position-top li.nav-back span::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(45deg) } .hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper { box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2) } .hc-offcanvas-nav.nav-position-bottom span.nav-next::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(45deg) } .hc-offcanvas-nav.nav-position-bottom li.nav-back span::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(-135deg) } .hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper { box-shadow: none; background: transparent } .hc-offcanvas-nav.nav-levels-expand .nav-container ul h2, .hc-offcanvas-nav.nav-levels-none .nav-container ul h2 { display: none } .hc-offcanvas-nav.nav-levels-expand .nav-container ul ul a, .hc-offcanvas-nav.nav-levels-none .nav-container ul ul a { font-size: 14px } .hc-offcanvas-nav.nav-levels-expand .nav-container li, .hc-offcanvas-nav.nav-levels-none .nav-container li { transition: background .3s ease } .hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open { background: #2e6296 } .hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a { border-bottom: 1px solid #295887 }
public/assets/css/demo.css
html.hc-nav-yscroll { overflow-y: scroll } body.hc-nav-open { overflow: hidden; position: fixed; width: 100%; min-height: 100% } .hc-offcanvas-nav { visibility: hidden; display: none; position: fixed; top: 0; height: 100%; z-index: 9999 } .hc-offcanvas-nav.is-ios * { cursor: pointer !important } .hc-offcanvas-nav .nav-container { position: fixed; z-index: 9998; top: 0; width: 280px; height: 100%; max-width: 100%; max-height: 100%; box-sizing: border-box; transition: transform .4s ease } .hc-offcanvas-nav .nav-wrapper { width: 100%; height: 100%; max-height: 100vh; overscroll-behavior: none; box-sizing: border-box } .hc-offcanvas-nav .nav-content { height: 100%; max-height: 100vh } .hc-offcanvas-nav .nav-wrapper-0>.nav-content { overflow: scroll; overflow-x: visible; overflow-y: auto; box-sizing: border-box } .hc-offcanvas-nav ul { list-style: none; margin: 0; padding: 0 } .hc-offcanvas-nav li { position: relative; display: block } .hc-offcanvas-nav li.level-open>.nav-wrapper { visibility: visible } .hc-offcanvas-nav input[type="checkbox"] { display: none } .hc-offcanvas-nav label { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; cursor: pointer } .hc-offcanvas-nav a { position: relative; display: block; box-sizing: border-box; cursor: pointer } .hc-offcanvas-nav a, .hc-offcanvas-nav a:hover { text-decoration: none } .hc-offcanvas-nav.disable-body::after, .hc-offcanvas-nav .nav-wrapper::after { content: ''; position: fixed; z-index: 9990; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; overscroll-behavior: none; visibility: hidden; opacity: 0; transition: visibility 0s ease .4s, opacity .4s ease } .hc-offcanvas-nav.disable-body.nav-open::after, .hc-offcanvas-nav .sub-level-open::after { visibility: visible; opacity: 1; transition-delay: .05s } .hc-offcanvas-nav:not(.nav-open)::after { pointer-events: none } .hc-offcanvas-nav.nav-levels-expand .nav-content { overflow: scroll; overflow-x: visible; overflow-y: auto; box-sizing: border-box } .hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after { display: none } .hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper { min-width: 0; max-height: 0; overflow: hidden; transition: height 0s ease .4s } .hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper { max-height: none } .hc-offcanvas-nav.nav-levels-overlap .nav-content { overflow: scroll; overflow-x: visible; overflow-y: auto; box-sizing: border-box } .hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper { position: absolute; z-index: 9999; top: 0; height: 100%; visibility: hidden; transition: visibility 0s ease .4s, transform .4s ease } .hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent { position: static } .hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper { visibility: visible; transform: translate3d(0, 0, 0); transition: transform .4s ease } .hc-offcanvas-nav.nav-position-left { left: 0 } .hc-offcanvas-nav.nav-position-left .nav-container { left: 0; transform: translate3d(-280px, 0, 0) } .hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper { left: 0; transform: translate3d(-100%, 0, 0) } .hc-offcanvas-nav.nav-position-right { right: 0 } .hc-offcanvas-nav.nav-position-right .nav-container { right: 0; transform: translate3d(280px, 0, 0) } .hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper { right: 0; transform: translate3d(100%, 0, 0) } .hc-offcanvas-nav.nav-position-top { top: 0 } .hc-offcanvas-nav.nav-position-top .nav-container { top: 0; width: 100%; height: auto; transform: translate3d(0, -100%, 0) } .hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper { left: 0; transform: translate3d(0, -100%, 0) } .hc-offcanvas-nav.nav-position-bottom { top: auto; bottom: 0 } .hc-offcanvas-nav.nav-position-bottom .nav-container { top: auto; bottom: 0; width: 100%; height: auto; transform: translate3d(0, 100%, 0) } .hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper { left: 0; transform: translate3d(0, 100%, 0) } .hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container { transform: translate3d(0, 0, 0) } .hc-nav-trigger { position: absolute; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: none; top: 65px; left: 22px; z-index: 9980; width: 30px; min-height: 24px } .hc-nav-trigger span { width: 30px; top: 100%; left: 15px; transform: translateY(-50%); transform-origin: 50% 50% } .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after { display: block; position: absolute; left: 0; height: 4px; background: #fff; transition: all .2s ease; } .hc-nav-trigger span::before, .hc-nav-trigger span::after { content: ''; width: 100% } .hc-nav-trigger span::before { top: -10px } .hc-nav-trigger span::after { bottom: -10px } .hc-nav-trigger.toggle-open span { background: rgba(0, 0, 0, 0); transform: rotate(45deg) } .hc-nav-trigger.toggle-open span::before { transform: translate3d(0, 10px, 0) } .hc-nav-trigger.toggle-open span::after { transform: rotate(-90deg) translate3d(10px, 0, 0) } .hc-offcanvas-nav::after, .hc-offcanvas-nav .nav-wrapper::after { background: rgba(0, 0, 0, 0.3) } .hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul { background: #1b76bd; } .hc-offcanvas-nav h2 { font-size: 19px; font-weight: normal; text-align: left; padding: 20px 17px; color: #fff } .hc-offcanvas-nav a { padding: 14px 17px; font-size: 15px; color: #fff; z-index: 1; background: rgba(0, 0, 0, 0); border-bottom: 1px solid #252565; } .hc-offcanvas-nav:not(.touch-device) a:hover { background: #1b76bd } .hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a { border-top: 1px solid #2c5d8f; margin-top: -1px } .hc-offcanvas-nav li { text-align: left } .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a { background: #1b76bd; border-top: 1px solid #1b76bd; border-bottom: 1px solid #1b76bd } .hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover { background: #1b76bd } .hc-offcanvas-nav li.nav-parent a { padding-right: 58px } .hc-offcanvas-nav li.nav-close span, .hc-offcanvas-nav li.nav-parent span.nav-next, .hc-offcanvas-nav li.nav-back span { width: 45px; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; cursor: pointer; transition: background .2s ease } .hc-offcanvas-nav li.nav-close span::before, .hc-offcanvas-nav li.nav-close span::after { content: ''; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin-top: -3px; border-top: 2px solid #fff; border-left: 2px solid #fff } .hc-offcanvas-nav li.nav-close span::before { margin-left: -9px; transform: rotate(135deg) } .hc-offcanvas-nav li.nav-close span::after { transform: rotate(-45deg) } .hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next { border-left: 1px solid #2c5d8f } .hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before { content: ''; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin-left: -2px; box-sizing: border-box; border-top: 2px solid #fff; border-left: 2px solid #fff; transform-origin: center } .hc-offcanvas-nav span.nav-next::before { transform: translate(-50%, -50%) rotate(135deg) } .hc-offcanvas-nav li.nav-back span::before { transform: translate(-50%, -50%) rotate(-45deg) } .hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper { box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2) } .hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper { box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2) } .hc-offcanvas-nav.nav-position-right span.nav-next::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(-45deg) } .hc-offcanvas-nav.nav-position-right li.nav-back span::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(135deg) } .hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) } .hc-offcanvas-nav.nav-position-top span.nav-next::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(-135deg) } .hc-offcanvas-nav.nav-position-top li.nav-back span::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(45deg) } .hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper { box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2) } .hc-offcanvas-nav.nav-position-bottom span.nav-next::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(45deg) } .hc-offcanvas-nav.nav-position-bottom li.nav-back span::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(-135deg) } .hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper { box-shadow: none; background: transparent } .hc-offcanvas-nav.nav-levels-expand .nav-container ul h2, .hc-offcanvas-nav.nav-levels-none .nav-container ul h2 { display: none } .hc-offcanvas-nav.nav-levels-expand .nav-container ul ul a, .hc-offcanvas-nav.nav-levels-none .nav-container ul ul a { font-size: 14px } .hc-offcanvas-nav.nav-levels-expand .nav-container li, .hc-offcanvas-nav.nav-levels-none .nav-container li { transition: background .3s ease } .hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open { background: #2e6296 } .hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a { border-bottom: 1px solid #295887 }
0.613931
0.069542
/* line 1 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ /* * Load Awesome Relative v1.1.0 (http://github.danielcardoso.net/load-awesome/) * Copyright 2015 <NAME> <@DanielCardoso> * Copyright 2018 <NAME> <@SampsonCrowley> * Licensed under MIT */ /* line 29 : /home/samps/sites/personal/load-awesome-relative/node_modules/stylus/lib/functions/index.styl */ /* line 1 : /home/samps/sites/personal/load-awesome-relative/css/mixins/add-view.styl */ /* line 12 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer, .la-timer > div { position: relative; box-sizing: border-box; } /* line 17 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer { display: block; font-size: 0; color: #fff; width: 32px; height: 32px; } /* line 24 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-dark { color: #333; } /* line 27 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer >div { display: inline-block; float: none; background-color: currentColor; border: 0 solid currentColor; width: 32px; height: 32px; background: transparent; border-width: 2px; border-radius: 100%; } /* line 38 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer >div:before { height: 12px; } /* line 41 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer >div:after { height: 8px; animation-duration: 15s; animation-delay: -7.5s; } /* line 46 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-sm { width: 16px; height: 16px; } /* line 50 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-sm >div { width: 16px; height: 16px; border-width: 1px; } /* line 55 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-sm >div:before { height: 6px; } /* line 58 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-sm >div:after { height: 4px; } /* line 61 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-2x { width: 64px; height: 64px; } /* line 65 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-2x >div { width: 64px; height: 64px; border-width: 4px; } /* line 70 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-2x >div:before { height: 24px; } /* line 73 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-2x >div:after { height: 16px; } /* line 76 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-3x { width: 96px; height: 96px; } /* line 80 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-3x >div { width: 96px; height: 96px; border-width: 6px; } /* line 85 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-3x >div:before { height: 36px; } /* line 88 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-3x >div:after { height: 24px; } /* line 91 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer > div:before, .la-timer > div:after { position: absolute; top: 14px; left: 14px; display: block; width: 2px; margin-top: -1px; margin-left: -1px; content: ""; background: currentColor; border-radius: 2px; transform-origin: 1px 1px 0; animation: timer-loader 1250ms infinite linear; animation-delay: -625ms; } /* line 107 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-sm > div:before, .la-timer.la-sm > div:after { top: 7px; left: 7px; width: 1px; margin-top: -0.5px; margin-left: -0.5px; border-radius: 1px; transform-origin: 0.5px 0.5px 0; } /* line 117 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-2x > div:before, .la-timer.la-2x > div:after { top: 28px; left: 28px; width: 4px; margin-top: -2px; margin-left: -2px; border-radius: 4px; transform-origin: 2px 2px 0; } /* line 127 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-3x > div:before, .la-timer.la-3x > div:after { top: 42px; left: 42px; width: 6px; margin-top: -3px; margin-left: -3px; border-radius: 6px; transform-origin: 3px 3px 0; } /* line 137 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ /* * Animation */ /* line 141 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ @-moz-keyframes timer-loader { /* line 142 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 0% { transform: rotate(0deg); } /* line 145 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 100% { transform: rotate(360deg); } } /* line 141 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ @-webkit-keyframes timer-loader { /* line 142 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 0% { transform: rotate(0deg); } /* line 145 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 100% { transform: rotate(360deg); } } /* line 141 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ @-o-keyframes timer-loader { /* line 142 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 0% { transform: rotate(0deg); } /* line 145 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 100% { transform: rotate(360deg); } } /* line 141 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ @keyframes timer-loader { /* line 142 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 0% { transform: rotate(0deg); } /* line 145 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 100% { transform: rotate(360deg); } }
css/timer.css
/* line 1 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ /* * Load Awesome Relative v1.1.0 (http://github.danielcardoso.net/load-awesome/) * Copyright 2015 <NAME> <@DanielCardoso> * Copyright 2018 <NAME> <@SampsonCrowley> * Licensed under MIT */ /* line 29 : /home/samps/sites/personal/load-awesome-relative/node_modules/stylus/lib/functions/index.styl */ /* line 1 : /home/samps/sites/personal/load-awesome-relative/css/mixins/add-view.styl */ /* line 12 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer, .la-timer > div { position: relative; box-sizing: border-box; } /* line 17 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer { display: block; font-size: 0; color: #fff; width: 32px; height: 32px; } /* line 24 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-dark { color: #333; } /* line 27 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer >div { display: inline-block; float: none; background-color: currentColor; border: 0 solid currentColor; width: 32px; height: 32px; background: transparent; border-width: 2px; border-radius: 100%; } /* line 38 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer >div:before { height: 12px; } /* line 41 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer >div:after { height: 8px; animation-duration: 15s; animation-delay: -7.5s; } /* line 46 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-sm { width: 16px; height: 16px; } /* line 50 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-sm >div { width: 16px; height: 16px; border-width: 1px; } /* line 55 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-sm >div:before { height: 6px; } /* line 58 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-sm >div:after { height: 4px; } /* line 61 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-2x { width: 64px; height: 64px; } /* line 65 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-2x >div { width: 64px; height: 64px; border-width: 4px; } /* line 70 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-2x >div:before { height: 24px; } /* line 73 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-2x >div:after { height: 16px; } /* line 76 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-3x { width: 96px; height: 96px; } /* line 80 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-3x >div { width: 96px; height: 96px; border-width: 6px; } /* line 85 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-3x >div:before { height: 36px; } /* line 88 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-3x >div:after { height: 24px; } /* line 91 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer > div:before, .la-timer > div:after { position: absolute; top: 14px; left: 14px; display: block; width: 2px; margin-top: -1px; margin-left: -1px; content: ""; background: currentColor; border-radius: 2px; transform-origin: 1px 1px 0; animation: timer-loader 1250ms infinite linear; animation-delay: -625ms; } /* line 107 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-sm > div:before, .la-timer.la-sm > div:after { top: 7px; left: 7px; width: 1px; margin-top: -0.5px; margin-left: -0.5px; border-radius: 1px; transform-origin: 0.5px 0.5px 0; } /* line 117 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-2x > div:before, .la-timer.la-2x > div:after { top: 28px; left: 28px; width: 4px; margin-top: -2px; margin-left: -2px; border-radius: 4px; transform-origin: 2px 2px 0; } /* line 127 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ .la-timer.la-3x > div:before, .la-timer.la-3x > div:after { top: 42px; left: 42px; width: 6px; margin-top: -3px; margin-left: -3px; border-radius: 6px; transform-origin: 3px 3px 0; } /* line 137 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ /* * Animation */ /* line 141 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ @-moz-keyframes timer-loader { /* line 142 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 0% { transform: rotate(0deg); } /* line 145 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 100% { transform: rotate(360deg); } } /* line 141 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ @-webkit-keyframes timer-loader { /* line 142 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 0% { transform: rotate(0deg); } /* line 145 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 100% { transform: rotate(360deg); } } /* line 141 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ @-o-keyframes timer-loader { /* line 142 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 0% { transform: rotate(0deg); } /* line 145 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 100% { transform: rotate(360deg); } } /* line 141 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ @keyframes timer-loader { /* line 142 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 0% { transform: rotate(0deg); } /* line 145 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */ 100% { transform: rotate(360deg); } }
0.206014
0.042702
html, body{ height: 100%; } body{ font-family: sans-serif; margin: 0; } #container{ width: 100%; height: 100%; display: grid; grid-template-columns: 50% 50%; grid-template-rows: 5% 90% 5%; } a{ color: blue; text-decoration: none; } a:hover{ text-decoration: underline; } /* * Header */ #header{ background-color: black; color: white; grid-column: span 2; padding: 0.4em; font-size: 1.2em; } #header>.button{ cursor: pointer; padding: 0 2em; } /* * Colour List */ #colour-list{ overflow-y: scroll; } #colour-list>ul{ list-style-type: none; margin: 0; padding: 0; } #colour-list>ul>li{ cursor: pointer; padding: 1em 0.5em; } #colour-list>ul>li:nth-child(odd){ background-color: lightgrey; } .colour-palette{ font-size: 1.2em; padding: 5px; border-radius: 5px; } .colour-palette:before{ content: "A"; color: white; } .colour-palette:after{ content: "A"; color: black; } /* * Colour Preview */ #colour-preview{ position: relative; } #chip{ position: absolute; left: 50%; bottom: 2em; transform: translateX(-50%); padding: 1em; border-radius: 2em; background-color: white; box-shadow: 0 0 10px black; width: 90%; text-align: center; } #aaa{ position: absolute; font-size: 10em; white-space: nowrap; left: 50%; top: 50%; transform: translate(-50%, -50%); } #white-a{ color: white; } #black-a{ color: black; } #last-a{ color: transparent; /* default value */ } /* * Footer */ #footer{ background-color: darkgrey; grid-column: span 2; padding: 0.5em; } /* * Dialog */ .dialog{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; padding: 1em; min-width: 30%; min-height: 30%; box-shadow: 0 0 15px black; border-radius: 5px; z-index: 10000; } .dialog-header{ font-size: 1.3em; margin-bottom: 0.5em; } .dialog-footer{ margin-top: 0.5em; padding-top: 0.5em; position: absolute; bottom: 1em; } /* * Colour Picker */ .colour-picker-palette{ font-size: 1.2em; padding: 5px; border-radius: 5px; } .colour-picker-palette>.white-black-a{ border-right: 1px solid black; padding-right: 5px; margin-right: 5px; } .colour-picker-palette .white{ color: white; } .colour-picker-palette .black{ color: black; }
csscolours/style.css
html, body{ height: 100%; } body{ font-family: sans-serif; margin: 0; } #container{ width: 100%; height: 100%; display: grid; grid-template-columns: 50% 50%; grid-template-rows: 5% 90% 5%; } a{ color: blue; text-decoration: none; } a:hover{ text-decoration: underline; } /* * Header */ #header{ background-color: black; color: white; grid-column: span 2; padding: 0.4em; font-size: 1.2em; } #header>.button{ cursor: pointer; padding: 0 2em; } /* * Colour List */ #colour-list{ overflow-y: scroll; } #colour-list>ul{ list-style-type: none; margin: 0; padding: 0; } #colour-list>ul>li{ cursor: pointer; padding: 1em 0.5em; } #colour-list>ul>li:nth-child(odd){ background-color: lightgrey; } .colour-palette{ font-size: 1.2em; padding: 5px; border-radius: 5px; } .colour-palette:before{ content: "A"; color: white; } .colour-palette:after{ content: "A"; color: black; } /* * Colour Preview */ #colour-preview{ position: relative; } #chip{ position: absolute; left: 50%; bottom: 2em; transform: translateX(-50%); padding: 1em; border-radius: 2em; background-color: white; box-shadow: 0 0 10px black; width: 90%; text-align: center; } #aaa{ position: absolute; font-size: 10em; white-space: nowrap; left: 50%; top: 50%; transform: translate(-50%, -50%); } #white-a{ color: white; } #black-a{ color: black; } #last-a{ color: transparent; /* default value */ } /* * Footer */ #footer{ background-color: darkgrey; grid-column: span 2; padding: 0.5em; } /* * Dialog */ .dialog{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; padding: 1em; min-width: 30%; min-height: 30%; box-shadow: 0 0 15px black; border-radius: 5px; z-index: 10000; } .dialog-header{ font-size: 1.3em; margin-bottom: 0.5em; } .dialog-footer{ margin-top: 0.5em; padding-top: 0.5em; position: absolute; bottom: 1em; } /* * Colour Picker */ .colour-picker-palette{ font-size: 1.2em; padding: 5px; border-radius: 5px; } .colour-picker-palette>.white-black-a{ border-right: 1px solid black; padding-right: 5px; margin-right: 5px; } .colour-picker-palette .white{ color: white; } .colour-picker-palette .black{ color: black; }
0.361728
0.061424
.container { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 10px; } @media (max-width: 700px) { .container { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home.container.container > div:nth-of-type(6) { grid-column: 1 / 3; grid-row: 3; } .home.container.container > div:nth-of-type(10) { grid-column: 1/3; grid-row: 5; } } .container > div { height: 210px; background-size: cover; background-attachment: fixed; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transition: all 0.5s ease-in; } .container > div.clickable { cursor: pointer; } .container > div:hover { opacity: 0.45; } @media (min-width: 700px) { .home.container > div:nth-of-type(1) { grid-column: 1 / 3; } .home.container > div:nth-of-type(6) { grid-column: 3 / 5; } .home.container > div:nth-of-type(9) { grid-column: 3 / 5; } .home.container > div:nth-of-type(10) { grid-column: 1 / 3; } } .container > div:hover > p { transition: all .4s ease; -webkit-transition: all .4s ease; font-size: 30px; } .bg1 { background: url("../img/292156.jpg"); filter: brightness(80%); } .bg2 { background: url("../img/726212-2.jpg"); color: white; /* filter: brightness(80%);*/ } .blazor-icon { background: url("../../Styles/img/brandblazor_nohalo_1000x.ico"); height: 26px; width: 26px; display: block; /* Other styles here */ } .mdc-dialog .mdc-dialog__container { width: 100%; } .mdc-dialog .mdc-dialog__surface { max-width: none; width: 40%; } /*.mdc-dialog .mdc-dialog__surface { @media only screen and (min-width: 592px) { max-width: 610px; } }*/ @media (max-width: 700px) { .container > div.expanded { grid-column: auto / span 2; grid-row: auto / span 2; height: auto; min-height: 210px; transition: grid-row 1s; } } @media (min-width: 700px) { .container > div.expanded { grid-column: auto / span 3; grid-row: auto / span 3; height: auto; min-height: 210px; transition: grid-row 1s; } } .about-me { grid-template-rows: repeat(5, 1fr); } .tile-expanded { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(4, minmax(200px, auto)); grid-gap: 10px; margin: 0 auto; grid-template-areas: "tile-expanded-header tile-expanded-header tile-expanded-header" "tile-expanded-header tile-expanded-body tile-expanded-body" "tile-expanded-header tile-expanded-body tile-expanded-body"; } #blazor-error-ui { background: lightyellow; bottom: 0; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); display: none; left: 0; padding: 0.6rem 1.25rem 0.7rem 1.25rem; position: fixed; width: 100%; z-index: 1000; } #blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; } * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #272727; color: #fff; font-family: 'Roboto', sans-serif; } .home-icon { font-size: 65px; font-weight: 300; margin: 10px; } h2 { font-size: 45px; font-weight: 300; margin: 10px; } h2 span { font-size: 30px; } p { font-size: 20px; } .content-2 { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; } main { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; } .dank-ass-loader { display: flex; flex-direction: column; align-items: center; } .dank-ass-loader .row { display: flex; } .arrow { width: 0; height: 0; margin: 0 -7.5px; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 27px solid #fff; animation: blink 1s infinite; filter: drop-shadow(0 0 22.5px #fff); } .arrow.down { transform: rotate(180deg); } .arrow.outer-1 { animation-delay: -0.05556s; } .arrow.outer-2 { animation-delay: -0.11111s; } .arrow.outer-3 { animation-delay: -0.16667s; } .arrow.outer-4 { animation-delay: -0.22222s; } .arrow.outer-5 { animation-delay: -0.27778s; } .arrow.outer-6 { animation-delay: -0.33333s; } .arrow.outer-7 { animation-delay: -0.38889s; } .arrow.outer-8 { animation-delay: -0.44444s; } .arrow.outer-9 { animation-delay: -0.5s; } .arrow.outer-10 { animation-delay: -0.55556s; } .arrow.outer-11 { animation-delay: -0.61111s; } .arrow.outer-12 { animation-delay: -0.66667s; } .arrow.outer-13 { animation-delay: -0.72222s; } .arrow.outer-14 { animation-delay: -0.77778s; } .arrow.outer-15 { animation-delay: -0.83333s; } .arrow.outer-16 { animation-delay: -0.88889s; } .arrow.outer-17 { animation-delay: -0.94444s; } .arrow.outer-18 { animation-delay: -1s; } .arrow.inner-1 { animation-delay: -0.16667s; } .arrow.inner-2 { animation-delay: -0.33333s; } .arrow.inner-3 { animation-delay: -0.5s; } .arrow.inner-4 { animation-delay: -0.66667s; } .arrow.inner-5 { animation-delay: -0.83333s; } .arrow.inner-6 { animation-delay: -1s; } @keyframes blink { 0% { opacity: 0.1; } 30% { opacity: 1; } 100% { opacity: 0.1; } } .sbl-circ { height: 48px; width: 48px; color: #fff; position: relative; display: inline-block; border: 5px solid; border-radius: 50%; border-top-color: transparent; animation: rotate 1s linear infinite; } @keyframes rotate { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .float { position: fixed; width: 70px; height: 70px; bottom: 40px; right: 40px; background-color: #36384e; color: white; border-radius: 50px; text-align: center; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); } .my-float { margin-top: 17px; }
css/BlazorSass.css
.container { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 10px; } @media (max-width: 700px) { .container { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home.container.container > div:nth-of-type(6) { grid-column: 1 / 3; grid-row: 3; } .home.container.container > div:nth-of-type(10) { grid-column: 1/3; grid-row: 5; } } .container > div { height: 210px; background-size: cover; background-attachment: fixed; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transition: all 0.5s ease-in; } .container > div.clickable { cursor: pointer; } .container > div:hover { opacity: 0.45; } @media (min-width: 700px) { .home.container > div:nth-of-type(1) { grid-column: 1 / 3; } .home.container > div:nth-of-type(6) { grid-column: 3 / 5; } .home.container > div:nth-of-type(9) { grid-column: 3 / 5; } .home.container > div:nth-of-type(10) { grid-column: 1 / 3; } } .container > div:hover > p { transition: all .4s ease; -webkit-transition: all .4s ease; font-size: 30px; } .bg1 { background: url("../img/292156.jpg"); filter: brightness(80%); } .bg2 { background: url("../img/726212-2.jpg"); color: white; /* filter: brightness(80%);*/ } .blazor-icon { background: url("../../Styles/img/brandblazor_nohalo_1000x.ico"); height: 26px; width: 26px; display: block; /* Other styles here */ } .mdc-dialog .mdc-dialog__container { width: 100%; } .mdc-dialog .mdc-dialog__surface { max-width: none; width: 40%; } /*.mdc-dialog .mdc-dialog__surface { @media only screen and (min-width: 592px) { max-width: 610px; } }*/ @media (max-width: 700px) { .container > div.expanded { grid-column: auto / span 2; grid-row: auto / span 2; height: auto; min-height: 210px; transition: grid-row 1s; } } @media (min-width: 700px) { .container > div.expanded { grid-column: auto / span 3; grid-row: auto / span 3; height: auto; min-height: 210px; transition: grid-row 1s; } } .about-me { grid-template-rows: repeat(5, 1fr); } .tile-expanded { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(4, minmax(200px, auto)); grid-gap: 10px; margin: 0 auto; grid-template-areas: "tile-expanded-header tile-expanded-header tile-expanded-header" "tile-expanded-header tile-expanded-body tile-expanded-body" "tile-expanded-header tile-expanded-body tile-expanded-body"; } #blazor-error-ui { background: lightyellow; bottom: 0; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); display: none; left: 0; padding: 0.6rem 1.25rem 0.7rem 1.25rem; position: fixed; width: 100%; z-index: 1000; } #blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; } * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #272727; color: #fff; font-family: 'Roboto', sans-serif; } .home-icon { font-size: 65px; font-weight: 300; margin: 10px; } h2 { font-size: 45px; font-weight: 300; margin: 10px; } h2 span { font-size: 30px; } p { font-size: 20px; } .content-2 { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; } main { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; } .dank-ass-loader { display: flex; flex-direction: column; align-items: center; } .dank-ass-loader .row { display: flex; } .arrow { width: 0; height: 0; margin: 0 -7.5px; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 27px solid #fff; animation: blink 1s infinite; filter: drop-shadow(0 0 22.5px #fff); } .arrow.down { transform: rotate(180deg); } .arrow.outer-1 { animation-delay: -0.05556s; } .arrow.outer-2 { animation-delay: -0.11111s; } .arrow.outer-3 { animation-delay: -0.16667s; } .arrow.outer-4 { animation-delay: -0.22222s; } .arrow.outer-5 { animation-delay: -0.27778s; } .arrow.outer-6 { animation-delay: -0.33333s; } .arrow.outer-7 { animation-delay: -0.38889s; } .arrow.outer-8 { animation-delay: -0.44444s; } .arrow.outer-9 { animation-delay: -0.5s; } .arrow.outer-10 { animation-delay: -0.55556s; } .arrow.outer-11 { animation-delay: -0.61111s; } .arrow.outer-12 { animation-delay: -0.66667s; } .arrow.outer-13 { animation-delay: -0.72222s; } .arrow.outer-14 { animation-delay: -0.77778s; } .arrow.outer-15 { animation-delay: -0.83333s; } .arrow.outer-16 { animation-delay: -0.88889s; } .arrow.outer-17 { animation-delay: -0.94444s; } .arrow.outer-18 { animation-delay: -1s; } .arrow.inner-1 { animation-delay: -0.16667s; } .arrow.inner-2 { animation-delay: -0.33333s; } .arrow.inner-3 { animation-delay: -0.5s; } .arrow.inner-4 { animation-delay: -0.66667s; } .arrow.inner-5 { animation-delay: -0.83333s; } .arrow.inner-6 { animation-delay: -1s; } @keyframes blink { 0% { opacity: 0.1; } 30% { opacity: 1; } 100% { opacity: 0.1; } } .sbl-circ { height: 48px; width: 48px; color: #fff; position: relative; display: inline-block; border: 5px solid; border-radius: 50%; border-top-color: transparent; animation: rotate 1s linear infinite; } @keyframes rotate { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .float { position: fixed; width: 70px; height: 70px; bottom: 40px; right: 40px; background-color: #36384e; color: white; border-radius: 50px; text-align: center; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); } .my-float { margin-top: 17px; }
0.407805
0.114765
nav { height: 75px; line-height: 75px; background-image: linear-gradient(to right, #027f9e, black); } .sidenav { font-family: "Offside", cursive; } #exofont { font-family: "Exo 2", sans-serif; } .profile-top-section { padding-top: 0; } /* .parallax-profile { height: 600px; } */ .profile-pic { height: 200px; margin-top: 50px; } #welcome { font-family: "Exo 2", sans-serif; } .hide { display: none; } .datepicker-modal { transform: scale(0.7); } .timepicker-modal { transform: scale(0.7); } #ndevrfont { font-family: "Offside", cursive; } #aboutndevr { font-size: larger; } /* Video background on index.handlebars */ video { object-fit: cover; width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: -1; } .viewport-header { position: relative; height: 40vh; text-align: center; display: flex; align-items: center; justify-content: center; } #modal1 { width: 70%; height: 70%; } #modal2 { width: 70%; height: 70%; } /* increase the height and width as you desire */ #modal3 { width: 70%; height: 70%; } #landingpageH1 { font-family: "Syncopate", sans-serif; color: white; text-transform: uppercase; letter-spacing: 1.5vw; line-height: 1.2; font-size: 5vw; text-align: center; } #letsgobtn { background-color: #eb401a; font-family: "Offside", cursive; margin-bottom: 20px; } #friendSearch { background-color: #eb401a; font-family: "Offside", cursive; } #save-activity { background-color: #eb401a; font-family: "Offside", cursive; } .strava-login-button { background-color: #fc4c01; font-family: "Offside", cursive; } .strava-logout-button { background-color: #9e2509; font-family: "Offside", cursive; margin-top: 30px; margin-bottom: 30px; } .new-activity-button { background-color: #fc4c01; font-family: "Offside", cursive; margin-top: 40px; margin-bottom: 100px; } body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1 0 auto; } .centered-right { position: absolute; top: 40%; right: 150px; /* transform: translate(-50%, -50%); */ color: white; font-family: "Offside", cursive; } .centered-left { position: absolute; top: 40%; left: 150px; /* transform: translate(-50%, -50%); */ color: white; font-family: "Offside", cursive; } .activitysection { background-color: #f0f0f5; } .coolblue { color: #027f9e; } #deleteActivityButton { position: relative; background-color: #fc4c01; top: -5px; } @media only screen and (max-width: 600px) { .parallax-container { height: 200px; } h1 { font-size: 30px !important; } }
public/assets/css/style.css
nav { height: 75px; line-height: 75px; background-image: linear-gradient(to right, #027f9e, black); } .sidenav { font-family: "Offside", cursive; } #exofont { font-family: "Exo 2", sans-serif; } .profile-top-section { padding-top: 0; } /* .parallax-profile { height: 600px; } */ .profile-pic { height: 200px; margin-top: 50px; } #welcome { font-family: "Exo 2", sans-serif; } .hide { display: none; } .datepicker-modal { transform: scale(0.7); } .timepicker-modal { transform: scale(0.7); } #ndevrfont { font-family: "Offside", cursive; } #aboutndevr { font-size: larger; } /* Video background on index.handlebars */ video { object-fit: cover; width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: -1; } .viewport-header { position: relative; height: 40vh; text-align: center; display: flex; align-items: center; justify-content: center; } #modal1 { width: 70%; height: 70%; } #modal2 { width: 70%; height: 70%; } /* increase the height and width as you desire */ #modal3 { width: 70%; height: 70%; } #landingpageH1 { font-family: "Syncopate", sans-serif; color: white; text-transform: uppercase; letter-spacing: 1.5vw; line-height: 1.2; font-size: 5vw; text-align: center; } #letsgobtn { background-color: #eb401a; font-family: "Offside", cursive; margin-bottom: 20px; } #friendSearch { background-color: #eb401a; font-family: "Offside", cursive; } #save-activity { background-color: #eb401a; font-family: "Offside", cursive; } .strava-login-button { background-color: #fc4c01; font-family: "Offside", cursive; } .strava-logout-button { background-color: #9e2509; font-family: "Offside", cursive; margin-top: 30px; margin-bottom: 30px; } .new-activity-button { background-color: #fc4c01; font-family: "Offside", cursive; margin-top: 40px; margin-bottom: 100px; } body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1 0 auto; } .centered-right { position: absolute; top: 40%; right: 150px; /* transform: translate(-50%, -50%); */ color: white; font-family: "Offside", cursive; } .centered-left { position: absolute; top: 40%; left: 150px; /* transform: translate(-50%, -50%); */ color: white; font-family: "Offside", cursive; } .activitysection { background-color: #f0f0f5; } .coolblue { color: #027f9e; } #deleteActivityButton { position: relative; background-color: #fc4c01; top: -5px; } @media only screen and (max-width: 600px) { .parallax-container { height: 200px; } h1 { font-size: 30px !important; } }
0.374333
0.088781
@import 'https://fonts.googleapis.com/css?family=Droid+Serif|Lato|Lobster|Open+Sans|Orbitron|Oswald'; /* RGB */ /* Reset some stuff{ */ /* See https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */ input[type=range] { -webkit-appearance: none; margin: 0.75em 0; width: 15em; } input[type=range]:focus { outline: none; } input[type=range]::-webkit-slider-runnable-track { width: 15em; height: 8.4px; cursor: pointer; animate: 0.2s; /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */ background: transparent; border-radius: 1.3px; /*border: 0.2px solid #010101;*/ border: 0.2px solid white; } input[type=range]::-webkit-slider-thumb { /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/ border: 1px solid white; height: 1.5em; width: 16px; border-radius: 1px; background: #0001AE; cursor: pointer; -webkit-appearance: none; /*margin-top: -14px;*/ margin-top: -0.5em; } input[type=range]:focus::-webkit-slider-runnable-track { background: transparent; } input[type=range]::-moz-range-track { width: 15em; height: 8.4px; cursor: pointer; animate: 0.2s; /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */ background: transparent; border-radius: 1.3px; border: 1px solid white; } input[type=range]::-moz-range-thumb { /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */ border: 1px solid white; height: 1.5em; width: 16px; border-radius: 1px; background: #0001AE; cursor: pointer; } input[type=range]::-ms-track { width: 15em; height: 8.4px; cursor: pointer; animate: 0.2s; background: transparent; border-color: transparent; border-width: 16px 0; color: transparent; } input[type=range]::-ms-fill-lower { background: #2a6495; border: 0.2px solid #010101; border-radius: 2.6px; /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */ } input[type=range]::-ms-fill-upper { background: #3071a9; border: 0.2px solid #010101; border-radius: 2.6px; /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/ } input[type=range]::-ms-thumb { /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/ border: 1px solid #000000; height: 1.5em; width: 16px; border-radius: 1px; background: #0001AE; cursor: pointer; } input[type=range]:focus::-ms-fill-lower { background: #3071a9; } input[type=range]:focus::-ms-fill-upper { background: #367ebd; } /* }Sliders */ input { border: 1px solid white; } body { font-family: 'Orbitron', sans-serif; font-weight: 100; text-transform: lowercase; color: #d2d2d2; background-color: #0c120c; /*background-color: rgb(21, 21, 21);*/ opacity: 1.0; } input { font-family: 'Orbitron', sans-serif; font-weight: 100; text-transform: lowercase; color: #d2d2d2; } input { background-color: transparent; } input[type="button"] { background-color: #0001AE; } input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #464646; } input::-moz-placeholder { /* Firefox 19+ */ color: #464646; } input:-ms-input-placeholder { /* IE 10+ */ color: #464646; } input:-moz-placeholder { /* Firefox 18- */ color: #464646; } ul { list-style: none; margin-left: 0; padding-left: 0em; text-indent: 0em; } ul > li a { color: inherit; text-decoration: none; display: block; padding: 0.3em; } ul > li a:hover { background-color: #34443e; }
theme/uplink.css
@import 'https://fonts.googleapis.com/css?family=Droid+Serif|Lato|Lobster|Open+Sans|Orbitron|Oswald'; /* RGB */ /* Reset some stuff{ */ /* See https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */ input[type=range] { -webkit-appearance: none; margin: 0.75em 0; width: 15em; } input[type=range]:focus { outline: none; } input[type=range]::-webkit-slider-runnable-track { width: 15em; height: 8.4px; cursor: pointer; animate: 0.2s; /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */ background: transparent; border-radius: 1.3px; /*border: 0.2px solid #010101;*/ border: 0.2px solid white; } input[type=range]::-webkit-slider-thumb { /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/ border: 1px solid white; height: 1.5em; width: 16px; border-radius: 1px; background: #0001AE; cursor: pointer; -webkit-appearance: none; /*margin-top: -14px;*/ margin-top: -0.5em; } input[type=range]:focus::-webkit-slider-runnable-track { background: transparent; } input[type=range]::-moz-range-track { width: 15em; height: 8.4px; cursor: pointer; animate: 0.2s; /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */ background: transparent; border-radius: 1.3px; border: 1px solid white; } input[type=range]::-moz-range-thumb { /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */ border: 1px solid white; height: 1.5em; width: 16px; border-radius: 1px; background: #0001AE; cursor: pointer; } input[type=range]::-ms-track { width: 15em; height: 8.4px; cursor: pointer; animate: 0.2s; background: transparent; border-color: transparent; border-width: 16px 0; color: transparent; } input[type=range]::-ms-fill-lower { background: #2a6495; border: 0.2px solid #010101; border-radius: 2.6px; /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */ } input[type=range]::-ms-fill-upper { background: #3071a9; border: 0.2px solid #010101; border-radius: 2.6px; /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/ } input[type=range]::-ms-thumb { /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/ border: 1px solid #000000; height: 1.5em; width: 16px; border-radius: 1px; background: #0001AE; cursor: pointer; } input[type=range]:focus::-ms-fill-lower { background: #3071a9; } input[type=range]:focus::-ms-fill-upper { background: #367ebd; } /* }Sliders */ input { border: 1px solid white; } body { font-family: 'Orbitron', sans-serif; font-weight: 100; text-transform: lowercase; color: #d2d2d2; background-color: #0c120c; /*background-color: rgb(21, 21, 21);*/ opacity: 1.0; } input { font-family: 'Orbitron', sans-serif; font-weight: 100; text-transform: lowercase; color: #d2d2d2; } input { background-color: transparent; } input[type="button"] { background-color: #0001AE; } input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #464646; } input::-moz-placeholder { /* Firefox 19+ */ color: #464646; } input:-ms-input-placeholder { /* IE 10+ */ color: #464646; } input:-moz-placeholder { /* Firefox 18- */ color: #464646; } ul { list-style: none; margin-left: 0; padding-left: 0em; text-indent: 0em; } ul > li a { color: inherit; text-decoration: none; display: block; padding: 0.3em; } ul > li a:hover { background-color: #34443e; }
0.38769
0.113138
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"; @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext'); * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } img { vertical-align: middle; } .blog-item img { display: block; } .blog-item .m { display: flex; padding: 50px; overflow: hidden; align-items: center; max-width: 1000px; margin: auto; color: #333; font-family: 'Lato', sans-serif; font-size: 16px; border-radius: 6px; margin-bottom: 50px; text-decoration: none; -webkit-transition: all .3s ease; transition: all .3s ease; } .blog-item .m:hover { box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all .3s ease; transition: all .3s ease; } .blog-item .icon { object-fit: cover; margin-right: 50px; border-radius: 6px; overflow: hidden; box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4); } .blog-item .content { width: 65%; } .blog-item .content .title { font-size: 21px; text-transform: capitalize; color: #25aae1; font-weight: 600; font-family: 'Lato', sans-serif; } .blog-item .content .title .blog-date { font-size: 12px; margin-left: 20px; color: #333; font-family: 'Lato', sans-serif; } .blog-item .content .title .blog-date:before { content: '/'; color: #2bb673; font-size: 25px; top: auto; position: relative; margin-right: 10px; } .blog-item .content .rounded { margin-left: 0; margin-top: 10px; margin-bottom: 10px; } .blog-item .item-arrow { height: 20px; width: 15%; position: relative; text-align: center; font-size: 35px; left: 0; -webkit-transition: all .3s ease; transition: all .3s ease; } .blog-item .m:hover > .item-arrow { /*padding-left: 40px;*/ color: #25aae1; left: 30px; -webkit-transition: all .3s ease; transition: all .3s ease; } .rounded { width: 70px; height: 5px; border-radius: 6px; background-image: linear-gradient(to right, #25aae1, #40e495); /* background: #2bb769; */ margin-left: 0; margin-top: 10px; margin-bottom: 10px; } @media screen and (max-width: 768px){ .blog-item .content { width: 100%; margin-top: 35px; } .blog-item .content .title { font-size: 18px; } .blog-item .item-arrow { margin: auto; } .blog-item .icon { width: 100%; } .blog-item .icon img { width: 100%; height: 150px; object-fit: cover; } .blog-item { width: 92%; margin: auto; } .blog-item .m { display: block; height: 150px; padding: 30px; } } .cards { display: flex; margin: 0 -10px; } .card { margin: 0 10px; } .cards { margin: 0 auto; max-width: 800px; } .card { background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); } .cards .card { width: 100px; } .card header { padding: 10px; background-color: lightblue; color: #fff; } .card header h2 { font-size: 1.4rem; font-weight: normal; margin: 0; padding: 0; }
public/vendors/opp.css
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"; @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext'); * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } img { vertical-align: middle; } .blog-item img { display: block; } .blog-item .m { display: flex; padding: 50px; overflow: hidden; align-items: center; max-width: 1000px; margin: auto; color: #333; font-family: 'Lato', sans-serif; font-size: 16px; border-radius: 6px; margin-bottom: 50px; text-decoration: none; -webkit-transition: all .3s ease; transition: all .3s ease; } .blog-item .m:hover { box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all .3s ease; transition: all .3s ease; } .blog-item .icon { object-fit: cover; margin-right: 50px; border-radius: 6px; overflow: hidden; box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4); } .blog-item .content { width: 65%; } .blog-item .content .title { font-size: 21px; text-transform: capitalize; color: #25aae1; font-weight: 600; font-family: 'Lato', sans-serif; } .blog-item .content .title .blog-date { font-size: 12px; margin-left: 20px; color: #333; font-family: 'Lato', sans-serif; } .blog-item .content .title .blog-date:before { content: '/'; color: #2bb673; font-size: 25px; top: auto; position: relative; margin-right: 10px; } .blog-item .content .rounded { margin-left: 0; margin-top: 10px; margin-bottom: 10px; } .blog-item .item-arrow { height: 20px; width: 15%; position: relative; text-align: center; font-size: 35px; left: 0; -webkit-transition: all .3s ease; transition: all .3s ease; } .blog-item .m:hover > .item-arrow { /*padding-left: 40px;*/ color: #25aae1; left: 30px; -webkit-transition: all .3s ease; transition: all .3s ease; } .rounded { width: 70px; height: 5px; border-radius: 6px; background-image: linear-gradient(to right, #25aae1, #40e495); /* background: #2bb769; */ margin-left: 0; margin-top: 10px; margin-bottom: 10px; } @media screen and (max-width: 768px){ .blog-item .content { width: 100%; margin-top: 35px; } .blog-item .content .title { font-size: 18px; } .blog-item .item-arrow { margin: auto; } .blog-item .icon { width: 100%; } .blog-item .icon img { width: 100%; height: 150px; object-fit: cover; } .blog-item { width: 92%; margin: auto; } .blog-item .m { display: block; height: 150px; padding: 30px; } } .cards { display: flex; margin: 0 -10px; } .card { margin: 0 10px; } .cards { margin: 0 auto; max-width: 800px; } .card { background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); } .cards .card { width: 100px; } .card header { padding: 10px; background-color: lightblue; color: #fff; } .card header h2 { font-size: 1.4rem; font-weight: normal; margin: 0; padding: 0; }
0.237222
0.096621
.card_categoria_tienda{ border-radius: 6px; color: black; height: 22px; font-size: 14px; box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; background: #fefefe; padding: 3px 9px; transform-origin: top left; transform: skewY(3.601295deg) rotatez(-6.03624deg); transition-duration: .3s; cursor: pointer; animation: spin 10s linear infinite; border: 1px dashed #4BB543; } .card_categoria_tienda:active{ animation: spin 2s linear infinite; border: 1px dashed #4BB543; } .card_categoria_tienda:hover{ z-index: 4; transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3); transform: translateX(-10%) translateY(-14%); } .card_categoria_tienda h2{ font-family: 'Montserrat', sans-serif; font-size: 16px; } .card { background: rgba(0, 0, 0, 0.3); border-radius: 6px; box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; display: flex; flex-direction: row; position: relative; } .card h2 { margin: 0; padding: 0 1rem; color: white; font-family: 'Montserrat', sans-serif; } .card .title { padding: 1rem; font-family: 'Montserrat', sans-serif; text-align: right; color: green; font-weight: bold; font-size: 12px; } .card .desc { padding: 0.5rem 1rem; font-size: 12px; } .card .actions { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; padding: 0.5rem 1rem; } .card img { width: 40px; height: 40px; margin: 0 auto; } .img-avatar { width: 40px; height: 40px; position: absolute; border-radius: 50%; border: 2px solid white; background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%); top: 15px; left: 60px; } .card-text { display: grid; grid-template-columns: 1fr 2fr; } .title-total { padding: 1.5em 1.5em 1.5em 1.5em; } path { fill: white; } .img-portada { width: 100%; } .portada { width: 100%; height: 100%; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-position: center center; background-size: cover; } button { border: none; background: none; font-size: 24px; color: #fff; cursor: pointer; transition:.5s; } @keyframes spin { 100% { transform: rotateZ(360deg); } }
src/components/CardCategoria/estilos.css
.card_categoria_tienda{ border-radius: 6px; color: black; height: 22px; font-size: 14px; box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; background: #fefefe; padding: 3px 9px; transform-origin: top left; transform: skewY(3.601295deg) rotatez(-6.03624deg); transition-duration: .3s; cursor: pointer; animation: spin 10s linear infinite; border: 1px dashed #4BB543; } .card_categoria_tienda:active{ animation: spin 2s linear infinite; border: 1px dashed #4BB543; } .card_categoria_tienda:hover{ z-index: 4; transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3); transform: translateX(-10%) translateY(-14%); } .card_categoria_tienda h2{ font-family: 'Montserrat', sans-serif; font-size: 16px; } .card { background: rgba(0, 0, 0, 0.3); border-radius: 6px; box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; display: flex; flex-direction: row; position: relative; } .card h2 { margin: 0; padding: 0 1rem; color: white; font-family: 'Montserrat', sans-serif; } .card .title { padding: 1rem; font-family: 'Montserrat', sans-serif; text-align: right; color: green; font-weight: bold; font-size: 12px; } .card .desc { padding: 0.5rem 1rem; font-size: 12px; } .card .actions { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; padding: 0.5rem 1rem; } .card img { width: 40px; height: 40px; margin: 0 auto; } .img-avatar { width: 40px; height: 40px; position: absolute; border-radius: 50%; border: 2px solid white; background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%); top: 15px; left: 60px; } .card-text { display: grid; grid-template-columns: 1fr 2fr; } .title-total { padding: 1.5em 1.5em 1.5em 1.5em; } path { fill: white; } .img-portada { width: 100%; } .portada { width: 100%; height: 100%; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-position: center center; background-size: cover; } button { border: none; background: none; font-size: 24px; color: #fff; cursor: pointer; transition:.5s; } @keyframes spin { 100% { transform: rotateZ(360deg); } }
0.553264
0.174868
.switch { position: relative; display: inline-block; width: 51px; height: 26px; margin-top: 3px; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #cdcdcd; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; border: 1px solid gray; } .slider:before { position: absolute; content: ""; height: 24px; width: 24px; left: 0px; bottom: 0px; background-color: #d4d4d4; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; border: 1px solid gray; box-shadow: 4px 1px 7px grey; } input:checked + .slider { background-color: #42505d; } input:focus + .slider { box-shadow: 0 0 1px #42505d; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } .recommended-container { display: flex; align-items: center; } #recommended { padding-left: 10px; font-size: 20px; color: black; margin-bottom: 0; } .bonus { width: 200px; height: 32px; border-radius: 10px; } .save-cancel-buttons { margin-top: 110px; margin-right: 10px; float: right; width: 223px; display: flex; justify-content: space-between; } .save-cancel-buttons > button { width: 98px; height: 35px; padding: 0px; } .react-switch-checkbox { height: 0; width: 0; visibility: hidden; } .react-switch-label { display: flex; align-items: center; justify-content: space-between; cursor: pointer; width: 45px; height: 21px; background: grey; border-radius: 100px; position: relative; transition: background-color 0.2s; margin-bottom: 18px; } .react-switch-label .react-switch-button { content: ""; position: absolute; top: 1px; left: 2px; width: 19px; height: 19px; border-radius: 45px; transition: 0.2s; background: #fff; box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29); } .react-switch-checkbox:checked + .react-switch-label .react-switch-button { left: calc(100% - 2px); transform: translateX(-100%); } .react-switch-label:active .react-switch-button { width: 60px; } #vehicle-cards-container{ overflow-x: auto; display: flex; } .vehiclecards{ padding: 13px 21px 10px; width: 445px; border-radius: 15px; background-color: #f4f4f4; margin: 23px 17px; display: block; line-height: 0.5; padding-top: 15px; } .vehicle-name{ font-size: 20px; text-decoration: underline; } .vehicles-container{ display: flex; justify-content: space-around; } .vehicle-card-left > div{ display: flex; } .vehicle-card-left{ padding-top: 20px; } #vehicle-card{ max-width: 2750px; } #vehicle-row{ max-width: 1460px; } #houses-cards-container, #promises-cards-container{ display: flex; justify-content: start; padding-left: 0; } .ownership-titles{ text-align: center; font-size: 30px; letter-spacing: 2px; color: #35383c; font-weight: 500; margin-top: 22px; } .ownership-horizon-line{ width: 160px; height: 5px; background: #35383c; border: none; border-radius: 40px; margin: 0 auto; } .houses-cards-containers, .promises-cards-containers{ max-width: 860px; overflow-x: auto; margin: 0 auto; } .first-ownership-title{ margin-top: 0; } #house_id, #premises_id{ text-align: center; font-size: 18px; } #houses-content, #premises-content{ line-height: 0.5; } #houses-content > div, #premises-content > div{ display: flex; } .vehicle-card-right > img{ width: 250px; }
src/DemoPages/Tables/Myownership/index.css
.switch { position: relative; display: inline-block; width: 51px; height: 26px; margin-top: 3px; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #cdcdcd; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; border: 1px solid gray; } .slider:before { position: absolute; content: ""; height: 24px; width: 24px; left: 0px; bottom: 0px; background-color: #d4d4d4; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; border: 1px solid gray; box-shadow: 4px 1px 7px grey; } input:checked + .slider { background-color: #42505d; } input:focus + .slider { box-shadow: 0 0 1px #42505d; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } .recommended-container { display: flex; align-items: center; } #recommended { padding-left: 10px; font-size: 20px; color: black; margin-bottom: 0; } .bonus { width: 200px; height: 32px; border-radius: 10px; } .save-cancel-buttons { margin-top: 110px; margin-right: 10px; float: right; width: 223px; display: flex; justify-content: space-between; } .save-cancel-buttons > button { width: 98px; height: 35px; padding: 0px; } .react-switch-checkbox { height: 0; width: 0; visibility: hidden; } .react-switch-label { display: flex; align-items: center; justify-content: space-between; cursor: pointer; width: 45px; height: 21px; background: grey; border-radius: 100px; position: relative; transition: background-color 0.2s; margin-bottom: 18px; } .react-switch-label .react-switch-button { content: ""; position: absolute; top: 1px; left: 2px; width: 19px; height: 19px; border-radius: 45px; transition: 0.2s; background: #fff; box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29); } .react-switch-checkbox:checked + .react-switch-label .react-switch-button { left: calc(100% - 2px); transform: translateX(-100%); } .react-switch-label:active .react-switch-button { width: 60px; } #vehicle-cards-container{ overflow-x: auto; display: flex; } .vehiclecards{ padding: 13px 21px 10px; width: 445px; border-radius: 15px; background-color: #f4f4f4; margin: 23px 17px; display: block; line-height: 0.5; padding-top: 15px; } .vehicle-name{ font-size: 20px; text-decoration: underline; } .vehicles-container{ display: flex; justify-content: space-around; } .vehicle-card-left > div{ display: flex; } .vehicle-card-left{ padding-top: 20px; } #vehicle-card{ max-width: 2750px; } #vehicle-row{ max-width: 1460px; } #houses-cards-container, #promises-cards-container{ display: flex; justify-content: start; padding-left: 0; } .ownership-titles{ text-align: center; font-size: 30px; letter-spacing: 2px; color: #35383c; font-weight: 500; margin-top: 22px; } .ownership-horizon-line{ width: 160px; height: 5px; background: #35383c; border: none; border-radius: 40px; margin: 0 auto; } .houses-cards-containers, .promises-cards-containers{ max-width: 860px; overflow-x: auto; margin: 0 auto; } .first-ownership-title{ margin-top: 0; } #house_id, #premises_id{ text-align: center; font-size: 18px; } #houses-content, #premises-content{ line-height: 0.5; } #houses-content > div, #premises-content > div{ display: flex; } .vehicle-card-right > img{ width: 250px; }
0.358578
0.076236
.aquaLawnGreen4, .hover_aquaLawnGreen4:hover, .active_aquaLawnGreen4:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(128, 217, 0, .39), inset 0 -0.5em 0.9em 0 #cbff40, inset 0 -0.5em 0em 0.65em rgb(96, 166, 0), inset 0 0em 0.5em 2em rgb(158, 223, 71); -moz-box-shadow: 0 0.63em 0.75em rgba(128, 217, 0, .39), inset 0 -0.5em 0.9em 0 #cbff40, inset 0 -0.5em 0em 0.65em rgb(96, 166, 0), inset 0 0em 0.5em 2em rgb(158, 223, 71); box-shadow: 0 0.63em 0.75em rgba(128, 217, 0, .39), inset 0 -0.5em 0.9em 0 #cbff40, inset 0 -0.5em 0em 0.65em rgb(96, 166, 0), inset 0 0em 0.5em 2em rgb(158, 223, 71); } .aquaLawnGreen4h, .hover_aquaLawnGreen4h:hover, .active_aquaLawnGreen4h:active { -webkit-box-shadow:0 0.63em 1em rgba(144, 243, 0, .55), inset 0 -0.5em 0.9em 0 #d9ff73, inset 0 -0.5em 0em 0.65em #98ff0d, inset 0 0em 0.5em 2em #c3fc77; -moz-box-shadow:0 0.63em 1em rgba(144, 243, 0, .55), inset 0 -0.5em 0.9em 0 #d9ff73, inset 0 -0.5em 0em 0.65em #98ff0d, inset 0 0em 0.5em 2em #c3fc77; box-shadow:0 0.63em 1em rgba(144, 243, 0, .55), inset 0 -0.5em 0.9em 0 #d9ff73, inset 0 -0.5em 0em 0.65em #98ff0d, inset 0 0em 0.5em 2em #c3fc77; } .aquaLawnGreen4a, .hover_aquaLawnGreen4a:hover, .active_aquaLawnGreen4a:active { /*background: #4b9900;*/ -webkit-box-shadow:0 0.63em 1em rgba(98, 166, 0, .55), inset 0 -0.5em 0.9em 0 #d2ff5a, inset 0 -0.5em 0em 0.65em #7ad400, inset 0 0em 0.5em 2em #a3ff27; -moz-box-shadow:0 0.63em 1em rgba(98, 166, 0, .55), inset 0 -0.5em 0.9em 0 #d2ff5a, inset 0 -0.5em 0em 0.65em #7ad400, inset 0 0em 0.5em 2em #a3ff27; box-shadow:0 0.63em 1em rgba(98, 166, 0, .55), inset 0 -0.5em 0.9em 0 #d2ff5a, inset 0 -0.5em 0em 0.65em #7ad400, inset 0 0em 0.5em 2em #a3ff27; } /* ------------------------------ color settings ----------------------------*/ .color_aquaLawnGreen4, .hover_color_aquaLawnGreen4:hover, .active_color_aquaLawnGreen4:active { color: #282828; } .color_aquaLawnGreen4h, .hover_color_aquaLawnGreen4h:hover, .active_color_aquaLawnGreen4h:active { color: #c8c8c8; } .color_aquaLawnGreen4a, .hover_color_aquaLawnGreen4a:hover, .active_color_aquaLawnGreen4a:active { color: #c8c8c8; } /* -------------------------- border settings --------------------------------*/ .border_aquaLawnGreen4, .hover_border_aquaLawnGreen4:hover, .active_border_aquaLawnGreen4:active { border-color: #4b9900 #4b9900 #4b9900 #4b9900; } .border_aquaLawnGreen4h, .hover_border_aquaLawnGreen4h:hover, .active_border_aquaLawnGreen4h:active { border-color: #4b9900 #4b9900 #4b9900 #4b9900; } .border_aquaLawnGreen4a, .hover_border_aquaLawnGreen4a:hover, .active_border_aquaLawnGreen4a:active { border-color: #4b9900 #4b9900 #4b9900 #4b9900; }
widgets/common/assets/shadows/aqua/aquaLawnGreen/aquaLawnGreen4.css
.aquaLawnGreen4, .hover_aquaLawnGreen4:hover, .active_aquaLawnGreen4:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(128, 217, 0, .39), inset 0 -0.5em 0.9em 0 #cbff40, inset 0 -0.5em 0em 0.65em rgb(96, 166, 0), inset 0 0em 0.5em 2em rgb(158, 223, 71); -moz-box-shadow: 0 0.63em 0.75em rgba(128, 217, 0, .39), inset 0 -0.5em 0.9em 0 #cbff40, inset 0 -0.5em 0em 0.65em rgb(96, 166, 0), inset 0 0em 0.5em 2em rgb(158, 223, 71); box-shadow: 0 0.63em 0.75em rgba(128, 217, 0, .39), inset 0 -0.5em 0.9em 0 #cbff40, inset 0 -0.5em 0em 0.65em rgb(96, 166, 0), inset 0 0em 0.5em 2em rgb(158, 223, 71); } .aquaLawnGreen4h, .hover_aquaLawnGreen4h:hover, .active_aquaLawnGreen4h:active { -webkit-box-shadow:0 0.63em 1em rgba(144, 243, 0, .55), inset 0 -0.5em 0.9em 0 #d9ff73, inset 0 -0.5em 0em 0.65em #98ff0d, inset 0 0em 0.5em 2em #c3fc77; -moz-box-shadow:0 0.63em 1em rgba(144, 243, 0, .55), inset 0 -0.5em 0.9em 0 #d9ff73, inset 0 -0.5em 0em 0.65em #98ff0d, inset 0 0em 0.5em 2em #c3fc77; box-shadow:0 0.63em 1em rgba(144, 243, 0, .55), inset 0 -0.5em 0.9em 0 #d9ff73, inset 0 -0.5em 0em 0.65em #98ff0d, inset 0 0em 0.5em 2em #c3fc77; } .aquaLawnGreen4a, .hover_aquaLawnGreen4a:hover, .active_aquaLawnGreen4a:active { /*background: #4b9900;*/ -webkit-box-shadow:0 0.63em 1em rgba(98, 166, 0, .55), inset 0 -0.5em 0.9em 0 #d2ff5a, inset 0 -0.5em 0em 0.65em #7ad400, inset 0 0em 0.5em 2em #a3ff27; -moz-box-shadow:0 0.63em 1em rgba(98, 166, 0, .55), inset 0 -0.5em 0.9em 0 #d2ff5a, inset 0 -0.5em 0em 0.65em #7ad400, inset 0 0em 0.5em 2em #a3ff27; box-shadow:0 0.63em 1em rgba(98, 166, 0, .55), inset 0 -0.5em 0.9em 0 #d2ff5a, inset 0 -0.5em 0em 0.65em #7ad400, inset 0 0em 0.5em 2em #a3ff27; } /* ------------------------------ color settings ----------------------------*/ .color_aquaLawnGreen4, .hover_color_aquaLawnGreen4:hover, .active_color_aquaLawnGreen4:active { color: #282828; } .color_aquaLawnGreen4h, .hover_color_aquaLawnGreen4h:hover, .active_color_aquaLawnGreen4h:active { color: #c8c8c8; } .color_aquaLawnGreen4a, .hover_color_aquaLawnGreen4a:hover, .active_color_aquaLawnGreen4a:active { color: #c8c8c8; } /* -------------------------- border settings --------------------------------*/ .border_aquaLawnGreen4, .hover_border_aquaLawnGreen4:hover, .active_border_aquaLawnGreen4:active { border-color: #4b9900 #4b9900 #4b9900 #4b9900; } .border_aquaLawnGreen4h, .hover_border_aquaLawnGreen4h:hover, .active_border_aquaLawnGreen4h:active { border-color: #4b9900 #4b9900 #4b9900 #4b9900; } .border_aquaLawnGreen4a, .hover_border_aquaLawnGreen4a:hover, .active_border_aquaLawnGreen4a:active { border-color: #4b9900 #4b9900 #4b9900 #4b9900; }
0.358016
0.353066
.container { display: flex; } .hidden { display: none; } .option:hover .hidden { display: block !important; } /* width and height */ .w100 { min-width: 100vw; } .h100 { min-height: 100vh; } .w10 { width: 10px; } .w15 { width: 15px; } .w20 { width: 20px; } .w25 { width: 25px; } .w30 { width: 30px; } .w35 { width: 35px; } .w40 { width: 40px; } .w45 { width: 45px; } .w50 { width: 50px; } .w55 { height: 55px; } .w60 { width: 60px; } .w65 { width: 65px; } .w70 { width: 70px; } .w75 { width: 75px; } .w80 { width: 80px; } .x2 { width: 2%; } .x4 { width: 4%; } .x8 { width: 8%; } .x10 { width: 10%; } .x15 { width: 15%; } .x20 { width: 20%; } .x25 { width: 25%; } .x30 { width: 30%; } .x33 { width: 33%; } .x35 { width: 35%; } .x40 { width: 40%; } .x45 { width: 45%; } .x50 { width: 50%; } .x55 { width: 55%; } .x60 { width: 60%; } .x65 { width: 65%; } .x70 { width: 70%; } .x75 { width: 75%; } .x80 { width: 80%; } .x85 { width: 85%; } .x90 { width: 90%; } .x92 { width: 92%; } .x94 { width: 94%; } .x96 { width: 96%; } .x98 { width: 98%; } .x100 { width: 100%; } .y10 { height: 10px; line-height: 10px; } .y15 { height: 15px; line-height: 15px; } .y20 { height: 20px; line-height: 20px; } .y25 { height: 25px; line-height: 25px; } .y30 { height: 30px; line-height: 30px; } .y35 { height: 35px; line-height: 35px; } .y40 { height: 40px; line-height: 40px; } .y45 { height: 45px; line-height: 45px; } .y50 { height: 50px; line-height: 50px; } .y55 { height: 55px; line-height: 55px; } .y60 { height: 60px; line-height: 60px; } .y65 { height: 65px; line-height: 65px; } .y70 { height: 70px; line-height: 70px; } .y75 { height: 75px; line-height: 75px; } .y80 { height: 80px; line-height: 80px; } .y100 { height: 100px; } .y120 { height: 120px; } .y160 { height: 160px; } .y240 { height: 240px; } .y320 { height: 320px; } .y360 { height: 360px; } .y480 { height: 480px; } .y560 { height: 560px; } .y640 { height: 640px; } .y720 { height: 720px; } .y960 { height: 960px; } /* image width = height */ .i20 { width: 20px; height: 20px; } .i25 { width: 25px; height: 25px; } .i30 { width: 30px; height: 30px; } .i35 { width: 35px; height: 35px; } .i40 { width: 40px; height: 40px; } .i45 { width: 45px; height: 45px; } .i50 { width: 50px; height: 50px; } .i60 { width: 60px; height: 60px; } .i70 { width: 70px; height: 70px; } .i80 { width: 80px; height: 80px; } .i90 { width: 90px; height: 90px; } .i100 { width: 100px; height: 100px; } .i120 { width: 120px; height: 120px; } .i150 { width: 150px; height: 150px; } .i180 { width: 180px; height: 180px; } /* max and min */ .mx320 { max-width: 320px; } .mx480 { max-width: 480px; } .mx640 { max-width: 640px; } .mx720 { max-width: 720px; } .mx960 { max-width: 960px; } .mx1080 { max-width: 1080px; } .mx1200 { max-width: 1200px; } .mx1280 { max-width: 1280px; } .mx1440 { max-width: 1440px; } .mx1920 { max-width: 1920px; } /* margin and padding */ .xm1 { margin-left: 1%; margin-right: 1%; } .xm2 { margin-left: 2%; margin-right: 2%; } .xm3 { margin-left: 3%; margin-right: 3%; } .xm4 { margin-left: 4%; margin-right: 4%; } .xm5 { margin-left: 5%; margin-right: 5%; } .xm6 { margin-left: 6%; margin-right: 6%; } .xm7 { margin-left: 7%; margin-right: 7%; } .xm8 { margin-left: 8%; margin-right: 8%; } .xm9 { margin-left: 9%; margin-right: 9%; } .xm10 { margin-left: 10%; margin-right: 10%; } .xm15 { margin-left: 15%; margin-right: 15%; } .xm20 { margin-left: 20%; margin-right: 20%; } .xm25 { margin-left: 25%; margin-right: 25%; } .xm30 { margin-left: 30%; margin-right: 30%; } .xm35 { margin-left: 35%; margin-right: 35%; } .xm40 { margin-left: 40%; margin-right: 40%; } .xm45 { margin-left: 45%; margin-right: 45%; } .xm50 { margin-left: 50%; margin-right: 50%; } .xp1 { padding-left: 1%; padding-right: 1%; } .xp2 { padding-left: 2%; padding-right: 2%; } .xp3 { padding-left: 3%; padding-right: 3%; } .xp4 { padding-left: 4%; padding-right: 4%; } .xp5 { padding-left: 5%; padding-right: 5%; } .xp6 { padding-left: 6%; padding-right: 6%; } .xp7 { padding-left: 7%; padding-right: 7%; } .xp8 { padding-left: 8%; padding-right: 8%; } .xp9 { padding-left: 9%; padding-right: 9%; } .xp10 { padding-left: 10%; padding-right: 10%; } .xp15 { padding-left: 15%; padding-right: 15%; } .xp20 { padding-left: 20%; padding-right: 20%; } .xp25 { padding-left: 25%; padding-right: 25%; } .xp30 { padding-left: 30%; padding-right: 30%; } .xp35 { padding-left: 35%; padding-right: 35%; } .xp40 { padding-left: 40%; padding-right: 40%; } .xp45 { padding-left: 45%; padding-right: 45%; } .xp50 { padding-left: 50%; padding-right: 50%; } .ym5 { margin-top: 5px; margin-bottom: 5px; } .ym10 { margin-top: 10px; margin-bottom: 10px; } .ym15 { margin-top: 15px; margin-bottom: 15px; } .ym20 { margin-top: 20px; margin-bottom: 20px; } .ym25 { margin-top: 25px; margin-bottom: 25px; } .ym30 { margin-top: 30px; margin-bottom: 30px; } .ym35 { margin-top: 35px; margin-bottom: 35px; } .ym40 { margin-top: 40px; margin-bottom: 40px; } .ym45 { margin-top: 45px; margin-bottom: 45px; } .ym50 { margin-top: 50px; margin-bottom: 50px; } .ym60 { margin-top: 60px; margin-bottom: 60px; } .ym70 { margin-top: 70px; margin-bottom: 70px; } .ym80 { margin-top: 80px; margin-bottom: 80px; } .ym90 { margin-top: 90px; margin-bottom: 90px; } .ym100 { margin-top: 100px; margin-bottom: 100px; } .yp5 { padding-top: 5px; padding-bottom: 5px; } .yp10 { padding-top: 10px; padding-bottom: 10px; } .yp15 { padding-top: 15px; padding-bottom: 15px; } .yp20 { padding-top: 20px; padding-bottom: 20px; } .yp25 { padding-top: 25px; padding-bottom: 25px; } .yp30 { padding-top: 30px; padding-bottom: 30px; } .yp35 { padding-top: 35px; padding-bottom: 35px; } .yp40 { padding-top: 40px; padding-bottom: 40px; } .yp45 { padding-top: 45px; padding-bottom: 45px; } .yp50 { padding-top: 50px; padding-bottom: 50px; } .yp60 { padding-top: 60px; padding-bottom: 60px; } .yp70 { padding-top: 70px; padding-bottom: 70px; } .yp80 { padding-top: 80px; padding-bottom: 80px; } .yp90 { padding-top: 90px; padding-bottom: 90px; } .yp100 { padding-top: 100px; padding-bottom: 100px; } /* left and right */ .l0 { left: 0; } .l1 { left: 1%; } .l2 { left: 2%; } .l3 { left: 3%; } .l4 { left: 4%; } .l5 { left: 5%; } .r0 { right: 0; } .r1 { right: 1%; } .r2 { right: 2%; } .r3 { right: 3%; } .r4 { right: 4%; } .r5 { right: 5%; } /* top and bootom */ .t0 { top: 0; } .t5 { top: 5px; } .t10 { top: 10px; } .t15 { top: 15px; } .t20 { top: 20px; } .t30 { top: 30px; } .t40 { top: 40px; } .t50 { top: 50px; } .t80 { top: 80px; } .t100 { top: 100px; } .b0 { bottom: 0; } .b5 { bottom: 5px; } .b10 { bottom: 10px; } .b15 { bottom: 15px; } .b20 { bottom: 20px; } .b30 { bottom: 30px; } .b40 { bottom: 40px; } .b50 { bottom: 50px; } .b80 { bottom: 80px; } .b100 { bottom: 100px; } /* font-size and line-height */ .fs12 { font-size: 12px; } .fs14 { font-size: 14px; } .fs16 { font-size: 16px; } .fs18 { font-size: 18px; } .fs20 { font-size: 20px; } .fs24 { font-size: 24px; } .fs28 { font-size: 28px; } .fs32 { font-size: 32px; } .fs36 { font-size: 36px; } .fw200 { font-weight: 200; } .fw400 { font-weight: 400; } .fw700 { font-weight: 700; } .fw900 { font-weight: 900; } .lh2 { line-height: 2; } .lh3 { line-height: 3; } .lh4 { line-height: 4; } .lh5 { line-height: 5; } /* position */ .p-relative { position: relative; } .p-absolute { position: absolute; z-index: 1; } .p-fixed { position: fixed; z-index: 1; } /* text */ .t-left { text-align: left; } .t-right { text-align: right; } .t-center { text-align: center; } .t-pointer { cursor: pointer; } .t-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .t-through { text-decoration: line-through; } .t-under { text-decoration: underline; } /* flext */ .x-row { flex-direction: row; } .x-column { flex-direction: column; } .x-warp { flex-wrap: wrap; } .x-nowarp { flex-wrap: nowrap; } .x-start { justify-content: flex-start; } .x-end { justify-content: flex-end; } .x-center { justify-content: center; } .x-around { justify-content: space-around; } .x-between { justify-content: space-between; } .y-start { align-items: flex-start; } .y-end { align-items: flex-end; } .y-center { align-items: center; } .y-baseline { align-items: baseline; } .y-stretch { align-items: stretch; } /* outline and overflow */ .o-auto { overflow: auto; } .o-hidden { overflow: hidden; } .o-none { outline: 0; } /* border and radius */ .b-none { border: none; } .b-box { box-sizing: border-box; } .b-border { border: 1px solid #f2f2f2; } .b-top { border-top: 1px solid #f2f2f2; } .b-bottom { border-bottom: 1px solid #f2f2f2; } .b-left { border-left: 1px solid #f2f2f2; } .b-right { border-right: 1px solid #f2f2f2; } .b-shadow { box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); } /* border-width and border radius */ .bw1 { border-width: 1px; } .bw2 { border-width: 2px; } .bw3 { border-width: 3px; } .bw4 { border-width: 4px; } .bw5 { border-width: 5px; } .br2 { border-radius: 2px; } .br4 { border-radius: 4px; } .br6 { border-radius: 6px; } .br8 { border-radius: 8px; } .br10 { border-radius: 10px; } .br20 { border-radius: 20px; } .br30 { border-radius: 30px; } .br40 { border-radius: 40px; } .brs { border-radius: 4px; } .brx { border-radius: 50%; } /* background and color */ .bgf { background: #ffffff; } .bgfa { background: #fafafa; } .bgf2 { background: #f2f2f2; } .bge2 { background: #e2e2e2; } .bgc2 { background: #e2e2e2; } .bg0 { background: #000000; } .bg3 { background: #333333; } .bg6 { background: #666666; } .bg9 { background: #999999; } .bgr { background: #FF0000; } .bga2 { background: rgba(0, 0, 0, 0.2); } .bga4 { background: rgba(0, 0, 0, 0.4); } .bga6 { background: rgba(0, 0, 0, 0.6); } .bga8 { background: rgba(0, 0, 0, 0.8); } .clf { color: #ffffff; } .clfa { color: #fafafa; } .clf2 { color: #f2f2f2; } .cle2 { color: #e2e2e2; } .clc2 { color: #e2e2e2; } .cl0 { color: #000000; } .cl3 { color: #333333; } .cl6 { color: #666666; } .cl9 { color: #999999; } .clr { color: #ff0000; } /* customer setting */ .bgx { background: #4285f4; } .bgy { background: #1e1e1e; } .bgz { background: #e2e2e2; } .bghx:hover { background: #4285f4; } .bghy:hover { background: #1e1e1e; } .bghz:hover { background: #e2e2e2; } .clx { color: #4285f4; } .cly { color: #1e1e1e; } .clz { color: #e2e2e2; } .clhx:hover { color: #4285f4; } .clhy:hover { color: #1e1e1e; } .clhz:hover { color: #e2e2e2; } .bcx { border-color: #4285f4; } .bcy { border-color: #1e1e1e; } .bcz { border-color: #e2e2e2; }
assets/flex.css
.container { display: flex; } .hidden { display: none; } .option:hover .hidden { display: block !important; } /* width and height */ .w100 { min-width: 100vw; } .h100 { min-height: 100vh; } .w10 { width: 10px; } .w15 { width: 15px; } .w20 { width: 20px; } .w25 { width: 25px; } .w30 { width: 30px; } .w35 { width: 35px; } .w40 { width: 40px; } .w45 { width: 45px; } .w50 { width: 50px; } .w55 { height: 55px; } .w60 { width: 60px; } .w65 { width: 65px; } .w70 { width: 70px; } .w75 { width: 75px; } .w80 { width: 80px; } .x2 { width: 2%; } .x4 { width: 4%; } .x8 { width: 8%; } .x10 { width: 10%; } .x15 { width: 15%; } .x20 { width: 20%; } .x25 { width: 25%; } .x30 { width: 30%; } .x33 { width: 33%; } .x35 { width: 35%; } .x40 { width: 40%; } .x45 { width: 45%; } .x50 { width: 50%; } .x55 { width: 55%; } .x60 { width: 60%; } .x65 { width: 65%; } .x70 { width: 70%; } .x75 { width: 75%; } .x80 { width: 80%; } .x85 { width: 85%; } .x90 { width: 90%; } .x92 { width: 92%; } .x94 { width: 94%; } .x96 { width: 96%; } .x98 { width: 98%; } .x100 { width: 100%; } .y10 { height: 10px; line-height: 10px; } .y15 { height: 15px; line-height: 15px; } .y20 { height: 20px; line-height: 20px; } .y25 { height: 25px; line-height: 25px; } .y30 { height: 30px; line-height: 30px; } .y35 { height: 35px; line-height: 35px; } .y40 { height: 40px; line-height: 40px; } .y45 { height: 45px; line-height: 45px; } .y50 { height: 50px; line-height: 50px; } .y55 { height: 55px; line-height: 55px; } .y60 { height: 60px; line-height: 60px; } .y65 { height: 65px; line-height: 65px; } .y70 { height: 70px; line-height: 70px; } .y75 { height: 75px; line-height: 75px; } .y80 { height: 80px; line-height: 80px; } .y100 { height: 100px; } .y120 { height: 120px; } .y160 { height: 160px; } .y240 { height: 240px; } .y320 { height: 320px; } .y360 { height: 360px; } .y480 { height: 480px; } .y560 { height: 560px; } .y640 { height: 640px; } .y720 { height: 720px; } .y960 { height: 960px; } /* image width = height */ .i20 { width: 20px; height: 20px; } .i25 { width: 25px; height: 25px; } .i30 { width: 30px; height: 30px; } .i35 { width: 35px; height: 35px; } .i40 { width: 40px; height: 40px; } .i45 { width: 45px; height: 45px; } .i50 { width: 50px; height: 50px; } .i60 { width: 60px; height: 60px; } .i70 { width: 70px; height: 70px; } .i80 { width: 80px; height: 80px; } .i90 { width: 90px; height: 90px; } .i100 { width: 100px; height: 100px; } .i120 { width: 120px; height: 120px; } .i150 { width: 150px; height: 150px; } .i180 { width: 180px; height: 180px; } /* max and min */ .mx320 { max-width: 320px; } .mx480 { max-width: 480px; } .mx640 { max-width: 640px; } .mx720 { max-width: 720px; } .mx960 { max-width: 960px; } .mx1080 { max-width: 1080px; } .mx1200 { max-width: 1200px; } .mx1280 { max-width: 1280px; } .mx1440 { max-width: 1440px; } .mx1920 { max-width: 1920px; } /* margin and padding */ .xm1 { margin-left: 1%; margin-right: 1%; } .xm2 { margin-left: 2%; margin-right: 2%; } .xm3 { margin-left: 3%; margin-right: 3%; } .xm4 { margin-left: 4%; margin-right: 4%; } .xm5 { margin-left: 5%; margin-right: 5%; } .xm6 { margin-left: 6%; margin-right: 6%; } .xm7 { margin-left: 7%; margin-right: 7%; } .xm8 { margin-left: 8%; margin-right: 8%; } .xm9 { margin-left: 9%; margin-right: 9%; } .xm10 { margin-left: 10%; margin-right: 10%; } .xm15 { margin-left: 15%; margin-right: 15%; } .xm20 { margin-left: 20%; margin-right: 20%; } .xm25 { margin-left: 25%; margin-right: 25%; } .xm30 { margin-left: 30%; margin-right: 30%; } .xm35 { margin-left: 35%; margin-right: 35%; } .xm40 { margin-left: 40%; margin-right: 40%; } .xm45 { margin-left: 45%; margin-right: 45%; } .xm50 { margin-left: 50%; margin-right: 50%; } .xp1 { padding-left: 1%; padding-right: 1%; } .xp2 { padding-left: 2%; padding-right: 2%; } .xp3 { padding-left: 3%; padding-right: 3%; } .xp4 { padding-left: 4%; padding-right: 4%; } .xp5 { padding-left: 5%; padding-right: 5%; } .xp6 { padding-left: 6%; padding-right: 6%; } .xp7 { padding-left: 7%; padding-right: 7%; } .xp8 { padding-left: 8%; padding-right: 8%; } .xp9 { padding-left: 9%; padding-right: 9%; } .xp10 { padding-left: 10%; padding-right: 10%; } .xp15 { padding-left: 15%; padding-right: 15%; } .xp20 { padding-left: 20%; padding-right: 20%; } .xp25 { padding-left: 25%; padding-right: 25%; } .xp30 { padding-left: 30%; padding-right: 30%; } .xp35 { padding-left: 35%; padding-right: 35%; } .xp40 { padding-left: 40%; padding-right: 40%; } .xp45 { padding-left: 45%; padding-right: 45%; } .xp50 { padding-left: 50%; padding-right: 50%; } .ym5 { margin-top: 5px; margin-bottom: 5px; } .ym10 { margin-top: 10px; margin-bottom: 10px; } .ym15 { margin-top: 15px; margin-bottom: 15px; } .ym20 { margin-top: 20px; margin-bottom: 20px; } .ym25 { margin-top: 25px; margin-bottom: 25px; } .ym30 { margin-top: 30px; margin-bottom: 30px; } .ym35 { margin-top: 35px; margin-bottom: 35px; } .ym40 { margin-top: 40px; margin-bottom: 40px; } .ym45 { margin-top: 45px; margin-bottom: 45px; } .ym50 { margin-top: 50px; margin-bottom: 50px; } .ym60 { margin-top: 60px; margin-bottom: 60px; } .ym70 { margin-top: 70px; margin-bottom: 70px; } .ym80 { margin-top: 80px; margin-bottom: 80px; } .ym90 { margin-top: 90px; margin-bottom: 90px; } .ym100 { margin-top: 100px; margin-bottom: 100px; } .yp5 { padding-top: 5px; padding-bottom: 5px; } .yp10 { padding-top: 10px; padding-bottom: 10px; } .yp15 { padding-top: 15px; padding-bottom: 15px; } .yp20 { padding-top: 20px; padding-bottom: 20px; } .yp25 { padding-top: 25px; padding-bottom: 25px; } .yp30 { padding-top: 30px; padding-bottom: 30px; } .yp35 { padding-top: 35px; padding-bottom: 35px; } .yp40 { padding-top: 40px; padding-bottom: 40px; } .yp45 { padding-top: 45px; padding-bottom: 45px; } .yp50 { padding-top: 50px; padding-bottom: 50px; } .yp60 { padding-top: 60px; padding-bottom: 60px; } .yp70 { padding-top: 70px; padding-bottom: 70px; } .yp80 { padding-top: 80px; padding-bottom: 80px; } .yp90 { padding-top: 90px; padding-bottom: 90px; } .yp100 { padding-top: 100px; padding-bottom: 100px; } /* left and right */ .l0 { left: 0; } .l1 { left: 1%; } .l2 { left: 2%; } .l3 { left: 3%; } .l4 { left: 4%; } .l5 { left: 5%; } .r0 { right: 0; } .r1 { right: 1%; } .r2 { right: 2%; } .r3 { right: 3%; } .r4 { right: 4%; } .r5 { right: 5%; } /* top and bootom */ .t0 { top: 0; } .t5 { top: 5px; } .t10 { top: 10px; } .t15 { top: 15px; } .t20 { top: 20px; } .t30 { top: 30px; } .t40 { top: 40px; } .t50 { top: 50px; } .t80 { top: 80px; } .t100 { top: 100px; } .b0 { bottom: 0; } .b5 { bottom: 5px; } .b10 { bottom: 10px; } .b15 { bottom: 15px; } .b20 { bottom: 20px; } .b30 { bottom: 30px; } .b40 { bottom: 40px; } .b50 { bottom: 50px; } .b80 { bottom: 80px; } .b100 { bottom: 100px; } /* font-size and line-height */ .fs12 { font-size: 12px; } .fs14 { font-size: 14px; } .fs16 { font-size: 16px; } .fs18 { font-size: 18px; } .fs20 { font-size: 20px; } .fs24 { font-size: 24px; } .fs28 { font-size: 28px; } .fs32 { font-size: 32px; } .fs36 { font-size: 36px; } .fw200 { font-weight: 200; } .fw400 { font-weight: 400; } .fw700 { font-weight: 700; } .fw900 { font-weight: 900; } .lh2 { line-height: 2; } .lh3 { line-height: 3; } .lh4 { line-height: 4; } .lh5 { line-height: 5; } /* position */ .p-relative { position: relative; } .p-absolute { position: absolute; z-index: 1; } .p-fixed { position: fixed; z-index: 1; } /* text */ .t-left { text-align: left; } .t-right { text-align: right; } .t-center { text-align: center; } .t-pointer { cursor: pointer; } .t-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .t-through { text-decoration: line-through; } .t-under { text-decoration: underline; } /* flext */ .x-row { flex-direction: row; } .x-column { flex-direction: column; } .x-warp { flex-wrap: wrap; } .x-nowarp { flex-wrap: nowrap; } .x-start { justify-content: flex-start; } .x-end { justify-content: flex-end; } .x-center { justify-content: center; } .x-around { justify-content: space-around; } .x-between { justify-content: space-between; } .y-start { align-items: flex-start; } .y-end { align-items: flex-end; } .y-center { align-items: center; } .y-baseline { align-items: baseline; } .y-stretch { align-items: stretch; } /* outline and overflow */ .o-auto { overflow: auto; } .o-hidden { overflow: hidden; } .o-none { outline: 0; } /* border and radius */ .b-none { border: none; } .b-box { box-sizing: border-box; } .b-border { border: 1px solid #f2f2f2; } .b-top { border-top: 1px solid #f2f2f2; } .b-bottom { border-bottom: 1px solid #f2f2f2; } .b-left { border-left: 1px solid #f2f2f2; } .b-right { border-right: 1px solid #f2f2f2; } .b-shadow { box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); } /* border-width and border radius */ .bw1 { border-width: 1px; } .bw2 { border-width: 2px; } .bw3 { border-width: 3px; } .bw4 { border-width: 4px; } .bw5 { border-width: 5px; } .br2 { border-radius: 2px; } .br4 { border-radius: 4px; } .br6 { border-radius: 6px; } .br8 { border-radius: 8px; } .br10 { border-radius: 10px; } .br20 { border-radius: 20px; } .br30 { border-radius: 30px; } .br40 { border-radius: 40px; } .brs { border-radius: 4px; } .brx { border-radius: 50%; } /* background and color */ .bgf { background: #ffffff; } .bgfa { background: #fafafa; } .bgf2 { background: #f2f2f2; } .bge2 { background: #e2e2e2; } .bgc2 { background: #e2e2e2; } .bg0 { background: #000000; } .bg3 { background: #333333; } .bg6 { background: #666666; } .bg9 { background: #999999; } .bgr { background: #FF0000; } .bga2 { background: rgba(0, 0, 0, 0.2); } .bga4 { background: rgba(0, 0, 0, 0.4); } .bga6 { background: rgba(0, 0, 0, 0.6); } .bga8 { background: rgba(0, 0, 0, 0.8); } .clf { color: #ffffff; } .clfa { color: #fafafa; } .clf2 { color: #f2f2f2; } .cle2 { color: #e2e2e2; } .clc2 { color: #e2e2e2; } .cl0 { color: #000000; } .cl3 { color: #333333; } .cl6 { color: #666666; } .cl9 { color: #999999; } .clr { color: #ff0000; } /* customer setting */ .bgx { background: #4285f4; } .bgy { background: #1e1e1e; } .bgz { background: #e2e2e2; } .bghx:hover { background: #4285f4; } .bghy:hover { background: #1e1e1e; } .bghz:hover { background: #e2e2e2; } .clx { color: #4285f4; } .cly { color: #1e1e1e; } .clz { color: #e2e2e2; } .clhx:hover { color: #4285f4; } .clhy:hover { color: #1e1e1e; } .clhz:hover { color: #e2e2e2; } .bcx { border-color: #4285f4; } .bcy { border-color: #1e1e1e; } .bcz { border-color: #e2e2e2; }
0.325842
0.143038
@import url('https://fonts.googleapis.com/css2? family = Noto + Sans: ital, wght @ 0,400; 0,700; 1,400; 1,700 & display = swap'); @import url('fontawesome-free-6.0.0-beta2-web/css/all.min.css'); html{ scroll-behavior: smooth; } body{ background-color: #dddddd; font-family: 'Noto Sans', sans-serif; margin: 0; font-size: 15px; } h1{ font-weight: 700; font-size: 55px; letter-spacing: -3px; margin: 0px; } h2{ font-weight: 700; font-size: 28px; text-transform: uppercase; margin-top: 0px; margin-bottom: 50px; text-align: center; } h3{ font-weight: 700; font-size: 20px; text-transform: uppercase; text-align: center; } #main-header{ background-color: #333333; letter-spacing: 1px; color:#ffffff ; position: sticky; top: 0px; } #main-header p{ margin-bottom: 0px; } #main-header .row{ justify-content: space-between; } #historia{ background-color: #2d4059; color: #ffffff; } #contenido{ background-color: #ffffff; } #contenido img{ border-radius: 10px; } #eslogan{ background-color: #333333; color: #ffffff; } #categoria{ background-color: #2d4059; color: #ffffff; } #ubicacion{ background-color: #ffffff; } #ubicacion img{ border-radius: 20px; } #banner{ background-image: url(../images/fiesta.jpg); background-size: cover; background-position: 0 20%; background-attachment: fixed; } #banner p{ font-size: 70px; line-height: 60px; font-weight: 400; letter-spacing: -3px; text-align: center; color: #ffffff; } #producto{ background-color: #ffffff; } #contenido .col{ transition: all .5s ease-in-out; background-color: #ffffff; border: solid 0px #eeeeee; border-radius: 0 0 15px 15px; } #contenido .col:hover{ box-shadow: 0 10px 15px rgb(0 0 0 / 40%); } #redes{ text-align: center; letter-spacing: 4px; } #phone{ text-align: center; color: #ffffff; } #categoria img{ border-radius: 50%; } #ir-arriba{ font-size: 48px; background-color: khaki; color: black; border-radius: 50%; position: fixed; padding: 5px 15px; right: 10px; bottom: 30px; box-shadow: 0px 5px 5px rgb(0 0 0 / 60%); transition: all .5s ease-in-out; } #ir-arriba:hover{ box-shadow: 0px 10px 15px rgb(0 0 0 / 40%); bottom: 50px } .padded{ padding-top: 90px; padding-bottom: 90px; } .container{ max-width: 1000px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } .row{ display: flex; } .col{ padding-left: 15px; padding-right: 15px; /*columnas del mismo ancho*/ flex-basis: 0; flex-grow: 1; } .img-fluid{ width: 100%; height: auto; display: block; /*eliminar espacio de la imagen*/ } .menu{ list-style: none; margin-top: 0px; margin-bottom: 0px; padding-left: 0px; display: flex; } .menu li a{ display: block; } .menu-main li a{ padding: 40px 20px; color: #dddddd; text-decoration: none; text-transform: uppercase; border-bottom: solid 4px transparent; } .menu-main li a:hover{ text-decoration: none; background-color: #515151; border-bottom: solid 4px; color: #ff0; border-right: solid 1px; } .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
style.css
@import url('https://fonts.googleapis.com/css2? family = Noto + Sans: ital, wght @ 0,400; 0,700; 1,400; 1,700 & display = swap'); @import url('fontawesome-free-6.0.0-beta2-web/css/all.min.css'); html{ scroll-behavior: smooth; } body{ background-color: #dddddd; font-family: 'Noto Sans', sans-serif; margin: 0; font-size: 15px; } h1{ font-weight: 700; font-size: 55px; letter-spacing: -3px; margin: 0px; } h2{ font-weight: 700; font-size: 28px; text-transform: uppercase; margin-top: 0px; margin-bottom: 50px; text-align: center; } h3{ font-weight: 700; font-size: 20px; text-transform: uppercase; text-align: center; } #main-header{ background-color: #333333; letter-spacing: 1px; color:#ffffff ; position: sticky; top: 0px; } #main-header p{ margin-bottom: 0px; } #main-header .row{ justify-content: space-between; } #historia{ background-color: #2d4059; color: #ffffff; } #contenido{ background-color: #ffffff; } #contenido img{ border-radius: 10px; } #eslogan{ background-color: #333333; color: #ffffff; } #categoria{ background-color: #2d4059; color: #ffffff; } #ubicacion{ background-color: #ffffff; } #ubicacion img{ border-radius: 20px; } #banner{ background-image: url(../images/fiesta.jpg); background-size: cover; background-position: 0 20%; background-attachment: fixed; } #banner p{ font-size: 70px; line-height: 60px; font-weight: 400; letter-spacing: -3px; text-align: center; color: #ffffff; } #producto{ background-color: #ffffff; } #contenido .col{ transition: all .5s ease-in-out; background-color: #ffffff; border: solid 0px #eeeeee; border-radius: 0 0 15px 15px; } #contenido .col:hover{ box-shadow: 0 10px 15px rgb(0 0 0 / 40%); } #redes{ text-align: center; letter-spacing: 4px; } #phone{ text-align: center; color: #ffffff; } #categoria img{ border-radius: 50%; } #ir-arriba{ font-size: 48px; background-color: khaki; color: black; border-radius: 50%; position: fixed; padding: 5px 15px; right: 10px; bottom: 30px; box-shadow: 0px 5px 5px rgb(0 0 0 / 60%); transition: all .5s ease-in-out; } #ir-arriba:hover{ box-shadow: 0px 10px 15px rgb(0 0 0 / 40%); bottom: 50px } .padded{ padding-top: 90px; padding-bottom: 90px; } .container{ max-width: 1000px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } .row{ display: flex; } .col{ padding-left: 15px; padding-right: 15px; /*columnas del mismo ancho*/ flex-basis: 0; flex-grow: 1; } .img-fluid{ width: 100%; height: auto; display: block; /*eliminar espacio de la imagen*/ } .menu{ list-style: none; margin-top: 0px; margin-bottom: 0px; padding-left: 0px; display: flex; } .menu li a{ display: block; } .menu-main li a{ padding: 40px 20px; color: #dddddd; text-decoration: none; text-transform: uppercase; border-bottom: solid 4px transparent; } .menu-main li a:hover{ text-decoration: none; background-color: #515151; border-bottom: solid 4px; color: #ff0; border-right: solid 1px; } .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
0.281011
0.058373
html, body, div, ul, li { margin: 0; padding: 0; } html{ overflow-x: hidden; overflow-y: scroll; } html, body{ margin: 0; padding: 0; width: 100%; height: 80%; font-family: 'pt sans', arial, helvetica, sans-serif; font-size: 1em; text-align: justify; line-height: 1.5em; background-color: #FFFFFF; color: #444444; } #container{ width: 800px; min-height: 100%; position: relative; margin: 0 auto; } #container a,h4{ color: #C83E22; text-decoration: none; } h2 { text-align: center; color: #888; font-weight: 200; font-size: 2em; line-height: 2.5em; } h1 { text-align: center; color: #C83E22; font-size: 2.2em; line-height: 1.3em; } button, a, button:hover, a:hover, pre, pre:hover, #main-header, #main-header:hover, #top-header:hover h1, ul.tags li a { -moz-transition: all linear 0.2s; -webkit-transition: all linear 0.2s; -o-transition: all linear 0.2s; transition: all linear 0.2s; } #container pre{ margin-left: 30px; padding-left: 10px; margin-right: 30px; background: rgb(248, 248, 248); } code{ font-family: 'Inconsolata', sans-serif; } a:hover { color: #000; } #container img{ display: block; margin-left: auto; margin-right: auto; } #container ul{ list-style-type: none; padding: 0; } #container .slats li{ border-bottom : 1px solid #eee; padding: 5px 10px 5px 0px; } #container .slats li:last-child{ border-bottom : none; padding: 5px 0 5px 0px; } #container li{ border-bottom : 1px solid #eee; padding: 5px 10px 5px 20px; } #container li:last-child{ border-bottom : none; padding: 5px 0 5px 20px; } .tag { display: inline; color: #999; border: none !important; } ul.slats li h3 { margin-bottom : 0; } ul.slats li p { margin: 0; } ul.slats li p span.meta { display: block; color: #999; } footer { display: block; color: gray; margin-right: auto; margin-left: auto; } article footer{ text-align: center } #main-footer { padding: 15px; margin: 0 auto; margin-top: 50px; border-top : 1px solid #eee; text-align: center; } #main-footer div { width: 800px; margin: 0 auto; } /*Nav*/ nav.breadcrumb { color: #ccc; padding: 15px 0px 10px 0px; border-bottom: 1px solid #eee; } nav.breadcrumb div { width: 800px; margin:0 auto; } nav.breadcrumb a { margin: 0 5px; text-decoration: none; color: #999; } nav.breadcrumb a:first-child { margin-left: 0; } nav.breadcrumb a:hover, nav.breadcrumb a:focus { color: #333; } nav.breadcrumb a:active { color: #666; } nav.breadcrumb strong { margin-left: 5px; font-weight: bold; color: #333; } /*Colors*/ .green { color: #8CAC29; } .red { color: #C00; }
css/main.css
html, body, div, ul, li { margin: 0; padding: 0; } html{ overflow-x: hidden; overflow-y: scroll; } html, body{ margin: 0; padding: 0; width: 100%; height: 80%; font-family: 'pt sans', arial, helvetica, sans-serif; font-size: 1em; text-align: justify; line-height: 1.5em; background-color: #FFFFFF; color: #444444; } #container{ width: 800px; min-height: 100%; position: relative; margin: 0 auto; } #container a,h4{ color: #C83E22; text-decoration: none; } h2 { text-align: center; color: #888; font-weight: 200; font-size: 2em; line-height: 2.5em; } h1 { text-align: center; color: #C83E22; font-size: 2.2em; line-height: 1.3em; } button, a, button:hover, a:hover, pre, pre:hover, #main-header, #main-header:hover, #top-header:hover h1, ul.tags li a { -moz-transition: all linear 0.2s; -webkit-transition: all linear 0.2s; -o-transition: all linear 0.2s; transition: all linear 0.2s; } #container pre{ margin-left: 30px; padding-left: 10px; margin-right: 30px; background: rgb(248, 248, 248); } code{ font-family: 'Inconsolata', sans-serif; } a:hover { color: #000; } #container img{ display: block; margin-left: auto; margin-right: auto; } #container ul{ list-style-type: none; padding: 0; } #container .slats li{ border-bottom : 1px solid #eee; padding: 5px 10px 5px 0px; } #container .slats li:last-child{ border-bottom : none; padding: 5px 0 5px 0px; } #container li{ border-bottom : 1px solid #eee; padding: 5px 10px 5px 20px; } #container li:last-child{ border-bottom : none; padding: 5px 0 5px 20px; } .tag { display: inline; color: #999; border: none !important; } ul.slats li h3 { margin-bottom : 0; } ul.slats li p { margin: 0; } ul.slats li p span.meta { display: block; color: #999; } footer { display: block; color: gray; margin-right: auto; margin-left: auto; } article footer{ text-align: center } #main-footer { padding: 15px; margin: 0 auto; margin-top: 50px; border-top : 1px solid #eee; text-align: center; } #main-footer div { width: 800px; margin: 0 auto; } /*Nav*/ nav.breadcrumb { color: #ccc; padding: 15px 0px 10px 0px; border-bottom: 1px solid #eee; } nav.breadcrumb div { width: 800px; margin:0 auto; } nav.breadcrumb a { margin: 0 5px; text-decoration: none; color: #999; } nav.breadcrumb a:first-child { margin-left: 0; } nav.breadcrumb a:hover, nav.breadcrumb a:focus { color: #333; } nav.breadcrumb a:active { color: #666; } nav.breadcrumb strong { margin-left: 5px; font-weight: bold; color: #333; } /*Colors*/ .green { color: #8CAC29; } .red { color: #C00; }
0.47098
0.071364
.form-submit-button-simple_green_apple{ cursor: pointer; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; padding:8px 18px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-shadow:-1px -1px 0px #5a8200; border:1px solid #5a8200 !important; -moz-box-shadow:inset 0px 1px 0px 0px #b9e84b; -webkit-box-shadow:inset 0px 1px 0px 0px #b9e84b; box-shadow:inset 0px 1px 0px 0px #b9e84b; background: #6d9c01; /* old browsers */ background: -moz-linear-gradient(top, #96d10c 0%, #6d9c01 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96d10c), color-stop(100%,#6d9c01)); /* webkit */ background: linear-gradient(top, #96d10c 0%, #6d9c01 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96d10c', endColorstr='#6d9c01', GradientType=0 ); /* ie */ } .form-submit-button-simple_green_apple:hover{ border:1px solid #5a8200 !important; background: #78aa04; /* old browsers */ background: -moz-linear-gradient(top, #9ed915 0%, #78aa04 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ed915), color-stop(100%,#78aa04)); /* webkit */ background: linear-gradient(top, #9ed915 0%, #78aa04 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ed915', endColorstr='#78aa04', GradientType=0 ); /* ie */ } .form-submit-button-simple_green_apple:active{ border:1px solid #5a8200 !important; position: relative; top: 1px; background: #78aa04; /* old browsers */ background: -moz-linear-gradient(top, #78aa04 0%, #9ed915 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78aa04), color-stop(100%,#9ed915)); /* webkit */ background: linear-gradient(top, #78aa04 0%, #9ed915 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78aa04', endColorstr='#9ed915', GradientType=0 ); /* ie */ }
static/css/styles/buttons/form-submit-button-simple_green_apple.css
.form-submit-button-simple_green_apple{ cursor: pointer; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; padding:8px 18px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-shadow:-1px -1px 0px #5a8200; border:1px solid #5a8200 !important; -moz-box-shadow:inset 0px 1px 0px 0px #b9e84b; -webkit-box-shadow:inset 0px 1px 0px 0px #b9e84b; box-shadow:inset 0px 1px 0px 0px #b9e84b; background: #6d9c01; /* old browsers */ background: -moz-linear-gradient(top, #96d10c 0%, #6d9c01 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96d10c), color-stop(100%,#6d9c01)); /* webkit */ background: linear-gradient(top, #96d10c 0%, #6d9c01 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96d10c', endColorstr='#6d9c01', GradientType=0 ); /* ie */ } .form-submit-button-simple_green_apple:hover{ border:1px solid #5a8200 !important; background: #78aa04; /* old browsers */ background: -moz-linear-gradient(top, #9ed915 0%, #78aa04 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ed915), color-stop(100%,#78aa04)); /* webkit */ background: linear-gradient(top, #9ed915 0%, #78aa04 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ed915', endColorstr='#78aa04', GradientType=0 ); /* ie */ } .form-submit-button-simple_green_apple:active{ border:1px solid #5a8200 !important; position: relative; top: 1px; background: #78aa04; /* old browsers */ background: -moz-linear-gradient(top, #78aa04 0%, #9ed915 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78aa04), color-stop(100%,#9ed915)); /* webkit */ background: linear-gradient(top, #78aa04 0%, #9ed915 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78aa04', endColorstr='#9ed915', GradientType=0 ); /* ie */ }
0.264453
0.103794
body { box-sizing: border-box; width: 100%; height: 100%; font-family: Google Sans; margin: 0; padding: 0; visibility: hidden; } #Rodape { box-sizing: border-box; width: 100%; height: auto; float: left; margin: 0; padding: 30px 10%; background-color: #32CD32; } #RodL { width: 50%; float: left; text-align: left; } #RodR { width: 50%; float: left; color: #A9A9A9; text-align: right; } .TextoRod { width: 100%; float: left; color: #ffffff; font-size: 10pt; margin: 0; padding: 3px 0; } .SobreRod:hover { color: #C0C0C0; } .hr_Rod { width: 100%; border-color: white; } /******************************************************* CSS - Link - V2 *******************************************************/ a { border: none; text-decoration: none; cursor: pointer; color: none; } a:link { border: none; text-decoration: none; color: none; } a:active { border: none; text-decoration: none; color: none; } a:visited { border: none; text-decoration: none; color: none; } a:hover { border: none; text-decoration: none; color: none; } a:focus { border: none; text-decoration: none; color: none; } /******************************************************* CSS - Imagem - V1 *******************************************************/ img { width: 100%; height: auto; vertical-align: top; } /******************************************************* NavBar *******************************************************/ header { z-index: 1000; position: fixed; top: 0; box-sizing: border-box; width: 100%; height: 100px; margin: 0; padding: 0; float: left; background-color: #3D8B9F; transition: 0.4s; } .scrollUp { transform: translateY(-100px); } /******************************************************* NavBar - Top *******************************************************/ #NB-Top { box-sizing: border-box; width: 100%; height: 50%; float: left; margin: 0; padding: 0; text-align: center; } #NB-Top-Cont { box-sizing: border-box; width: 60%; height: 50px; float: left; margin: 0 20%; padding: 0; } #NB-Titulo { box-sizing: border-box; width: auto; height: 100%; display: inline-block; color: #FFFFFF; font-size: 30px; margin: 0; padding: 10px 0; } #NB-Top-Cont img { box-sizing: border-box; width: 30px; height: 30px; display: inline-block; margin: 10px 5px; padding: 0; } /******************************************************* NavBar - Down *******************************************************/ #NB-Down { box-sizing: border-box; width: 100%; height: 50%; float: left; font-size: 0px; margin: 0; padding: 0; text-align: center; border-top: 2px solid rgba(255, 255, 255, 35%); } #NB-Down-Cont { box-sizing: border-box; width: 80%; height: 50px; float: left; margin: -2px 10% 0; padding: 0; } #NB-Down-Cont .NB-Item { display: inline-block; list-style-type: none; } #NB-Down-Cont .NB-Link { box-sizing: border-box; width: auto; height: 50px; float: left; color: rgba(255, 255, 255, 50%); font-size: 18px; margin: 0; padding: 15px 20px; text-decoration: none; transition: 0.4s; border-top: 2px solid rgba(0, 0, 0, 0); } #NB-Down-Cont .NB-Link:hover { color: #FFFFFF; border-top: 2px solid #FFFFFF; } /******************************************************* Conteúdo *******************************************************/ #Conteudo { position: relative; box-sizing: border-box; width: 100%; float: left; margin: 0; padding: 0; } /******************************************************* Nav List *******************************************************/ #NavList { z-index: 100; position: fixed; right: -180px; box-sizing: border-box; width: 200px; height: 100vh; float: right; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0; padding: 0; transition: 0.6s; } #NavList-Cont { box-sizing: border-box; width: 100%; height: auto; float: left; margin: 0; padding: 0; } #NavList-Cont .NL-Item { display: block; float: right; list-style-type: none; margin-top: 1px; background-color: rgba(0, 0, 0, 70%); } #NavList-Cont .NL-Link { box-sizing: border-box; width: 200px; height: auto; float: left; font-size: 20px; color: #FFFFFF; margin: 0; padding: 5px 15px; text-decoration: none; border-left: 5px solid #3D8B9F; transition: 0.3s; } #NavList-Cont .NL-Link:hover { color: #2F6B7A; border-left: 5px solid #2F6B7A; } /******************************************************* Icon *******************************************************/ .Icon-group-Down { position: absolute; bottom: 0; left: 0; box-sizing: border-box; width: 100%; height: auto; text-align: center; margin: 15px 0; } .circleD { box-sizing: border-box; display: inline-block; width: 50px; height: 50px; margin: 0 5px; border-radius: 50%; background-color: rgba(0, 0, 0, 70%); } .material-icons.Icon { color: #FFFFFF; font-size: 50px; text-align: center; } /******************************************************* Box Head *******************************************************/ .Box-Head { z-index: 10; position: absolute; top: 160px; left: 60px; box-sizing: border-box; width: 45%; height: auto; margin: 0; padding: 20px; background-color: rgba(0, 0, 0, 70%); border-radius: 10px; } /******************************************************* Rodapé *******************************************************/ #Rodape { box-sizing: border-box; width: 100%; height: auto; float: left; margin: 0; padding: 30px 10%; background-color: #3A4A55; display: none; } #Rod-Cont1 { width: 50%; float: left; text-align: left; } #Rod-Cont2 { width: 50%; float: left; color: #A9A9A9; text-align: right; } .TextoRod { width: 100%; float: left; color: #A9A9A9; font-size: 10pt; margin: 0; padding: 3px 0; } .SobreRod:hover { color: #C0C0C0; }
CSS/Pag.css
body { box-sizing: border-box; width: 100%; height: 100%; font-family: Google Sans; margin: 0; padding: 0; visibility: hidden; } #Rodape { box-sizing: border-box; width: 100%; height: auto; float: left; margin: 0; padding: 30px 10%; background-color: #32CD32; } #RodL { width: 50%; float: left; text-align: left; } #RodR { width: 50%; float: left; color: #A9A9A9; text-align: right; } .TextoRod { width: 100%; float: left; color: #ffffff; font-size: 10pt; margin: 0; padding: 3px 0; } .SobreRod:hover { color: #C0C0C0; } .hr_Rod { width: 100%; border-color: white; } /******************************************************* CSS - Link - V2 *******************************************************/ a { border: none; text-decoration: none; cursor: pointer; color: none; } a:link { border: none; text-decoration: none; color: none; } a:active { border: none; text-decoration: none; color: none; } a:visited { border: none; text-decoration: none; color: none; } a:hover { border: none; text-decoration: none; color: none; } a:focus { border: none; text-decoration: none; color: none; } /******************************************************* CSS - Imagem - V1 *******************************************************/ img { width: 100%; height: auto; vertical-align: top; } /******************************************************* NavBar *******************************************************/ header { z-index: 1000; position: fixed; top: 0; box-sizing: border-box; width: 100%; height: 100px; margin: 0; padding: 0; float: left; background-color: #3D8B9F; transition: 0.4s; } .scrollUp { transform: translateY(-100px); } /******************************************************* NavBar - Top *******************************************************/ #NB-Top { box-sizing: border-box; width: 100%; height: 50%; float: left; margin: 0; padding: 0; text-align: center; } #NB-Top-Cont { box-sizing: border-box; width: 60%; height: 50px; float: left; margin: 0 20%; padding: 0; } #NB-Titulo { box-sizing: border-box; width: auto; height: 100%; display: inline-block; color: #FFFFFF; font-size: 30px; margin: 0; padding: 10px 0; } #NB-Top-Cont img { box-sizing: border-box; width: 30px; height: 30px; display: inline-block; margin: 10px 5px; padding: 0; } /******************************************************* NavBar - Down *******************************************************/ #NB-Down { box-sizing: border-box; width: 100%; height: 50%; float: left; font-size: 0px; margin: 0; padding: 0; text-align: center; border-top: 2px solid rgba(255, 255, 255, 35%); } #NB-Down-Cont { box-sizing: border-box; width: 80%; height: 50px; float: left; margin: -2px 10% 0; padding: 0; } #NB-Down-Cont .NB-Item { display: inline-block; list-style-type: none; } #NB-Down-Cont .NB-Link { box-sizing: border-box; width: auto; height: 50px; float: left; color: rgba(255, 255, 255, 50%); font-size: 18px; margin: 0; padding: 15px 20px; text-decoration: none; transition: 0.4s; border-top: 2px solid rgba(0, 0, 0, 0); } #NB-Down-Cont .NB-Link:hover { color: #FFFFFF; border-top: 2px solid #FFFFFF; } /******************************************************* Conteúdo *******************************************************/ #Conteudo { position: relative; box-sizing: border-box; width: 100%; float: left; margin: 0; padding: 0; } /******************************************************* Nav List *******************************************************/ #NavList { z-index: 100; position: fixed; right: -180px; box-sizing: border-box; width: 200px; height: 100vh; float: right; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0; padding: 0; transition: 0.6s; } #NavList-Cont { box-sizing: border-box; width: 100%; height: auto; float: left; margin: 0; padding: 0; } #NavList-Cont .NL-Item { display: block; float: right; list-style-type: none; margin-top: 1px; background-color: rgba(0, 0, 0, 70%); } #NavList-Cont .NL-Link { box-sizing: border-box; width: 200px; height: auto; float: left; font-size: 20px; color: #FFFFFF; margin: 0; padding: 5px 15px; text-decoration: none; border-left: 5px solid #3D8B9F; transition: 0.3s; } #NavList-Cont .NL-Link:hover { color: #2F6B7A; border-left: 5px solid #2F6B7A; } /******************************************************* Icon *******************************************************/ .Icon-group-Down { position: absolute; bottom: 0; left: 0; box-sizing: border-box; width: 100%; height: auto; text-align: center; margin: 15px 0; } .circleD { box-sizing: border-box; display: inline-block; width: 50px; height: 50px; margin: 0 5px; border-radius: 50%; background-color: rgba(0, 0, 0, 70%); } .material-icons.Icon { color: #FFFFFF; font-size: 50px; text-align: center; } /******************************************************* Box Head *******************************************************/ .Box-Head { z-index: 10; position: absolute; top: 160px; left: 60px; box-sizing: border-box; width: 45%; height: auto; margin: 0; padding: 20px; background-color: rgba(0, 0, 0, 70%); border-radius: 10px; } /******************************************************* Rodapé *******************************************************/ #Rodape { box-sizing: border-box; width: 100%; height: auto; float: left; margin: 0; padding: 30px 10%; background-color: #3A4A55; display: none; } #Rod-Cont1 { width: 50%; float: left; text-align: left; } #Rod-Cont2 { width: 50%; float: left; color: #A9A9A9; text-align: right; } .TextoRod { width: 100%; float: left; color: #A9A9A9; font-size: 10pt; margin: 0; padding: 3px 0; } .SobreRod:hover { color: #C0C0C0; }
0.339171
0.087447
body { /* Google Font*/ font-family: 'Montserrat', sans-serif; } p { text-align: initial; } /*Navigation */ .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { color: #fff; font-size: 25px; } /* couleur bar nav*/ .bg-dark { background-color: #447ab1 !important; } /*couleur du titre*/ .navbar-light .navbar-brand { color: #ffffff; } /*Couleur iteme Accueil */ .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link { color: #ffffff; } /*Couleur différent iteme */ .navbar-light .navbar-nav .nav-link { color: #6c757d; } /*Bouton et font écran header*/ .presentation { /* Tu lui donnes une image de background */ /* centre l'image et la met bien sur tous les écrans*/ background-size: cover; } /*bouton*/ .btn-primary { margin: 10px 0px 0px 90px; } /*couleur du titre */ .text-center { text-align: center !important; color: #fff; padding: 50px; } /*project en 3 points */ .Project { text-align: center; padding: 30px; } .presentation { text-align: center; color: #669cff; /* centre l'image et la met bien sur tous les écrans*/ background-position: center; background-repeat: no-repeat; background-size: cover; } /*personnaliser les card*/ .card{ margin: 15px; } .card-body { box-shadow: 5px 7px 10px #59595966; } .h5, h5 { font-size: 2.25rem; text-align: center; color: cornflowerblue; } /*personaliser la taille des logo dans Project en 3 point */ .fa-money-bill-wave-alt:before { content: "\f53b"; font-size: 100px; } .fa-couch:before { content: "\f4b8"; font-size: 100px; } .fa-users:before { content: "\f0c0"; font-size: 100px; } /*Témoignage*/ .temoignage { text-align: center; } /*texte card */ .card-text { text-align: initial; } /*taille image card */ .img-fluid { max-width: 50%; height: auto; } .img-2 { max-width: 100%; height: auto; } /*footer*/ .container-texte { text-align: center; background: #f7f7f7; padding: 10px; } .teste { margin: 10px; text-align: center; } .h1, h1 { font-size: 2.5rem; margin: 12px; margin: 20px 0px auto; color: cornflowerblue; } /*animation texte*/ .ml2 { font-weight: 900; font-size: 3.5em; } .ml2 .letter { display: inline-block; line-height: 1em; } .row { justify-content: center; } .ml4 { position: relative; font-weight: 900; font-size: 2.5em; } .ml4 .letters { position: absolute; margin: auto; left: 0; top: 0.3em; right: 0; opacity: 0; } /*Activites*/ .card1{ margin: 20px; } .card-img-top1 { width: 100%; border-radius: 30px; box-shadow: 5px 7px 10px #59595966; }
PagesStagiaires/pachara/style.css
body { /* Google Font*/ font-family: 'Montserrat', sans-serif; } p { text-align: initial; } /*Navigation */ .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { color: #fff; font-size: 25px; } /* couleur bar nav*/ .bg-dark { background-color: #447ab1 !important; } /*couleur du titre*/ .navbar-light .navbar-brand { color: #ffffff; } /*Couleur iteme Accueil */ .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link { color: #ffffff; } /*Couleur différent iteme */ .navbar-light .navbar-nav .nav-link { color: #6c757d; } /*Bouton et font écran header*/ .presentation { /* Tu lui donnes une image de background */ /* centre l'image et la met bien sur tous les écrans*/ background-size: cover; } /*bouton*/ .btn-primary { margin: 10px 0px 0px 90px; } /*couleur du titre */ .text-center { text-align: center !important; color: #fff; padding: 50px; } /*project en 3 points */ .Project { text-align: center; padding: 30px; } .presentation { text-align: center; color: #669cff; /* centre l'image et la met bien sur tous les écrans*/ background-position: center; background-repeat: no-repeat; background-size: cover; } /*personnaliser les card*/ .card{ margin: 15px; } .card-body { box-shadow: 5px 7px 10px #59595966; } .h5, h5 { font-size: 2.25rem; text-align: center; color: cornflowerblue; } /*personaliser la taille des logo dans Project en 3 point */ .fa-money-bill-wave-alt:before { content: "\f53b"; font-size: 100px; } .fa-couch:before { content: "\f4b8"; font-size: 100px; } .fa-users:before { content: "\f0c0"; font-size: 100px; } /*Témoignage*/ .temoignage { text-align: center; } /*texte card */ .card-text { text-align: initial; } /*taille image card */ .img-fluid { max-width: 50%; height: auto; } .img-2 { max-width: 100%; height: auto; } /*footer*/ .container-texte { text-align: center; background: #f7f7f7; padding: 10px; } .teste { margin: 10px; text-align: center; } .h1, h1 { font-size: 2.5rem; margin: 12px; margin: 20px 0px auto; color: cornflowerblue; } /*animation texte*/ .ml2 { font-weight: 900; font-size: 3.5em; } .ml2 .letter { display: inline-block; line-height: 1em; } .row { justify-content: center; } .ml4 { position: relative; font-weight: 900; font-size: 2.5em; } .ml4 .letters { position: absolute; margin: auto; left: 0; top: 0.3em; right: 0; opacity: 0; } /*Activites*/ .card1{ margin: 20px; } .card-img-top1 { width: 100%; border-radius: 30px; box-shadow: 5px 7px 10px #59595966; }
0.2819
0.062617
body { font: 11px Verdana, Arial, Helvetica, sans-serif; background: #ffffff url(../images/main-bg2.png); padding: 0; margin: 0; } img { border: none; } fieldset{position:absolute;top:0;left:0;margin:0;padding:0;width:100%;border:0;background:#E7E7E7;} form{margin:0;padding:0;} select{margin:0 auto;padding:0;width:50%;margin-bottom:5px;margin-right:5px;font-size:1em;} dl, dt {margin:0;padding:0;} dd {margin:0;padding:5px;font-size:.9em;} label {display:block;margin:0;padding:5px;font-size:.9em;} h1{ margin:0;padding:5px;background: #d1d1d1; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */ background: -moz-linear-gradient(top, #ebebeb, #a1a1a1); /* for firefox 3.6+ */ ;font-size:1.1em;font-weight:normal;text-shadow: 0 1px 0 rgba(255, 255, 255, .8); } .close{width:17px;height:16px;background:url(../images/close-sidebar.png);float:right;} .close:hover{width:17px;height:16px;background:url(../images/close-sidebar-hover.png);float:right;} /*Main Layout*/ .ui-layout-pane { /* all 'panes' */ background: #FFF; border: 1px solid #BBB; padding: 10px; overflow: auto; } .ui-layout-resizer, { /* all 'resizer-bars' */ background: transparent; } .ui-layout-toggler { /* all 'toggler-buttons' */ background: #AAA; } .ui-layout-north{ overflow:hidden; background:#565656 url(../images/mapmint-logo.png) no-repeat; border:0; margin:0; padding:0; height:50px; max-height:50px; } .ui-layout-south{ overflow:hidden; background:#565656; border:0; margin:0; padding:0; min-height:50px; } .ui-layout-west{ overflow:hidden; border:0; margin:0; padding:0; } .ui-layout-center{ border:0; margin:0; padding:0; } .ui-layout-subcenter{ width:100%; height:91%; border:0; margin:0; padding:0; } .middle-center{ margin:0; padding:0; } .middle-south{ margin:0; padding:0; border:0; background:#E7E7E7; } .toolbar{background:#a1a1a1;width:100%;height:30px;} .fg-button {outline:0;width:24px;height:24px;margin:0 4px;margin-bottom:0; padding: 4px 8px; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1;} .fg-button2 {outline:0;width:24px;height:16px;margin:0 4px;margin-bottom:0; padding: 4px 8px; text-decoration:none !important; cursor:normal; position: relative; text-align: center; zoom: 1;} a.fg-button { float:left;} button.fg-button { width:auto; overflow:visible; } .fg-button-icon-left { padding-left: 0; } .fg-button-icon-right { padding-right: 0; } .fg-button-icon-left .ui-icon { right: auto; left: 0 margin-left: 0; } .fg-button-icon-right .ui-icon { left: auto; right: 0; margin-left: 0; } .fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; } /* solo icon buttons must have block properties for the text-indent to work */ .fg-buttonset { float:left;margin-right: 1.5em; } .fg-buttonset .fg-button { float: left; } .fg-buttonset-single .fg-button, .fg-buttonset-multi .fg-button { margin-right: -1px;} .db {background-image:url(../images/add-layer-pg.png) !important;} .dir {background-image:url(../images/dir.png) !important;} .add-layer-vector {background-image:url(../images/add-layer-vector.png) !important;} .add-layer-raster {background-image:url(../images/add-layer-raster.png) !important;} .add-layer-wfs {background-image:url(../images/add-layer-wfs.png) !important;} .add-layer-wms {background-image:url(../images/add-layer-wms.png) !important;} .add-layer-wcs {background-image:url(../images/add-layer-wcs.png) !important;} .get-layer-info {background-image:url(../images/get-layer-info.png) !important;} .export-layer {background-image:url(../images/export-layer.png) !important;} .delete-layer {background-image:url(../images/delete-layer.png) !important;} .maincfg1 {background-image:url(../images/main-config-server-icon.png) !important;} .maincfg2 {background-image:url(../images/main-config-people-icon.png) !important;} .separator{display:inline;width:24px;height:24px;} .buttform{float:right;margin-right:15px;} .buttcheck{float:left;width:80%;margin-left:10px;} .buttcheck label{font-size:0.9em;position:relative;top:-5px;left:0;color:#636363;} .formz {width:100%;margin:10px;font-size:1em;cell-spacing:10px;} .formz td {color:#636363;} .formz td.small {font-weight:normal;color:#636363;} .footer{width:100%;height:50px;background:#000000;position:absolute;bottom:0;left:0;} #nav { position:relative; top:7px; left:295px; margin: 0; padding: 5px 4px 0; line-height: 100%; background: transparent; border:0; height:50px; font-size:1.1em; } #nav li { margin: 0 5px; padding: 0 0 8px; float: left; position: relative; list-style: none; } /* main level link */ #nav a { font-weight: normal; color: #e7e5e5; text-decoration: none; display: block; padding: 8px 20px; margin: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-shadow: 0 1px 1px rgba(0, 0, 0, .3); } /* main level link hover */ #nav .current a { background: #d1d1d1; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */ background: -moz-linear-gradient(top, #ebebeb, #a1a1a1); /* for firefox 3.6+ */ color: #333333; border-top: solid 1px #f8f8f8; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); box-shadow: 0 1px 1px rgba(0, 0, 0, .2); text-shadow: 0 1px 0 rgba(255, 255, 255, .8); } #nav .datawarehousenav a, #nav .dashboard a { background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #8ad148, #4bbf30); /* for firefox 3.6+ */ color: #FFFFFF; border-top: solid 1px #4bbf30; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); box-shadow: 0 1px 1px rgba(0, 0, 0, .2); text-shadow: 0 1px 0 rgba(0, 0, 0, .8); } #nav .datawarehousenav a:hover, #nav .dashboard a:hover { color: #FFFFFF; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); box-shadow: 0 1px 1px rgba(0, 0, 0, .2); text-shadow: 0 1px 0 rgba(0, 0, 0, .8); } #nav li.datawarehousenav:hover > a, #nav li.dashboard:hover > a { background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #8ad148, #4bbf30); /* for firefox 3.6+ */ border-top: solid 1px #4bbf30; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); box-shadow: 0 1px 1px rgba(0, 0, 0, .2); text-shadow: 0 1px 0 rgba(0,0,0, .8); } #nav li:hover > a { background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #8ad148, #4bbf30); /* for firefox 3.6+ */ border-top: solid 1px #4bbf30; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); box-shadow: 0 1px 1px rgba(0, 0, 0, .2); text-shadow: 0 1px 0 rgba(255, 255, 255, .8); } /* sub levels link hover */ #nav ul li:hover a, #nav li:hover li a { background: none; border: none; color: #666; -webkit-box-shadow: none; -moz-box-shadow: none; } /* level 2 list */ #nav ul { background: #ddd; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf)); /* for webkit browsers */ background: -moz-linear-gradient(top, #ffffff, #cfcfcf); /* for firefox 3.6+ */ display: none; margin: 0; padding: 0; width: 185px; position: absolute; top: 38px; left: 0; border: solid 1px #b4b4b4; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3); } /* dropdown */ #nav li:hover > ul { display: block; } #nav ul li { float: none; margin: 0; padding: 0; } #nav ul a { font-weight: normal; text-shadow: 0 1px 1px rgba(255, 255, 255, .9); } /* level 3+ list */ #nav ul ul { left: 181px; top: -3px; } /* rounded corners for first and last child */ #nav ul li:first-child > a, #nav ul.orange li:first-child > a, #nav ul.purple li:first-child > a { -webkit-border-top-left-radius: 9px; -moz-border-radius-topleft: 9px; -webkit-border-top-right-radius: 9px; -moz-border-radius-topright: 9px; } #nav ul li:last-child > a, #nav ul.orange li:last-child > a, #nav ul.purple li:last-child > a { -webkit-border-bottom-left-radius: 9px; -moz-border-radius-bottomleft: 9px; -webkit-border-bottom-right-radius: 9px; -moz-border-radius-bottomright: 9px; } /* clearfix */ #nav:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #nav { display: inline-block; } html[xmlns] #nav { display: block; } * html #nav { height: 1%; } p.top{margin:0;padding:5px;background:transparent;border:none;color:#333333;} .maincfg{position:relative;} h2.module{ margin:0;padding:0;background:transparent; font-size:1.3em;font-weight:normal;text-shadow: 0 1px 0 rgba(255, 255, 255, .8); position:relative;top:15px;left:70px; } h3.submodule{ margin:0;padding:0;background:transparent; ;font-size:1.1em;font-weight:normal;color:#333333; position:relative;top:17px;left:70px; } #first{background:#E7E7E7;} #second{background:#E7E7E7;} .datawarehouse {width:100%;height:60px;margin:0;padding:0;border-bottom:1px solid #bababa;background: #E7E7E7 url(../images/datawarehouse-icon.png) no-repeat;background-position:3px 3px;} .hover {background: #7dff26} .layermanager {width:100%;height:60px;margin:0;padding:0;border-bottom:1px solid #bababa;background:#E7E7E7 url(../images/layermanager-icon.png) no-repeat;background-position:3px 3px;} .printpublisher {width:100%;height:60px;margin:0;padding:0;border-bottom:1px solid #bababa;background:#E7E7E7 url(../images/printpublisher-icon.png) no-repeat;background-position:3px 3px;} .webpublisher {width:100%;height:60px;margin:0;padding:0;border-bottom:1px solid #bababa;background:#E7E7E7 url(../images/webpublisher-icon.png) no-repeat;background-position:3px 3px;} .documentation {width:100%;height:60px;margin:0;padding:0;border-bottom:1px solid #bababa;background:#E7E7E7 url(../images/documentation-icon.png) no-repeat;background-position:3px 3px;} .datawarehouse h2, .layermanager h2, .printpublisher h2, .webpublisher h2, .documentation h2{ float:left;margin:0;padding:10px 0 0 70px;background:transparent; ;font-size:1.2em;font-weight:normal;text-shadow: 0 1px 0 rgba(255, 255, 255, .8); } .datawarehouse h3, .layermanager h3, .printpublisher h3, .webpublisher h3, .documentation h3{ float:left;position:absolute;margin:0;padding:30px 0 0 70px;background:transparent;font-size:1.1em;font-weight:normal;color:#333333; } .start-stop{float:right;position:relative;top:15px;right:10px;} .colorpicker{width:100%;background:#E7E7E7;} .theme-bar{width:100%;height:40px;} .green{ float:left; width:24px; height:24px; margin:10px 5px 0 10px; background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #8ad148, #4bbf30); /* for firefox 3.6+ */ border:1px solid #AAA; } .blue{ float:left; width:24px; height:24px; margin:10px 5px; background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #44d0e5, #398ee4 ); /* for firefox 3.6+ */ border:1px solid #AAA; } .purple{ float:left; width:24px; height:24px; margin:10px 5px; background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #c743f8, #8340f3 ); /* for firefox 3.6+ */ border:1px solid #AAA; } .pink{ float:left; width:24px; height:24px; margin:10px 5px; background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #f869ec, #f630f8 ); /* for firefox 3.6+ */ border:1px solid #AAA; }
mapmint-ui/css/style.css
body { font: 11px Verdana, Arial, Helvetica, sans-serif; background: #ffffff url(../images/main-bg2.png); padding: 0; margin: 0; } img { border: none; } fieldset{position:absolute;top:0;left:0;margin:0;padding:0;width:100%;border:0;background:#E7E7E7;} form{margin:0;padding:0;} select{margin:0 auto;padding:0;width:50%;margin-bottom:5px;margin-right:5px;font-size:1em;} dl, dt {margin:0;padding:0;} dd {margin:0;padding:5px;font-size:.9em;} label {display:block;margin:0;padding:5px;font-size:.9em;} h1{ margin:0;padding:5px;background: #d1d1d1; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */ background: -moz-linear-gradient(top, #ebebeb, #a1a1a1); /* for firefox 3.6+ */ ;font-size:1.1em;font-weight:normal;text-shadow: 0 1px 0 rgba(255, 255, 255, .8); } .close{width:17px;height:16px;background:url(../images/close-sidebar.png);float:right;} .close:hover{width:17px;height:16px;background:url(../images/close-sidebar-hover.png);float:right;} /*Main Layout*/ .ui-layout-pane { /* all 'panes' */ background: #FFF; border: 1px solid #BBB; padding: 10px; overflow: auto; } .ui-layout-resizer, { /* all 'resizer-bars' */ background: transparent; } .ui-layout-toggler { /* all 'toggler-buttons' */ background: #AAA; } .ui-layout-north{ overflow:hidden; background:#565656 url(../images/mapmint-logo.png) no-repeat; border:0; margin:0; padding:0; height:50px; max-height:50px; } .ui-layout-south{ overflow:hidden; background:#565656; border:0; margin:0; padding:0; min-height:50px; } .ui-layout-west{ overflow:hidden; border:0; margin:0; padding:0; } .ui-layout-center{ border:0; margin:0; padding:0; } .ui-layout-subcenter{ width:100%; height:91%; border:0; margin:0; padding:0; } .middle-center{ margin:0; padding:0; } .middle-south{ margin:0; padding:0; border:0; background:#E7E7E7; } .toolbar{background:#a1a1a1;width:100%;height:30px;} .fg-button {outline:0;width:24px;height:24px;margin:0 4px;margin-bottom:0; padding: 4px 8px; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1;} .fg-button2 {outline:0;width:24px;height:16px;margin:0 4px;margin-bottom:0; padding: 4px 8px; text-decoration:none !important; cursor:normal; position: relative; text-align: center; zoom: 1;} a.fg-button { float:left;} button.fg-button { width:auto; overflow:visible; } .fg-button-icon-left { padding-left: 0; } .fg-button-icon-right { padding-right: 0; } .fg-button-icon-left .ui-icon { right: auto; left: 0 margin-left: 0; } .fg-button-icon-right .ui-icon { left: auto; right: 0; margin-left: 0; } .fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; } /* solo icon buttons must have block properties for the text-indent to work */ .fg-buttonset { float:left;margin-right: 1.5em; } .fg-buttonset .fg-button { float: left; } .fg-buttonset-single .fg-button, .fg-buttonset-multi .fg-button { margin-right: -1px;} .db {background-image:url(../images/add-layer-pg.png) !important;} .dir {background-image:url(../images/dir.png) !important;} .add-layer-vector {background-image:url(../images/add-layer-vector.png) !important;} .add-layer-raster {background-image:url(../images/add-layer-raster.png) !important;} .add-layer-wfs {background-image:url(../images/add-layer-wfs.png) !important;} .add-layer-wms {background-image:url(../images/add-layer-wms.png) !important;} .add-layer-wcs {background-image:url(../images/add-layer-wcs.png) !important;} .get-layer-info {background-image:url(../images/get-layer-info.png) !important;} .export-layer {background-image:url(../images/export-layer.png) !important;} .delete-layer {background-image:url(../images/delete-layer.png) !important;} .maincfg1 {background-image:url(../images/main-config-server-icon.png) !important;} .maincfg2 {background-image:url(../images/main-config-people-icon.png) !important;} .separator{display:inline;width:24px;height:24px;} .buttform{float:right;margin-right:15px;} .buttcheck{float:left;width:80%;margin-left:10px;} .buttcheck label{font-size:0.9em;position:relative;top:-5px;left:0;color:#636363;} .formz {width:100%;margin:10px;font-size:1em;cell-spacing:10px;} .formz td {color:#636363;} .formz td.small {font-weight:normal;color:#636363;} .footer{width:100%;height:50px;background:#000000;position:absolute;bottom:0;left:0;} #nav { position:relative; top:7px; left:295px; margin: 0; padding: 5px 4px 0; line-height: 100%; background: transparent; border:0; height:50px; font-size:1.1em; } #nav li { margin: 0 5px; padding: 0 0 8px; float: left; position: relative; list-style: none; } /* main level link */ #nav a { font-weight: normal; color: #e7e5e5; text-decoration: none; display: block; padding: 8px 20px; margin: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-shadow: 0 1px 1px rgba(0, 0, 0, .3); } /* main level link hover */ #nav .current a { background: #d1d1d1; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */ background: -moz-linear-gradient(top, #ebebeb, #a1a1a1); /* for firefox 3.6+ */ color: #333333; border-top: solid 1px #f8f8f8; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); box-shadow: 0 1px 1px rgba(0, 0, 0, .2); text-shadow: 0 1px 0 rgba(255, 255, 255, .8); } #nav .datawarehousenav a, #nav .dashboard a { background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #8ad148, #4bbf30); /* for firefox 3.6+ */ color: #FFFFFF; border-top: solid 1px #4bbf30; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); box-shadow: 0 1px 1px rgba(0, 0, 0, .2); text-shadow: 0 1px 0 rgba(0, 0, 0, .8); } #nav .datawarehousenav a:hover, #nav .dashboard a:hover { color: #FFFFFF; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); box-shadow: 0 1px 1px rgba(0, 0, 0, .2); text-shadow: 0 1px 0 rgba(0, 0, 0, .8); } #nav li.datawarehousenav:hover > a, #nav li.dashboard:hover > a { background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #8ad148, #4bbf30); /* for firefox 3.6+ */ border-top: solid 1px #4bbf30; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); box-shadow: 0 1px 1px rgba(0, 0, 0, .2); text-shadow: 0 1px 0 rgba(0,0,0, .8); } #nav li:hover > a { background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #8ad148, #4bbf30); /* for firefox 3.6+ */ border-top: solid 1px #4bbf30; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); box-shadow: 0 1px 1px rgba(0, 0, 0, .2); text-shadow: 0 1px 0 rgba(255, 255, 255, .8); } /* sub levels link hover */ #nav ul li:hover a, #nav li:hover li a { background: none; border: none; color: #666; -webkit-box-shadow: none; -moz-box-shadow: none; } /* level 2 list */ #nav ul { background: #ddd; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf)); /* for webkit browsers */ background: -moz-linear-gradient(top, #ffffff, #cfcfcf); /* for firefox 3.6+ */ display: none; margin: 0; padding: 0; width: 185px; position: absolute; top: 38px; left: 0; border: solid 1px #b4b4b4; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3); } /* dropdown */ #nav li:hover > ul { display: block; } #nav ul li { float: none; margin: 0; padding: 0; } #nav ul a { font-weight: normal; text-shadow: 0 1px 1px rgba(255, 255, 255, .9); } /* level 3+ list */ #nav ul ul { left: 181px; top: -3px; } /* rounded corners for first and last child */ #nav ul li:first-child > a, #nav ul.orange li:first-child > a, #nav ul.purple li:first-child > a { -webkit-border-top-left-radius: 9px; -moz-border-radius-topleft: 9px; -webkit-border-top-right-radius: 9px; -moz-border-radius-topright: 9px; } #nav ul li:last-child > a, #nav ul.orange li:last-child > a, #nav ul.purple li:last-child > a { -webkit-border-bottom-left-radius: 9px; -moz-border-radius-bottomleft: 9px; -webkit-border-bottom-right-radius: 9px; -moz-border-radius-bottomright: 9px; } /* clearfix */ #nav:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #nav { display: inline-block; } html[xmlns] #nav { display: block; } * html #nav { height: 1%; } p.top{margin:0;padding:5px;background:transparent;border:none;color:#333333;} .maincfg{position:relative;} h2.module{ margin:0;padding:0;background:transparent; font-size:1.3em;font-weight:normal;text-shadow: 0 1px 0 rgba(255, 255, 255, .8); position:relative;top:15px;left:70px; } h3.submodule{ margin:0;padding:0;background:transparent; ;font-size:1.1em;font-weight:normal;color:#333333; position:relative;top:17px;left:70px; } #first{background:#E7E7E7;} #second{background:#E7E7E7;} .datawarehouse {width:100%;height:60px;margin:0;padding:0;border-bottom:1px solid #bababa;background: #E7E7E7 url(../images/datawarehouse-icon.png) no-repeat;background-position:3px 3px;} .hover {background: #7dff26} .layermanager {width:100%;height:60px;margin:0;padding:0;border-bottom:1px solid #bababa;background:#E7E7E7 url(../images/layermanager-icon.png) no-repeat;background-position:3px 3px;} .printpublisher {width:100%;height:60px;margin:0;padding:0;border-bottom:1px solid #bababa;background:#E7E7E7 url(../images/printpublisher-icon.png) no-repeat;background-position:3px 3px;} .webpublisher {width:100%;height:60px;margin:0;padding:0;border-bottom:1px solid #bababa;background:#E7E7E7 url(../images/webpublisher-icon.png) no-repeat;background-position:3px 3px;} .documentation {width:100%;height:60px;margin:0;padding:0;border-bottom:1px solid #bababa;background:#E7E7E7 url(../images/documentation-icon.png) no-repeat;background-position:3px 3px;} .datawarehouse h2, .layermanager h2, .printpublisher h2, .webpublisher h2, .documentation h2{ float:left;margin:0;padding:10px 0 0 70px;background:transparent; ;font-size:1.2em;font-weight:normal;text-shadow: 0 1px 0 rgba(255, 255, 255, .8); } .datawarehouse h3, .layermanager h3, .printpublisher h3, .webpublisher h3, .documentation h3{ float:left;position:absolute;margin:0;padding:30px 0 0 70px;background:transparent;font-size:1.1em;font-weight:normal;color:#333333; } .start-stop{float:right;position:relative;top:15px;right:10px;} .colorpicker{width:100%;background:#E7E7E7;} .theme-bar{width:100%;height:40px;} .green{ float:left; width:24px; height:24px; margin:10px 5px 0 10px; background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #8ad148, #4bbf30); /* for firefox 3.6+ */ border:1px solid #AAA; } .blue{ float:left; width:24px; height:24px; margin:10px 5px; background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #44d0e5, #398ee4 ); /* for firefox 3.6+ */ border:1px solid #AAA; } .purple{ float:left; width:24px; height:24px; margin:10px 5px; background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #c743f8, #8340f3 ); /* for firefox 3.6+ */ border:1px solid #AAA; } .pink{ float:left; width:24px; height:24px; margin:10px 5px; background: #8ad148; /* for non-css3 browsers */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad148', endColorstr='#4bbf30'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#8ad148), to(#4bbf30)); /* for webkit browsers */ background: -moz-linear-gradient(top, #f869ec, #f630f8 ); /* for firefox 3.6+ */ border:1px solid #AAA; }
0.282394
0.067701
/* position: fixed; */ background-image: url(/assets/img/backhroundImage3-2.jpg); top: 0; left: 0; /* Preserve aspet ratio */ min-width: 100%; min-height: 100%; } /* NAVBAR STYLE */ /* body {margin:0; font-family:Arial } .topnav { overflow: hidden; background-color: #333; } .topnav a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .active { background-color: #2f2f2f; color: white; } .topnav .icon { display: none; } .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 17px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .topnav a:hover, .dropdown:hover .dropbtn { background-color: #555; color: white; } .dropdown-content a:hover { background-color: #ddd; color: black; } .dropdown:hover .dropdown-content { display: block; } @media screen and (max-width: 700px) { .topnav a:not(:first-child), .dropdown .dropbtn { display: none; } .topnav a.icon { float: right; display: block; } } @media screen and (max-width: 700px) { .topnav.responsive {position: relative;} .topnav.responsive .icon { position: absolute; right: 0; top: 0; } .topnav.responsive a { float: none; display: block; text-align: left; } .topnav.responsive .dropdown {float: none;} .topnav.responsive .dropdown-content {position: relative;} .topnav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; } } */ /* FIN DE NAVBAR STYLE */ /*LOGOUT ANIMATION*/ /* .logoutIcon{ width: 30px; height: 30px; } */ .logoutIcon:hover{ -webkit-animation:spin 2s; -moz-animation:spin 2s; animation:spin 2s; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 25% { -moz-transform: rotate(-20deg); } 75% { -moz-transform: rotate(20deg); } 100% { -moz-transform: rotate(0deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 25% { -webkit-transform: rotate(-20deg); } 75% { -webkit-transform: rotate(20deg); } 100% { -webkit-transform: rotate(0deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform:rotate(0deg); } 25% { -webkit-transform: rotate(30deg); transform: rotate(-20deg); } 75% { -webkit-transform: rotate(-30deg); transform:rotate(20deg); } 100% { -webkit-transform: rotate(0deg); transform:rotate(-0deg); } } .tooltip2 { position: relative; display: inline-block; } #LogoutTooltip2{ visibility: hidden; width: 110px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: 110%; left: 50%; margin-left: -60px; opacity: 0; transition: opacity 1s; } #LogoutTooltip2::after{ content: ""; position: absolute; bottom: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent black transparent; } #LogoutTooltip:hover + #LogoutTooltip2{ visibility: visible; opacity: .6; } /*body{ background-image: url(/assets/img/backgroundImage3); background-position: inherit; background-repeat: no-repeat; }*/ /* NAVBAR STYLE 1 TEST VERSION */ /* body { margin: 0; padding: 0; font-family:sans-serif; background: url(''); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } header{ position: absolute; top:0; left:0; padding: 0 100px; background-color: #262626; width:100%; box-sizing: border-box; } header .logo{ color: #fff; height:50px; line-height: 50px; font-size:24px; float:left; font-weight: bold; } header nav{ float:right; } header nav ul{ margin: 0; padding: 0; display: flex; } header nav ul li{ list-style: none; position: relative; } header nav ul li.sub-menu:before{ content: '\f0d7'; font-family: fontAwesome; position: absolute; line-height: 50px; color:#fff; right:8px; } header nav ul li.active.sub-menu:before { content: '\f0d8'; } header nav ul li ul { position: absolute; left:0; background: #333; display: none; } header nav ul li.active ul{ display: block; } header nav ul li ul li{ display: block; width: 200px; } header nav ul li a { color: #fff; text-decoration: none; height:50px; line-height: 50px; padding: 0 25px; display: block; } header nav ul li a:hover, header nav ul li a.active{ background:#2196f3; } .menu-toggle{ color:white; float:right; line-height: 50px; font-size:24px; cursor: pointer; display: none; } @media (max-width: 991px){ header{ padding:0 20px; } .menu-toggle{ display: block; } header nav{ position: absolute; width:100vw; height: calc(100vh - 50px); background-color: #333; top:50px; left:-100%; transition: 0.5s; } header nav.active{ left:0px; } header nav ul{ display: block; text-align: center; } header nav ul li a{ border-bottom: 1px solid rgba(0,0,0,.7); } header nav ul li.active ul{ position: relative; background-color: #003e6f; } header nav ul li ul li{ width:100vw; text-align: center; } }*/ /* FIN NAVBAR STYLE */ /* .cajaProducto{ COMMITEADO POR PRUEBAS margin: 10px; border: solid 1px #000; text-align: center; display: inline-block; } .controlSizeImagen{ width: auto; height: auto; } */ .backImageCheckout{ background: url(/assets/img/backgroundCheckout2.png); background-size:cover; width:100%; height:100%; } /* ////SLIDER + PANEL PRODUCTOS */ .cajaProducto { display: inline-block; } .separacion { transition: all 300ms 0ms ease-in-out; margin: 40px; padding: 30px; box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.3); } .separacion:hover{ transform: scale(1.1); transition: all .8s; } .producto-img { transition: all 300ms 0ms ease-in-out; text-align: center; margin: 15px 0; } .producto-img:hover{ transform: scale(1.1); transition: all .8s; } .producto-name { font-size: 1.6em; } .producto-desc { font-style: italic; } .producto-precio { display: inline-block; font-size: 2em; font-weight: bold; margin-top: 10px; } .producto-stock { display: inline-block; float: right; margin-top: 25px; } .btn-carrito { display: block; margin: 20px auto 0 auto; } /* SLIDER TEXTS */ .productoSlider-img { text-align: center; margin: 15px 0; } .productoSlider-name { font-size: 1.7em; color: aliceblue; } .productoSlider-desc { font-style: italic; color:bisque; font-family: cursive; font-size: 1.2em; } .productoSlider-precio { display: inline-block; font-size: 2em; font-weight: bold; margin-top: 10px; color: white; } .productoSlider-stock { display: inline-block; float: right; margin-top: 25px; color: cornsilk; font-weight: bold; font-size: 1.2em; } .ImageHover{ opacity: 0.9; } .ImageHover:hover{ opacity: 1; } /* NAVBAR STYLE 2 TEST VERSION */ body{ margin:0; padding:0; font-family: sans-serif; } .cursorpointer{ cursor: pointer; } .deslogText{ font-family: 'Poor Story', cursive; padding-right:7px; color:white; font-size:25px; } .welcomeText{ color:white; font-size:20px; font-family: 'Mali', cursive; padding-right:35px; } nav{ position: fixed; top:0; left: 0; width: 100%; height: 90px; padding: 10px 100px; box-sizing: border-box; transition: .7s; } nav .logo{ float: left; } nav .logo img{ height: 80px; transition: .5s; } nav.black .logo img{ height: 60px; transition: .5s; } nav.black{ background:#000000; height:60px; z-index: 1; } nav ul{ float: right; } nav ul li{ float: right; margin: 0; padding: 0; display: flex; } nav ul li a{ line-height: 80px; color: #f1f0f0; /* #262626; */ padding: 5px 20px; font-weight:bold; font-family: 'Roboto', sans-serif; /* font-family: 'Mali', cursive; font-family: 'Roboto', sans-serif; font-family: 'Poor Story', cursive; */ text-decoration: none; text-transform: uppercase; transition: .5s; } nav.black ul li a{ color:#ffffff; line-height: 40px; font-weight:normal; z-index: 1; } nav ul li.active, nav ul li a:hover { color: #fff; background: #b50022; } .backImage{ width: 100%; height: 100%; background-image: url(/assets/img/backgroundImage14-2.jpg); background-size: contain; } .paddingCuerpo{ padding-left: 40px; padding-right: 40px; } section.sec1 { width: 100%; height: 100vh; background-image: url(/assets/img/backgroundImage2-2.jpg); background-size: cover; } section.sec1Contacto { width: 100%; height: 100vh; background-image: url(/assets/img/backgroundGlobo.jpg); background-size: cover; } section.sec2 { /* width: 100%; height: 100%; background: url(/assets/img/backgroundImage1-2.jpg); background-size: cover; */ } section.sec3 { /* width: 100%; height: 100vh; background: url(/assets/img/backgroundImage3-2.jpg); background-size: cover; */ } section.content{ padding: 100px; } section.content h1{ margin: 0; padding:0; font-size: 2.3em; } section.content p{ margin: 0; padding:0; font-size: 1em; } section.content h2{ margin: 0; padding:0; font-size: 2em; } /* FIN DE NAVBAR STYLE 2 TEST*/ .responsive-bar{ display: none; } .paddingTopSlider{ padding-top: 10%; } /* DOWN ARROW ANIMADA SVG */ /* Markup */ /* body { color: #000; margin: 0; font-family: "Lucida Console", Monaco, monospace; } */ .contenedorArrow { /* background: PaleGoldenRod; height: 100vh; padding: 20px; text-align: center; */ } .contArrow { position: absolute; left: 50%; top: 92%; transform: translate(-50%, -50%); } .contArrow p { margin: 0 0 20px; } /* Arrow & Hover Animation */ #more-arrows { width: 75px; height: 65px; } #more-arrows:hover polygon { fill: #fff; transition: all 0.2s ease-out; } #more-arrows:hover polygon.arrow-bottom { transform: translateY(-18px); } #more-arrows:hover polygon.arrow-top { transform: translateY(18px); } polygon { fill: #fff; transition: all 0.2s ease-out; } polygon.arrow-middle { opacity: 0.75; } polygon.arrow-top { opacity: 0.5; } /* MEDIA QUERIES */ /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { } /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 700px) { .CenterTextMobile{ text-align: center; margin-left: auto; margin-right: auto; } } /* Para los burros capitalistas de 2500width 4k || Imágenes product list 9 ocupen bien todo */ @media only screen and (min-width: 1600px) { .toast__container { display: inline-flex; padding-top: 20%; } } @media only screen and (min-width: 600px) and (max-width:1599px) { .controlSizeImgSlider{ /* width: 100%; */ } .controlSizeImagen{ width: 100%; } } /* Medium devices (landscape tablets, 768px and up) */ @media only screen and (max-width: 768px) { } /* small devices (moviles 600px max) */ @media only screen and (max-width: 600px) { .contArrow{ left: 85%; } .responsive-bar{ display: block; width: 100%; height: 60px; background:#000000; position:fixed; top:0; left: 0; padding: 5px 20px; box-sizing: border-box; z-index:2; } .paddingTopSlider{ padding-top: 15%; } .responsive-bar .logo img{ float: left; height: 50px; } .responsive-bar .menu h4{ float: right; color: #fff; margin:0; padding: 0; line-height: 50px; cursor: pointer; text-transform: uppercase; } nav, nav.black{ background: #000000; height: 60px; padding:10px 50px; z-index: 1; } nav .logo{ display: none; } nav ul{ position: absolute; width: 100%; top: 60px; background: #383838; float: none; display: none; } nav ul.active{ display:block; } /* nav ul li .phonenovista{ display:inline-block; } */ .phonenovista{ display:none; } nav ul li{ width: 100%; } nav ul li a{ display: block; padding:0; width: 100%; text-align: center; line-height: 40px !important; } section.content{ padding: 20px; } .controlSizeImagen{ /* width: 50%; width: 50%; */ width: 80%; height: 80%; } } /* Large devices (laptops/desktops, 992px and up) */ @media only screen and (min-width: 992px) { } /* Extra large devices (large laptops and desktops, 1200px and up) */ @media only screen and (min-width: 1200px) { }
assets/css/HomeEstilos.css
/* position: fixed; */ background-image: url(/assets/img/backhroundImage3-2.jpg); top: 0; left: 0; /* Preserve aspet ratio */ min-width: 100%; min-height: 100%; } /* NAVBAR STYLE */ /* body {margin:0; font-family:Arial } .topnav { overflow: hidden; background-color: #333; } .topnav a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .active { background-color: #2f2f2f; color: white; } .topnav .icon { display: none; } .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 17px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .topnav a:hover, .dropdown:hover .dropbtn { background-color: #555; color: white; } .dropdown-content a:hover { background-color: #ddd; color: black; } .dropdown:hover .dropdown-content { display: block; } @media screen and (max-width: 700px) { .topnav a:not(:first-child), .dropdown .dropbtn { display: none; } .topnav a.icon { float: right; display: block; } } @media screen and (max-width: 700px) { .topnav.responsive {position: relative;} .topnav.responsive .icon { position: absolute; right: 0; top: 0; } .topnav.responsive a { float: none; display: block; text-align: left; } .topnav.responsive .dropdown {float: none;} .topnav.responsive .dropdown-content {position: relative;} .topnav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; } } */ /* FIN DE NAVBAR STYLE */ /*LOGOUT ANIMATION*/ /* .logoutIcon{ width: 30px; height: 30px; } */ .logoutIcon:hover{ -webkit-animation:spin 2s; -moz-animation:spin 2s; animation:spin 2s; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 25% { -moz-transform: rotate(-20deg); } 75% { -moz-transform: rotate(20deg); } 100% { -moz-transform: rotate(0deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 25% { -webkit-transform: rotate(-20deg); } 75% { -webkit-transform: rotate(20deg); } 100% { -webkit-transform: rotate(0deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform:rotate(0deg); } 25% { -webkit-transform: rotate(30deg); transform: rotate(-20deg); } 75% { -webkit-transform: rotate(-30deg); transform:rotate(20deg); } 100% { -webkit-transform: rotate(0deg); transform:rotate(-0deg); } } .tooltip2 { position: relative; display: inline-block; } #LogoutTooltip2{ visibility: hidden; width: 110px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; top: 110%; left: 50%; margin-left: -60px; opacity: 0; transition: opacity 1s; } #LogoutTooltip2::after{ content: ""; position: absolute; bottom: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent black transparent; } #LogoutTooltip:hover + #LogoutTooltip2{ visibility: visible; opacity: .6; } /*body{ background-image: url(/assets/img/backgroundImage3); background-position: inherit; background-repeat: no-repeat; }*/ /* NAVBAR STYLE 1 TEST VERSION */ /* body { margin: 0; padding: 0; font-family:sans-serif; background: url(''); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } header{ position: absolute; top:0; left:0; padding: 0 100px; background-color: #262626; width:100%; box-sizing: border-box; } header .logo{ color: #fff; height:50px; line-height: 50px; font-size:24px; float:left; font-weight: bold; } header nav{ float:right; } header nav ul{ margin: 0; padding: 0; display: flex; } header nav ul li{ list-style: none; position: relative; } header nav ul li.sub-menu:before{ content: '\f0d7'; font-family: fontAwesome; position: absolute; line-height: 50px; color:#fff; right:8px; } header nav ul li.active.sub-menu:before { content: '\f0d8'; } header nav ul li ul { position: absolute; left:0; background: #333; display: none; } header nav ul li.active ul{ display: block; } header nav ul li ul li{ display: block; width: 200px; } header nav ul li a { color: #fff; text-decoration: none; height:50px; line-height: 50px; padding: 0 25px; display: block; } header nav ul li a:hover, header nav ul li a.active{ background:#2196f3; } .menu-toggle{ color:white; float:right; line-height: 50px; font-size:24px; cursor: pointer; display: none; } @media (max-width: 991px){ header{ padding:0 20px; } .menu-toggle{ display: block; } header nav{ position: absolute; width:100vw; height: calc(100vh - 50px); background-color: #333; top:50px; left:-100%; transition: 0.5s; } header nav.active{ left:0px; } header nav ul{ display: block; text-align: center; } header nav ul li a{ border-bottom: 1px solid rgba(0,0,0,.7); } header nav ul li.active ul{ position: relative; background-color: #003e6f; } header nav ul li ul li{ width:100vw; text-align: center; } }*/ /* FIN NAVBAR STYLE */ /* .cajaProducto{ COMMITEADO POR PRUEBAS margin: 10px; border: solid 1px #000; text-align: center; display: inline-block; } .controlSizeImagen{ width: auto; height: auto; } */ .backImageCheckout{ background: url(/assets/img/backgroundCheckout2.png); background-size:cover; width:100%; height:100%; } /* ////SLIDER + PANEL PRODUCTOS */ .cajaProducto { display: inline-block; } .separacion { transition: all 300ms 0ms ease-in-out; margin: 40px; padding: 30px; box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.3); } .separacion:hover{ transform: scale(1.1); transition: all .8s; } .producto-img { transition: all 300ms 0ms ease-in-out; text-align: center; margin: 15px 0; } .producto-img:hover{ transform: scale(1.1); transition: all .8s; } .producto-name { font-size: 1.6em; } .producto-desc { font-style: italic; } .producto-precio { display: inline-block; font-size: 2em; font-weight: bold; margin-top: 10px; } .producto-stock { display: inline-block; float: right; margin-top: 25px; } .btn-carrito { display: block; margin: 20px auto 0 auto; } /* SLIDER TEXTS */ .productoSlider-img { text-align: center; margin: 15px 0; } .productoSlider-name { font-size: 1.7em; color: aliceblue; } .productoSlider-desc { font-style: italic; color:bisque; font-family: cursive; font-size: 1.2em; } .productoSlider-precio { display: inline-block; font-size: 2em; font-weight: bold; margin-top: 10px; color: white; } .productoSlider-stock { display: inline-block; float: right; margin-top: 25px; color: cornsilk; font-weight: bold; font-size: 1.2em; } .ImageHover{ opacity: 0.9; } .ImageHover:hover{ opacity: 1; } /* NAVBAR STYLE 2 TEST VERSION */ body{ margin:0; padding:0; font-family: sans-serif; } .cursorpointer{ cursor: pointer; } .deslogText{ font-family: 'Poor Story', cursive; padding-right:7px; color:white; font-size:25px; } .welcomeText{ color:white; font-size:20px; font-family: 'Mali', cursive; padding-right:35px; } nav{ position: fixed; top:0; left: 0; width: 100%; height: 90px; padding: 10px 100px; box-sizing: border-box; transition: .7s; } nav .logo{ float: left; } nav .logo img{ height: 80px; transition: .5s; } nav.black .logo img{ height: 60px; transition: .5s; } nav.black{ background:#000000; height:60px; z-index: 1; } nav ul{ float: right; } nav ul li{ float: right; margin: 0; padding: 0; display: flex; } nav ul li a{ line-height: 80px; color: #f1f0f0; /* #262626; */ padding: 5px 20px; font-weight:bold; font-family: 'Roboto', sans-serif; /* font-family: 'Mali', cursive; font-family: 'Roboto', sans-serif; font-family: 'Poor Story', cursive; */ text-decoration: none; text-transform: uppercase; transition: .5s; } nav.black ul li a{ color:#ffffff; line-height: 40px; font-weight:normal; z-index: 1; } nav ul li.active, nav ul li a:hover { color: #fff; background: #b50022; } .backImage{ width: 100%; height: 100%; background-image: url(/assets/img/backgroundImage14-2.jpg); background-size: contain; } .paddingCuerpo{ padding-left: 40px; padding-right: 40px; } section.sec1 { width: 100%; height: 100vh; background-image: url(/assets/img/backgroundImage2-2.jpg); background-size: cover; } section.sec1Contacto { width: 100%; height: 100vh; background-image: url(/assets/img/backgroundGlobo.jpg); background-size: cover; } section.sec2 { /* width: 100%; height: 100%; background: url(/assets/img/backgroundImage1-2.jpg); background-size: cover; */ } section.sec3 { /* width: 100%; height: 100vh; background: url(/assets/img/backgroundImage3-2.jpg); background-size: cover; */ } section.content{ padding: 100px; } section.content h1{ margin: 0; padding:0; font-size: 2.3em; } section.content p{ margin: 0; padding:0; font-size: 1em; } section.content h2{ margin: 0; padding:0; font-size: 2em; } /* FIN DE NAVBAR STYLE 2 TEST*/ .responsive-bar{ display: none; } .paddingTopSlider{ padding-top: 10%; } /* DOWN ARROW ANIMADA SVG */ /* Markup */ /* body { color: #000; margin: 0; font-family: "Lucida Console", Monaco, monospace; } */ .contenedorArrow { /* background: PaleGoldenRod; height: 100vh; padding: 20px; text-align: center; */ } .contArrow { position: absolute; left: 50%; top: 92%; transform: translate(-50%, -50%); } .contArrow p { margin: 0 0 20px; } /* Arrow & Hover Animation */ #more-arrows { width: 75px; height: 65px; } #more-arrows:hover polygon { fill: #fff; transition: all 0.2s ease-out; } #more-arrows:hover polygon.arrow-bottom { transform: translateY(-18px); } #more-arrows:hover polygon.arrow-top { transform: translateY(18px); } polygon { fill: #fff; transition: all 0.2s ease-out; } polygon.arrow-middle { opacity: 0.75; } polygon.arrow-top { opacity: 0.5; } /* MEDIA QUERIES */ /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { } /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 700px) { .CenterTextMobile{ text-align: center; margin-left: auto; margin-right: auto; } } /* Para los burros capitalistas de 2500width 4k || Imágenes product list 9 ocupen bien todo */ @media only screen and (min-width: 1600px) { .toast__container { display: inline-flex; padding-top: 20%; } } @media only screen and (min-width: 600px) and (max-width:1599px) { .controlSizeImgSlider{ /* width: 100%; */ } .controlSizeImagen{ width: 100%; } } /* Medium devices (landscape tablets, 768px and up) */ @media only screen and (max-width: 768px) { } /* small devices (moviles 600px max) */ @media only screen and (max-width: 600px) { .contArrow{ left: 85%; } .responsive-bar{ display: block; width: 100%; height: 60px; background:#000000; position:fixed; top:0; left: 0; padding: 5px 20px; box-sizing: border-box; z-index:2; } .paddingTopSlider{ padding-top: 15%; } .responsive-bar .logo img{ float: left; height: 50px; } .responsive-bar .menu h4{ float: right; color: #fff; margin:0; padding: 0; line-height: 50px; cursor: pointer; text-transform: uppercase; } nav, nav.black{ background: #000000; height: 60px; padding:10px 50px; z-index: 1; } nav .logo{ display: none; } nav ul{ position: absolute; width: 100%; top: 60px; background: #383838; float: none; display: none; } nav ul.active{ display:block; } /* nav ul li .phonenovista{ display:inline-block; } */ .phonenovista{ display:none; } nav ul li{ width: 100%; } nav ul li a{ display: block; padding:0; width: 100%; text-align: center; line-height: 40px !important; } section.content{ padding: 20px; } .controlSizeImagen{ /* width: 50%; width: 50%; */ width: 80%; height: 80%; } } /* Large devices (laptops/desktops, 992px and up) */ @media only screen and (min-width: 992px) { } /* Extra large devices (large laptops and desktops, 1200px and up) */ @media only screen and (min-width: 1200px) { }
0.383872
0.0697
body { background: #333; display: flex; justify-content: center; align-items: center; font-family: "Electrolize", sans-serif; } /*#091921*/ @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap"); .container { padding: 0; margin: 0; min-width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(auto-fit, minmax(100%, 100%)); justify-content: center; text-align: center; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-thumb { background: linear-gradient(#333, #fff); border-radius: 6px; } header { margin-top: 70px; margin-bottom: 70px; } .logo img { width: 100%; max-width: 750px; } section { width: 70%; display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); grid-gap: 5%; justify-items: center; justify-self: center; } .card { width: 350px; border: none; background: #333; justify-content: center; } .face { height: 230px; transition: 0.5s; } .face.face1 { position: relative; background: #333; outline: none; display: flex; justify-content: center; align-items: center; z-index: 1; transform: translateY(115px); } .card:hover .face.face1 { transform: translateY(0); } .card:hover .face.face1.card1 { background: #ff5252; transform: translateY(0); } .card:hover .face.face1.card2 { background: #8bc34a; transform: translateY(0); } .card:hover .face.face1.card3 { background: #448aff; transform: translateY(0); } .face.face1 .content { opacity: 0.2; transition: 0.5s; } .card:hover .face.face1 .content { opacity: 1; } .face.face1 .content img { max-width: 100px; } .content img#cooper { width: 300px; } #cooper { max-width: 175px; margin: 15px 0 10px 0; } .face.face1 .content h3 { margin: 10px 0 0; padding: 0; color: #fff; text-align: center; font-size: 1.5em; } .face.face2 { position: relative; background: #fff; display: flex; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8); transform: translateY(-115px); } .card:hover .face.face2 { transform: translateY(0px); } .face.face2 .content p { margin: 0; padding: 0; font-family: "Raleway", sans-serif; text-align: center; font-size: 20px; margin-bottom: 20px; } .face.face2 .content a { margin: 15px 0 0; display: inline-block; text-align: center; text-decoration: none; font-weight: 900; color: #333; padding: 5px; border: 1px solid #333; width: 100%; } .face.face2 .content a:hover { width: 100%; background: #333; color: #fff; }
public/css/estilo_principal.css
body { background: #333; display: flex; justify-content: center; align-items: center; font-family: "Electrolize", sans-serif; } /*#091921*/ @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap"); .container { padding: 0; margin: 0; min-width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(auto-fit, minmax(100%, 100%)); justify-content: center; text-align: center; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-thumb { background: linear-gradient(#333, #fff); border-radius: 6px; } header { margin-top: 70px; margin-bottom: 70px; } .logo img { width: 100%; max-width: 750px; } section { width: 70%; display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); grid-gap: 5%; justify-items: center; justify-self: center; } .card { width: 350px; border: none; background: #333; justify-content: center; } .face { height: 230px; transition: 0.5s; } .face.face1 { position: relative; background: #333; outline: none; display: flex; justify-content: center; align-items: center; z-index: 1; transform: translateY(115px); } .card:hover .face.face1 { transform: translateY(0); } .card:hover .face.face1.card1 { background: #ff5252; transform: translateY(0); } .card:hover .face.face1.card2 { background: #8bc34a; transform: translateY(0); } .card:hover .face.face1.card3 { background: #448aff; transform: translateY(0); } .face.face1 .content { opacity: 0.2; transition: 0.5s; } .card:hover .face.face1 .content { opacity: 1; } .face.face1 .content img { max-width: 100px; } .content img#cooper { width: 300px; } #cooper { max-width: 175px; margin: 15px 0 10px 0; } .face.face1 .content h3 { margin: 10px 0 0; padding: 0; color: #fff; text-align: center; font-size: 1.5em; } .face.face2 { position: relative; background: #fff; display: flex; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8); transform: translateY(-115px); } .card:hover .face.face2 { transform: translateY(0px); } .face.face2 .content p { margin: 0; padding: 0; font-family: "Raleway", sans-serif; text-align: center; font-size: 20px; margin-bottom: 20px; } .face.face2 .content a { margin: 15px 0 0; display: inline-block; text-align: center; text-decoration: none; font-weight: 900; color: #333; padding: 5px; border: 1px solid #333; width: 100%; } .face.face2 .content a:hover { width: 100%; background: #333; color: #fff; }
0.404978
0.082586
@charset 'UTF-8'; @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); * { margin: 0px; padding: 0px; } :root { --cor0: #c5ebd6; --cor1: #83E1AD; --cor2: #3DDC84; --cor3: #2FA866; --cor4: #1A5C37; --cor5: #063d1e; --font0: Arial, Helvetica, sans-serif; --font1: 'Bebas Neue', cursive; --font2: 'Android', sans-serif; } body { background-color: var(--cor2); } header { background-image: linear-gradient(To bottom, #4eeb95, #063d1e); font-family: var(--font0); text-align: center; color: white; padding: 20px; box-shadow: 3px 2px 2px black; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.733); } header > p { font: 20px var(--font1) white; padding: 20px; width: 400px; text-align: center; margin: auto; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.733); } nav { text-decoration: none; text-align: left; } nav > a { color: #4eeb95; text-decoration: none; text-align: left; padding: 10px; box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.336); } a:hover { background-color: #1A5C37; transition-duration: 0.5s; } main { min-width: 300px; max-width: 1000px; margin: auto; background-color: white; padding: 15px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.493); } main > h1 { font-family: var(--font2); color: var(--cor4); } main > p { text-indent: 20px; font-family: sans-serif; font-size: 18px; font-weight: 100; padding: 8px; } main h2 { background-image: linear-gradient(to right, #71e9a7, white); color: var(--cor5); font-family: var(--font2); } strong { color: var(--cor3); } a.links { background-color: var(--cor2); text-decoration: none; color: var(--cor5); padding: 2px 2.5px 2px 2.5px; border-radius: 3px; } a.links::after { content: '\00A0\1F517'; } img { width: 100%; display: block; margin: auto; } img.small { max-width: 350px; display: block; margin: auto; } div.video{ background-color: var(--cor5); margin: 0px -15px 30px -15px; padding: 20px; padding-bottom: 59%; position: relative; display: block; } div.video > iframe{ position: absolute; top: 5%; left: 5%; width: 90%; height: 90%; } aside { background-color: var(--cor1); border-radius: 5px; } h2#extra { font-size: 20px; color: white; text-indent: 20px; background-image: none; background-color: var(--cor4); padding: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; } aside > p { text-indent: 20px; line-height: 1.5em; padding: 5px; font-weight: bold; } ul { list-style-type: '\2714\00A0\00A0'; list-style-position: inside; columns: 2; padding: 8px; text-decoration: none; } p#final { font-size: 15px; font-weight: bold; } a#link_aside { text-decoration: none; color: var(--cor5); } a#link_aside::after { content: '\00A0\1F517'; } a#link_aside:hover { background-color: purple; color: black; } footer { margin-top: 12px; color: white; background-color: var(--cor5); text-align: center; } a.link_footer { text-decoration: none; color: orangered; } a.link_footer::after { content: '\00A0\1F517'; }
HTML-CSS/Desafios/Desafio Website/style.css
@charset 'UTF-8'; @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); * { margin: 0px; padding: 0px; } :root { --cor0: #c5ebd6; --cor1: #83E1AD; --cor2: #3DDC84; --cor3: #2FA866; --cor4: #1A5C37; --cor5: #063d1e; --font0: Arial, Helvetica, sans-serif; --font1: 'Bebas Neue', cursive; --font2: 'Android', sans-serif; } body { background-color: var(--cor2); } header { background-image: linear-gradient(To bottom, #4eeb95, #063d1e); font-family: var(--font0); text-align: center; color: white; padding: 20px; box-shadow: 3px 2px 2px black; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.733); } header > p { font: 20px var(--font1) white; padding: 20px; width: 400px; text-align: center; margin: auto; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.733); } nav { text-decoration: none; text-align: left; } nav > a { color: #4eeb95; text-decoration: none; text-align: left; padding: 10px; box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.336); } a:hover { background-color: #1A5C37; transition-duration: 0.5s; } main { min-width: 300px; max-width: 1000px; margin: auto; background-color: white; padding: 15px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.493); } main > h1 { font-family: var(--font2); color: var(--cor4); } main > p { text-indent: 20px; font-family: sans-serif; font-size: 18px; font-weight: 100; padding: 8px; } main h2 { background-image: linear-gradient(to right, #71e9a7, white); color: var(--cor5); font-family: var(--font2); } strong { color: var(--cor3); } a.links { background-color: var(--cor2); text-decoration: none; color: var(--cor5); padding: 2px 2.5px 2px 2.5px; border-radius: 3px; } a.links::after { content: '\00A0\1F517'; } img { width: 100%; display: block; margin: auto; } img.small { max-width: 350px; display: block; margin: auto; } div.video{ background-color: var(--cor5); margin: 0px -15px 30px -15px; padding: 20px; padding-bottom: 59%; position: relative; display: block; } div.video > iframe{ position: absolute; top: 5%; left: 5%; width: 90%; height: 90%; } aside { background-color: var(--cor1); border-radius: 5px; } h2#extra { font-size: 20px; color: white; text-indent: 20px; background-image: none; background-color: var(--cor4); padding: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; } aside > p { text-indent: 20px; line-height: 1.5em; padding: 5px; font-weight: bold; } ul { list-style-type: '\2714\00A0\00A0'; list-style-position: inside; columns: 2; padding: 8px; text-decoration: none; } p#final { font-size: 15px; font-weight: bold; } a#link_aside { text-decoration: none; color: var(--cor5); } a#link_aside::after { content: '\00A0\1F517'; } a#link_aside:hover { background-color: purple; color: black; } footer { margin-top: 12px; color: white; background-color: var(--cor5); text-align: center; } a.link_footer { text-decoration: none; color: orangered; } a.link_footer::after { content: '\00A0\1F517'; }
0.405449
0.126461
* { box-sizing: border-box; font-family: 'Sriracha', cursive; } body { margin: 0 auto; background-color: black; background-image: url("https://i.imgur.com/4fJoH3p.jpg"); background-repeat: no-repeat; background-attachment: fixed; display: flex; align-items: center; justify-content: center; background-position: center; } .body-container { width: 100%; } h1 { text-align: center; color: white; text-shadow: 0 5px 10px black; font-size: 65px; } a { font-size: 18px; color: white; text-shadow: 0 5px 10px black; } #thanks { text-align: center; } #userInput { margin-top: 160px; width: 100%; height: 300px; } #name, #divLastName { height: 100px; width: 200px; margin: 5px; position: relative; } #firstName, #lastName, #signature { height: 50px; width: 200px; border: 3px solid #b52e19; padding: 5px; } .description { margin-top: -90px; font-family: 'Sriracha', cursive; color: white; text-shadow: 0 5px 10px black; position: absolute; font-size: 25px; } canvas { height: 50px; width: 400px; border: 3px solid #b52e19; color: white; } #canva-div { height: 100px; width: 398px; position: relative; background-color: rgba(255,255,255, 0.2); margin-left: 0; } #user-sig, #userSig { height: 100px; width: 400px; margin-top: 3px; } #description-sig { position: absolute; margin-top: -40px; color: white; font-size: 25px; } #column1 { float: left; width: 390px; margin-left: 20px; margin-top: 5px; } #column2 { float:right; width: 390px; margin-left: 25px; } button { border-radius: 12px; width: 150px; height: 50px; background-color: #b52e19; color: black; border: 2px solid black; font-size: 25px; margin-top: 34px; margin-left: 5px; } #about { color: #fff; height: 58px; width: 200px; position: relative; margin: 5px; text-align: center; border-radius: 4px; background: #333; font: 25px Raleway, 'Sriracha', cursive ; vertical-align: -webkit-baseline-middle; -webkit-font-smoothing: antialiased; cursor: pointer; display: flex; align-items: center; justify-content: center; } #about-txt { position: absolute; color: white; font-size: 28px; margin-top: 0; margin-left: 0; } #thanks { width: 100%; height: 100%; } .petitioners-list { font-size: 25px; color: white; text-align: center; text-shadow: 0 5px 10px black; } #petitioners-thanks { font-size: 50px; color: white; text-shadow: 0 5px 10px black; } #petitioners-link { font-size: 24px; } #a-delete { font-size: 22px; } #sig-pic { margin-top: 442px; height: 300px; } #sigPic-tag { font-size: 25px; color: white; text-align: center; text-shadow: 0 5px 10px black; margin-top: 70px; } .error { font-size: 30px; color: white; text-align: center; margin-top: 25px; } form { display: flex; flex-direction: column; margin-bottom: 85px; } .info-reg, .profile-info { height: 75px; width: 300px; border: 3px solid #b52e19; border-top: hidden; border-left: hidden; border-right: hidden; background: transparent; font-size: 25px; color: white; margin-left: 5px; } #regbutton, #reg-link, #reg-error, #login-form, #login-button { margin-left: 5px; } #reg-link { margin-left: 5px; font-size: 28px; } #update { font-size: 28px; margin-left: 5px; } #delete-link { font-size: 18px; color: white; text-shadow: 0 5px 10px black; text-align: center; margin-top: -30px; } p, #logout{ margin: 5px; margin-left: 5px; font-size: 22px; color: white; text-shadow: 0 5px 10px black; } @keyframes ticker { 0% { margin-top: -45px; } 11% { margin-top: -100px; } 22% { margin-top: -155px; } 33% { margin-top: -205px; } 44% { margin-top: -255px; } 55% { margin-top: -310px; } 66% { margin-top: -370px; } 77% { margin-top: -420px; } 88% { margin-top: -480px; } 100% { margin-top: -25px; } } .ul li { line-height: 50px; list-style: none; } #ticker-container { background: #b52e19; box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5); width: 800px; height: 75px; margin: 50px auto; overflow: hidden; border-radius: 4px; padding: 3px; display: flex; align-content: flex-start; -webkit-user-select: none; margin-top: 20px; } ul { float: left; padding-left: 25px; animation: ticker 25s cubic-bezier(1, 0, 0.5, 0) infinite; -webkit-user-select: none; } ul li a { margin-left: 160px; color: white; text-decoration: none; font: 28px; vertical-align: -webkit-baseline-middle; vertical-align: -moz-middle-with-baseline; -webkit-font-smoothing: antialiased; -webkit-user-select: none; } li { font-size: 30px; font-family: 'Sriracha', cursive; width: 450px; } ul.about { list-style-type: none; } ul:hover { animation-play-state: paused; } span:hover + ul { animation-play-state: paused; } @media only screen and (max-width: 600px) { #ticker-container { display: none; } body { margin: 0 auto; background-color: black; background-image: url("https://i.imgur.com/QtMrHzP.jpg"); background-repeat: no-repeat; background-attachment: fixed; display: flex; align-items: center; justify-content: center; background-position: center; } h1 { font-size: 32px; margin-left: 9px; } #reg-link { font-size: 23px; } form { margin-bottom: 5px; margin-top: -25px; } #userInput { margin-top: 35px; } #user-sig, #canva-div, #userSig { width: 330px; } #sig-pic { margin-top: 276px; height: 200px; width: 100%; } #sigPic-tag { margin-top: -75px; font-size: 21px; } .petitioners-list { font-size: 15px; } .petitioners-thanks { height: 145px; width: 340px; } }
public/style.css
* { box-sizing: border-box; font-family: 'Sriracha', cursive; } body { margin: 0 auto; background-color: black; background-image: url("https://i.imgur.com/4fJoH3p.jpg"); background-repeat: no-repeat; background-attachment: fixed; display: flex; align-items: center; justify-content: center; background-position: center; } .body-container { width: 100%; } h1 { text-align: center; color: white; text-shadow: 0 5px 10px black; font-size: 65px; } a { font-size: 18px; color: white; text-shadow: 0 5px 10px black; } #thanks { text-align: center; } #userInput { margin-top: 160px; width: 100%; height: 300px; } #name, #divLastName { height: 100px; width: 200px; margin: 5px; position: relative; } #firstName, #lastName, #signature { height: 50px; width: 200px; border: 3px solid #b52e19; padding: 5px; } .description { margin-top: -90px; font-family: 'Sriracha', cursive; color: white; text-shadow: 0 5px 10px black; position: absolute; font-size: 25px; } canvas { height: 50px; width: 400px; border: 3px solid #b52e19; color: white; } #canva-div { height: 100px; width: 398px; position: relative; background-color: rgba(255,255,255, 0.2); margin-left: 0; } #user-sig, #userSig { height: 100px; width: 400px; margin-top: 3px; } #description-sig { position: absolute; margin-top: -40px; color: white; font-size: 25px; } #column1 { float: left; width: 390px; margin-left: 20px; margin-top: 5px; } #column2 { float:right; width: 390px; margin-left: 25px; } button { border-radius: 12px; width: 150px; height: 50px; background-color: #b52e19; color: black; border: 2px solid black; font-size: 25px; margin-top: 34px; margin-left: 5px; } #about { color: #fff; height: 58px; width: 200px; position: relative; margin: 5px; text-align: center; border-radius: 4px; background: #333; font: 25px Raleway, 'Sriracha', cursive ; vertical-align: -webkit-baseline-middle; -webkit-font-smoothing: antialiased; cursor: pointer; display: flex; align-items: center; justify-content: center; } #about-txt { position: absolute; color: white; font-size: 28px; margin-top: 0; margin-left: 0; } #thanks { width: 100%; height: 100%; } .petitioners-list { font-size: 25px; color: white; text-align: center; text-shadow: 0 5px 10px black; } #petitioners-thanks { font-size: 50px; color: white; text-shadow: 0 5px 10px black; } #petitioners-link { font-size: 24px; } #a-delete { font-size: 22px; } #sig-pic { margin-top: 442px; height: 300px; } #sigPic-tag { font-size: 25px; color: white; text-align: center; text-shadow: 0 5px 10px black; margin-top: 70px; } .error { font-size: 30px; color: white; text-align: center; margin-top: 25px; } form { display: flex; flex-direction: column; margin-bottom: 85px; } .info-reg, .profile-info { height: 75px; width: 300px; border: 3px solid #b52e19; border-top: hidden; border-left: hidden; border-right: hidden; background: transparent; font-size: 25px; color: white; margin-left: 5px; } #regbutton, #reg-link, #reg-error, #login-form, #login-button { margin-left: 5px; } #reg-link { margin-left: 5px; font-size: 28px; } #update { font-size: 28px; margin-left: 5px; } #delete-link { font-size: 18px; color: white; text-shadow: 0 5px 10px black; text-align: center; margin-top: -30px; } p, #logout{ margin: 5px; margin-left: 5px; font-size: 22px; color: white; text-shadow: 0 5px 10px black; } @keyframes ticker { 0% { margin-top: -45px; } 11% { margin-top: -100px; } 22% { margin-top: -155px; } 33% { margin-top: -205px; } 44% { margin-top: -255px; } 55% { margin-top: -310px; } 66% { margin-top: -370px; } 77% { margin-top: -420px; } 88% { margin-top: -480px; } 100% { margin-top: -25px; } } .ul li { line-height: 50px; list-style: none; } #ticker-container { background: #b52e19; box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5); width: 800px; height: 75px; margin: 50px auto; overflow: hidden; border-radius: 4px; padding: 3px; display: flex; align-content: flex-start; -webkit-user-select: none; margin-top: 20px; } ul { float: left; padding-left: 25px; animation: ticker 25s cubic-bezier(1, 0, 0.5, 0) infinite; -webkit-user-select: none; } ul li a { margin-left: 160px; color: white; text-decoration: none; font: 28px; vertical-align: -webkit-baseline-middle; vertical-align: -moz-middle-with-baseline; -webkit-font-smoothing: antialiased; -webkit-user-select: none; } li { font-size: 30px; font-family: 'Sriracha', cursive; width: 450px; } ul.about { list-style-type: none; } ul:hover { animation-play-state: paused; } span:hover + ul { animation-play-state: paused; } @media only screen and (max-width: 600px) { #ticker-container { display: none; } body { margin: 0 auto; background-color: black; background-image: url("https://i.imgur.com/QtMrHzP.jpg"); background-repeat: no-repeat; background-attachment: fixed; display: flex; align-items: center; justify-content: center; background-position: center; } h1 { font-size: 32px; margin-left: 9px; } #reg-link { font-size: 23px; } form { margin-bottom: 5px; margin-top: -25px; } #userInput { margin-top: 35px; } #user-sig, #canva-div, #userSig { width: 330px; } #sig-pic { margin-top: 276px; height: 200px; width: 100%; } #sigPic-tag { margin-top: -75px; font-size: 21px; } .petitioners-list { font-size: 15px; } .petitioners-thanks { height: 145px; width: 340px; } }
0.380183
0.137851
body { text-align: center; margin: 0; background-color: #352F44; width: 100%; min-height: 100vh; font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #FFFFFF; } #root { margin-top: 3rem; } /* Animation between routes */ .fade-enter { opacity: 0.01; } .fade-enter.fade-enter-active { opacity: 1; transition: opacity 300ms ease-in; transition-delay: 200ms; } .fade-exit { position: absolute; top: 3rem; width: 100%; height: 100vh; opacity: 1; } .fade-exit.fade-exit-active { opacity: 0.01; transition: opacity 200ms ease-in; } /* Section style */ .section-container { display: flex; justify-content: center; } .section { box-shadow: 0px 0px 25px rgba(0,0,0,0.2); background-color: #2A2438; padding: 1rem; border-radius: 15px; display: flex; justify-content: center; } .small-info { font-size: 12px; color: #717171; } /* Code input */ .code-input input:last-child { margin-right: 0 !important; } .code-input input { /* font-family: 'Courier New', Courier, monospace; */ border: none; font-size: 4rem; height: 80px; width: 60px; text-align: center; margin-right: 15px; border-radius: 10px; background-color: #574d70 !important; color: #FFFFFF !important; outline: none; -moz-appearance: textfield; } .code-input input::-webkit-outer-spin-button, .code-input input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } @media only screen and (min-width: 900px) and (max-width: 1100px), (max-width: 350px) { .code-input input { font-size: 3rem; height: 60px; width: 40px; margin-right: 10px; border-radius: 5px; } } @media only screen and (max-width: 250px) { .code-input input { font-size: 3rem; height: 40px; width: 25px; margin-right: 10px; border-radius: 5px; padding: 5px; } } @keyframes shake { 10%, 90% { transform: translate3d(-2px, 0, 0); } 20%, 80% { transform: translate3d(4px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-6px, 0, 0); } 40%, 60% { transform: translate3d(6px, 0, 0); } } /* File input */ .file-input input { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .file-input label, button { color: #f1e5e6; background-color: #8641D4; max-width: 80%; font-size: 1.25rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 0.625rem 1.25rem; border: 0; } button:disabled { background-color: #b3b3b3; cursor: default; } .file-input label svg { width: 1em; height: 1em; vertical-align: middle; fill: currentColor; margin-top: -0.25em; margin-right: 1em; } /* Footer */ .footer { position: relative; bottom: 0; text-align: center; padding-bottom: 20px; padding-top: 30px; color: #BEBEBE; } .footer a { color: #BEBEBE; } /* Compatibility page */ .compatibility h5 { display: flex; justify-content: center; } .compatibility h5 svg { margin-right: 0.5em; }
src/client/app.css
body { text-align: center; margin: 0; background-color: #352F44; width: 100%; min-height: 100vh; font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #FFFFFF; } #root { margin-top: 3rem; } /* Animation between routes */ .fade-enter { opacity: 0.01; } .fade-enter.fade-enter-active { opacity: 1; transition: opacity 300ms ease-in; transition-delay: 200ms; } .fade-exit { position: absolute; top: 3rem; width: 100%; height: 100vh; opacity: 1; } .fade-exit.fade-exit-active { opacity: 0.01; transition: opacity 200ms ease-in; } /* Section style */ .section-container { display: flex; justify-content: center; } .section { box-shadow: 0px 0px 25px rgba(0,0,0,0.2); background-color: #2A2438; padding: 1rem; border-radius: 15px; display: flex; justify-content: center; } .small-info { font-size: 12px; color: #717171; } /* Code input */ .code-input input:last-child { margin-right: 0 !important; } .code-input input { /* font-family: 'Courier New', Courier, monospace; */ border: none; font-size: 4rem; height: 80px; width: 60px; text-align: center; margin-right: 15px; border-radius: 10px; background-color: #574d70 !important; color: #FFFFFF !important; outline: none; -moz-appearance: textfield; } .code-input input::-webkit-outer-spin-button, .code-input input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } @media only screen and (min-width: 900px) and (max-width: 1100px), (max-width: 350px) { .code-input input { font-size: 3rem; height: 60px; width: 40px; margin-right: 10px; border-radius: 5px; } } @media only screen and (max-width: 250px) { .code-input input { font-size: 3rem; height: 40px; width: 25px; margin-right: 10px; border-radius: 5px; padding: 5px; } } @keyframes shake { 10%, 90% { transform: translate3d(-2px, 0, 0); } 20%, 80% { transform: translate3d(4px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-6px, 0, 0); } 40%, 60% { transform: translate3d(6px, 0, 0); } } /* File input */ .file-input input { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .file-input label, button { color: #f1e5e6; background-color: #8641D4; max-width: 80%; font-size: 1.25rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 0.625rem 1.25rem; border: 0; } button:disabled { background-color: #b3b3b3; cursor: default; } .file-input label svg { width: 1em; height: 1em; vertical-align: middle; fill: currentColor; margin-top: -0.25em; margin-right: 1em; } /* Footer */ .footer { position: relative; bottom: 0; text-align: center; padding-bottom: 20px; padding-top: 30px; color: #BEBEBE; } .footer a { color: #BEBEBE; } /* Compatibility page */ .compatibility h5 { display: flex; justify-content: center; } .compatibility h5 svg { margin-right: 0.5em; }
0.403802
0.0713
.fa-star-half-o, .fa-star-o, .fa-star { color: gold } p { font-size: 14px; } .aval, .info, .end, .buy { margin-top: 2%; padding: 4%; border-top: 1px solid #f2f2f2; border-bottom: 2px solid #CCCCCC; border-left: 2px solid #e1e1e1; border-right: 2px solid #e1e1e1; } .end { padding: 2%; } .info { padding: 2%; } .aval { padding: 2%; } #iconCredit { color: #FE980F; } #iconCart { color: #fff; margin-right: 4%; } a { color:#FE980F; text-decoration: none; } a:hover { color:#000; text-decoration:none; cursor:pointer; } #complete-register { color:#FE980F; text-decoration: none; } #complete-register:hover { color:#000; text-decoration:none; cursor:pointer; } .images { margin-top: 10%; } #imgThumb { width: 80px; height: 80px; border: 2px solid #e1e1e1; margin: 1% } #imgThumb:hover { cursor:pointer; } tr { text-align: center; } #price { margin-top: 1%; } #labelCEP { color: #949494; font-size: 15px } #btnCEP { margin-top: 5.5%; } #product-price { text-align: center; } #totalStars { margin-top: 0.3%; } #commentBox { border-top: 1px solid #f2f2f2; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; border-radius: 20px; margin-bottom: 2%; } #dateComment { text-align:right; margin-right: 2%; margin-top: 18%; } #starsComment { text-align:right; margin-right: -2%; margin-top: 1% } #avaliationComment { margin-left: 1%; text-align:justify; margin-right: 1%; } #hrComment { margin-top: 1%; margin-bottom: 3% } /* stars - BEGIN */ fieldset, label { margin: 0; padding: 0; } .rating { border: none; float: left; } .rating > input { display: none; } .rating > label:before { margin: 5px; font-size: 1.25em; font-family: FontAwesome; display: inline-block; content: "\f005"; } .rating > .half:before { content: "\f089"; position: absolute; } .rating > label { color: #ddd; float: right; } .rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label { color: #FFD700; } .rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label { color: #FFED85; } /* stars - END */ @media only screen and (max-width: 768px) { .images { margin-top: -5%; margin-left: -10%; } #imgThumb { width: 23%; } #btnCEP { margin-top: -23.3%; margin-left: 73%; } #inputLabelCEP { width: 80%; } #price { margin-top: -8.4%; margin-left: 13%; } #product-price { margin-top: 2%; } #nameComment { margin-top: 5%; } #starsComment { margin-top: -9%; margin-right: 1%; } #dateComment { margin-top: -3%; } #avalTitle { margin-top: 2%; margin-bottom: -2%; } #drop-down { width: 74%; } #commentBtn { margin-top: -29.7%; } #totalStars { margin-top: -9%; text-align: right; margin-bottom: 8%; } #hrComment { margin-top: -3%; margin-bottom: 4% } }
e-commerce-tutu-front/src/app/view/common-user/list-one-product/list-one-product.component.css
.fa-star-half-o, .fa-star-o, .fa-star { color: gold } p { font-size: 14px; } .aval, .info, .end, .buy { margin-top: 2%; padding: 4%; border-top: 1px solid #f2f2f2; border-bottom: 2px solid #CCCCCC; border-left: 2px solid #e1e1e1; border-right: 2px solid #e1e1e1; } .end { padding: 2%; } .info { padding: 2%; } .aval { padding: 2%; } #iconCredit { color: #FE980F; } #iconCart { color: #fff; margin-right: 4%; } a { color:#FE980F; text-decoration: none; } a:hover { color:#000; text-decoration:none; cursor:pointer; } #complete-register { color:#FE980F; text-decoration: none; } #complete-register:hover { color:#000; text-decoration:none; cursor:pointer; } .images { margin-top: 10%; } #imgThumb { width: 80px; height: 80px; border: 2px solid #e1e1e1; margin: 1% } #imgThumb:hover { cursor:pointer; } tr { text-align: center; } #price { margin-top: 1%; } #labelCEP { color: #949494; font-size: 15px } #btnCEP { margin-top: 5.5%; } #product-price { text-align: center; } #totalStars { margin-top: 0.3%; } #commentBox { border-top: 1px solid #f2f2f2; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; border-radius: 20px; margin-bottom: 2%; } #dateComment { text-align:right; margin-right: 2%; margin-top: 18%; } #starsComment { text-align:right; margin-right: -2%; margin-top: 1% } #avaliationComment { margin-left: 1%; text-align:justify; margin-right: 1%; } #hrComment { margin-top: 1%; margin-bottom: 3% } /* stars - BEGIN */ fieldset, label { margin: 0; padding: 0; } .rating { border: none; float: left; } .rating > input { display: none; } .rating > label:before { margin: 5px; font-size: 1.25em; font-family: FontAwesome; display: inline-block; content: "\f005"; } .rating > .half:before { content: "\f089"; position: absolute; } .rating > label { color: #ddd; float: right; } .rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label { color: #FFD700; } .rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label { color: #FFED85; } /* stars - END */ @media only screen and (max-width: 768px) { .images { margin-top: -5%; margin-left: -10%; } #imgThumb { width: 23%; } #btnCEP { margin-top: -23.3%; margin-left: 73%; } #inputLabelCEP { width: 80%; } #price { margin-top: -8.4%; margin-left: 13%; } #product-price { margin-top: 2%; } #nameComment { margin-top: 5%; } #starsComment { margin-top: -9%; margin-right: 1%; } #dateComment { margin-top: -3%; } #avalTitle { margin-top: 2%; margin-bottom: -2%; } #drop-down { width: 74%; } #commentBtn { margin-top: -29.7%; } #totalStars { margin-top: -9%; text-align: right; margin-bottom: 8%; } #hrComment { margin-top: -3%; margin-bottom: 4% } }
0.435661
0.168344
.black-text-shadow{ text-shadow:2px 2px 10px #000!important; color: #333333 } .fullpage-wrapper .section .subtitle{ font-size:.9em!important } .fullpage-wrapper .section.dark-section .subtitle{ color:#fff!important } .social-media-links .social-link{ color:#fff!important; margin-left:10px!important; margin-right:10px!important; font-size:18px!important } .home-page .sharing.badges{ text-align:inherit!important; float:none!important } .home-page .sharing.badges a{ color:#000!important; opacity:1!important; border-color:#000!important } .home-page .dark-section .sharing.badges a{ color:#fff!important; opacity:1!important; border-color:#fff!important } .single-location .title-container .subtitle a{ color:rgba(255,255,255,.75)!important } .location-info-container .social-link{ display:block!important; color:#777!important; letter-spacing:.3px!important; margin-bottom:5px!important } .location-info-container .social-link:hover{ letter-spacing:2px!important; color:#000!important } .location-info-container .social-link i{ margin-right:15px!important } .row { width: 100%; position: relative; overflow: hidden; clear: both; margin-right:1%; margin-left:0px; } .un { width: 6.3333%; display: inline-block; vertical-align: top; margin-right:1%; } .deux { width: 14.66666%; display: inline-block; vertical-align: top; margin-right:1%; } .trois { width: 22.99999%; display: inline-block; vertical-align: top; margin-right:1%; } .quatre { width: 31.33333%; display: inline-block; vertical-align: top; margin-right:1%; } .cinq { width: 39.66666%; display: inline-block; vertical-align: top; margin-right:1%; } .six { width: 47.99999%; display: inline-block; vertical-align: top; margin-right:1%; } .sept { width: 56.33333%; display: inline-block; vertical-align: top; margin-right:1%; } .huit { width: 64.66666%; display: inline-block; vertical-align: top; margin-right:1%; } .neuf { width: 72.99999%; display: inline-block; vertical-align: top; margin-right:1%; } .dix { width: 81.33333%; display: inline-block; vertical-align: top; margin-right:1%; } .onze { width: 89.666666%; display: inline-block; vertical-align: top; margin-right:1%; } .douze { width: 97.999999%; display: inline-block; vertical-align: top; margin-right:1%; } .subMenu { padding: 0px !important; background-color: #333333; margin-bottom:0px; } .subMenu li { margin-bottom: 0px; } .subMenu li a { padding: 15px 20px; border-bottom: 1px solid rgba(250, 250, 250, 0.1); display: block; color: #FFF !important; } .subMenu li a:hover { text-decoration: none !important; } .subMenu li a:hover { background-color: #00a498; } .subMenu li a.actif { background-color: #00a498; } .datatab table { font-size: 13px; line-height: 15px; width:100% } .datatab table th { background-color: #3c3b3a; color: #FFF; border-right: 2px solid #f5f5f5; padding: 7px 10px; } .datatab table td { background-color: #FFF; border: 1px solid #f5f5f5; padding: 7px 10px; } .datatab table td { background-color: #FFF; border: 1px solid #f5f5f5; padding: 7px 10px; } .datatab table tr td:first-child { font-weight: 900; }
public/css/style2.css
.black-text-shadow{ text-shadow:2px 2px 10px #000!important; color: #333333 } .fullpage-wrapper .section .subtitle{ font-size:.9em!important } .fullpage-wrapper .section.dark-section .subtitle{ color:#fff!important } .social-media-links .social-link{ color:#fff!important; margin-left:10px!important; margin-right:10px!important; font-size:18px!important } .home-page .sharing.badges{ text-align:inherit!important; float:none!important } .home-page .sharing.badges a{ color:#000!important; opacity:1!important; border-color:#000!important } .home-page .dark-section .sharing.badges a{ color:#fff!important; opacity:1!important; border-color:#fff!important } .single-location .title-container .subtitle a{ color:rgba(255,255,255,.75)!important } .location-info-container .social-link{ display:block!important; color:#777!important; letter-spacing:.3px!important; margin-bottom:5px!important } .location-info-container .social-link:hover{ letter-spacing:2px!important; color:#000!important } .location-info-container .social-link i{ margin-right:15px!important } .row { width: 100%; position: relative; overflow: hidden; clear: both; margin-right:1%; margin-left:0px; } .un { width: 6.3333%; display: inline-block; vertical-align: top; margin-right:1%; } .deux { width: 14.66666%; display: inline-block; vertical-align: top; margin-right:1%; } .trois { width: 22.99999%; display: inline-block; vertical-align: top; margin-right:1%; } .quatre { width: 31.33333%; display: inline-block; vertical-align: top; margin-right:1%; } .cinq { width: 39.66666%; display: inline-block; vertical-align: top; margin-right:1%; } .six { width: 47.99999%; display: inline-block; vertical-align: top; margin-right:1%; } .sept { width: 56.33333%; display: inline-block; vertical-align: top; margin-right:1%; } .huit { width: 64.66666%; display: inline-block; vertical-align: top; margin-right:1%; } .neuf { width: 72.99999%; display: inline-block; vertical-align: top; margin-right:1%; } .dix { width: 81.33333%; display: inline-block; vertical-align: top; margin-right:1%; } .onze { width: 89.666666%; display: inline-block; vertical-align: top; margin-right:1%; } .douze { width: 97.999999%; display: inline-block; vertical-align: top; margin-right:1%; } .subMenu { padding: 0px !important; background-color: #333333; margin-bottom:0px; } .subMenu li { margin-bottom: 0px; } .subMenu li a { padding: 15px 20px; border-bottom: 1px solid rgba(250, 250, 250, 0.1); display: block; color: #FFF !important; } .subMenu li a:hover { text-decoration: none !important; } .subMenu li a:hover { background-color: #00a498; } .subMenu li a.actif { background-color: #00a498; } .datatab table { font-size: 13px; line-height: 15px; width:100% } .datatab table th { background-color: #3c3b3a; color: #FFF; border-right: 2px solid #f5f5f5; padding: 7px 10px; } .datatab table td { background-color: #FFF; border: 1px solid #f5f5f5; padding: 7px 10px; } .datatab table td { background-color: #FFF; border: 1px solid #f5f5f5; padding: 7px 10px; } .datatab table tr td:first-child { font-weight: 900; }
0.402744
0.060585
@import "main.css"; /* basic setups */ * { margin: 0 auto; padding: 0; box-sizing: border-box; font-family: var(--font-family); list-style: none; font-style: normal; } input, textarea { outline: none; } input[type="text"], textarea { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; outline: none; } input[type="text"]:focus, textarea:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); border: 1px solid rgba(81, 203, 238, 1); } textarea { cursor: auto; resize: none; } html { scroll-behavior: smooth; } body { background: black; overflow-x: hidden; } a { text-decoration: none; } .btn { border-radius: var(--round); border: none; } /* Scroll Bar */ ::-webkit-scrollbar { width: 9px; } ::-webkit-scrollbar-track { background: none; } ::-webkit-scrollbar-thumb { background: #888; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: #555; } /* navbar */ .logo { margin-left: 20%; margin-right: 5px; font-size: var(--title-size); font-weight: 600; line-height: 41px; color: white; cursor: pointer; } #inter{ color: var(--light-cyan); } #io { color: yellow; } .nav-header { width: 100%; position: fixed; z-index: 100; } #home-navbar { display: flex; position: fixed; width: 97%; justify-content: space-between; align-items: center; height: 125px; margin-left: 20px; margin-right: 20px; transition: top 0.3s; } .navbar-container { margin-top: 5px; } .navbar-link { position: relative; margin-right: 100px; font-size: var(--text-size); font-weight: normal; line-height: 27px; color: white; } .navbar-link:after { content: ""; position: absolute; display: inline-block; width: 100%; height: 20px; left: 0; border-bottom: 3px solid var(--light-cyan); margin-top: 10px; opacity: 0; transition: opacity 0.35s, transform 0.35s; transform: scale(0, 1); -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; -webkit-transform: scale(0, 1); } .navbar-link:hover:after { opacity: 1; transform: scale(1); -webkit-transform: scale(1); } /* menu */ .menu-toggle-icon { color: rgba(255, 255, 255, 0.85); cursor: pointer; font-size: 30px; } .menu-toggle-icon:hover { color: white; } .bx, .bx-id-card, .bxs-planet, .bxs-game, .bxs-news, .bxs-contact { color: white; position: relative; top: 2px; right: 8px; } #menu-toggle { margin-top: 5px; margin-right: 20%; order: 3; } #menu-container, #menu-toggle { display: none; } @media screen and (max-width: 1480px) { #menu-toggle { display: block; transition: 0.4s; } .navbar-container { display: none; transition: 1s; } } .menu-link { display: block; color: white; font-weight: 600; line-height: 40px; margin-bottom: 20px; font-size: var(--text-size); } .menu-link:hover { color: var(--light-cyan); transition: 0.4s; } .menu-box { position: fixed; top: 150px; left: 0; right: 0; width: 40%; border-radius: 16px; text-align: center; padding: 12px; background: #07375f; transition: 0.4s; z-index: 100; box-shadow: 0px 10px 186px #56a3b4; } .add-margin-menu { margin-top: 20px; } /* home page */ #home { position: relative; height: 100vh; } #home-background { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; object-fit: cover; object-position: cover; z-index: 0; } .main-content { color: white; position: relative; height: 100vh; width: 100%; display: flex; align-items: center; justify-content: space-between; } .home-text { margin-left: 20%; } .main-text { font-weight: 600; font-size: var(--extra-big-size); line-height: 75px; } .main-quote-container { margin-top: 50px; margin-bottom: 50px; } .main-quote { font-size: var(--text-size); line-height: 27px; } #explore-btn { background-color: var(--light-blue); color: var(--dark-blue); font-weight: bold; font-size: var(--normal-size); line-height: 34px; box-shadow: 0px 10px 186px #56a3b4; width: 188px; height: 75px; cursor: pointer; position: relative; right: 5px; overflow: hidden; background: linear-gradient(to right, #b8dcfa 50%, var(--light-blue) 50%); background-size: 200% 100%; background-position: right bottom; } #explore-btn:hover { background-position: left bottom; transition: all 0.25s ease-out; } #earth-img-container { position: relative; top: 25px; } @media screen and (max-width: 1535px), (max-height: 780px) { #earth-img { width: 500px; height: 500px; } } @media screen and (max-width: 1335px), (max-height: 700px) { :root { --text-size: 18px; --big-size: 45px; --extra-big-size: 45px; } .main-text { line-height: normal; } } @media screen and (max-width: 1262px), (max-height: 670px) { #earth-img { width: 400px; height: 400px; } } @media screen and (max-width: 1150px) { :root { --text-size: 16px; --title-size: 30px; --big-size: 45px; --extra-big-size: 40px; } .main-text { line-height: normal; } .main-quote-container { margin-top: 30px; margin-bottom: 30px; } } @media screen and (max-width: 1070px) { #earth-img-container { display: none; } :root { --text-size: 15px; --title-size: 25px; --big-size: 45px; --extra-big-size: 50px; } } @media screen and (max-height: 645px) { :root { --text-size: 15px; --title-size: 20px; --big-size: 35px; --extra-big-size: 35px; } .main-text { line-height: normal; } .main-quote-container { margin-top: 30px; margin-bottom: 30px; } } @media screen and (max-width: 637px) { :root { --text-size: 13px; --title-size: 22px; --big-size: 35px; --extra-big-size: 35px; } .main-text { line-height: normal; } .main-quote-container { margin-top: 30px; margin-bottom: 30px; } } @media screen and (max-width: 515px) { :root { --text-size: 11px; --title-size: 20px; --big-size: 35px; --extra-big-size: 35px; } #explore-btn { width: 168px; height: 65px; } } @media screen and (max-height: 510px) { :root { --text-size: 15px; --title-size: 20px; --big-size: 35px; --extra-big-size: 35px; } #explore-btn { width: 168px; height: 65px; } } .bx-chevron-down { color: white; } @keyframes downBtnMove { 0% { bottom: 25px; } 50% { bottom: 40px; opacity: 1; } } @-moz-keyframes downBtnMove { 0% { bottom: 25px; } 50% { bottom: 40px; opacity: 1; } } @-webkit-keyframes downBtnMove { 0% { bottom: 25px; } 50% { bottom: 40px; opacity: 1; } } @-ms-keyframes downBtnMove { 0% { bottom: 25px; } 50% { bottom: 40px; opacity: 1; } } .down-btn { position: absolute; bottom: 25px; left: 50%; transform: translate(-50%, 0); animation: downBtnMove 1.5s infinite; -webkit-animation: downBtnMove 1.5s infinite; -moz-animation: downBtnMove 1.5s infinite; -ms-animation: downBtnMove 1.5s infinite; -o-animation: downBtnMove 1.5s infinite; opacity: 0.5; cursor: pointer; } /* Planets Page */ #planets { position: relative; height: 100vh; } #planets-background { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; object-fit: cover; object-position: cover; z-index: 0; } #planets-main-text { line-height: 50px; } .planets-text { position: relative; right: 150px; } #sun-img { position: relative; top: 25px; width: 650px; height: 553.76px; } #learn-more-planets-btn { width: 230px; height: 75px; color: white; background: var(--purple); box-shadow: 0px 10px 186px #56a3b4; border-radius: var(--round); font-style: normal; font-weight: bold; font-size: 25px; line-height: 34px; cursor: pointer; overflow: hidden; background: linear-gradient(to right, #9232e7 50%, var(--purple) 50%); background-size: 200% 100%; background-position: right bottom; } #learn-more-planets-btn:hover { background-position: left bottom; transition: all 0.25s ease-out; } @media screen and (max-width: 1420px) { #sun-img { width: 610px; height: 513.76px; } } @media screen and (max-width: 1335px), (max-height: 651px) { #planets-main-quote-container { margin-top: 20px; margin-bottom: 20px; } } @media screen and (max-width: 1280px), (max-height: 651px) { #sun-img { width: 560px; height: 473.76px; } } @media screen and (max-width: 1215px) { #sun-img { width: 510px; height: 443.76px; } } @media screen and (max-width: 1140px), (max-height: 540px) { #sun-img-container { display: none; } .planets-text { right: 0; } } @media screen and (max-width: 638px) { #learn-more-planets-btn { font-size: 20px; width: 200px; height: 55px; } } /* News Page */ #news { position: relative; height: 100vh; } #news-background { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; object-fit: cover; object-position: cover; z-index: 0; } #news-main-text { line-height: 50px; } .news-text { margin-left: 20%; } #news-main-text { font-size: var(--big-size); } #learn-more-news-btn { background-color: var(--grey); color: black; font-weight: bold; font-size: var(--normal-size); line-height: 34px; box-shadow: 0px 10px 186px #56a3b4; width: 230px; height: 75px; cursor: pointer; position: relative; right: 5px; overflow: hidden; background: linear-gradient(to right, #898a90 50%, var(--grey) 50%); background-size: 200% 100%; background-position: right bottom; } #learn-more-news-btn:hover { background-position: left bottom; transition: all 0.25s ease-out; } #moon-img-container { position: relative; top: 20px; } #moon-img { width: 850px; height: 850px; } @media screen and (max-width: 1646px) { #news-main-text { font-size: calc(var(--big-size) - 10px); line-height: normal; } } @media screen and (max-width: 1533px) { #moon-img { width: 750px; height: 750px; } } @media screen and (max-width: 1406px) { #moon-img { width: 650px; height: 650px; } } @media screen and (max-width: 1231px) { #news-main-quote-container { margin-top: 20px; margin-bottom: 20px; } #learn-more-news-btn { font-size: calc(var(--normal-size) - 5px); width: 200px; } #moon-img-container { display: none; } #news-main-content { justify-content: center; } .news-text { position: absolute; transform: translate(-50%, 0); margin-left: 50%; } #news-main-text { font-size: calc(var(--big-size) - 5px); line-height: normal; } } /* Responsive */ #hidden-small-screen-text { display: none; } @media screen and (max-width: 561px), (max-height: 480px) { *:not(body):not(html) { display: none; } #hidden-small-screen-text { display: block; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); font-weight: bold; } body { background: white; } }
css/homePage.css
@import "main.css"; /* basic setups */ * { margin: 0 auto; padding: 0; box-sizing: border-box; font-family: var(--font-family); list-style: none; font-style: normal; } input, textarea { outline: none; } input[type="text"], textarea { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; outline: none; } input[type="text"]:focus, textarea:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); border: 1px solid rgba(81, 203, 238, 1); } textarea { cursor: auto; resize: none; } html { scroll-behavior: smooth; } body { background: black; overflow-x: hidden; } a { text-decoration: none; } .btn { border-radius: var(--round); border: none; } /* Scroll Bar */ ::-webkit-scrollbar { width: 9px; } ::-webkit-scrollbar-track { background: none; } ::-webkit-scrollbar-thumb { background: #888; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: #555; } /* navbar */ .logo { margin-left: 20%; margin-right: 5px; font-size: var(--title-size); font-weight: 600; line-height: 41px; color: white; cursor: pointer; } #inter{ color: var(--light-cyan); } #io { color: yellow; } .nav-header { width: 100%; position: fixed; z-index: 100; } #home-navbar { display: flex; position: fixed; width: 97%; justify-content: space-between; align-items: center; height: 125px; margin-left: 20px; margin-right: 20px; transition: top 0.3s; } .navbar-container { margin-top: 5px; } .navbar-link { position: relative; margin-right: 100px; font-size: var(--text-size); font-weight: normal; line-height: 27px; color: white; } .navbar-link:after { content: ""; position: absolute; display: inline-block; width: 100%; height: 20px; left: 0; border-bottom: 3px solid var(--light-cyan); margin-top: 10px; opacity: 0; transition: opacity 0.35s, transform 0.35s; transform: scale(0, 1); -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; -webkit-transform: scale(0, 1); } .navbar-link:hover:after { opacity: 1; transform: scale(1); -webkit-transform: scale(1); } /* menu */ .menu-toggle-icon { color: rgba(255, 255, 255, 0.85); cursor: pointer; font-size: 30px; } .menu-toggle-icon:hover { color: white; } .bx, .bx-id-card, .bxs-planet, .bxs-game, .bxs-news, .bxs-contact { color: white; position: relative; top: 2px; right: 8px; } #menu-toggle { margin-top: 5px; margin-right: 20%; order: 3; } #menu-container, #menu-toggle { display: none; } @media screen and (max-width: 1480px) { #menu-toggle { display: block; transition: 0.4s; } .navbar-container { display: none; transition: 1s; } } .menu-link { display: block; color: white; font-weight: 600; line-height: 40px; margin-bottom: 20px; font-size: var(--text-size); } .menu-link:hover { color: var(--light-cyan); transition: 0.4s; } .menu-box { position: fixed; top: 150px; left: 0; right: 0; width: 40%; border-radius: 16px; text-align: center; padding: 12px; background: #07375f; transition: 0.4s; z-index: 100; box-shadow: 0px 10px 186px #56a3b4; } .add-margin-menu { margin-top: 20px; } /* home page */ #home { position: relative; height: 100vh; } #home-background { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; object-fit: cover; object-position: cover; z-index: 0; } .main-content { color: white; position: relative; height: 100vh; width: 100%; display: flex; align-items: center; justify-content: space-between; } .home-text { margin-left: 20%; } .main-text { font-weight: 600; font-size: var(--extra-big-size); line-height: 75px; } .main-quote-container { margin-top: 50px; margin-bottom: 50px; } .main-quote { font-size: var(--text-size); line-height: 27px; } #explore-btn { background-color: var(--light-blue); color: var(--dark-blue); font-weight: bold; font-size: var(--normal-size); line-height: 34px; box-shadow: 0px 10px 186px #56a3b4; width: 188px; height: 75px; cursor: pointer; position: relative; right: 5px; overflow: hidden; background: linear-gradient(to right, #b8dcfa 50%, var(--light-blue) 50%); background-size: 200% 100%; background-position: right bottom; } #explore-btn:hover { background-position: left bottom; transition: all 0.25s ease-out; } #earth-img-container { position: relative; top: 25px; } @media screen and (max-width: 1535px), (max-height: 780px) { #earth-img { width: 500px; height: 500px; } } @media screen and (max-width: 1335px), (max-height: 700px) { :root { --text-size: 18px; --big-size: 45px; --extra-big-size: 45px; } .main-text { line-height: normal; } } @media screen and (max-width: 1262px), (max-height: 670px) { #earth-img { width: 400px; height: 400px; } } @media screen and (max-width: 1150px) { :root { --text-size: 16px; --title-size: 30px; --big-size: 45px; --extra-big-size: 40px; } .main-text { line-height: normal; } .main-quote-container { margin-top: 30px; margin-bottom: 30px; } } @media screen and (max-width: 1070px) { #earth-img-container { display: none; } :root { --text-size: 15px; --title-size: 25px; --big-size: 45px; --extra-big-size: 50px; } } @media screen and (max-height: 645px) { :root { --text-size: 15px; --title-size: 20px; --big-size: 35px; --extra-big-size: 35px; } .main-text { line-height: normal; } .main-quote-container { margin-top: 30px; margin-bottom: 30px; } } @media screen and (max-width: 637px) { :root { --text-size: 13px; --title-size: 22px; --big-size: 35px; --extra-big-size: 35px; } .main-text { line-height: normal; } .main-quote-container { margin-top: 30px; margin-bottom: 30px; } } @media screen and (max-width: 515px) { :root { --text-size: 11px; --title-size: 20px; --big-size: 35px; --extra-big-size: 35px; } #explore-btn { width: 168px; height: 65px; } } @media screen and (max-height: 510px) { :root { --text-size: 15px; --title-size: 20px; --big-size: 35px; --extra-big-size: 35px; } #explore-btn { width: 168px; height: 65px; } } .bx-chevron-down { color: white; } @keyframes downBtnMove { 0% { bottom: 25px; } 50% { bottom: 40px; opacity: 1; } } @-moz-keyframes downBtnMove { 0% { bottom: 25px; } 50% { bottom: 40px; opacity: 1; } } @-webkit-keyframes downBtnMove { 0% { bottom: 25px; } 50% { bottom: 40px; opacity: 1; } } @-ms-keyframes downBtnMove { 0% { bottom: 25px; } 50% { bottom: 40px; opacity: 1; } } .down-btn { position: absolute; bottom: 25px; left: 50%; transform: translate(-50%, 0); animation: downBtnMove 1.5s infinite; -webkit-animation: downBtnMove 1.5s infinite; -moz-animation: downBtnMove 1.5s infinite; -ms-animation: downBtnMove 1.5s infinite; -o-animation: downBtnMove 1.5s infinite; opacity: 0.5; cursor: pointer; } /* Planets Page */ #planets { position: relative; height: 100vh; } #planets-background { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; object-fit: cover; object-position: cover; z-index: 0; } #planets-main-text { line-height: 50px; } .planets-text { position: relative; right: 150px; } #sun-img { position: relative; top: 25px; width: 650px; height: 553.76px; } #learn-more-planets-btn { width: 230px; height: 75px; color: white; background: var(--purple); box-shadow: 0px 10px 186px #56a3b4; border-radius: var(--round); font-style: normal; font-weight: bold; font-size: 25px; line-height: 34px; cursor: pointer; overflow: hidden; background: linear-gradient(to right, #9232e7 50%, var(--purple) 50%); background-size: 200% 100%; background-position: right bottom; } #learn-more-planets-btn:hover { background-position: left bottom; transition: all 0.25s ease-out; } @media screen and (max-width: 1420px) { #sun-img { width: 610px; height: 513.76px; } } @media screen and (max-width: 1335px), (max-height: 651px) { #planets-main-quote-container { margin-top: 20px; margin-bottom: 20px; } } @media screen and (max-width: 1280px), (max-height: 651px) { #sun-img { width: 560px; height: 473.76px; } } @media screen and (max-width: 1215px) { #sun-img { width: 510px; height: 443.76px; } } @media screen and (max-width: 1140px), (max-height: 540px) { #sun-img-container { display: none; } .planets-text { right: 0; } } @media screen and (max-width: 638px) { #learn-more-planets-btn { font-size: 20px; width: 200px; height: 55px; } } /* News Page */ #news { position: relative; height: 100vh; } #news-background { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; object-fit: cover; object-position: cover; z-index: 0; } #news-main-text { line-height: 50px; } .news-text { margin-left: 20%; } #news-main-text { font-size: var(--big-size); } #learn-more-news-btn { background-color: var(--grey); color: black; font-weight: bold; font-size: var(--normal-size); line-height: 34px; box-shadow: 0px 10px 186px #56a3b4; width: 230px; height: 75px; cursor: pointer; position: relative; right: 5px; overflow: hidden; background: linear-gradient(to right, #898a90 50%, var(--grey) 50%); background-size: 200% 100%; background-position: right bottom; } #learn-more-news-btn:hover { background-position: left bottom; transition: all 0.25s ease-out; } #moon-img-container { position: relative; top: 20px; } #moon-img { width: 850px; height: 850px; } @media screen and (max-width: 1646px) { #news-main-text { font-size: calc(var(--big-size) - 10px); line-height: normal; } } @media screen and (max-width: 1533px) { #moon-img { width: 750px; height: 750px; } } @media screen and (max-width: 1406px) { #moon-img { width: 650px; height: 650px; } } @media screen and (max-width: 1231px) { #news-main-quote-container { margin-top: 20px; margin-bottom: 20px; } #learn-more-news-btn { font-size: calc(var(--normal-size) - 5px); width: 200px; } #moon-img-container { display: none; } #news-main-content { justify-content: center; } .news-text { position: absolute; transform: translate(-50%, 0); margin-left: 50%; } #news-main-text { font-size: calc(var(--big-size) - 5px); line-height: normal; } } /* Responsive */ #hidden-small-screen-text { display: none; } @media screen and (max-width: 561px), (max-height: 480px) { *:not(body):not(html) { display: none; } #hidden-small-screen-text { display: block; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); font-weight: bold; } body { background: white; } }
0.255994
0.054525
.ff0{font-family:sans-serif;visibility:hidden;} @font-face{font-family:ff1;src:url(f1.woff)format("woff");}.ff1{font-family:ff1;line-height:1.432129;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff2;src:url(f2.woff)format("woff");}.ff2{font-family:ff2;line-height:0.938477;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff3;src:url(f3.woff)format("woff");}.ff3{font-family:ff3;line-height:1.053223;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff4;src:url(f4.woff)format("woff");}.ff4{font-family:ff4;line-height:1.364258;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff5;src:url(f5.woff)format("woff");}.ff5{font-family:ff5;line-height:1.364258;font-style:normal;font-weight:normal;visibility:visible;} .m0{transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);-ms-transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);-webkit-transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);} .v0{vertical-align:0.000000px;} .ls4{letter-spacing:-2.200000px;} .ls5{letter-spacing:-2.144000px;} .ls0{letter-spacing:0.000000px;} .ls1{letter-spacing:0.009320px;} .ls2{letter-spacing:0.055200px;} .ls3{letter-spacing:0.082000px;} .sc_{text-shadow:none;} .sc0{text-shadow:-0.015em 0 transparent,0 0.015em transparent,0.015em 0 transparent,0 -0.015em transparent;} @media screen and (-webkit-min-device-pixel-ratio:0){ .sc_{-webkit-text-stroke:0px transparent;} .sc0{-webkit-text-stroke:0.015em transparent;text-shadow:none;} } .ws0{word-spacing:0.000000px;} ._1{margin-left:-1.458704px;} ._0{width:1.010464px;} ._2{width:80.291940px;} .fc0{color:rgb(0,0,0);} .fs5{font-size:28.004400px;} .fs2{font-size:28.100800px;} .fs8{font-size:31.950000px;} .fs3{font-size:32.046400px;} .fs4{font-size:32.142400px;} .fs0{font-size:36.088000px;} .fs7{font-size:40.032000px;} .fs6{font-size:40.132000px;} .fs1{font-size:56.104000px;} .y1c{bottom:2.540000px;} .y15{bottom:2.550000px;} .y8{bottom:2.570000px;} .y24{bottom:2.680000px;} .y29{bottom:2.690000px;} .y2c{bottom:2.710000px;} .y27{bottom:2.720000px;} .y10{bottom:2.830000px;} .y12{bottom:2.860000px;} .y2{bottom:3.090000px;} .y4{bottom:3.100000px;} .y17{bottom:3.120000px;} .y43{bottom:4.050000px;} .y38{bottom:4.150000px;} .y32{bottom:4.290000px;} .yc{bottom:4.420000px;} .y6{bottom:5.300000px;} .y22{bottom:11.250000px;} .y2b{bottom:11.950000px;} .y26{bottom:11.960000px;} .y3e{bottom:13.900000px;} .y37{bottom:14.860000px;} .y31{bottom:15.360000px;} .y36{bottom:25.560000px;} .y30{bottom:26.400000px;} .y41{bottom:28.540000px;} .y3d{bottom:32.640000px;} .y35{bottom:36.270000px;} .y2f{bottom:37.460000px;} .y40{bottom:38.660000px;} .y3c{bottom:42.770000px;} .y34{bottom:46.950000px;} .y2e{bottom:48.500000px;} .y3f{bottom:296.930000px;} .y0{bottom:299.500000px;} .y3b{bottom:344.690000px;} .y42{bottom:355.640000px;} .y3a{bottom:403.020000px;} .y39{bottom:404.600000px;} .y2d{bottom:463.120000px;} .y33{bottom:464.870000px;} .y2a{bottom:527.800000px;} .y28{bottom:548.320000px;} .y25{bottom:559.600000px;} .y23{bottom:580.130000px;} .y21{bottom:591.290000px;} .yf{bottom:615.790000px;} .y14{bottom:617.230000px;} .y11{bottom:627.380000px;} .y13{bottom:628.820000px;} .yd{bottom:641.930000px;} .ya{bottom:643.780000px;} .ye{bottom:653.930000px;} .y9{bottom:655.780000px;} .y3{bottom:665.930000px;} .yb{bottom:665.980000px;} .y7{bottom:667.830000px;} .y1f{bottom:679.680000px;} .y20{bottom:681.150000px;} .y19{bottom:691.300000px;} .y1e{bottom:692.740000px;} .y18{bottom:702.890000px;} .y1d{bottom:704.330000px;} .y16{bottom:714.490000px;} .y1a{bottom:714.940000px;} .y1b{bottom:716.410000px;} .y1{bottom:731.100000px;} .y5{bottom:756.710000px;} .h11{height:9.936800px;} .h7{height:9.960800px;} .h15{height:11.041000px;} .h1b{height:11.065000px;} .hb{height:11.401000px;} .ha{height:11.809000px;} .h2{height:12.649000px;} .he{height:12.673000px;} .h21{height:14.257000px;} .h12{height:18.649000px;} .h5{height:19.298000px;} .h18{height:20.306000px;} .hc{height:23.330655px;} .hf{height:23.400546px;} .h14{height:23.601364px;} .h8{height:23.682608px;} .h4{height:26.273051px;} .h20{height:26.926611px;} .h17{height:27.007855px;} .h13{height:29.111996px;} .h9{height:29.212209px;} .h16{height:33.313860px;} .hd{height:33.830233px;} .h10{height:33.931577px;} .h3{height:38.096805px;} .h6{height:40.845246px;} .h1f{height:41.615297px;} .h1d{height:41.719252px;} .h1e{height:47.764000px;} .h1a{height:55.300000px;} .h1c{height:56.716000px;} .h19{height:57.052000px;} .h1{height:476.500000px;} .h0{height:841.870000px;} .w17{width:24.011000px;} .w10{width:24.131000px;} .w18{width:28.293000px;} .w11{width:28.389000px;} .w6{width:45.375000px;} .w15{width:49.633000px;} .w14{width:49.657000px;} .we{width:49.729000px;} .wd{width:49.754000px;} .w16{width:56.779000px;} .wf{width:56.875000px;} .w12{width:70.997000px;} .wa{width:71.046000px;} .wb{width:71.094000px;} .w5{width:85.264000px;} .w1b{width:109.880000px;} .w8{width:156.530000px;} .w9{width:157.970000px;} .w1a{width:163.360000px;} .w2{width:170.750000px;} .w13{width:175.120000px;} .wc{width:175.220000px;} .w3{width:183.620000px;} .w1d{width:227.910000px;} .w19{width:241.190000px;} .w1c{width:401.540000px;} .w7{width:427.160000px;} .w4{width:512.670000px;} .w1{width:513.500000px;} .w0{width:595.330000px;} .x24{left:-0.048000px;} .x2{left:1.011000px;} .x12{left:6.590000px;} .xc{left:7.750000px;} .x18{left:9.740000px;} .x15{left:16.280000px;} .x10{left:18.700000px;} .xf{left:20.090000px;} .x8{left:27.523000px;} .x17{left:35.560000px;} .x1a{left:40.030000px;} .x0{left:42.500000px;} .x16{left:44.170000px;} .x1f{left:48.650000px;} .x1d{left:49.850000px;} .x1c{left:54.330000px;} .x23{left:56.875000px;} .x25{left:64.165000px;} .xa{left:69.040000px;} .x1{left:71.334000px;} .x22{left:72.470000px;} .x21{left:89.740000px;} .x20{left:102.610000px;} .x26{left:109.855000px;} .x9{left:113.850000px;} .x27{left:122.190000px;} .x3{left:128.160000px;} .x4{left:154.406000px;} .xb{left:289.160000px;} .x1e{left:292.530000px;} .x19{left:299.170000px;} .x5{left:326.140000px;} .xd{left:339.010000px;} .x7{left:371.710000px;} .xe{left:388.860000px;} .x6{left:397.400000px;} .x11{left:445.830000px;} .x1b{left:456.080000px;} .x13{left:470.060000px;} .x14{left:498.550000px;} @media print{ .v0{vertical-align:0.000000pt;} .ls4{letter-spacing:-2.933333pt;} .ls5{letter-spacing:-2.858667pt;} .ls0{letter-spacing:0.000000pt;} .ls1{letter-spacing:0.012427pt;} .ls2{letter-spacing:0.073600pt;} .ls3{letter-spacing:0.109333pt;} .ws0{word-spacing:0.000000pt;} ._1{margin-left:-1.944939pt;} ._0{width:1.347285pt;} ._2{width:107.055920pt;} .fs5{font-size:37.339200pt;} .fs2{font-size:37.467733pt;} .fs8{font-size:42.600000pt;} .fs3{font-size:42.728533pt;} .fs4{font-size:42.856533pt;} .fs0{font-size:48.117333pt;} .fs7{font-size:53.376000pt;} .fs6{font-size:53.509333pt;} .fs1{font-size:74.805333pt;} .y1c{bottom:3.386667pt;} .y15{bottom:3.400000pt;} .y8{bottom:3.426667pt;} .y24{bottom:3.573333pt;} .y29{bottom:3.586667pt;} .y2c{bottom:3.613333pt;} .y27{bottom:3.626667pt;} .y10{bottom:3.773333pt;} .y12{bottom:3.813333pt;} .y2{bottom:4.120000pt;} .y4{bottom:4.133333pt;} .y17{bottom:4.160000pt;} .y43{bottom:5.400000pt;} .y38{bottom:5.533333pt;} .y32{bottom:5.720000pt;} .yc{bottom:5.893333pt;} .y6{bottom:7.066667pt;} .y22{bottom:15.000000pt;} .y2b{bottom:15.933333pt;} .y26{bottom:15.946667pt;} .y3e{bottom:18.533333pt;} .y37{bottom:19.813333pt;} .y31{bottom:20.480000pt;} .y36{bottom:34.080000pt;} .y30{bottom:35.200000pt;} .y41{bottom:38.053333pt;} .y3d{bottom:43.520000pt;} .y35{bottom:48.360000pt;} .y2f{bottom:49.946667pt;} .y40{bottom:51.546667pt;} .y3c{bottom:57.026667pt;} .y34{bottom:62.600000pt;} .y2e{bottom:64.666667pt;} .y3f{bottom:395.906667pt;} .y0{bottom:399.333333pt;} .y3b{bottom:459.586667pt;} .y42{bottom:474.186667pt;} .y3a{bottom:537.360000pt;} .y39{bottom:539.466667pt;} .y2d{bottom:617.493333pt;} .y33{bottom:619.826667pt;} .y2a{bottom:703.733333pt;} .y28{bottom:731.093333pt;} .y25{bottom:746.133333pt;} .y23{bottom:773.506667pt;} .y21{bottom:788.386667pt;} .yf{bottom:821.053333pt;} .y14{bottom:822.973333pt;} .y11{bottom:836.506667pt;} .y13{bottom:838.426667pt;} .yd{bottom:855.906667pt;} .ya{bottom:858.373333pt;} .ye{bottom:871.906667pt;} .y9{bottom:874.373333pt;} .y3{bottom:887.906667pt;} .yb{bottom:887.973333pt;} .y7{bottom:890.440000pt;} .y1f{bottom:906.240000pt;} .y20{bottom:908.200000pt;} .y19{bottom:921.733333pt;} .y1e{bottom:923.653333pt;} .y18{bottom:937.186667pt;} .y1d{bottom:939.106667pt;} .y16{bottom:952.653333pt;} .y1a{bottom:953.253333pt;} .y1b{bottom:955.213333pt;} .y1{bottom:974.800000pt;} .y5{bottom:1008.946667pt;} .h11{height:13.249067pt;} .h7{height:13.281067pt;} .h15{height:14.721333pt;} .h1b{height:14.753333pt;} .hb{height:15.201333pt;} .ha{height:15.745333pt;} .h2{height:16.865333pt;} .he{height:16.897333pt;} .h21{height:19.009333pt;} .h12{height:24.865333pt;} .h5{height:25.730667pt;} .h18{height:27.074667pt;} .hc{height:31.107541pt;} .hf{height:31.200728pt;} .h14{height:31.468486pt;} .h8{height:31.576810pt;} .h4{height:35.030734pt;} .h20{height:35.902148pt;} .h17{height:36.010473pt;} .h13{height:38.815995pt;} .h9{height:38.949611pt;} .h16{height:44.418480pt;} .hd{height:45.106977pt;} .h10{height:45.242102pt;} .h3{height:50.795740pt;} .h6{height:54.460328pt;} .h1f{height:55.487062pt;} .h1d{height:55.625669pt;} .h1e{height:63.685333pt;} .h1a{height:73.733333pt;} .h1c{height:75.621333pt;} .h19{height:76.069333pt;} .h1{height:635.333333pt;} .h0{height:1122.493333pt;} .w17{width:32.014667pt;} .w10{width:32.174667pt;} .w18{width:37.724000pt;} .w11{width:37.852000pt;} .w6{width:60.500000pt;} .w15{width:66.177333pt;} .w14{width:66.209333pt;} .we{width:66.305333pt;} .wd{width:66.338667pt;} .w16{width:75.705333pt;} .wf{width:75.833333pt;} .w12{width:94.662667pt;} .wa{width:94.728000pt;} .wb{width:94.792000pt;} .w5{width:113.685333pt;} .w1b{width:146.506667pt;} .w8{width:208.706667pt;} .w9{width:210.626667pt;} .w1a{width:217.813333pt;} .w2{width:227.666667pt;} .w13{width:233.493333pt;} .wc{width:233.626667pt;} .w3{width:244.826667pt;} .w1d{width:303.880000pt;} .w19{width:321.586667pt;} .w1c{width:535.386667pt;} .w7{width:569.546667pt;} .w4{width:683.560000pt;} .w1{width:684.666667pt;} .w0{width:793.773333pt;} .x24{left:-0.064000pt;} .x2{left:1.348000pt;} .x12{left:8.786667pt;} .xc{left:10.333333pt;} .x18{left:12.986667pt;} .x15{left:21.706667pt;} .x10{left:24.933333pt;} .xf{left:26.786667pt;} .x8{left:36.697333pt;} .x17{left:47.413333pt;} .x1a{left:53.373333pt;} .x0{left:56.666667pt;} .x16{left:58.893333pt;} .x1f{left:64.866667pt;} .x1d{left:66.466667pt;} .x1c{left:72.440000pt;} .x23{left:75.833333pt;} .x25{left:85.553333pt;} .xa{left:92.053333pt;} .x1{left:95.112000pt;} .x22{left:96.626667pt;} .x21{left:119.653333pt;} .x20{left:136.813333pt;} .x26{left:146.473333pt;} .x9{left:151.800000pt;} .x27{left:162.920000pt;} .x3{left:170.880000pt;} .x4{left:205.874667pt;} .xb{left:385.546667pt;} .x1e{left:390.040000pt;} .x19{left:398.893333pt;} .x5{left:434.853333pt;} .xd{left:452.013333pt;} .x7{left:495.613333pt;} .xe{left:518.480000pt;} .x6{left:529.866667pt;} .x11{left:594.440000pt;} .x1b{left:608.106667pt;} .x13{left:626.746667pt;} .x14{left:664.733333pt;} }
public/pdf/1/main.css
.ff0{font-family:sans-serif;visibility:hidden;} @font-face{font-family:ff1;src:url(f1.woff)format("woff");}.ff1{font-family:ff1;line-height:1.432129;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff2;src:url(f2.woff)format("woff");}.ff2{font-family:ff2;line-height:0.938477;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff3;src:url(f3.woff)format("woff");}.ff3{font-family:ff3;line-height:1.053223;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff4;src:url(f4.woff)format("woff");}.ff4{font-family:ff4;line-height:1.364258;font-style:normal;font-weight:normal;visibility:visible;} @font-face{font-family:ff5;src:url(f5.woff)format("woff");}.ff5{font-family:ff5;line-height:1.364258;font-style:normal;font-weight:normal;visibility:visible;} .m0{transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);-ms-transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);-webkit-transform:matrix(0.250000,0.000000,0.000000,0.250000,0,0);} .v0{vertical-align:0.000000px;} .ls4{letter-spacing:-2.200000px;} .ls5{letter-spacing:-2.144000px;} .ls0{letter-spacing:0.000000px;} .ls1{letter-spacing:0.009320px;} .ls2{letter-spacing:0.055200px;} .ls3{letter-spacing:0.082000px;} .sc_{text-shadow:none;} .sc0{text-shadow:-0.015em 0 transparent,0 0.015em transparent,0.015em 0 transparent,0 -0.015em transparent;} @media screen and (-webkit-min-device-pixel-ratio:0){ .sc_{-webkit-text-stroke:0px transparent;} .sc0{-webkit-text-stroke:0.015em transparent;text-shadow:none;} } .ws0{word-spacing:0.000000px;} ._1{margin-left:-1.458704px;} ._0{width:1.010464px;} ._2{width:80.291940px;} .fc0{color:rgb(0,0,0);} .fs5{font-size:28.004400px;} .fs2{font-size:28.100800px;} .fs8{font-size:31.950000px;} .fs3{font-size:32.046400px;} .fs4{font-size:32.142400px;} .fs0{font-size:36.088000px;} .fs7{font-size:40.032000px;} .fs6{font-size:40.132000px;} .fs1{font-size:56.104000px;} .y1c{bottom:2.540000px;} .y15{bottom:2.550000px;} .y8{bottom:2.570000px;} .y24{bottom:2.680000px;} .y29{bottom:2.690000px;} .y2c{bottom:2.710000px;} .y27{bottom:2.720000px;} .y10{bottom:2.830000px;} .y12{bottom:2.860000px;} .y2{bottom:3.090000px;} .y4{bottom:3.100000px;} .y17{bottom:3.120000px;} .y43{bottom:4.050000px;} .y38{bottom:4.150000px;} .y32{bottom:4.290000px;} .yc{bottom:4.420000px;} .y6{bottom:5.300000px;} .y22{bottom:11.250000px;} .y2b{bottom:11.950000px;} .y26{bottom:11.960000px;} .y3e{bottom:13.900000px;} .y37{bottom:14.860000px;} .y31{bottom:15.360000px;} .y36{bottom:25.560000px;} .y30{bottom:26.400000px;} .y41{bottom:28.540000px;} .y3d{bottom:32.640000px;} .y35{bottom:36.270000px;} .y2f{bottom:37.460000px;} .y40{bottom:38.660000px;} .y3c{bottom:42.770000px;} .y34{bottom:46.950000px;} .y2e{bottom:48.500000px;} .y3f{bottom:296.930000px;} .y0{bottom:299.500000px;} .y3b{bottom:344.690000px;} .y42{bottom:355.640000px;} .y3a{bottom:403.020000px;} .y39{bottom:404.600000px;} .y2d{bottom:463.120000px;} .y33{bottom:464.870000px;} .y2a{bottom:527.800000px;} .y28{bottom:548.320000px;} .y25{bottom:559.600000px;} .y23{bottom:580.130000px;} .y21{bottom:591.290000px;} .yf{bottom:615.790000px;} .y14{bottom:617.230000px;} .y11{bottom:627.380000px;} .y13{bottom:628.820000px;} .yd{bottom:641.930000px;} .ya{bottom:643.780000px;} .ye{bottom:653.930000px;} .y9{bottom:655.780000px;} .y3{bottom:665.930000px;} .yb{bottom:665.980000px;} .y7{bottom:667.830000px;} .y1f{bottom:679.680000px;} .y20{bottom:681.150000px;} .y19{bottom:691.300000px;} .y1e{bottom:692.740000px;} .y18{bottom:702.890000px;} .y1d{bottom:704.330000px;} .y16{bottom:714.490000px;} .y1a{bottom:714.940000px;} .y1b{bottom:716.410000px;} .y1{bottom:731.100000px;} .y5{bottom:756.710000px;} .h11{height:9.936800px;} .h7{height:9.960800px;} .h15{height:11.041000px;} .h1b{height:11.065000px;} .hb{height:11.401000px;} .ha{height:11.809000px;} .h2{height:12.649000px;} .he{height:12.673000px;} .h21{height:14.257000px;} .h12{height:18.649000px;} .h5{height:19.298000px;} .h18{height:20.306000px;} .hc{height:23.330655px;} .hf{height:23.400546px;} .h14{height:23.601364px;} .h8{height:23.682608px;} .h4{height:26.273051px;} .h20{height:26.926611px;} .h17{height:27.007855px;} .h13{height:29.111996px;} .h9{height:29.212209px;} .h16{height:33.313860px;} .hd{height:33.830233px;} .h10{height:33.931577px;} .h3{height:38.096805px;} .h6{height:40.845246px;} .h1f{height:41.615297px;} .h1d{height:41.719252px;} .h1e{height:47.764000px;} .h1a{height:55.300000px;} .h1c{height:56.716000px;} .h19{height:57.052000px;} .h1{height:476.500000px;} .h0{height:841.870000px;} .w17{width:24.011000px;} .w10{width:24.131000px;} .w18{width:28.293000px;} .w11{width:28.389000px;} .w6{width:45.375000px;} .w15{width:49.633000px;} .w14{width:49.657000px;} .we{width:49.729000px;} .wd{width:49.754000px;} .w16{width:56.779000px;} .wf{width:56.875000px;} .w12{width:70.997000px;} .wa{width:71.046000px;} .wb{width:71.094000px;} .w5{width:85.264000px;} .w1b{width:109.880000px;} .w8{width:156.530000px;} .w9{width:157.970000px;} .w1a{width:163.360000px;} .w2{width:170.750000px;} .w13{width:175.120000px;} .wc{width:175.220000px;} .w3{width:183.620000px;} .w1d{width:227.910000px;} .w19{width:241.190000px;} .w1c{width:401.540000px;} .w7{width:427.160000px;} .w4{width:512.670000px;} .w1{width:513.500000px;} .w0{width:595.330000px;} .x24{left:-0.048000px;} .x2{left:1.011000px;} .x12{left:6.590000px;} .xc{left:7.750000px;} .x18{left:9.740000px;} .x15{left:16.280000px;} .x10{left:18.700000px;} .xf{left:20.090000px;} .x8{left:27.523000px;} .x17{left:35.560000px;} .x1a{left:40.030000px;} .x0{left:42.500000px;} .x16{left:44.170000px;} .x1f{left:48.650000px;} .x1d{left:49.850000px;} .x1c{left:54.330000px;} .x23{left:56.875000px;} .x25{left:64.165000px;} .xa{left:69.040000px;} .x1{left:71.334000px;} .x22{left:72.470000px;} .x21{left:89.740000px;} .x20{left:102.610000px;} .x26{left:109.855000px;} .x9{left:113.850000px;} .x27{left:122.190000px;} .x3{left:128.160000px;} .x4{left:154.406000px;} .xb{left:289.160000px;} .x1e{left:292.530000px;} .x19{left:299.170000px;} .x5{left:326.140000px;} .xd{left:339.010000px;} .x7{left:371.710000px;} .xe{left:388.860000px;} .x6{left:397.400000px;} .x11{left:445.830000px;} .x1b{left:456.080000px;} .x13{left:470.060000px;} .x14{left:498.550000px;} @media print{ .v0{vertical-align:0.000000pt;} .ls4{letter-spacing:-2.933333pt;} .ls5{letter-spacing:-2.858667pt;} .ls0{letter-spacing:0.000000pt;} .ls1{letter-spacing:0.012427pt;} .ls2{letter-spacing:0.073600pt;} .ls3{letter-spacing:0.109333pt;} .ws0{word-spacing:0.000000pt;} ._1{margin-left:-1.944939pt;} ._0{width:1.347285pt;} ._2{width:107.055920pt;} .fs5{font-size:37.339200pt;} .fs2{font-size:37.467733pt;} .fs8{font-size:42.600000pt;} .fs3{font-size:42.728533pt;} .fs4{font-size:42.856533pt;} .fs0{font-size:48.117333pt;} .fs7{font-size:53.376000pt;} .fs6{font-size:53.509333pt;} .fs1{font-size:74.805333pt;} .y1c{bottom:3.386667pt;} .y15{bottom:3.400000pt;} .y8{bottom:3.426667pt;} .y24{bottom:3.573333pt;} .y29{bottom:3.586667pt;} .y2c{bottom:3.613333pt;} .y27{bottom:3.626667pt;} .y10{bottom:3.773333pt;} .y12{bottom:3.813333pt;} .y2{bottom:4.120000pt;} .y4{bottom:4.133333pt;} .y17{bottom:4.160000pt;} .y43{bottom:5.400000pt;} .y38{bottom:5.533333pt;} .y32{bottom:5.720000pt;} .yc{bottom:5.893333pt;} .y6{bottom:7.066667pt;} .y22{bottom:15.000000pt;} .y2b{bottom:15.933333pt;} .y26{bottom:15.946667pt;} .y3e{bottom:18.533333pt;} .y37{bottom:19.813333pt;} .y31{bottom:20.480000pt;} .y36{bottom:34.080000pt;} .y30{bottom:35.200000pt;} .y41{bottom:38.053333pt;} .y3d{bottom:43.520000pt;} .y35{bottom:48.360000pt;} .y2f{bottom:49.946667pt;} .y40{bottom:51.546667pt;} .y3c{bottom:57.026667pt;} .y34{bottom:62.600000pt;} .y2e{bottom:64.666667pt;} .y3f{bottom:395.906667pt;} .y0{bottom:399.333333pt;} .y3b{bottom:459.586667pt;} .y42{bottom:474.186667pt;} .y3a{bottom:537.360000pt;} .y39{bottom:539.466667pt;} .y2d{bottom:617.493333pt;} .y33{bottom:619.826667pt;} .y2a{bottom:703.733333pt;} .y28{bottom:731.093333pt;} .y25{bottom:746.133333pt;} .y23{bottom:773.506667pt;} .y21{bottom:788.386667pt;} .yf{bottom:821.053333pt;} .y14{bottom:822.973333pt;} .y11{bottom:836.506667pt;} .y13{bottom:838.426667pt;} .yd{bottom:855.906667pt;} .ya{bottom:858.373333pt;} .ye{bottom:871.906667pt;} .y9{bottom:874.373333pt;} .y3{bottom:887.906667pt;} .yb{bottom:887.973333pt;} .y7{bottom:890.440000pt;} .y1f{bottom:906.240000pt;} .y20{bottom:908.200000pt;} .y19{bottom:921.733333pt;} .y1e{bottom:923.653333pt;} .y18{bottom:937.186667pt;} .y1d{bottom:939.106667pt;} .y16{bottom:952.653333pt;} .y1a{bottom:953.253333pt;} .y1b{bottom:955.213333pt;} .y1{bottom:974.800000pt;} .y5{bottom:1008.946667pt;} .h11{height:13.249067pt;} .h7{height:13.281067pt;} .h15{height:14.721333pt;} .h1b{height:14.753333pt;} .hb{height:15.201333pt;} .ha{height:15.745333pt;} .h2{height:16.865333pt;} .he{height:16.897333pt;} .h21{height:19.009333pt;} .h12{height:24.865333pt;} .h5{height:25.730667pt;} .h18{height:27.074667pt;} .hc{height:31.107541pt;} .hf{height:31.200728pt;} .h14{height:31.468486pt;} .h8{height:31.576810pt;} .h4{height:35.030734pt;} .h20{height:35.902148pt;} .h17{height:36.010473pt;} .h13{height:38.815995pt;} .h9{height:38.949611pt;} .h16{height:44.418480pt;} .hd{height:45.106977pt;} .h10{height:45.242102pt;} .h3{height:50.795740pt;} .h6{height:54.460328pt;} .h1f{height:55.487062pt;} .h1d{height:55.625669pt;} .h1e{height:63.685333pt;} .h1a{height:73.733333pt;} .h1c{height:75.621333pt;} .h19{height:76.069333pt;} .h1{height:635.333333pt;} .h0{height:1122.493333pt;} .w17{width:32.014667pt;} .w10{width:32.174667pt;} .w18{width:37.724000pt;} .w11{width:37.852000pt;} .w6{width:60.500000pt;} .w15{width:66.177333pt;} .w14{width:66.209333pt;} .we{width:66.305333pt;} .wd{width:66.338667pt;} .w16{width:75.705333pt;} .wf{width:75.833333pt;} .w12{width:94.662667pt;} .wa{width:94.728000pt;} .wb{width:94.792000pt;} .w5{width:113.685333pt;} .w1b{width:146.506667pt;} .w8{width:208.706667pt;} .w9{width:210.626667pt;} .w1a{width:217.813333pt;} .w2{width:227.666667pt;} .w13{width:233.493333pt;} .wc{width:233.626667pt;} .w3{width:244.826667pt;} .w1d{width:303.880000pt;} .w19{width:321.586667pt;} .w1c{width:535.386667pt;} .w7{width:569.546667pt;} .w4{width:683.560000pt;} .w1{width:684.666667pt;} .w0{width:793.773333pt;} .x24{left:-0.064000pt;} .x2{left:1.348000pt;} .x12{left:8.786667pt;} .xc{left:10.333333pt;} .x18{left:12.986667pt;} .x15{left:21.706667pt;} .x10{left:24.933333pt;} .xf{left:26.786667pt;} .x8{left:36.697333pt;} .x17{left:47.413333pt;} .x1a{left:53.373333pt;} .x0{left:56.666667pt;} .x16{left:58.893333pt;} .x1f{left:64.866667pt;} .x1d{left:66.466667pt;} .x1c{left:72.440000pt;} .x23{left:75.833333pt;} .x25{left:85.553333pt;} .xa{left:92.053333pt;} .x1{left:95.112000pt;} .x22{left:96.626667pt;} .x21{left:119.653333pt;} .x20{left:136.813333pt;} .x26{left:146.473333pt;} .x9{left:151.800000pt;} .x27{left:162.920000pt;} .x3{left:170.880000pt;} .x4{left:205.874667pt;} .xb{left:385.546667pt;} .x1e{left:390.040000pt;} .x19{left:398.893333pt;} .x5{left:434.853333pt;} .xd{left:452.013333pt;} .x7{left:495.613333pt;} .xe{left:518.480000pt;} .x6{left:529.866667pt;} .x11{left:594.440000pt;} .x1b{left:608.106667pt;} .x13{left:626.746667pt;} .x14{left:664.733333pt;} }
0.118985
0.073032
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,900'); html { font-size: 16px; font-family: 'Open Sans', sans-serif; color: #414141; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } header { background: #2B3137; background-size: cover; background-repeat: no-repeat; color: white; } nav { background: #24292e; display: flex; align-items: center; justify-content: space-between; padding: 1rem 2rem 1rem 1rem; } nav a { color: white; text-decoration: none; padding-left: 1rem; /*text-transform: uppercase;*/ } .stealth { color: #2d3136 } nav a:hover { text-decoration: underline; } nav img { height: 3rem; max-width: 100%; } .container { padding: 3rem 3rem 3rem 3rem; margin: 0 auto; max-width: 65rem; } section blockquote { background: #f9f9f9; border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; quotes: "\201C" "\201D" "\2018" "\2019"; } blockquote:before { color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; } blockquote p { display: inline; } pre, code { font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; font-size: 14px; background-color: #f9f9f9; width: 100%; border-radius: 2px; } pre { padding: 5px 50px 5px 2px; margin: 10px 10px 2.5em 0; overflow: auto; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 10px solid #ccc; } code { padding: 10px; margin: 0 3px; line-height: 1.5em; } pre code { display: block; box-shadow: none; } blockquote { color: #666; margin-bottom: 20px; padding: 0 0 0 20px; border-left: 3px solid #bbb; font-weight: bold; } header .container { padding: 12rem 3rem 3rem 3rem; } header h1 { padding-top: 10rem; } h1, h2, h3, h4 { font-weight: 900; } h1 { font-size: 4rem; margin-bottom: 2rem; } h2 { font-size: 2.5rem; margin-bottom: 2rem; } h3 { font-size: 1.7rem; margin-bottom: 1.5rem; } h4 { font-size: 1.5rem; margin-bottom: 1.2rem; } p { font-size: 1.25rem; line-height: 1.3; } a { color: #586069; } section p { color: #2B3137; } strong { font-weight: 900; } em { font-style: italic; } ul li { font-size: 1.25rem; list-style: outside url(../images/hex.svg); list-style: disc; margin-bottom: .7rem; line-height: 1.3; margin-left: 2rem; color: #808080; } p:not(:last-child), ul:not(:last-child) { margin-bottom: 2rem; } section:nth-of-type(2n) { background-color: #f7f7f7; } .logos { display: flex; flex-wrap: wrap; justify-content: center; padding-left: 2rem; } .logos img { width: 10rem; max-width: calc(63% - 2rem); max-height: 10rem; margin-right: 2rem; } footer { background-color: #24292e; color: white; position: relative; } footer .container { padding-top: 2rem; padding-bottom: 2rem; } footer p { font-size: 1rem; } footer p:not(:last-child) { margin-bottom: .75rem; } footer a { color: white; } footer:before { content: ''; position: absolute; bottom: 1rem; right: 2rem; height: 3rem; width: 10rem; background-size: contain; background-repeat: no-repeat; } .two-column { columns: 2; -webkit-columns: 2; -moz-columns: 2; } #faq { background-color: #2B3137; color: white; } #article { min-height: 40rem; } .article-group { display: flex; flex-flow: wrap; } .article-group:not(:last-child) { margin-bottom: 2rem; } article { flex: 0 0 calc(50% - .5rem); } article { margin-bottom: 1rem; } .article-group article:nth-of-type(2n+1) { margin-right: 1rem; } article h4 { background-color: #306aa5; color: white; padding: 1rem; margin-bottom: 0; font-weight: 400; } article .content { padding: 1rem; background-color: white; font-weight: 100; color: #414141; } .card-group { display: grid; grid-template-columns: repeat(3, auto); grid-gap: 1.5rem; } .card { border-radius: .25rem; border: 1px solid rgba(0,0,0,0.125); box-shadow: 0 0.125rem 0.25rem #e7e9ed !important; padding: 1rem; text-decoration: none; } .card:hover { background-color: rgba(48, 106, 165, .04); } #faq article h4 { background-color: #f4f4f4; color: #414141; } @media (max-width: 650px) { html { font-size: 12px; } .container { padding: 2rem; } header .container { padding: 12rem 2rem 1rem 2rem; } nav .links { display: none; } .article-group { flex-direction: column; } .article-group article { flex: 1; } .article-group article:nth-of-type(2n+1) { margin-right: 0; } footer:before { display: none; } }
applications/spring-server/src/main/resources/public/style/site.css
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,900'); html { font-size: 16px; font-family: 'Open Sans', sans-serif; color: #414141; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } header { background: #2B3137; background-size: cover; background-repeat: no-repeat; color: white; } nav { background: #24292e; display: flex; align-items: center; justify-content: space-between; padding: 1rem 2rem 1rem 1rem; } nav a { color: white; text-decoration: none; padding-left: 1rem; /*text-transform: uppercase;*/ } .stealth { color: #2d3136 } nav a:hover { text-decoration: underline; } nav img { height: 3rem; max-width: 100%; } .container { padding: 3rem 3rem 3rem 3rem; margin: 0 auto; max-width: 65rem; } section blockquote { background: #f9f9f9; border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; quotes: "\201C" "\201D" "\2018" "\2019"; } blockquote:before { color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; } blockquote p { display: inline; } pre, code { font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; font-size: 14px; background-color: #f9f9f9; width: 100%; border-radius: 2px; } pre { padding: 5px 50px 5px 2px; margin: 10px 10px 2.5em 0; overflow: auto; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 10px solid #ccc; } code { padding: 10px; margin: 0 3px; line-height: 1.5em; } pre code { display: block; box-shadow: none; } blockquote { color: #666; margin-bottom: 20px; padding: 0 0 0 20px; border-left: 3px solid #bbb; font-weight: bold; } header .container { padding: 12rem 3rem 3rem 3rem; } header h1 { padding-top: 10rem; } h1, h2, h3, h4 { font-weight: 900; } h1 { font-size: 4rem; margin-bottom: 2rem; } h2 { font-size: 2.5rem; margin-bottom: 2rem; } h3 { font-size: 1.7rem; margin-bottom: 1.5rem; } h4 { font-size: 1.5rem; margin-bottom: 1.2rem; } p { font-size: 1.25rem; line-height: 1.3; } a { color: #586069; } section p { color: #2B3137; } strong { font-weight: 900; } em { font-style: italic; } ul li { font-size: 1.25rem; list-style: outside url(../images/hex.svg); list-style: disc; margin-bottom: .7rem; line-height: 1.3; margin-left: 2rem; color: #808080; } p:not(:last-child), ul:not(:last-child) { margin-bottom: 2rem; } section:nth-of-type(2n) { background-color: #f7f7f7; } .logos { display: flex; flex-wrap: wrap; justify-content: center; padding-left: 2rem; } .logos img { width: 10rem; max-width: calc(63% - 2rem); max-height: 10rem; margin-right: 2rem; } footer { background-color: #24292e; color: white; position: relative; } footer .container { padding-top: 2rem; padding-bottom: 2rem; } footer p { font-size: 1rem; } footer p:not(:last-child) { margin-bottom: .75rem; } footer a { color: white; } footer:before { content: ''; position: absolute; bottom: 1rem; right: 2rem; height: 3rem; width: 10rem; background-size: contain; background-repeat: no-repeat; } .two-column { columns: 2; -webkit-columns: 2; -moz-columns: 2; } #faq { background-color: #2B3137; color: white; } #article { min-height: 40rem; } .article-group { display: flex; flex-flow: wrap; } .article-group:not(:last-child) { margin-bottom: 2rem; } article { flex: 0 0 calc(50% - .5rem); } article { margin-bottom: 1rem; } .article-group article:nth-of-type(2n+1) { margin-right: 1rem; } article h4 { background-color: #306aa5; color: white; padding: 1rem; margin-bottom: 0; font-weight: 400; } article .content { padding: 1rem; background-color: white; font-weight: 100; color: #414141; } .card-group { display: grid; grid-template-columns: repeat(3, auto); grid-gap: 1.5rem; } .card { border-radius: .25rem; border: 1px solid rgba(0,0,0,0.125); box-shadow: 0 0.125rem 0.25rem #e7e9ed !important; padding: 1rem; text-decoration: none; } .card:hover { background-color: rgba(48, 106, 165, .04); } #faq article h4 { background-color: #f4f4f4; color: #414141; } @media (max-width: 650px) { html { font-size: 12px; } .container { padding: 2rem; } header .container { padding: 12rem 2rem 1rem 2rem; } nav .links { display: none; } .article-group { flex-direction: column; } .article-group article { flex: 1; } .article-group article:nth-of-type(2n+1) { margin-right: 0; } footer:before { display: none; } }
0.440229
0.111676
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap"); /* <NAME> PUT YOUR STYLES HERE */ * { box-sizing: border-box; } body { background-color: black; color: aqua; font-size: 1.2rem; font-weight: 300; font-family: "Roboto Slab", serif; margin: 0px; padding: 1rem; } a { color: white; text-decoration: none; } img { max-width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto; } div.polaroid { width: auto; padding: 0.8rem; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .lead { text-align: center; } .nav { height: 50px; width: 100%; background-color: black; position: relative; } .nav > .nav-header { display: inline; } .nav > .nav-header > .nav-title { display: inline-block; font-size: 22px; color: #fff; padding: 10px 10px 10px 10px; } .nav > .nav-btn { display: none; } .nav > .nav-links { display: inline; float: right; font-size: 18px; } .nav > .nav-links > a { display: inline-block; padding: 13px 10px 13px 10px; text-decoration: none; color: #efefef; } .nav > .nav-links > a:hover { background-color: rgba(0, 0, 0, 0.3); } .nav > #nav-check { display: none; } @media (max-width: 600px) { .nav > .nav-btn { display: inline-block; position: absolute; right: 0px; top: 0px; } .nav > .nav-btn > label { display: inline-block; width: 50px; height: 50px; padding: 13px; } .nav > .nav-btn > label:hover, .nav #nav-check:checked ~ .nav-btn > label { background-color: rgba(0, 0, 0, 0.3); } .nav > .nav-btn > label > span { display: block; width: 25px; height: 10px; border-top: 2px solid #eee; } .nav > .nav-links { position: absolute; display: block; width: 50%; background-color: black; height: 0px; transition: all 0.3s ease-in; overflow-y: hidden; top: 50px; left: 0px; } .nav > .nav-links > a { display: block; width: 100%; } .nav > #nav-check:not(:checked) ~ .nav-links { height: 0px; } .nav > #nav-check:checked ~ .nav-links { height: calc(100vh - 50px); overflow-y: auto; } } a.button1{  display:inline-block;  padding:0.35em 1.2em;  border:0.1em solid #FFFFFF;  margin:0 0.3em 0.3em 0;  border-radius:0.12em;  box-sizing: border-box;  text-decoration:none;  font-family:'Roboto',sans-serif;  font-weight:300;  color:#FFFFFF;  text-align:center;  transition: all 0.2s; } a.button1:hover{  color:#000000;  background-color:#FFFFFF; } @media all and (max-width:30em){  a.button1{   display:block;   margin:0.4em auto;  } }
css/style.css
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap"); /* <NAME> PUT YOUR STYLES HERE */ * { box-sizing: border-box; } body { background-color: black; color: aqua; font-size: 1.2rem; font-weight: 300; font-family: "Roboto Slab", serif; margin: 0px; padding: 1rem; } a { color: white; text-decoration: none; } img { max-width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto; } div.polaroid { width: auto; padding: 0.8rem; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .lead { text-align: center; } .nav { height: 50px; width: 100%; background-color: black; position: relative; } .nav > .nav-header { display: inline; } .nav > .nav-header > .nav-title { display: inline-block; font-size: 22px; color: #fff; padding: 10px 10px 10px 10px; } .nav > .nav-btn { display: none; } .nav > .nav-links { display: inline; float: right; font-size: 18px; } .nav > .nav-links > a { display: inline-block; padding: 13px 10px 13px 10px; text-decoration: none; color: #efefef; } .nav > .nav-links > a:hover { background-color: rgba(0, 0, 0, 0.3); } .nav > #nav-check { display: none; } @media (max-width: 600px) { .nav > .nav-btn { display: inline-block; position: absolute; right: 0px; top: 0px; } .nav > .nav-btn > label { display: inline-block; width: 50px; height: 50px; padding: 13px; } .nav > .nav-btn > label:hover, .nav #nav-check:checked ~ .nav-btn > label { background-color: rgba(0, 0, 0, 0.3); } .nav > .nav-btn > label > span { display: block; width: 25px; height: 10px; border-top: 2px solid #eee; } .nav > .nav-links { position: absolute; display: block; width: 50%; background-color: black; height: 0px; transition: all 0.3s ease-in; overflow-y: hidden; top: 50px; left: 0px; } .nav > .nav-links > a { display: block; width: 100%; } .nav > #nav-check:not(:checked) ~ .nav-links { height: 0px; } .nav > #nav-check:checked ~ .nav-links { height: calc(100vh - 50px); overflow-y: auto; } } a.button1{  display:inline-block;  padding:0.35em 1.2em;  border:0.1em solid #FFFFFF;  margin:0 0.3em 0.3em 0;  border-radius:0.12em;  box-sizing: border-box;  text-decoration:none;  font-family:'Roboto',sans-serif;  font-weight:300;  color:#FFFFFF;  text-align:center;  transition: all 0.2s; } a.button1:hover{  color:#000000;  background-color:#FFFFFF; } @media all and (max-width:30em){  a.button1{   display:block;   margin:0.4em auto;  } }
0.357568
0.092115
body { background-color: #ffffff; } #logout-btn { background-color : #a7af3a; border: none; color: #ffffff; position: absolute; right: 50px; font-weight: bold; } input.input-text { width: 100%; } img.slide { width: 100%; } nav .menu { float: right; } div.main-header { position: relative; width: 100%; } #header .logo { padding: 0; text-align: left; margin: 12px 0 0; height: auto; } @media (min-width: 992px) { nav#mobile-menu { display: none !important; } } #header .mobile-menu-toggle { background: url("../img/mobile-menu.png") no-repeat center center #01b7f2; position: absolute; width: 66px; height: 66px; display: none; right: 0; } @media (max-width: 991px) { #header .mobile-menu-toggle { display: block; } } @media (max-width: 991px){ #header #main-menu { display: none; } } @media (max-width: 991px) { #header .logo { float: none !important; position: static !important; padding-top: 19px; height: 66px; margin: 0 !important; display: block; } } ul.list li:before { font-family: "FontAwesome"; content: "\f04b"; font-size: 10px; } ul.list li:hover:before { color: #01b7f2; } img.footer_letter { float: right; } ul { list-style: none; } div.thumb { float: left; margin-right: 10px; } .logo { padding: 0; text-align: left; margin: 27px 0 0; width: 127px; height: 25px; float: left; } .banner { background-image: url(../img/header.png); height: 646px; background-size: cover; background-repeat: no-repeat; background-position: center center; } .banner .container p { margin-top: 150px; color: #ffffff; font-size: 30px; } .banner .container p b { font-style: italic; } #main-menu li { padding-right: 20px; float: left; line-height: 77px; } .search { padding: 40px 0; position: relative; } #search-btn { background-color : #a7af3a; border: none; margin-top: 80px; width :100%; height: 35px; color: #ffffff; font-weight: bold; } .search-tab { position: absolute; top: -40px; width: 200px; height: 40px; background: #ffffff; padding: 5px; text-align: center; } select { width: 100%; } .main-content { width: 100%; background-position: center; background-color: #f5f5f5; padding: 147px 0 100px 0; } .footer-thumbs ul.list{ padding: 0px; } div.thumb { padding: 0px; } .section-footer-2 ul { padding: 0px; } .go-front { float: right; } @media (max-width: 768px){ .go-front { float: left; } a.mobile-menu-toggle { width: 66px; height: 66px; }
assets/css/mine.css
body { background-color: #ffffff; } #logout-btn { background-color : #a7af3a; border: none; color: #ffffff; position: absolute; right: 50px; font-weight: bold; } input.input-text { width: 100%; } img.slide { width: 100%; } nav .menu { float: right; } div.main-header { position: relative; width: 100%; } #header .logo { padding: 0; text-align: left; margin: 12px 0 0; height: auto; } @media (min-width: 992px) { nav#mobile-menu { display: none !important; } } #header .mobile-menu-toggle { background: url("../img/mobile-menu.png") no-repeat center center #01b7f2; position: absolute; width: 66px; height: 66px; display: none; right: 0; } @media (max-width: 991px) { #header .mobile-menu-toggle { display: block; } } @media (max-width: 991px){ #header #main-menu { display: none; } } @media (max-width: 991px) { #header .logo { float: none !important; position: static !important; padding-top: 19px; height: 66px; margin: 0 !important; display: block; } } ul.list li:before { font-family: "FontAwesome"; content: "\f04b"; font-size: 10px; } ul.list li:hover:before { color: #01b7f2; } img.footer_letter { float: right; } ul { list-style: none; } div.thumb { float: left; margin-right: 10px; } .logo { padding: 0; text-align: left; margin: 27px 0 0; width: 127px; height: 25px; float: left; } .banner { background-image: url(../img/header.png); height: 646px; background-size: cover; background-repeat: no-repeat; background-position: center center; } .banner .container p { margin-top: 150px; color: #ffffff; font-size: 30px; } .banner .container p b { font-style: italic; } #main-menu li { padding-right: 20px; float: left; line-height: 77px; } .search { padding: 40px 0; position: relative; } #search-btn { background-color : #a7af3a; border: none; margin-top: 80px; width :100%; height: 35px; color: #ffffff; font-weight: bold; } .search-tab { position: absolute; top: -40px; width: 200px; height: 40px; background: #ffffff; padding: 5px; text-align: center; } select { width: 100%; } .main-content { width: 100%; background-position: center; background-color: #f5f5f5; padding: 147px 0 100px 0; } .footer-thumbs ul.list{ padding: 0px; } div.thumb { padding: 0px; } .section-footer-2 ul { padding: 0px; } .go-front { float: right; } @media (max-width: 768px){ .go-front { float: left; } a.mobile-menu-toggle { width: 66px; height: 66px; }
0.169234
0.050214
position:absolute; z-index:1; top:0; bottom:0; left:0; width:100%; overflow:auto; } #scroller { position:relative; /* -webkit-touch-callout:none;*/ float:left; width:100%; padding:0; } #pullDown, #pullUp { z-index: 2; height:60px; line-height:30px; background-color: #fff; /*padding:0px 40px;*/ /*border-bottom:1px solid #ccc;*/ /*font-weight:bold;*/ font-size:12px; color: #999; padding-top: 20px; margin-bottom: -20px; } #pullDown .pullDownIcon, #pullUp .pullUpIcon { display: inline-block; float:left; margin-left: 35%; width:25px; height:25px; background:url(pull-icon@2x.png) 0 0 no-repeat; -webkit-background-size:25px 50px; background-size:25px 50px; -webkit-transition-property:-webkit-transform; -webkit-transition-duration:250ms; } #pullDown .pullDownIcon { -webkit-transform:rotate(0deg) translateZ(0); } #pullUp .pullUpIcon { -webkit-transform:rotate(-180deg) translateZ(0); } #pullDown.flip .pullDownIcon { -webkit-transform:rotate(-180deg) translateZ(0); } #pullUp.flip .pullUpIcon { -webkit-transform:rotate(0deg) translateZ(0); } #pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon { background-position:0 100%; -webkit-transform:rotate(0deg) translateZ(0); -webkit-transition-duration:0ms; -webkit-animation-name:loading; -webkit-animation-duration:2s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:linear; } @-webkit-keyframes loading { from { -webkit-transform:rotate(0deg) translateZ(0); } to { -webkit-transform:rotate(360deg) translateZ(0); } } /*body {*/ /*padding: 0;*/ /*margin: 0; }*/ /*body ul {*/ /*padding: 0;*/ /*margin: 0;*/ /*position: relative;*/ /*}*/ /*body ul, body li {*/ /*list-style: none; }*/ /*body .times {*/ /*display: block; }*/ /*body .times ul {*/ /*margin-left: 5rem;*/ /*/!*border-left: 1px solid #ddd;*!/*/ /*}*/ /*body .times ul li {*/ /*position: relative;*/ /*width: 100%;*/ /*margin-left: -1rem;*/ /*font-weight: narmal;*/ /*line-height: 3rem; }*/ /*body .times ul li:after {*/ /*position: absolute;*/ /*bottom: -1rem;*/ /*left: 15px;*/ /*width: 100%;*/ /*height: 1px;*/ /*-webkit-transform: scale(1, 0.5);*/ /*transform: scale(1, 0.5);*/ /*-webkit-transform-origin: 0 0;*/ /*transform-origin: 0 0;*/ /*content: '';*/ /*border-bottom: 1px solid #ddd; }*/ /*body .times ul li b {*/ /*width: .3rem;*/ /*height: .3rem;*/ /*background: #28bcda;*/ /*margin-left: 1.4rem;*/ /*border-radius: 3px;*/ /*margin-bottom: 1.6rem;*/ /*overflow: hidden;*/ /*display: inline-block; }*/ /*body .left-s {*/ /*padding-top: .8rem;*/ /*margin-left: -4rem;*/ /*font-size: .6rem;*/ /*text-align: right;*/ /*width: 4rem;*/ /*color: #555;*/ /*display: inline-block;*/ /*line-height: 1.6rem;*/ /*margin-right: -0.6rem; }*/ /*body .right-s {*/ /*margin-top: 1rem;*/ /*width: 90%;*/ /*margin-left: 0;*/ /*font-size: 1rem;*/ /*color: #555;*/ /*display: inline-block; }*/ /*body .clear {*/ /*clear: both; }*/ /*body ul:before {*/ /*position: absolute;*/ /*top: 15px;*/ /*left: 0;*/ /*width: 1px;*/ /*height: 100%;*/ /*-webkit-transform: scale(.5,1);*/ /*transform: scale(.5,1);*/ /*-webkit-transform-origin: 0 0;*/ /*transform-origin: 0 0;*/ /*content: '';*/ /*border-left: 1px solid #ddd;*/ /*}*/ .loading-class{ width: 1.5rem; height: 1.5rem; margin: auto; position: absolute; top: 30%; left: 45%; } ul,li { margin: 0; padding: 0; list-style-type: none; /*display: inline-flex;*/ } .time ul{ margin-top: 2.4rem; /*clear: both;*/ } /*.time ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}*/ .time ul li{ padding-bottom: 1rem; zoom: 1; } /*.time ul:before {*/ /*position: absolute;*/ /*top: 0;*/ /*left: 5rem;*/ /*width: 2px;*/ /*height: 100%;*/ /*-webkit-transform: scale(.5,1);*/ /*transform: scale(.5,1);*/ /*-webkit-transform-origin: 0 0;*/ /*transform-origin: 0 0;*/ /*content: '';*/ /*border-left: 3px solid #ddd;*/ /*}*/ .time ul li b { position: fixed; width: .4rem; height: .4rem; background: #28bcda; margin-left: 5px; border-radius: 10rem; margin-top: 16px; overflow: hidden; display: inline-block; } .time ul li:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } .time ul li p { display: block; float: left; width: 4rem; text-align: right; padding-left: .5rem; color: #c3c3c3; font-size: .8rem; } .time ul li p span { display: block; color: #d0d0d0; margin-top: .8rem; font-size: .6rem; } .time ul li dl { position: relative; display: block; margin-top: .6rem; margin-left: 5rem; padding-left: 1.5rem; padding-right: 1rem; } .time ul li dl:before { position: absolute; top: -10px; left:1px; width: 130%; height: 1px; -webkit-transform: scale(1,.5); transform: scale(1,.5); -webkit-transform-origin: 0 0; transform-origin: 0 0; content: ''; border-top: 1px solid #ddd; } .time ul li dl dt { font-size: 1rem; line-height: 1.4rem; padding-top: .5rem; color: #737373; text-align: justify; } div.line { position: fixed; left: 5rem; border-right: 1px solid #ddd; margin-top: -.8rem; } div .clear{clear:both; height: 0; line-height: 0; font-size: 0} div .list-end{ display: none; margin-left: 5rem; padding-left: 25%; padding-bottom: .5rem; padding-top: .5rem; background-color: rgb(242,242,242); color: rgb(159,159,159); font-size: .8rem; }
learn/plugins-test/iscroll-react/src/css/iscroll.css
position:absolute; z-index:1; top:0; bottom:0; left:0; width:100%; overflow:auto; } #scroller { position:relative; /* -webkit-touch-callout:none;*/ float:left; width:100%; padding:0; } #pullDown, #pullUp { z-index: 2; height:60px; line-height:30px; background-color: #fff; /*padding:0px 40px;*/ /*border-bottom:1px solid #ccc;*/ /*font-weight:bold;*/ font-size:12px; color: #999; padding-top: 20px; margin-bottom: -20px; } #pullDown .pullDownIcon, #pullUp .pullUpIcon { display: inline-block; float:left; margin-left: 35%; width:25px; height:25px; background:url(pull-icon@2x.png) 0 0 no-repeat; -webkit-background-size:25px 50px; background-size:25px 50px; -webkit-transition-property:-webkit-transform; -webkit-transition-duration:250ms; } #pullDown .pullDownIcon { -webkit-transform:rotate(0deg) translateZ(0); } #pullUp .pullUpIcon { -webkit-transform:rotate(-180deg) translateZ(0); } #pullDown.flip .pullDownIcon { -webkit-transform:rotate(-180deg) translateZ(0); } #pullUp.flip .pullUpIcon { -webkit-transform:rotate(0deg) translateZ(0); } #pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon { background-position:0 100%; -webkit-transform:rotate(0deg) translateZ(0); -webkit-transition-duration:0ms; -webkit-animation-name:loading; -webkit-animation-duration:2s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:linear; } @-webkit-keyframes loading { from { -webkit-transform:rotate(0deg) translateZ(0); } to { -webkit-transform:rotate(360deg) translateZ(0); } } /*body {*/ /*padding: 0;*/ /*margin: 0; }*/ /*body ul {*/ /*padding: 0;*/ /*margin: 0;*/ /*position: relative;*/ /*}*/ /*body ul, body li {*/ /*list-style: none; }*/ /*body .times {*/ /*display: block; }*/ /*body .times ul {*/ /*margin-left: 5rem;*/ /*/!*border-left: 1px solid #ddd;*!/*/ /*}*/ /*body .times ul li {*/ /*position: relative;*/ /*width: 100%;*/ /*margin-left: -1rem;*/ /*font-weight: narmal;*/ /*line-height: 3rem; }*/ /*body .times ul li:after {*/ /*position: absolute;*/ /*bottom: -1rem;*/ /*left: 15px;*/ /*width: 100%;*/ /*height: 1px;*/ /*-webkit-transform: scale(1, 0.5);*/ /*transform: scale(1, 0.5);*/ /*-webkit-transform-origin: 0 0;*/ /*transform-origin: 0 0;*/ /*content: '';*/ /*border-bottom: 1px solid #ddd; }*/ /*body .times ul li b {*/ /*width: .3rem;*/ /*height: .3rem;*/ /*background: #28bcda;*/ /*margin-left: 1.4rem;*/ /*border-radius: 3px;*/ /*margin-bottom: 1.6rem;*/ /*overflow: hidden;*/ /*display: inline-block; }*/ /*body .left-s {*/ /*padding-top: .8rem;*/ /*margin-left: -4rem;*/ /*font-size: .6rem;*/ /*text-align: right;*/ /*width: 4rem;*/ /*color: #555;*/ /*display: inline-block;*/ /*line-height: 1.6rem;*/ /*margin-right: -0.6rem; }*/ /*body .right-s {*/ /*margin-top: 1rem;*/ /*width: 90%;*/ /*margin-left: 0;*/ /*font-size: 1rem;*/ /*color: #555;*/ /*display: inline-block; }*/ /*body .clear {*/ /*clear: both; }*/ /*body ul:before {*/ /*position: absolute;*/ /*top: 15px;*/ /*left: 0;*/ /*width: 1px;*/ /*height: 100%;*/ /*-webkit-transform: scale(.5,1);*/ /*transform: scale(.5,1);*/ /*-webkit-transform-origin: 0 0;*/ /*transform-origin: 0 0;*/ /*content: '';*/ /*border-left: 1px solid #ddd;*/ /*}*/ .loading-class{ width: 1.5rem; height: 1.5rem; margin: auto; position: absolute; top: 30%; left: 45%; } ul,li { margin: 0; padding: 0; list-style-type: none; /*display: inline-flex;*/ } .time ul{ margin-top: 2.4rem; /*clear: both;*/ } /*.time ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}*/ .time ul li{ padding-bottom: 1rem; zoom: 1; } /*.time ul:before {*/ /*position: absolute;*/ /*top: 0;*/ /*left: 5rem;*/ /*width: 2px;*/ /*height: 100%;*/ /*-webkit-transform: scale(.5,1);*/ /*transform: scale(.5,1);*/ /*-webkit-transform-origin: 0 0;*/ /*transform-origin: 0 0;*/ /*content: '';*/ /*border-left: 3px solid #ddd;*/ /*}*/ .time ul li b { position: fixed; width: .4rem; height: .4rem; background: #28bcda; margin-left: 5px; border-radius: 10rem; margin-top: 16px; overflow: hidden; display: inline-block; } .time ul li:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } .time ul li p { display: block; float: left; width: 4rem; text-align: right; padding-left: .5rem; color: #c3c3c3; font-size: .8rem; } .time ul li p span { display: block; color: #d0d0d0; margin-top: .8rem; font-size: .6rem; } .time ul li dl { position: relative; display: block; margin-top: .6rem; margin-left: 5rem; padding-left: 1.5rem; padding-right: 1rem; } .time ul li dl:before { position: absolute; top: -10px; left:1px; width: 130%; height: 1px; -webkit-transform: scale(1,.5); transform: scale(1,.5); -webkit-transform-origin: 0 0; transform-origin: 0 0; content: ''; border-top: 1px solid #ddd; } .time ul li dl dt { font-size: 1rem; line-height: 1.4rem; padding-top: .5rem; color: #737373; text-align: justify; } div.line { position: fixed; left: 5rem; border-right: 1px solid #ddd; margin-top: -.8rem; } div .clear{clear:both; height: 0; line-height: 0; font-size: 0} div .list-end{ display: none; margin-left: 5rem; padding-left: 25%; padding-bottom: .5rem; padding-top: .5rem; background-color: rgb(242,242,242); color: rgb(159,159,159); font-size: .8rem; }
0.380644
0.044411
@charset "utf-8"; /* CSS Document */ /*全局控制*/ *{ margin:0; padding:0; text-decoration:none; list-style:none; font-size:14px; font-style:normal; color:#1f1605; } /*清楚样式*/ .fl{ clear:both; height:0; font-size:0; line-height:0; } img{ border:0; } /*背景设置*/ body{ background:url(../images/bj.jpg) } #main{ margin:0 auto; } h2{ font-size:14px; color:#1f1605; text-align:center; height:30px; line-height:30px; } .main_m{ width:1010px; margin:0 auto; background:#FFF; } .logo_m{ background:#4a0001; }/* nav */ .logo{ width:1000px; margin:0 auto; } #nav{ width:1000px; margin:0 auto; position:relative; z-index:500; } #nav li.top_link{ color:#fff; } #nav li.top_li_a{ width:110px; height:52px; background:#fff; float:left; font-weight:bold; } #nav li a.top_link{ color:#fff; font-size:14px; display:block; float:left; width:110px; height:43px; line-height:43px; text-align:center; } #nav li a.top_link:hover{ background:#000; color:#fff; } #nav li:hover a.top_link{ background:#000; color:#fff; } #nav li:hover {position:relative; z-index:200;} .navBar{ width:100%; height:43px; background:#4a0001; border-top:1px solid #f7b2b3; } .nav{ font-family:"Microsoft YaHei",SimSun,SimHei; width: 1000px; margin: 0 auto; } .nav ul li{ float:left; width:140px; color:#F00; } .nav h3{ font-size:100%; font-weight:normal; font-size:16px; } .nav .m{ position:relative; float:left; width:100px; margin: 0 10px; display:inline; text-align:center; } .nav .m h3 i{ display:inline-block; display:inline; zoom:1; /*兼容浏览器,利用zoom属性*/ width:7px; height:4px; background:url(../images/icon.png) 0 -280px no-repeat; overflow:hidden; margin:-2px 0 0 5px; vertical-align:middle; filter:alpha(opacity=50); opacity:0.5;/*设置不透明度等级为0.5*/ } .nav h3 a{ zoom:1; height:17px; line-height:17px; padding:12px 0; display:block; color:#fff } .nav .on h3 a{ border-bottom:2px solid #c00; } .nav .on h3 a i{ filter:alpha(opacity=100); opacity:1; } .nav .sub{ display:none; /*默认隐藏*/ width:140px; padding:0px 0; position:absolute; left:0px; top:43px; background:#eee; float:left; line-height:30px; z-index: 9999; } .nav .sub li{ text-align:center; } .nav .sub li a{ color:#333; display:block; zoom:1; } .nav .sub li a:hover{ background:#ddd; color:#c00; } .banner{ width:1000px; height:410px; margin:15px auto; } .banner_pic{ width:250px; height:220px; margin:0 auto; } .center{ width:1000px; height:330px; margin:0 auto; margin-top:-250px; } .left{ float:left; width:250px; height:322px; } .gonggao{ width:248px; border:1px solid #ccc; padding:1px; height:322px; } .title_a{ height:30px; background:url(../images/bj.png) no-repeat; line-height:30px; } .title_a span{ float:left; font-size:14px; color:#1f1605; font-weight:bold; padding-left:10px; } .title_a a{ float:right; padding-right:10px; color:#1f1605; } .list_text{ background:#fff; padding:10px 10px 0px 0px; } .list_text ul li{ height:36px; line-height:36px; padding-left:20px; float:center; } .list_text ul li a{ color:#1f1605; } .list_text ul li a:hover{ text-decoration:underline; } .right{ width:740px; height:322px; float:right; background:#FFF;} .text{ width:730px; height:280px; } .xinwen{ width:738px; border:1px solid #ccc; padding:1px; height:322px; } .xinwen_bj{ width:738px; } .img0{ width:300px; height:270px; padding-left:10px; padding-top: 10px; float:left; } .img0 img{ width:290px; height:270px; padding-left:10px; float:left; } .text p{ word-break:break-all; line-height:30px; text-indent:20px; } .img0_right{ width:400px; float:right; } .title_b{ height:30px; line-height:30px; background:url(../images/bj.png) no-repeat; } .title_b span{ float:left; font-size:14px; color:#1f1605; font-weight:bold; padding-left:10px; } .title_b a{ float:center; padding-right:10px; color:#1f1605; } .pic{ width:998px; height:200px; margin:0 auto; margin-top:10px; background:url(../images/bj.png) no-repeat; margin-bottom:10px; border:1px solid #ccc; } .pic_title{ width:918px; height:40px; padding-left:80px; line-height:40px; color:#1f1605; font-size:14px; font-weight:bold; } .pic_text{ width:998px; height:160px; background:#fff; } .pic_text dd{ width:186px; height:140px; float:left; margin-left:10px; margin-top:10px; border:1px solid #ccc; } .pic_text dd img{ width:186px; height:140px; } .bottom{ width:1000px; height:50px; background:#e0e0e0; margin:0 auto; text-align:center; line-height:50px; font-weight:bold; font-size:14px; } .tese{ width:998px; margin:0 auto; margin-top:10px; background:url(../images/bj-1.jpg) no-repeat; margin-bottom:10px; border:1px solid #ccc; } .tese_title{ width:918px; height:40px; padding-left:80px; line-height:40px; color:#1f1605; font-size:14px; font-weight:bold; } .tese_cont{ margin-top:20px; } .tese_left{ float:left; width:300px; } .tese_right{ width:690px; float:right; background:#FFF; border-left:1px solid #ccc; } .title_t{ height:50px; line-height:50px; } .title_t span{ float:left; font-size:14px; color:#1f1605; font-weight:bold; padding-left:10px; } .title_t a{ float:right; padding-right:10px; color:#1f1605; } /*.tese_left img{ }*/ .tese_left p{ word-break:break-all; line-height:30px; text-indent:20px; padding:5px 15px 0 20px; } .tese_text p{ word-break:break-all; line-height:30px; text-indent:20px; padding:5px 20px 20px 20px; border-bottom:1px dashed #CCC; } .tese_text1 p{ word-break:break-all; line-height:30px; text-indent:20px; padding:5px 20px 20px 20px; } .title_b1{ height:60px; line-height:60px; text-align:center; } .title_b1 span{ font-size:18px; color:#1f1605; font-weight:bold; } .content{ width:1000px; margin:0 auto; padding-top:8px; height:260px; } .ceontent_left{ float:left; width:250px; height:255px; } .content_right{ width:740px; float:right; } .zhanghao{ border:1px solid #cccccc; width:250px; height:257px; background:#FFF; } .title_c{ height:34px; background:url(../images/bj_f.gif) repeat-x; padding-left:15px; font-size:14px; color:#fff; line-height:34px; font-weight:bold; } .title_c span{ float:left; font-size:14px; color:#fff; font-weight:bold; } .title_c a{ float:right; padding-right:10px; color:#1f1605; margin-top:10px; } .title_cc{ height:34px; background:url(../images/bj.png) no-repeat; padding-left:15px; font-size:14px; color:#1f1605; line-height:34px; font-weight:bold; } .title_cc span{ float:left; font-size:14px; color:#1f1605; font-weight:bold; padding-top:5px; } .title_cc a{ float:right; padding-right:10px; color:#1f1605; margin-top:10px; } .text_zh{ width:220px; background:url(../images/bj_g.gif) repeat-x; padding:15px; line-height:30px; color:#353535; height:140px; } .right_left{ width:290px; float:left; border:1px solid #ccc; height:255px; background:#FFF; } .title_d{ height:37px; line-height:33px; background:url(../images/bj.png) no-repeat; } .title_d span{ float:left; font-size:14px; color:#1f1605; font-weight:bold; padding-left:10px; } .title_d a{ float:right; padding-right:10px; color:#1f1605; margin-top:10px; } .list_right{ padding:10px; background:#FFF; } .list_right p{ word-break:break-all; line-height:30px; text-indent:20px; } .list_right ul li{ height:28px; line-height:28px; padding-left:10px; } .list_right ul li a{ color:#1f1605; } .list_right ul li a:hover{ text-decoration:underline; } .right_right{ float:right; width:438px; border:1px solid #ccc; height:255px; } .fh_banner{ width:1000px; height:230px; margin:0 auto; background:#CCC; margin-bottom:10px; } .new_center{ width:1000px; margin:0 auto; margin-top:10px; margin-bottom:10px; height:auto; } .news{ border:1px solid #cccccc; width:250px; } .news_list{ background:#e7eeff; padding:20px; } .news_list ul li{ height:35px; line-height:35px; background:url(../images/pic_d.gif) no-repeat left center; padding-left:10px; } .news_list ul li a{ color:#24324c; } .lian{ background:#e7eeff; padding:20px; color:#353535; line-height:30px; } .new_left{ float:left; width:250px; height:320px; } .new_right{ width:740px; float:right; background:#FFF; } .news_right{ border:1px solid #dddddd; padding-bottom:15px; } .title_g{ height:37px; background:url(../images/bj_k.gif) repeat-x; border-bottom:1px solid #ddd; line-height:37px; padding-left:25px; color:#676767; } .title_g a{ color:#676767; } .news_text{ padding:15px; } .news_text ul li{ height:35px; line-height:35px; border-bottom:1px dashed #dedede; } .news_text ul li a{ color:#000; float:left; } .news_text ul li span{ color:#666; float:right; } .title_c{ height:34px; background:url(../images/bj_f.gif) repeat-x; padding-left:15px; font-size:14px; color:#fff; line-height:34px; font-weight:bold; } .title_c span{ float:left; font-size:14px; color:#fff; font-weight:bold; } .title_c a{ float:right; padding-right:10px; color:#22385f; margin-top:10px; } .text0{ padding:20px; line-height:24px; color:#353535; } .text0 h1{ font-size:14px; text-align:center; line-height:35px; } .text0 p{ padding-top:10px; text-indent:20px; } .text_nw{ width:500px; } .text_nw li{ height:30px; line-height:30px; } .new_pic{ width:990px; } .new_pic dd{ width:318px; height:200px; float:left; margin-left:10px; margin-top:10px; } .new_pic dd img{ width:318px; height:200px; } .pm01_left{ width:250px; height:330px; border:1px solid #CCC; margin-top:15px; } .pm01_left img{ width:250px; height:330px; } .pm01_left_1{ width:250px; height:200px; border:1px solid #CCC; margin-top:15px; } .pm01_left_1 img{ width:250px; height:200px; } .pm_img{ width:990px; } .pm_img a{ width:470px; height:300px; float:left; margin-left:20px; margin-top:10px; margin-bottom:10px; } .pm_img a img{ width:470px; height:300px; border:1px solid #CCC; } .new_center p{ text-indent:25px; padding-left:25px; padding-right:25px; font-size:14px; margin-top:10px; line-height:25px; } h3{ text-align:center; font-size:20px; line-height:50px; } .mingling p{ margin:20px; line-height:30px; } .bk{ width:300px; height:30px; border:1px solid #CCC; } .bk1{ width:300px; height:150px; border:1px solid #CCC; } .anniu{ width:100px; height:40px; border:1px solid #CCC; } .media_list li{ width:280px; float: left; margin: 10px 25px; text-align: center; } .media_list li img{ width:280px; } .media_list li p{ text-align: center; line-height: 35px; } /*环境展示*/ .imgbox{ width:940px; padding:0 20px; white-space:nowrap; overflow:hidden; } .imgbox img{ width:402px; height:283px; padding:2px; } .imgbox a{margin-right:20px;}
nodeW/public/css2/style.css
@charset "utf-8"; /* CSS Document */ /*全局控制*/ *{ margin:0; padding:0; text-decoration:none; list-style:none; font-size:14px; font-style:normal; color:#1f1605; } /*清楚样式*/ .fl{ clear:both; height:0; font-size:0; line-height:0; } img{ border:0; } /*背景设置*/ body{ background:url(../images/bj.jpg) } #main{ margin:0 auto; } h2{ font-size:14px; color:#1f1605; text-align:center; height:30px; line-height:30px; } .main_m{ width:1010px; margin:0 auto; background:#FFF; } .logo_m{ background:#4a0001; }/* nav */ .logo{ width:1000px; margin:0 auto; } #nav{ width:1000px; margin:0 auto; position:relative; z-index:500; } #nav li.top_link{ color:#fff; } #nav li.top_li_a{ width:110px; height:52px; background:#fff; float:left; font-weight:bold; } #nav li a.top_link{ color:#fff; font-size:14px; display:block; float:left; width:110px; height:43px; line-height:43px; text-align:center; } #nav li a.top_link:hover{ background:#000; color:#fff; } #nav li:hover a.top_link{ background:#000; color:#fff; } #nav li:hover {position:relative; z-index:200;} .navBar{ width:100%; height:43px; background:#4a0001; border-top:1px solid #f7b2b3; } .nav{ font-family:"Microsoft YaHei",SimSun,SimHei; width: 1000px; margin: 0 auto; } .nav ul li{ float:left; width:140px; color:#F00; } .nav h3{ font-size:100%; font-weight:normal; font-size:16px; } .nav .m{ position:relative; float:left; width:100px; margin: 0 10px; display:inline; text-align:center; } .nav .m h3 i{ display:inline-block; display:inline; zoom:1; /*兼容浏览器,利用zoom属性*/ width:7px; height:4px; background:url(../images/icon.png) 0 -280px no-repeat; overflow:hidden; margin:-2px 0 0 5px; vertical-align:middle; filter:alpha(opacity=50); opacity:0.5;/*设置不透明度等级为0.5*/ } .nav h3 a{ zoom:1; height:17px; line-height:17px; padding:12px 0; display:block; color:#fff } .nav .on h3 a{ border-bottom:2px solid #c00; } .nav .on h3 a i{ filter:alpha(opacity=100); opacity:1; } .nav .sub{ display:none; /*默认隐藏*/ width:140px; padding:0px 0; position:absolute; left:0px; top:43px; background:#eee; float:left; line-height:30px; z-index: 9999; } .nav .sub li{ text-align:center; } .nav .sub li a{ color:#333; display:block; zoom:1; } .nav .sub li a:hover{ background:#ddd; color:#c00; } .banner{ width:1000px; height:410px; margin:15px auto; } .banner_pic{ width:250px; height:220px; margin:0 auto; } .center{ width:1000px; height:330px; margin:0 auto; margin-top:-250px; } .left{ float:left; width:250px; height:322px; } .gonggao{ width:248px; border:1px solid #ccc; padding:1px; height:322px; } .title_a{ height:30px; background:url(../images/bj.png) no-repeat; line-height:30px; } .title_a span{ float:left; font-size:14px; color:#1f1605; font-weight:bold; padding-left:10px; } .title_a a{ float:right; padding-right:10px; color:#1f1605; } .list_text{ background:#fff; padding:10px 10px 0px 0px; } .list_text ul li{ height:36px; line-height:36px; padding-left:20px; float:center; } .list_text ul li a{ color:#1f1605; } .list_text ul li a:hover{ text-decoration:underline; } .right{ width:740px; height:322px; float:right; background:#FFF;} .text{ width:730px; height:280px; } .xinwen{ width:738px; border:1px solid #ccc; padding:1px; height:322px; } .xinwen_bj{ width:738px; } .img0{ width:300px; height:270px; padding-left:10px; padding-top: 10px; float:left; } .img0 img{ width:290px; height:270px; padding-left:10px; float:left; } .text p{ word-break:break-all; line-height:30px; text-indent:20px; } .img0_right{ width:400px; float:right; } .title_b{ height:30px; line-height:30px; background:url(../images/bj.png) no-repeat; } .title_b span{ float:left; font-size:14px; color:#1f1605; font-weight:bold; padding-left:10px; } .title_b a{ float:center; padding-right:10px; color:#1f1605; } .pic{ width:998px; height:200px; margin:0 auto; margin-top:10px; background:url(../images/bj.png) no-repeat; margin-bottom:10px; border:1px solid #ccc; } .pic_title{ width:918px; height:40px; padding-left:80px; line-height:40px; color:#1f1605; font-size:14px; font-weight:bold; } .pic_text{ width:998px; height:160px; background:#fff; } .pic_text dd{ width:186px; height:140px; float:left; margin-left:10px; margin-top:10px; border:1px solid #ccc; } .pic_text dd img{ width:186px; height:140px; } .bottom{ width:1000px; height:50px; background:#e0e0e0; margin:0 auto; text-align:center; line-height:50px; font-weight:bold; font-size:14px; } .tese{ width:998px; margin:0 auto; margin-top:10px; background:url(../images/bj-1.jpg) no-repeat; margin-bottom:10px; border:1px solid #ccc; } .tese_title{ width:918px; height:40px; padding-left:80px; line-height:40px; color:#1f1605; font-size:14px; font-weight:bold; } .tese_cont{ margin-top:20px; } .tese_left{ float:left; width:300px; } .tese_right{ width:690px; float:right; background:#FFF; border-left:1px solid #ccc; } .title_t{ height:50px; line-height:50px; } .title_t span{ float:left; font-size:14px; color:#1f1605; font-weight:bold; padding-left:10px; } .title_t a{ float:right; padding-right:10px; color:#1f1605; } /*.tese_left img{ }*/ .tese_left p{ word-break:break-all; line-height:30px; text-indent:20px; padding:5px 15px 0 20px; } .tese_text p{ word-break:break-all; line-height:30px; text-indent:20px; padding:5px 20px 20px 20px; border-bottom:1px dashed #CCC; } .tese_text1 p{ word-break:break-all; line-height:30px; text-indent:20px; padding:5px 20px 20px 20px; } .title_b1{ height:60px; line-height:60px; text-align:center; } .title_b1 span{ font-size:18px; color:#1f1605; font-weight:bold; } .content{ width:1000px; margin:0 auto; padding-top:8px; height:260px; } .ceontent_left{ float:left; width:250px; height:255px; } .content_right{ width:740px; float:right; } .zhanghao{ border:1px solid #cccccc; width:250px; height:257px; background:#FFF; } .title_c{ height:34px; background:url(../images/bj_f.gif) repeat-x; padding-left:15px; font-size:14px; color:#fff; line-height:34px; font-weight:bold; } .title_c span{ float:left; font-size:14px; color:#fff; font-weight:bold; } .title_c a{ float:right; padding-right:10px; color:#1f1605; margin-top:10px; } .title_cc{ height:34px; background:url(../images/bj.png) no-repeat; padding-left:15px; font-size:14px; color:#1f1605; line-height:34px; font-weight:bold; } .title_cc span{ float:left; font-size:14px; color:#1f1605; font-weight:bold; padding-top:5px; } .title_cc a{ float:right; padding-right:10px; color:#1f1605; margin-top:10px; } .text_zh{ width:220px; background:url(../images/bj_g.gif) repeat-x; padding:15px; line-height:30px; color:#353535; height:140px; } .right_left{ width:290px; float:left; border:1px solid #ccc; height:255px; background:#FFF; } .title_d{ height:37px; line-height:33px; background:url(../images/bj.png) no-repeat; } .title_d span{ float:left; font-size:14px; color:#1f1605; font-weight:bold; padding-left:10px; } .title_d a{ float:right; padding-right:10px; color:#1f1605; margin-top:10px; } .list_right{ padding:10px; background:#FFF; } .list_right p{ word-break:break-all; line-height:30px; text-indent:20px; } .list_right ul li{ height:28px; line-height:28px; padding-left:10px; } .list_right ul li a{ color:#1f1605; } .list_right ul li a:hover{ text-decoration:underline; } .right_right{ float:right; width:438px; border:1px solid #ccc; height:255px; } .fh_banner{ width:1000px; height:230px; margin:0 auto; background:#CCC; margin-bottom:10px; } .new_center{ width:1000px; margin:0 auto; margin-top:10px; margin-bottom:10px; height:auto; } .news{ border:1px solid #cccccc; width:250px; } .news_list{ background:#e7eeff; padding:20px; } .news_list ul li{ height:35px; line-height:35px; background:url(../images/pic_d.gif) no-repeat left center; padding-left:10px; } .news_list ul li a{ color:#24324c; } .lian{ background:#e7eeff; padding:20px; color:#353535; line-height:30px; } .new_left{ float:left; width:250px; height:320px; } .new_right{ width:740px; float:right; background:#FFF; } .news_right{ border:1px solid #dddddd; padding-bottom:15px; } .title_g{ height:37px; background:url(../images/bj_k.gif) repeat-x; border-bottom:1px solid #ddd; line-height:37px; padding-left:25px; color:#676767; } .title_g a{ color:#676767; } .news_text{ padding:15px; } .news_text ul li{ height:35px; line-height:35px; border-bottom:1px dashed #dedede; } .news_text ul li a{ color:#000; float:left; } .news_text ul li span{ color:#666; float:right; } .title_c{ height:34px; background:url(../images/bj_f.gif) repeat-x; padding-left:15px; font-size:14px; color:#fff; line-height:34px; font-weight:bold; } .title_c span{ float:left; font-size:14px; color:#fff; font-weight:bold; } .title_c a{ float:right; padding-right:10px; color:#22385f; margin-top:10px; } .text0{ padding:20px; line-height:24px; color:#353535; } .text0 h1{ font-size:14px; text-align:center; line-height:35px; } .text0 p{ padding-top:10px; text-indent:20px; } .text_nw{ width:500px; } .text_nw li{ height:30px; line-height:30px; } .new_pic{ width:990px; } .new_pic dd{ width:318px; height:200px; float:left; margin-left:10px; margin-top:10px; } .new_pic dd img{ width:318px; height:200px; } .pm01_left{ width:250px; height:330px; border:1px solid #CCC; margin-top:15px; } .pm01_left img{ width:250px; height:330px; } .pm01_left_1{ width:250px; height:200px; border:1px solid #CCC; margin-top:15px; } .pm01_left_1 img{ width:250px; height:200px; } .pm_img{ width:990px; } .pm_img a{ width:470px; height:300px; float:left; margin-left:20px; margin-top:10px; margin-bottom:10px; } .pm_img a img{ width:470px; height:300px; border:1px solid #CCC; } .new_center p{ text-indent:25px; padding-left:25px; padding-right:25px; font-size:14px; margin-top:10px; line-height:25px; } h3{ text-align:center; font-size:20px; line-height:50px; } .mingling p{ margin:20px; line-height:30px; } .bk{ width:300px; height:30px; border:1px solid #CCC; } .bk1{ width:300px; height:150px; border:1px solid #CCC; } .anniu{ width:100px; height:40px; border:1px solid #CCC; } .media_list li{ width:280px; float: left; margin: 10px 25px; text-align: center; } .media_list li img{ width:280px; } .media_list li p{ text-align: center; line-height: 35px; } /*环境展示*/ .imgbox{ width:940px; padding:0 20px; white-space:nowrap; overflow:hidden; } .imgbox img{ width:402px; height:283px; padding:2px; } .imgbox a{margin-right:20px;}
0.156298
0.039527
.microsoft-login-button { display: block; margin: auto; margin-top: 10px; width: 250px; border-radius: 4px; padding: 5 7px; border: 1px solid #3b3a39; color: #3b3a39; background-color: white; text-decoration: none; text-align: center; } .microsoft-login-button:hover { text-decoration: none; color: #3b3a39; } .microsoft-login-button img { width: 35px; } .shadow-effect { transition: 0.3s } .shadow-effect:hover { -webkit-box-shadow: 0px 4px 15px -6px rgba(0,0,0,0.75); -moz-box-shadow: 0px 4px 15px -6px rgba(0,0,0,0.75); box-shadow: 0px 4px 15px -6px rgba(0,0,0,0.75); } /* Calendar Style */ .calendar { padding: 10px; } .calendar-table { margin: 10px; width: 100%; background-color: #f3f2f1; text-align: center; } .calendar-table thead { background-color: white; } .calendar-table .day { width: 100%; height: 100px; min-width: 100%; margin: 2px; border-radius: 5px; background-color: white; padding: 5px; cursor: pointer; } .calendar-table td { padding: 3px; } .current-day { border: 2px solid #0078d4; color: #0078d4; } .selected-day { border: 2px solid #004578; color: #004578; background: #c7e0f4 !important; } .day .day-event { font-size: 10px; padding: 5px; } @media (max-width: 900px) { .calendar-table .day { width: 100%; height: 50px; min-width: auto; } .day .day-event { display: none; } } /* Colors */ .red-orange { background: #da3b01; color: white; } .magenta { background: #881798; color: white; } .pink-red { background-color: #750b1c; color: white; } .yellow { background: #fce100; color: black; } .yellow-green { background: #8cbd18; color: black; } /* calendar day section */ .calendar-toolbar { background: #594AE2; color: white; } .toolbar-button { background: #594AE2; margin: 0px; padding: 5px 10px; text-align: center; vertical-align: middle; outline: none; font-size: 25px; font-weight: 100; color: white; border: none; } .toolbar-button:hover { background: rgb(59,41,221); } .toolbar-button:focus { border: none; outline: none; } /* Input Style */ .fluent-input { display: block; width: 100%; padding: 3 7px; margin: 10px 0; border: 1px solid #594AE2; } .fluent-input:focus { outline: none; border: 2px dashed #594AE2; } .card-content { padding: 10px; } .event { border-radius: 5px; margin: 10 5px; padding: 5px; } .card { margin: 10px; }
ui/wwwroot/assets/css/main.css
.microsoft-login-button { display: block; margin: auto; margin-top: 10px; width: 250px; border-radius: 4px; padding: 5 7px; border: 1px solid #3b3a39; color: #3b3a39; background-color: white; text-decoration: none; text-align: center; } .microsoft-login-button:hover { text-decoration: none; color: #3b3a39; } .microsoft-login-button img { width: 35px; } .shadow-effect { transition: 0.3s } .shadow-effect:hover { -webkit-box-shadow: 0px 4px 15px -6px rgba(0,0,0,0.75); -moz-box-shadow: 0px 4px 15px -6px rgba(0,0,0,0.75); box-shadow: 0px 4px 15px -6px rgba(0,0,0,0.75); } /* Calendar Style */ .calendar { padding: 10px; } .calendar-table { margin: 10px; width: 100%; background-color: #f3f2f1; text-align: center; } .calendar-table thead { background-color: white; } .calendar-table .day { width: 100%; height: 100px; min-width: 100%; margin: 2px; border-radius: 5px; background-color: white; padding: 5px; cursor: pointer; } .calendar-table td { padding: 3px; } .current-day { border: 2px solid #0078d4; color: #0078d4; } .selected-day { border: 2px solid #004578; color: #004578; background: #c7e0f4 !important; } .day .day-event { font-size: 10px; padding: 5px; } @media (max-width: 900px) { .calendar-table .day { width: 100%; height: 50px; min-width: auto; } .day .day-event { display: none; } } /* Colors */ .red-orange { background: #da3b01; color: white; } .magenta { background: #881798; color: white; } .pink-red { background-color: #750b1c; color: white; } .yellow { background: #fce100; color: black; } .yellow-green { background: #8cbd18; color: black; } /* calendar day section */ .calendar-toolbar { background: #594AE2; color: white; } .toolbar-button { background: #594AE2; margin: 0px; padding: 5px 10px; text-align: center; vertical-align: middle; outline: none; font-size: 25px; font-weight: 100; color: white; border: none; } .toolbar-button:hover { background: rgb(59,41,221); } .toolbar-button:focus { border: none; outline: none; } /* Input Style */ .fluent-input { display: block; width: 100%; padding: 3 7px; margin: 10px 0; border: 1px solid #594AE2; } .fluent-input:focus { outline: none; border: 2px dashed #594AE2; } .card-content { padding: 10px; } .event { border-radius: 5px; margin: 10 5px; padding: 5px; } .card { margin: 10px; }
0.525125
0.099996
* { box-sizing: border-box; padding: 0; margin: 0; } /*font color in the body throughout website*/ body { background-color: #d9dcd6; } /*top box, font and background*/ .header { padding: 20px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; background-color: #2a607c; color: #ffffff; } /*Company logo, first half*/ .header h1 { display: inline-block; font-size: 48px; } /*Company logo, second half*/ .header h1 .seo { color: #d9dcd6; } /*The navigation links font and position*/ .header nav { padding-top: 15px; margin-right: 20px; float: right; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 20px; } /*the navigation link list styling info*/ .header nav ul { list-style-type: none; } /*display porperties for the navigation links*/ .header nav ul li { display: inline-block; margin-left: 25px; } /* this is the font for the links in the navigation bar */ a { color: #ffffff; text-decoration: none; } /*text size for lettering */ p { font-size: 16px; } /*the cover picture*/ .hero { height: 800px; width: 100%; margin-bottom: 25px; background-image: url("../images/digital-marketing-meeting.jpg"); background-size: cover; background-position: center; } /*positional info for pictures in article 1 and 3*/ .float-left { float: left; margin-right: 25px; } /*positional info for picture in article 2*/ .float-right { float: right; margin-left: 25px; } /*box setup for main article boxes*/ .content { width: 75%; display: inline-block; margin-left: 20px; } /*first main article, box and font setup, top */ .search-engine-optimization { margin-bottom: 20px; padding: 50px; height: 300px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; } /*first main article picture*/ .search-engine-optimization img { max-height: 200px; } /*first main article header */ .search-engine-optimization h2 { margin-bottom: 20px; font-size: 36px; } /*second main article, box and font setup, middle*/ .online-reputation-management { margin-bottom: 20px; padding: 50px; height: 300px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; } /*second main article picture*/ .online-reputation-management img { max-height: 200px; } /*second main article header*/ .online-reputation-management h2 { margin-bottom: 20px; font-size: 36px; } /*third main article, box and font setup, bottom*/ .social-media-marketing { margin-bottom: 20px; padding: 50px; height: 300px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; } /*third main article picture*/ .social-media-marketing img { max-height: 200px; } /*third main article header*/ .social-media-marketing h2 { margin-bottom: 20px; font-size: 36px; } /*section box setup, where asides go*/ .benefits { margin-right: 20px; padding: 20px; clear: both; float: right; width: 20%; height: 100%; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #2589bd; } /*first aside box, top*/ .benefit-lead { margin-bottom: 32px; color: #ffffff; } /*first aside header, top */ .benefit-lead h3 { margin-bottom: 10px; text-align: center; } /*first aside image, top*/ .benefit-lead img { display: block; margin: 10px auto; max-width: 150px; } /*second aside box, middle*/ .benefit-brand { margin-bottom: 32px; color: #ffffff; } /*second aside header, middle*/ .benefit-brand h3 { margin-bottom: 10px; text-align: center; } /*second aside image, middle*/ .benefit-brand img { display: block; margin: 10px auto; max-width: 150px; } /*third aside box, bottom*/ .benefit-cost { margin-bottom: 32px; color: #ffffff; } /*third aside box, bottom*/ .benefit-cost h3 { margin-bottom: 10px; text-align: center; } /*third aside image, bottom*/ .benefit-cost img { display: block; margin: 10px auto; max-width: 150px; } /*footer setup*/ .footer { padding: 30px; clear: both; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; text-align: center; } /*footer header... the company text ahead of publication info*/ .footer h4 { font-size: 20px; }
assets/css/style.css
* { box-sizing: border-box; padding: 0; margin: 0; } /*font color in the body throughout website*/ body { background-color: #d9dcd6; } /*top box, font and background*/ .header { padding: 20px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; background-color: #2a607c; color: #ffffff; } /*Company logo, first half*/ .header h1 { display: inline-block; font-size: 48px; } /*Company logo, second half*/ .header h1 .seo { color: #d9dcd6; } /*The navigation links font and position*/ .header nav { padding-top: 15px; margin-right: 20px; float: right; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 20px; } /*the navigation link list styling info*/ .header nav ul { list-style-type: none; } /*display porperties for the navigation links*/ .header nav ul li { display: inline-block; margin-left: 25px; } /* this is the font for the links in the navigation bar */ a { color: #ffffff; text-decoration: none; } /*text size for lettering */ p { font-size: 16px; } /*the cover picture*/ .hero { height: 800px; width: 100%; margin-bottom: 25px; background-image: url("../images/digital-marketing-meeting.jpg"); background-size: cover; background-position: center; } /*positional info for pictures in article 1 and 3*/ .float-left { float: left; margin-right: 25px; } /*positional info for picture in article 2*/ .float-right { float: right; margin-left: 25px; } /*box setup for main article boxes*/ .content { width: 75%; display: inline-block; margin-left: 20px; } /*first main article, box and font setup, top */ .search-engine-optimization { margin-bottom: 20px; padding: 50px; height: 300px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; } /*first main article picture*/ .search-engine-optimization img { max-height: 200px; } /*first main article header */ .search-engine-optimization h2 { margin-bottom: 20px; font-size: 36px; } /*second main article, box and font setup, middle*/ .online-reputation-management { margin-bottom: 20px; padding: 50px; height: 300px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; } /*second main article picture*/ .online-reputation-management img { max-height: 200px; } /*second main article header*/ .online-reputation-management h2 { margin-bottom: 20px; font-size: 36px; } /*third main article, box and font setup, bottom*/ .social-media-marketing { margin-bottom: 20px; padding: 50px; height: 300px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; } /*third main article picture*/ .social-media-marketing img { max-height: 200px; } /*third main article header*/ .social-media-marketing h2 { margin-bottom: 20px; font-size: 36px; } /*section box setup, where asides go*/ .benefits { margin-right: 20px; padding: 20px; clear: both; float: right; width: 20%; height: 100%; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #2589bd; } /*first aside box, top*/ .benefit-lead { margin-bottom: 32px; color: #ffffff; } /*first aside header, top */ .benefit-lead h3 { margin-bottom: 10px; text-align: center; } /*first aside image, top*/ .benefit-lead img { display: block; margin: 10px auto; max-width: 150px; } /*second aside box, middle*/ .benefit-brand { margin-bottom: 32px; color: #ffffff; } /*second aside header, middle*/ .benefit-brand h3 { margin-bottom: 10px; text-align: center; } /*second aside image, middle*/ .benefit-brand img { display: block; margin: 10px auto; max-width: 150px; } /*third aside box, bottom*/ .benefit-cost { margin-bottom: 32px; color: #ffffff; } /*third aside box, bottom*/ .benefit-cost h3 { margin-bottom: 10px; text-align: center; } /*third aside image, bottom*/ .benefit-cost img { display: block; margin: 10px auto; max-width: 150px; } /*footer setup*/ .footer { padding: 30px; clear: both; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; text-align: center; } /*footer header... the company text ahead of publication info*/ .footer h4 { font-size: 20px; }
0.314051
0.112551
.notifications { box-shadow: none; } /* line 27, ../../app/assets/stylesheets/fresh/_mixins.css.sass */ a.shadow-link, .timer-container, header.main .score, header.main .notify { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } /* line 37, ../../app/assets/stylesheets/fresh/_mixins.css.sass */ a:hover .item-container:not(.is-glowing-link) { background-color: #1d1e1e; box-shadow: none; } /* line 41, ../../app/assets/stylesheets/fresh/_mixins.css.sass */ .timer-container, .label-container, .item-container, .icon-container, section.user-profile { background: rgba(0, 0, 0, 0.4); height: 50px; overflow: hidden; } /* line 51, ../../app/assets/stylesheets/fresh/_mixins.css.sass */ .clear, .items-list, .items-list .list-item { *zoom: 1; } /* line 18, ../../../gems/gems/bourbon-3.0.1/app/assets/stylesheets/addons/_clearfix.scss */ .clear:before, .items-list:before, .items-list .list-item:before, .clear:after, .items-list:after, .items-list .list-item:after { content: " "; display: table; } /* line 23, ../../../gems/gems/bourbon-3.0.1/app/assets/stylesheets/addons/_clearfix.scss */ .clear:after, .items-list:after, .items-list .list-item:after { clear: both; } /* Requires: normalize.css */ /* Global Reset & Standards ---------------------- */ /* line 5, ../../app/assets/stylesheets/foundation/common/_globals.scss */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 6, ../../app/assets/stylesheets/foundation/common/_globals.scss */ html { font-size: 62.5%; } /* line 7, ../../app/assets/stylesheets/foundation/common/_globals.scss */ body { font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; font-size: 14px; line-height: 1.5em; position: relative; -webkit-font-smoothing: antialiased; } /* Links ---------------------- */ /* line 11, ../../app/assets/stylesheets/foundation/common/_globals.scss */ a { color: silver; text-decoration: none; line-height: inherit; } /* line 12, ../../app/assets/stylesheets/foundation/common/_globals.scss */ a:hover { color: #b3b3b3; } /* line 13, ../../app/assets/stylesheets/foundation/common/_globals.scss */ a:focus { color: silver; outline: none; } /* line 14, ../../app/assets/stylesheets/foundation/common/_globals.scss */ p a, p a:visited { line-height: inherit; } /* Misc ---------------------- */ /* line 19, ../../app/assets/stylesheets/foundation/common/_globals.scss */ .highlight { background: #ffff99; } /* line 21, ../../app/assets/stylesheets/foundation/common/_globals.scss */ #googlemap img, object, embed { max-width: none; } /* line 23, ../../app/assets/stylesheets/foundation/common/_globals.scss */ #map_canvas embed { max-width: none; } /* line 24, ../../app/assets/stylesheets/foundation/common/_globals.scss */ #map_canvas img { max-width: none; } /* line 25, ../../app/assets/stylesheets/foundation/common/_globals.scss */ #map_canvas object { max-width: none; } /* Reset for strange margins by default on <figure> elements */ /* line 28, ../../app/assets/stylesheets/foundation/common/_globals.scss */ figure { margin: 0; } /* Base Type Styles Using Modular Scale ---------------------- */ /* line 3, ../../app/assets/stylesheets/foundation/common/_typography.scss */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; } /* line 10, ../../app/assets/stylesheets/foundation/common/_typography.scss */ p { font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; font-weight: normal; font-size: 14px; line-height: 1.6; margin-bottom: 16px; } /* line 11, ../../app/assets/stylesheets/foundation/common/_typography.scss */ p.lead { font-size: 16px; line-height: 1.6; margin-bottom: 16px; } /* line 13, ../../app/assets/stylesheets/foundation/common/_typography.scss */ aside p { font-size: 13px; line-height: 1.35; font-style: italic; } /* line 15, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h1, h2, h3, h4, h5, h6 { font-family: "Lato", "Helvetica Neue", "Helvetica", Arial; font-weight: normal; text-rendering: optimizeLegibility; line-height: 1.4; margin-bottom: 14px; margin-top: 14px; } /* line 23, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; line-height: 0; } /* line 25, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .inverted-theme h1, .inverted-theme h2, .inverted-theme h3, .inverted-theme h4, .inverted-theme h5, .inverted-theme h6 { color: #4b4b4b; } /* line 28, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .inverted-theme h1 small, .inverted-theme h2 small, .inverted-theme h3 small, .inverted-theme h4 small, .inverted-theme h5 small, .inverted-theme h6 small { color: #656565; } /* line 33, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 { color: #efefef; } /* line 36, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .dark-theme h1 small, .dark-theme h2 small, .dark-theme h3 small, .dark-theme h4 small, .dark-theme h5 small, .dark-theme h6 small { color: white; } /* line 42, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h1 { font-size: 21px; font-weight: bold; } /* line 43, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h2 { font-size: 20px; } /* line 44, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h3 { font-size: 18px; } /* line 45, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h4 { font-size: 16px; font-weight: bold; } /* line 46, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h5 { font-size: 16px; } /* line 47, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h6 { font-size: 15px; } /* line 50, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .subheader { line-height: 1.3; font-weight: 300; margin-bottom: 16px; } /* line 52, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .inverted-theme .subheader { color: #656565; } /* line 55, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .dark-theme .subheader { color: white; } /* line 60, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .indent, .index-one { margin-left: 15px; } /* line 61, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .index-two { margin-left: 30px; } /* line 62, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .index-three { margin-left: 45px; } /* line 64, ../../app/assets/stylesheets/foundation/common/_typography.scss */ em, i { font-style: italic; line-height: inherit; } /* line 65, ../../app/assets/stylesheets/foundation/common/_typography.scss */ strong, b { font-weight: bold; line-height: inherit; } /* line 66, ../../app/assets/stylesheets/foundation/common/_typography.scss */ small { font-size: 60%; line-height: inherit; } /* line 67, ../../app/assets/stylesheets/foundation/common/_typography.scss */ code { font-weight: bold; background: #ffff99; } /* Lists ---------------------- */ /* line 70, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul, ol { font-size: 14px; line-height: 1.6; margin-bottom: 16px; list-style-position: inside; } /* line 73, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; } /* line 75, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.square, ul.circle, ul.disc { margin-left: 16px; } /* line 76, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.square { list-style-type: square; } /* line 77, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.square li ul { list-style: inherit; } /* line 79, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.circle { list-style-type: circle; } /* line 80, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.circle li ul { list-style: inherit; } /* line 82, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.disc { list-style-type: disc; } /* line 83, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.disc li ul { list-style: inherit; } /* line 85, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.no-bullet { list-style: none; } /* line 86, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.large li { line-height: 21px; } /* line 90, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; } /* Blockquotes ---------------------- */ /* line 95, ../../app/assets/stylesheets/foundation/common/_typography.scss */ blockquote, blockquote p { line-height: 1.5; } /* line 96, ../../app/assets/stylesheets/foundation/common/_typography.scss */ blockquote { margin: 0 0 16px; padding: 0 20px 0 19px; border-left: 3px solid #c9c9c9; } /* line 97, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .inverted-theme blockquote { border-color: rgba(226, 226, 226, 0.6); } /* line 98, ../../app/assets/stylesheets/foundation/common/_typography.scss */ blockquote cite { display: block; font-size: 13px; } /* line 99, ../../app/assets/stylesheets/foundation/common/_typography.scss */ blockquote cite:before { content: "\2014 \0020"; } /* line 103, ../../app/assets/stylesheets/foundation/common/_typography.scss */ abbr, acronym { text-transform: uppercase; font-size: 90%; } /* line 104, ../../app/assets/stylesheets/foundation/common/_typography.scss */ abbr { text-transform: none; } /* * Print styles. * * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ * Credit to <NAME> and HTML5 Boilerplate (html5boilerplate.com) */ /* line 112, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .print-only { display: none !important; } @media print { /* line 114, ../../app/assets/stylesheets/foundation/common/_typography.scss */ * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */ /* line 115, ../../app/assets/stylesheets/foundation/common/_typography.scss */ a, a:visited { text-decoration: underline; } /* line 116, ../../app/assets/stylesheets/foundation/common/_typography.scss */ a[href]:after { content: " (" attr(href) ")"; } /* line 117, ../../app/assets/stylesheets/foundation/common/_typography.scss */ abbr[title]:after { content: " (" attr(title) ")"; } /* line 118, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */ /* line 119, ../../app/assets/stylesheets/foundation/common/_typography.scss */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* line 120, ../../app/assets/stylesheets/foundation/common/_typography.scss */ thead { display: table-header-group; } /* h5bp.com/t */ /* line 121, ../../app/assets/stylesheets/foundation/common/_typography.scss */ tr, img { page-break-inside: avoid; } /* line 122, ../../app/assets/stylesheets/foundation/common/_typography.scss */ img { max-width: 100% !important; } @page { margin: 0.5cm; } /* line 124, ../../app/assets/stylesheets/foundation/common/_typography.scss */ p, h2, h3 { orphans: 3; widows: 3; } /* line 125, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h2, h3 { page-break-after: avoid; } /* line 126, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .hide-on-print { display: none !important; } /* line 127, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .print-only { display: block !important; } } /* line 6, ../../app/assets/stylesheets/foundation/common/_base.scss */ a { cursor: pointer; } /* The Grid ---------------------- */ /* line 3, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row { width: 1000px; max-width: 100%; min-width: 768px; margin: 0 auto; } /* line 4, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; } /* line 7, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row.collapse .column, .row.collapse .columns { padding: 0; } /* line 9, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; } /* line 10, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .row.collapse { margin: 0; } /* line 21, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .flex-container { margin: 15px; width: 100%; } /* line 23, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; } /* line 24, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .column.centered, .columns.centered { float: none; margin: 0 auto; } /* line 27, ../../app/assets/stylesheets/foundation/components/_grid.scss */ [class^="column"] + [class^="column"]:last-child { float: right; } /* line 28, ../../app/assets/stylesheets/foundation/components/_grid.scss */ [class^="column"] + [class^="column"].end { float: left; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .one, .row .one { width: 8.33333%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .two, .row .two { width: 16.66667%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .three, .row .three { width: 25%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .four, .row .four { width: 33.33333%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .five, .row .five { width: 41.66667%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .six, .row .six { width: 50%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .seven, .row .seven { width: 58.33333%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .eight, .row .eight { width: 66.66667%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .nine, .row .nine { width: 75%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .ten, .row .ten { width: 83.33333%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .eleven, .row .eleven { width: 91.66667%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .twelve, .row .twelve { width: 100%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-one { margin-left: 8.33333%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-two { margin-left: 16.66667%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-three { margin-left: 25%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-four { margin-left: 33.33333%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-five { margin-left: 41.66667%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-six { margin-left: 50%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-seven { margin-left: 58.33333%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-eight { margin-left: 66.66667%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-nine { margin-left: 75%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-ten { margin-left: 83.33333%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-two { left: 16.66667%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-two { right: 16.66667%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-three { left: 25%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-three { right: 25%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-four { left: 33.33333%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-four { right: 33.33333%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-five { left: 41.66667%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-five { right: 41.66667%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-six { left: 50%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-six { right: 50%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-seven { left: 58.33333%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-seven { right: 58.33333%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-eight { left: 66.66667%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-eight { right: 66.66667%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-nine { left: 75%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-nine { right: 75%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-ten { left: 83.33333%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-ten { right: 83.33333%; } /* line 55, ../../app/assets/stylesheets/foundation/components/_grid.scss */ img, object, embed { max-width: 100%; height: auto; } /* line 56, ../../app/assets/stylesheets/foundation/components/_grid.scss */ object, embed { height: 100%; } /* line 57, ../../app/assets/stylesheets/foundation/components/_grid.scss */ img { -ms-interpolation-mode: bicubic; } /* line 58, ../../app/assets/stylesheets/foundation/components/_grid.scss */ #map_canvas img, .map_canvas img { max-width: none !important; } /* Nicolas Gallagher's micro clearfix */ /* line 61, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row { *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .row:before, .row:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .row:after { clear: both; } /* Extended Framework ------------------------ */ /* line 64, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .flex-row { width: 100%; clear: both; } /* Mobile Grid and Overrides ---------------------- */ @media only screen and (max-width: 767px) { /* line 68, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive { /* Mobile 4-column Grid */ } /* line 70, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } /* line 72, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; } /* line 73, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .column, body.responsive .columns { width: auto !important; float: none; padding: 0; } /* line 74, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .column:last-child, body.responsive .columns:last-child { float: none; } /* line 75, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive [class*="column"] + [class*="column"]:last-child { float: none; } /* line 76, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .column:before, body.responsive .columns:before, body.responsive .column:after, body.responsive .columns:after { content: ""; display: table; } /* line 77, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .column:after, body.responsive .columns:after { clear: both; } /* line 80, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .offset-by-one, body.responsive .offset-by-two, body.responsive .offset-by-three, body.responsive .offset-by-four, body.responsive .offset-by-five, body.responsive .offset-by-six, body.responsive .offset-by-seven, body.responsive .offset-by-eight, body.responsive .offset-by-nine, body.responsive .offset-by-ten { margin-left: 0 !important; } /* line 81, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .push-two, body.responsive .push-three, body.responsive .push-four, body.responsive .push-five, body.responsive .push-six, body.responsive .push-seven, body.responsive .push-eight, body.responsive .push-nine, body.responsive .push-ten { left: auto; } /* line 82, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .pull-two, body.responsive .pull-three, body.responsive .pull-four, body.responsive .pull-five, body.responsive .pull-six, body.responsive .pull-seven, body.responsive .pull-eight, body.responsive .pull-nine, body.responsive .pull-ten { right: auto; } /* line 95, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; } /* line 96, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-one:last-child { float: right; } /* line 97, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-one.end { float: left; } /* line 100, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row.collapse .mobile-one { padding: 0; } /* line 95, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; } /* line 96, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-two:last-child { float: right; } /* line 97, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-two.end { float: left; } /* line 100, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row.collapse .mobile-two { padding: 0; } /* line 95, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; } /* line 96, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-three:last-child { float: right; } /* line 97, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-three.end { float: left; } /* line 100, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row.collapse .mobile-three { padding: 0; } /* line 95, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; } /* line 96, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-four:last-child { float: right; } /* line 97, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-four.end { float: left; } /* line 100, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row.collapse .mobile-four { padding: 0; } /* line 105, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .push-one-mobile { left: 25%; } /* line 106, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .pull-one-mobile { right: 25%; } /* line 105, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .push-two-mobile { left: 50%; } /* line 106, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .pull-two-mobile { right: 50%; } /* line 105, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .push-three-mobile { left: 75%; } /* line 106, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .pull-three-mobile { right: 75%; } } /* line 111, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .flex-box { display: flex; flex-wrap: wrap; } /* Requires globals.css */ /* line 4, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ div.nav-bar { height: 40px; margin-bottom: 15px; } /* line 5, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar { background: #131414; padding: 0; } /* line 6, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .inverted-theme .nav-bar { background: rgba(36, 36, 36, 0.8); } /* line 7, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .nav-bar { margin: 0; -webkit-box-shadow: none; box-shadow: none; } /* line 9, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li { float: left; display: block; position: relative; height: 39px; padding: 0; margin: 0; line-height: 36px; } /* line 11, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.active { background: #131414; } /* line 12, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.active > a { color: #ebebeb; cursor: default; } /* line 13, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.active:hover { background: #6795de; color: white; cursor: default; } /* line 16, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li:hover { background: #6795de; color: white; } /* line 17, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li:hover a { color: white; } /* line 20, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.is-hover-important:not(.active):hover { background: #b1361e; } /* line 22, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li ul { margin-bottom: 0; } /* line 23, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li .flyout { display: none; max-height: 400px; overflow-y: auto; } /* line 27, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; color: white; } /* line 28, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; } /* line 31, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; } /* line 33, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; } /* line 34, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; } /* line 38, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout:hover ul.flyout { display: block !important; } /* line 42, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.alert { background-color: #c05c48; } /* line 43, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.alert:hover { background-color: #c76d5b; } /* line 45, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.success { background-color: #5f8120; } /* line 46, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.success:hover { background-color: #6e9525; } /* line 48, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.notice { background-color: #2f7db7; } /* line 49, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.notice:hover { background-color: #358bcb; } /* line 52, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.warning { background-color: #c28222; } /* line 53, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.warning:hover { background-color: #d89126; } /* line 57, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > .alert-box { height: 100%; padding-top: 9px; } /* line 59, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; line-height: 2.8em; } /* line 60, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li > input { margin: 0 10px; } /* line 62, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical { height: auto; margin-top: 0; } /* line 64, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #454848; -webkit-box-shadow: none; box-shadow: none; } /* line 66, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; } /* line 67, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li .flyout { left: 100%; top: -1px; } /* line 68, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li .flyout.right { left: auto; right: 100%; } /* line 70, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li.active { border-right: solid 1px #1c62a2; } /* line 71, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li:last-child { border-bottom: solid 1px #454848; } /* line 75, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.round { border-radius: 8px; } /* line 76, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.round li:first-child { border-radius: 8px 0 0 8px; } /* line 77, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.round li:last-child { border-radius: 0 8px 8px 0; } @media only screen and (max-width: 767px) { /* line 80, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.round li:first-child, .nav-bar.round li:last-child { border-radius: 0; } } /* line 85, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout { background: #131414; padding: 15px; margin: 0; position: absolute; top: 39px; left: -1px; width: 250px; z-index: 40; /* remove margin on any first-child element */ /* remove margin on last element */ } /* line 86, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .inverted-theme .nav-bar .flyout { background: rgba(36, 36, 36, 0.8); } /* line 88, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout p { line-height: 1.2; font-size: 13px; } /* line 89, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout *:first-child { margin-top: 0; } /* line 90, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout *:last-child { margin-bottom: 0; } /* line 92, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-small { width: 166.66667px; } /* line 93, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-large { width: 312.5px; } /* line 94, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-huge { width: 437.5px; } /* line 96, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-right { left: auto; right: -2px; } /* line 97, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-left { right: auto; left: -2px; } /* line 98, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-up { top: auto; bottom: 39px; } /* line 101, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ ul.flyout, .nav-bar li ul { padding: 0; list-style: none; } /* line 104, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ ul.flyout li a, .nav-bar li ul li a { border: 0; color: #7ca4e3 !important; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; } /* line 105, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ ul.flyout li a:hover, .nav-bar li ul li a:hover { background-color: rgba(255, 255, 255, 0.125); } /* line 108, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ ul.flyout li.active a, .nav-bar li ul li.active a { background-color: #131414; color: #ebebeb !important; height: auto; margin: 0; position: static; top: 0; } /* Mobile Styles */ @media only screen and (max-device-width: 1280px) { /* line 118, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } } @media only screen and (max-width: 1279px) and (min-width: 768px) { /* line 122, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .touch .nav-bar li a { font-size: 13px; font-size: 1.3rem; } /* line 123, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .touch .nav-bar li.has-flyout > a.flyout-toggle { padding: 20px !important; } /* line 124, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } } @media only screen and (max-width: 767px) { /* line 130, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar { height: auto; } /* line 132, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li { float: none; display: block; border-right: none; } /* line 133, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li > a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; } /* line 134, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li:first-child > a.main { border-top: none; } /* line 135, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li.has-flyout > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; } /* line 136, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; } /* line 137, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li.has-flyout > a.flyout-toggle:hover span { border-top-color: #141414; } /* line 138, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar.vertical > li.has-flyout > .flyout { left: 0; } /* line 141, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px; } /* line 143, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .flyout.right { float: none; right: auto; left: -1px; } /* line 144, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .flyout.small, body.responsive .flyout.large { width: 100% !important; } /* line 145, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .flyout p:last-child { margin-bottom: 18px; } } /* line 9, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-open .tooltip { z-index: 13; } /* line 13, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; background-color: #131414; } /* line 15, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-backdrop.fade { opacity: 0; } /* line 19, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.8; } /* line 24, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal { position: fixed; top: 55%; left: 50%; z-index: 11; max-height: 500px; overflow: auto; width: 580px; margin: -250px 0 0 -280px; color: white; background-color: #131414; border: 1px solid rgba(255, 255, 255, 0.2); -webkit-background-clip: padding; -moz-background-clip: padding; background-clip: padding-box; } /* line 37, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal.fade { -webkit-transition: opacity .3s linear, top .3s ease-out; -moz-transition: opacity .3s linear, top .3s ease-out; -ms-transition: opacity .3s linear, top .3s ease-out; -o-transition: opacity .3s linear, top .3s ease-out; transition: opacity .3s linear, top .3s ease-out; top: -25%; } /* line 41, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal.fade.in { top: 50%; } /* line 44, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header { padding: 15px 0; margin: 5px 15px 0; border-bottom: 1px solid #383b3b; } /* line 45, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header h4 { float: left; color: white; margin: 0; width: 80%; line-height: 1.2em; } /* line 46, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header h4 i { position: relative; top: 1px; } /* line 49, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header .close { float: right; font-size: 16px -1; font-family: arial; line-height: 16px -1; } /* line 50, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header .close i { color: white; cursor: pointer; opacity: 0.7; } /* line 51, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header .close i:hover { color: #d9d9d9; } /* line 58, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-body { margin: 15px; *zoom: 1; font-size: 16px; line-height: 24px; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .modal-body:before, .modal-body:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .modal-body:after { clear: both; } /* line 60, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-body .modal-form { margin-bottom: 0; } /* line 65, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-footer { padding: 0; margin: 15px 15px 0; background-color: #131414; border-top: 1px solid #2c2e2e; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -ms-border-radius: 0 0 6px 6px; -o-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .modal-footer:before, .modal-footer:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .modal-footer:after { clear: both; } /* line 72, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-footer .form-actions { margin: 15px 0; } /* Requires: globals.css */ /* Table of Contents :: Visibility :: Alerts :: Labels :: Tooltips :: Accordion :: Side Nav :: Sub Nav :: Pagination :: Breadcrumbs :: Lists :: Link Lists :: Keystroke Chars :: Image Thumbnails :: Video :: Tables :: Microformats :: Progress Bars :: Score Box */ /* Visibility Classes ---------------------- */ /* line 29, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .touch .hide-for-touch { display: none !important; } /* Standard (large) display targeting */ /* line 37, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge { display: none !important; } /* line 44, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-xlarge, .show-for-large, .show-for-large-up, .hide-for-small, .hide-for-medium, .hide-for-medium-down { display: block !important; } /* Very large display targeting */ @media only screen and (min-width: 1441px) { /* line 53, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge { display: block !important; } /* line 60, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge { display: none !important; } } /* Medium display targeting */ @media only screen and (max-width: 1279px) and (min-width: 768px) { /* line 70, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: block !important; } /* line 77, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } } /* Small display targeting */ @media only screen and (max-width: 767px) { /* line 87, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: block !important; } /* line 94, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } } @media only screen and (max-width: 480px) { /* line 98, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-tiny { display: none !important; } } /* Orientation targeting */ /* line 103, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-landscape, .hide-for-portrait { display: block !important; } /* line 105, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-landscape, .show-for-portrait { display: none !important; } @media screen and (orientation: landscape) { /* line 109, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-landscape, .hide-for-portrait { display: block !important; } /* line 111, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-landscape, .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { /* line 116, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-portrait, .hide-for-landscape { display: block !important; } /* line 118, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-portrait, .show-for-landscape { display: none !important; } } /* Touch-enabled device targeting */ /* line 122, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-touch { display: none !important; } /* line 123, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-touch { display: block !important; } /* line 124, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .touch .show-for-touch { display: block !important; } /* line 125, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .touch .hide-for-touch { display: none !important; } /* Specific overrides for elements that require something other than display: block */ /* line 132, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium { display: table !important; } @media only screen and (max-width: 1279px) and (min-width: 768px) { /* line 138, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium { display: table !important; } } @media only screen and (max-width: 767px) { /* line 145, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small { display: table !important; } } /* Labels ---------------------- */ /* line 151, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label { padding: 4px 6px; font-size: 12px; font-weight: normal; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline-block; position: relative; bottom: 1px; color: #fff; background: #282828; } /* line 153, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.radius { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /* line 154, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.round { padding: 5px 10px; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 156, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.alert { background-color: #c05c48; } /* line 157, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.info { background-color: rgba(255, 255, 255, 0.25); } /* line 158, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.warning { background-color: #c28222; } /* line 159, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.notice { background-color: #2f7db7; } /* line 160, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.success { background-color: #5f8120; } /* line 161, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.secondary { background-color: #e9e9e9; color: #505050; } /* line 162, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.dark { background-color: #282828; } /* line 163, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.dark-tint { background-color: #392c48; } /* line 165, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.big { font-size: 16px; padding: 15px; } /* line 166, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.big.circle { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; min-width: 50px; padding: 1px 10px; height: 50px; display: inline-block; line-height: 48px; } /* line 171, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .tap-to-close { display: block; font-size: 10px; font-size: 1rem; color: #888888; font-weight: normal; } @media only screen and (max-width: 767px) { /* line 175, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ body.responsive .tooltip { font-size: 14px; font-size: 1.4rem; line-height: 1.4; padding: 7px 10px 9px 10px; } /* line 180, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ body.responsive .tooltip > .nub, body.responsive .tooltip.top > .nub, body.responsive .tooltip.left > .nub, body.responsive .tooltip.right > .nub { border-color: transparent transparent #131414 transparent; border-color: transparent transparent rgba(19, 20, 20, 0.85) transparent; top: -12px; left: 10px; } } /* Side Nav ---------------------- */ /* line 191, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.side-nav { display: block; list-style: none; margin: 0; padding: 16px 0; } /* line 193, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.side-nav li { display: block; list-style: none; margin: 0 0 7px 0; } /* line 195, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.side-nav li a { display: block; } /* line 196, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.side-nav li.active a { color: #5e6262; font-weight: bold; } /* line 197, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.side-nav li.divider { border-top: 1px solid #e6e6e6; height: 0; padding: 0; } /* Sub Navs http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na ---------------------- */ /* line 203, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ dl.sub-nav { display: block; width: auto; overflow: hidden; margin: -4px 0 18px; margin-right: 0; margin-left: -9px; padding-top: 4px; } /* line 205, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ dl.sub-nav dt, dl.sub-nav dd { float: left; display: inline; margin-left: 9px; margin-bottom: 10px; } /* line 206, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ dl.sub-nav dt { color: #999; font-weight: normal; } /* line 207, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ dl.sub-nav dd a { text-decoration: none; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 208, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ dl.sub-nav dd.active a { font-weight: bold; background: #237cce; color: #fff; padding: 3px 9px; cursor: default; } /* Pagination ---------------------- */ /* line 214, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination { display: block; height: 24px; margin-left: -5px; } /* line 216, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; } /* line 218, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li a { display: block; padding: 1px 7px 1px; color: #555; } /* line 219, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li:hover a, ul.pagination li a:focus { background: #e6e6e6; } /* line 220, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li.unavailable a { cursor: default; color: #999; } /* line 221, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { background: transparent; } /* line 222, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li.current a { background: #237cce; color: white; font-weight: bold; cursor: default; } /* line 223, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li.current a:hover { background: #237cce; } /* Breadcrumbs ---------------------- */ /* line 231, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs { display: block; background: #f6f6f6; padding: 6px 10px 7px; border: 1px solid #e9e9e9; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; overflow: hidden; } /* line 233, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li { margin: 0; padding: 0 12px 0 0; float: left; list-style: none; } /* line 235, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li a, ul.breadcrumbs li span { text-transform: uppercase; font-size: 11px; font-size: 1.1rem; padding-left: 12px; } /* line 236, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span { padding-left: 0; } /* line 239, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:before { content: "/"; color: #aaa; } /* line 240, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:first-child:before { content: " "; } /* line 241, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.current a { cursor: default; color: #333; } /* line 242, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus { text-decoration: underline; } /* line 243, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus { text-decoration: none; } /* line 245, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.unavailable a { color: #999; } /* line 246, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus { text-decoration: none; color: #999; cursor: default; } /* Link List */ /* line 252, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.link-list { margin: 0 0 16px -22px; padding: 0; list-style: none; overflow: hidden; } /* line 254, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.link-list li { list-style: none; float: left; margin-left: 22px; display: block; } /* line 256, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.link-list li a { display: block; } /* Keytroke Characters ---------------------- */ /* line 262, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .keystroke, kbd { font-family: "Consolas", "Menlo", "Courier", monospace; font-size: 13px; padding: 2px 4px 0px; margin: 0; background: #131414; border: solid 1px #282828; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /* Image Thumbnails ---------------------- */ /* line 265, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .th { display: block; } /* line 266, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .th img { display: block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition-property: box-shadow; -moz-transition-property: box-shadow; -ms-transition-property: box-shadow; -o-transition-property: box-shadow; transition-property: box-shadow; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; } /* line 268, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .th:hover img { -webkit-box-shadow: 0 0 6px 1px rgba(35, 124, 206, 0.5); box-shadow: 0 0 6px 1px rgba(35, 124, 206, 0.5); } /* line 273, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .has-avatar img, .has-avatar figure, .has-thumb img, .has-thumb figure { width: 1.75em; height: 1.75em; } /* line 274, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .has-avatar > img, .has-avatar > figure, .has-thumb > img, .has-thumb > figure { margin-right: 1em; } /* line 275, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .has-avatar figure, .has-thumb figure { display: inline; } /* line 276, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .has-avatar figure.radius, .has-thumb figure.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* line 277, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .has-avatar figure.round, .has-thumb figure.round { -webkit-border-radius: 40; -moz-border-radius: 40; -ms-border-radius: 40; -o-border-radius: 40; border-radius: 40; } /* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */ /* line 283, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; } /* line 291, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .flex-video.widescreen { padding-bottom: 57.25%; } /* line 292, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .flex-video.vimeo { padding-top: 0; } /* line 294, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { /* line 298, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .flex-video { padding-top: 0; } } /* Tables ---------------------- */ /* line 303, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 20px; padding: 0; border: 1px solid #ddd; } /* line 304, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted thead, table.formatted table tfoot { background: #f5f5f5; } /* line 309, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted thead tr th, table.formatted tfoot tr th, table.formatted tbody tr td, table.formatted tr td, table.formatted tfoot tr td { display: table-cell; font-size: 14px; line-height: 18px; text-align: left; } /* line 311, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted thead tr th, table.formatted tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; } /* line 312, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted thead tr th:first-child, table.formatted table tfoot tr td:first-child { border-left: none; } /* line 313, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted thead tr th:last-child, table.formatted table tfoot tr td:last-child { border-right: none; } /* line 317, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted tbody tr.even, table.formatted tbody tr.alt { background: #f9f9f9; } /* line 318, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted tbody tr:nth-child(even) { background: #f9f9f9; } /* line 319, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; } /* Progress Bar ---------------------- */ /* line 326, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress { padding: 2px; margin-bottom: 10px; border: 1px solid #cccccc; height: 25px; /* meter */ /* border radii */ } /* line 329, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress .meter { background: #237cce; height: 100%; display: block; width: 50%; } /* line 330, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.secondary .meter { background: #e9e9e9; } /* line 331, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.success .meter { background: #5f8120; } /* line 332, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.alert .meter { background: #c05c48; } /* line 335, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.radius { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /* line 336, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.radius .meter { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } /* line 338, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 339, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.round .meter { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* Score Box ------------------------------- */ /* line 379, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .score-box .row { margin-bottom: 10px; } /* line 380, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .score-box .value .label { float: right; } /* Seam ------------------------------------- */ /* line 385, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .seam { clear: both; display: block; height: 0px; border-top: 1px solid rgba(19, 20, 20, 0.12); border-bottom: 1px solid rgba(255, 255, 255, 0.15); margin: 14px 0; } /* base foundicon styles */ /* line 34, ../../app/assets/stylesheets/foundation/fonts/_base.scss */ i { font-weight: normal !important; } /* line 35, ../../app/assets/stylesheets/foundation/fonts/_base.scss */ a i, span i, button i { position: relative; top: 1px; margin-right: 5px; font-size: 0.9em; } /* line 36, ../../app/assets/stylesheets/foundation/fonts/_base.scss */ .medium i { margin-left: -3px; margin-right: 6px; } /* line 37, ../../app/assets/stylesheets/foundation/fonts/_base.scss */ .large i { margin-left: -4px; margin-right: 8px; } @font-face { font-family: "ico-moon"; src: url(/assets/icomoon-2d506a3f032aba598bf2522b2787865e.eot); src: url(/assets/icomoon.eot?#iefix) format("embedded-opentype"), url(/assets/icomoon-205d35857b08642239a85f9f2d02d0d9.woff) format("woff"), url(/assets/icomoon-9c183e79bfb6e94a1b966221bdca5bd5.ttf) format("truetype"), url(/assets/icomoon.svg#ico-moon) format("svg"); font-weight: 400; font-style: 400; } /* Use the following CSS code if you want to use data attributes for inserting your icons */ /* line 4, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ [data-icon]:before { font-family: 'ico-moon'; content: attr(data-icon); speak: none; font-weight: normal; line-height: 1; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; } /* Use the following CSS code if you want to have a class per icon */ /* line 15, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ [class^="icon-moon-"]:before, [class*=" icon-moon-"]:before { font-family: 'ico-moon'; font-style: normal; speak: none; font-weight: normal; line-height: 1; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; } /* line 25, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ i[class^="icon-moon-"] { margin-right: 5px; font-size: 1em; } /* line 34, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-duplicate_runs:before { content: "\e916"; } /* line 37, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-streaming:before { content: "\e917"; } /* line 40, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-user_profile:before { content: "\e912"; } /* line 43, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-ad_free:before { content: "\e913"; } /* line 46, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-compare_solutions:before { content: "\e914"; } /* line 49, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-premium_cloud:before { content: "\e915"; } /* line 52, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-early_access:before { content: "\e918"; } /* line 55, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-red-badge:before { content: "\e90f"; } /* line 58, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-tshirt:before { content: "\e911"; } /* line 61, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-progress:before { content: "\e919"; } /* line 64, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-contribution:before { content: "\e91a"; } /* line 67, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-racket:before { content: "\e646"; } /* line 70, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-streak:before { content: "\e909"; } /* line 73, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-honor:before { content: "\e910"; } /* line 76, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sql:before { content: "\e90d"; } /* line 79, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-kotlin:before { content: "\e902"; } /* line 82, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-crystal:before { content: "\e90c"; } /* line 85, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-routine:before { content: "\e90e"; } /* line 88, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-bell:before { content: "\e90b"; } /* line 91, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-book:before { content: "\e900"; } /* line 94, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-flow:before { content: "\e901"; } /* line 97, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-ranks2:before { content: "\e903"; } /* line 100, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-terminal:before { content: "\e904"; } /* line 103, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-flag:before { content: "\e000"; } /* line 106, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-reply:before { content: "\e002"; } /* line 109, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-new:before { content: "\e004"; } /* line 112, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-trash:before { content: "\e006"; } /* line 115, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-preview:before { content: "\e007"; } /* line 118, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-play:before { content: "\e009"; } /* line 121, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-radio-on:before { content: "\e00a"; } /* line 124, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-radio-off:before { content: "\e00b"; } /* line 127, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-facebook:before { content: "\e00c"; } /* line 130, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-settings:before { content: "\e00e"; } /* line 133, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-twitter:before { content: "\e00f"; } /* line 136, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-unchecked:before { content: "\e012"; } /* line 139, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-checked:before { content: "\e013"; } /* line 142, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-next:before { content: "\e015"; } /* line 145, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-rank_up:before { content: "\e019"; } /* line 148, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-send:before { content: "\e01a"; } /* line 151, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-unpublish:before { content: "\e01b"; } /* line 154, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-layout:before { content: "\e022"; } /* line 157, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-reference:before { content: "\e023"; } /* line 160, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-shuffle:before { content: "\e026"; } /* line 163, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-layout-2:before { content: "\e028"; } /* line 166, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-refresh:before { content: "\e038"; } /* line 169, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-check:before { content: "\e040"; } /* line 172, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-circle-check:before { content: "\e041"; } /* line 175, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-x:before { content: "\e042"; } /* line 178, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-circle-x:before { content: "\e043"; } /* line 181, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-database:before { content: "\e04d"; } /* line 184, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-algorithm:before { content: "\e04e"; } /* line 187, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-envelope:before { content: "\e04f"; } /* line 190, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-cone:before { content: "\e052"; } /* line 193, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-edit:before { content: "\e053"; } /* line 196, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-unlock:before { content: "\e055"; } /* line 199, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-lock:before { content: "\e056"; } /* line 202, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-megaphone:before { content: "\e057"; } /* line 205, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-help:before { content: "\e05a"; } /* line 208, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-warning:before { content: "\e05b"; } /* line 211, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-info:before { content: "\e05c"; } /* line 214, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-user:before { content: "\e060"; } /* line 217, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-users:before { content: "\e061"; } /* line 220, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-tag:before { content: "\e063"; } /* line 223, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-timer:before { content: "\e068"; } /* line 226, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-lab:before { content: "\e069"; } /* line 229, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-publish:before { content: "\e06d"; } /* line 232, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-ruby:before { content: "\e06e"; } /* line 235, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-python:before { content: "\e06f"; } /* line 238, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-coffeescript:before { content: "\e075"; } /* line 241, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-github:before { content: "\e07a"; } /* line 244, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-expand:before { content: "\e07c"; } /* line 247, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-collapse:before { content: "\e07d"; } /* line 250, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-share:before { content: "\e600"; } /* line 253, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-r:before { content: "\e601"; } /* line 256, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-issue:before { content: "\e602"; } /* line 259, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sort:before { content: "\e603"; } /* line 262, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-merge2:before { content: "\e604"; } /* line 265, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-search:before { content: "\e605"; } /* line 268, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-filter:before { content: "\e606"; } /* line 271, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sort-asc:before { content: "\e607"; } /* line 274, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sort-desc:before { content: "\e608"; } /* line 277, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-world:before { content: "\e609"; } /* line 280, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-bullseye:before { content: "\e60a"; } /* line 283, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sun:before { content: "\e60b"; } /* line 286, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-chevron-sign-up:before { content: "\e60c"; } /* line 289, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-chevron-sign-down:before { content: "\e60d"; } /* line 292, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-php:before { content: "\e60e"; } /* line 295, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-clojure:before { content: "\e60f"; } /* line 298, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-groovy:before { content: "\e610"; } /* line 301, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-csharp:before { content: "\e611"; } /* line 304, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-c-lang:before { content: "\e612"; } /* line 307, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-cplusplus:before { content: "\e613"; } /* line 310, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-objc:before { content: "\e614"; } /* line 313, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-java:before { content: "\e615"; } /* line 316, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-lua:before { content: "\e616"; } /* line 319, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-lisp:before { content: "\e617"; } /* line 322, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-scala:before { content: "\e618"; } /* line 325, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-haskell:before { content: "\e619"; } /* line 328, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-octave:before { content: "\e61a"; } /* line 331, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-erlang:before { content: "\e61b"; } /* line 334, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-perl:before { content: "\e61c"; } /* line 337, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-html5:before { content: "\e61d"; } /* line 340, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-moon:before { content: "\e61e"; } /* line 343, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-catalog:before { content: "\e61f"; } /* line 346, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-list:before { content: "\e620"; } /* line 349, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-star-empty:before { content: "\e621"; } /* line 352, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-star:before { content: "\e622"; } /* line 355, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-history:before { content: "\e623"; } /* line 358, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-down:before { content: "\e624"; } /* line 361, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-up:before { content: "\e625"; } /* line 364, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-trophy:before { content: "\e626"; } /* line 367, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-forum:before { content: "\e627"; } /* line 370, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-clan:before { content: "\e628"; } /* line 373, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-pulse:before { content: "\e629"; } /* line 376, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-compass:before { content: "\e62a"; } /* line 379, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-julia:before { content: "\e62b"; } /* line 382, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-ancestors:before { content: "\e62c"; } /* line 385, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-question:before { content: "\e62d"; } /* line 388, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-enhancement:before { content: "\e62e"; } /* line 391, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-calendar:before { content: "\e62f"; } /* line 394, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-rss:before { content: "\e630"; } /* line 397, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-quill:before { content: "\e631"; } /* line 400, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-swift:before { content: "\e632"; } /* line 403, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-document:before { content: "\e633"; } /* line 406, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-tdd:before { content: "\e634"; } /* line 409, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-test_results:before { content: "\e635"; } /* line 412, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-secret:before { content: "\e636"; } /* line 415, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-branches:before { content: "\e637"; } /* line 418, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-begin:before { content: "\e638"; } /* line 421, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-rust:before { content: "\e639"; } /* line 424, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sass:before { content: "\e63b"; } /* line 427, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-bash:before { content: "\e63c"; } /* line 430, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-ocaml:before { content: "\e63d"; } /* line 433, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-d:before { content: "\e63e"; } /* line 436, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-fsharp:before { content: "\e63f"; } /* line 439, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-javascript:before { content: "\e640"; } /* line 442, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-typescript:before { content: "\e641"; } /* line 445, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-rubix:before { content: "\e642"; } /* line 448, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-innovate:before { content: "\e643"; } /* line 451, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-code:before { content: "\e644"; } /* line 454, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-translation:before { content: "\e645"; } /* line 457, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-go-lang:before { content: "\e647"; } /* line 460, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-plus:before { content: "\e648"; } /* line 463, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-css3:before { content: "\e649"; } /* line 466, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-description:before { content: "\e64b"; } /* line 469, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-apps:before { content: "\e64c"; } /* line 472, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-prolog:before { content: "\e64d"; } /* line 475, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-reddit:before { content: "\e64e"; } /* line 478, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-follow:before { content: "\e64f"; } /* line 481, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-redis:before { content: "\e66d"; } /* line 484, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-open-source:before { content: "\e671"; } /* line 487, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-elixir:before { content: "\e905"; } /* line 490, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-dart:before { content: "\e906"; } /* line 493, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-collection:before { content: "\e907"; } /* line 496, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-guage:before { content: "\e908"; } /* line 499, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-satisfaction:before { content: "\e90a"; } /* line 502, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-forked:before { content: "\f002"; } /* line 505, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-table:before { content: "\f00b"; } /* line 508, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-commit:before { content: "\f01f"; } /* line 511, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-branch:before { content: "\f020"; } /* line 514, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-merge:before { content: "\f023"; } /* line 517, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-unfold:before { content: "\f039"; } /* line 520, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-error:before { content: "\f04a"; } /* line 523, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-diff:before { content: "\f04d"; } /* line 526, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-versions:before { content: "\f064"; } /* line 529, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-comments:before { content: "\f086"; } /* line 532, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-bug:before { content: "\f091"; } /* line 535, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-compare:before { content: "\f0ac"; } /* line 538, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-puzzle:before { content: "\f0c0"; } /* line 541, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-comments-alt:before { content: "\f0e6"; } /* line 544, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-power:before { content: "\f11d"; } /* line 547, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-happy:before { content: "\f13c"; } /* line 550, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sad:before { content: "\f13d"; } /* line 553, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-blankstare:before { content: "\f13e"; } /* line 556, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-bookmark:before { content: "\f143"; } /* line 559, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-plugin:before { content: "\f370"; } /* line 2, ../../app/assets/stylesheets/foundation/_utils.scss */ .left { float: left; } @media only screen and (max-width: 767px) { /* line 2, ../../app/assets/stylesheets/foundation/_utils.scss */ .left { float: none; } } /* line 5, ../../app/assets/stylesheets/foundation/_utils.scss */ .right { float: right; } @media only screen and (max-width: 767px) { /* line 5, ../../app/assets/stylesheets/foundation/_utils.scss */ .right { float: none; } } /* line 8, ../../app/assets/stylesheets/foundation/_utils.scss */ .text-left { text-align: left; } /* line 9, ../../app/assets/stylesheets/foundation/_utils.scss */ .text-right { text-align: right; } /* line 10, ../../app/assets/stylesheets/foundation/_utils.scss */ .text-center { text-align: center; } /* line 13, ../../app/assets/stylesheets/foundation/_utils.scss */ .show { display: block; } /* line 16, ../../app/assets/stylesheets/foundation/_utils.scss */ .invisible { visibility: hidden; } /* line 20, ../../app/assets/stylesheets/foundation/_utils.scss */ .hide, div.hide, span.hide, section.hide { display: none; } @-webkit-keyframes spin { /* line 15, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 17, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spin { /* line 15, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 17, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes spin { /* line 15, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 17, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { /* line 15, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 17, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes revspin { /* line 21, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 23, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } @-moz-keyframes revspin { /* line 21, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 23, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } @-ms-keyframes revspin { /* line 21, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 23, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } @keyframes revspin { /* line 21, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 23, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } /* line 1, ../../app/assets/stylesheets/fresh/_base.css.sass */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 12, ../../app/assets/stylesheets/fresh/_base.css.sass */ body { height: 100%; padding-top: 65px; -moz-osx-font-smoothing: grayscale; } /* line 17, ../../app/assets/stylesheets/fresh/_base.css.sass */ body.no-header { padding-top: 0; } /* line 20, ../../app/assets/stylesheets/fresh/_base.css.sass */ body.dark-theme { background-color: #303133; background-attachment: fixed; color: #efefef; } /* line 9, ../../app/assets/stylesheets/fresh/_base.css.sass */ body.dark-theme.is-silk { background-image: -webkit-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -moz-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -ms-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -o-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); } /* line 24, ../../app/assets/stylesheets/fresh/_base.css.sass */ body.dark-theme.purple-sub-theme { background-image: -webkit-radial-gradient(center, circle cover, #43415b 0%, #2c283c 100%); background-image: -moz-radial-gradient(center, circle cover, #43415b 0%, #2c283c 100%); background-image: -ms-radial-gradient(center, circle cover, #43415b 0%, #2c283c 100%); background-image: -o-radial-gradient(center, circle cover, #43415b 0%, #2c283c 100%); background-image: radial-gradient(center, circle cover, #43415b 0%, #2c283c 100%); } /* line 28, ../../app/assets/stylesheets/fresh/_base.css.sass */ body.inverted-theme { color: #6c6c6c; background-color: #f3f3f3; } /* line 32, ../../app/assets/stylesheets/fresh/_base.css.sass */ html { height: 100%; } /* line 36, ../../app/assets/stylesheets/fresh/_base.css.sass */ html.has-full-screen-control { overflow-y: hidden; } /* line 54, ../../app/assets/stylesheets/fresh/_base.css.sass */ a { cursor: pointer; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; text-decoration: none; } /* line 58, ../../app/assets/stylesheets/fresh/_base.css.sass */ .dark-theme a { color: silver; } /* line 61, ../../app/assets/stylesheets/fresh/_base.css.sass */ a:hover { color: #6795de; } /* line 64, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme a { color: #555555; } /* line 67, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme a:hover { color: #2889cc; } /* line 71, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-loud, a.is-alt { color: #6795de; } /* line 74, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-loud:hover, a.is-alt:hover { color: #7ca4e3; } /* line 77, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme a.is-loud, .inverted-theme a.is-alt { color: #2889cc; } /* line 80, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme a.is-loud:hover, .inverted-theme a.is-alt:hover { color: #3696d8; } /* line 83, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-underlined { color: inherit; text-decoration: underline; } /* line 87, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-red-text { color: #bb432c; } /* line 89, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-red-text:hover { color: #6795de; } /* line 92, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-white-text { color: white; } /* line 94, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-white-text:hover { color: #6795de; } /* line 99, ../../app/assets/stylesheets/fresh/_base.css.sass */ .is-active > a { color: #ebebeb; cursor: default; } /* line 44, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme .is-active > a { color: #4b4b4b; } /* line 47, ../../app/assets/stylesheets/fresh/_base.css.sass */ .use-alt-active-color .is-active > a { color: #bb432c; } /* line 102, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-active { color: #ebebeb; cursor: default; } /* line 44, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme a.is-active { color: #4b4b4b; } /* line 47, ../../app/assets/stylesheets/fresh/_base.css.sass */ .use-alt-active-color a.is-active { color: #bb432c; } /* line 105, ../../app/assets/stylesheets/fresh/_base.css.sass */ .has-bold-active-links > a.is-active { font-weight: bold; } /* line 108, ../../app/assets/stylesheets/fresh/_base.css.sass */ .is-disabled a { color: #7d7d7d; cursor: default; } /* line 111, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-disabled { color: #7d7d7d; cursor: default; } /* line 114, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.has-error { color: #c05c48; } /* line 117, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-hover-important:hover { color: #b1361e !important; } /* line 120, ../../app/assets/stylesheets/fresh/_base.css.sass */ ul li ul { margin: 0; border-left: 0; } /* line 124, ../../app/assets/stylesheets/fresh/_base.css.sass */ template { display: none !important; } /* line 127, ../../app/assets/stylesheets/fresh/_base.css.sass */ hr { background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -ms-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-position: center center; background-repeat: no-repeat; background-size: 100% 1px; border-color: transparent; } /* line 131, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme hr { background-image: -webkit-linear-gradient(left, transparent, rgba(201, 201, 201, 0.6) 20%, rgba(201, 201, 201, 0.6) 80%, transparent); background-image: -moz-linear-gradient(left, transparent, rgba(201, 201, 201, 0.6) 20%, rgba(201, 201, 201, 0.6) 80%, transparent); background-image: -ms-linear-gradient(left, transparent, rgba(201, 201, 201, 0.6) 20%, rgba(201, 201, 201, 0.6) 80%, transparent); background-image: -o-linear-gradient(left, transparent, rgba(201, 201, 201, 0.6) 20%, rgba(201, 201, 201, 0.6) 80%, transparent); background-image: linear-gradient(left, transparent, rgba(201, 201, 201, 0.6) 20%, rgba(201, 201, 201, 0.6) 80%, transparent); background-position: center center; background-repeat: no-repeat; background-size: 100% 1px; } /* line 134, ../../app/assets/stylesheets/fresh/_base.css.sass */ hr.is-solid { background-color: rgba(255, 255, 255, 0.1); } /* line 137, ../../app/assets/stylesheets/fresh/_base.css.sass */ pre code { overflow-x: auto; } /* line 140, ../../app/assets/stylesheets/fresh/_base.css.sass */ view { display: block; } /* line 144, ../../app/assets/stylesheets/fresh/_base.css.sass */ ::-webkit-scrollbar { width: 10px; height: 10px; background-color: transparent; } /* line 149, ../../app/assets/stylesheets/fresh/_base.css.sass */ ::-webkit-scrollbar-track { background-color: transparent; } /* line 152, ../../app/assets/stylesheets/fresh/_base.css.sass */ ::-webkit-scrollbar-thumb { background: #424242; border-radius: 8px; } @font-face { font-family: "CamingoCode-Regular"; src: url(/assets/2A3FBF_0_0-2ff0679ebd347180c684358b625264a7.eot); src: url(/assets/2A3FBF_0_0.eot?#iefix) format("embedded-opentype"), url(/assets/2A3FBF_0_0-726e1bdd7cdb63e7cbe4395a8d4840ce.woff) format("woff"), url(/assets/2A3FBF_0_0-5dabf93ac7cff24d87c5fb562af17bff.ttf) format("truetype"), url(/assets/2A3FBF_0_0.svg#CamingoCode-Regular) format("svg"); font-weight: 400; font-style: 400; } /* line 3, ../../app/assets/stylesheets/fresh/_typography.sass */ .code-font { font-family: "CamingoCode-Regular", monospace; } /* line 6, ../../app/assets/stylesheets/fresh/_typography.sass */ .is-brand { font-family: "Lato", "Helvetica Neue", "Helvetica", Arial; } /* line 10, ../../app/assets/stylesheets/fresh/_typography.sass */ span.success, b.success { color: #5f8120; } /* line 13, ../../app/assets/stylesheets/fresh/_typography.sass */ span.important, b.important { color: #b1361e; } /* line 16, ../../app/assets/stylesheets/fresh/_typography.sass */ span.alert, b.alert { color: #c05c48; } /* line 19, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.piped-text { list-style: none; } /* line 22, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.piped-text > li { float: left; border-right: 1px solid rgba(255, 255, 255, 0.125); margin-right: 10px; padding-right: 10px; line-height: 18px; } /* line 29, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.piped-text > li:last-of-type { margin-right: 0; border-right: 0; } /* line 33, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text { list-style: none; display: inline-block; } /* line 37, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text > li { float: left; margin-right: 5px; } /* line 41, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text > li .bullet { margin-right: 5px; font-size: 8px; color: rgba(255, 255, 255, 0.3); position: relative; top: -1px; } /* line 48, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text > li .bullet:before { content: "\2022"; } /* line 52, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text > li:first-of-type .bullet { display: none; } /* line 56, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text > li.is-active a { color: #bb432c; cursor: pointer; } /* line 2, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .ng-cloak { display: none; } /* line 5, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #app, #shell_content { height: 100%; min-height: 100%; } @media only screen and (max-width: 767px) { /* line 10, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell_content, #main_footer { -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -ms-transition-property: -ms-transform; -o-transition-property: -o-transform; transition-property: transform; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } /* line 15, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .shift-right #shell_content, .shift-right #sidenav, .shift-right #main_footer { -webkit-transform: translateX(180px); -moz-transform: translateX(180px); -ms-transform: translateX(180px); -o-transform: translateX(180px); transform: translateX(180px); } } /* line 18, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell { padding: 0; min-height: calc(100% - 50px); } /* line 22, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .no-footer #shell { min-height: 100%; } /* line 25, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .full-viewport #shell { width: 100%; } /* line 31, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell .sidenav-nubbin { display: none; position: fixed; top: 0; width: 50px; height: 2em; line-height: 2em; text-align: center; font-size: 2em; background: #303133; padding-left: 10px; z-index: 100; } @media only screen and (max-width: 767px) { /* line 31, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell .sidenav-nubbin { display: block; } } /* line 45, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell .sidenav-nubbin i { margin-right: 0; } /* line 48, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell_content { display: block; margin-left: 55px; padding: 0 15px 20px; position: relative; } /* line 53, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .no-sidenav #shell_content { margin-left: 0; } @media only screen and (max-width: 767px) { /* line 48, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell_content { padding: 0 15px 15px; margin-left: 0; } } /* line 64, ../../app/assets/stylesheets/fresh/_layout.css.sass */ div.flash-msg { margin: 0; margin-bottom: 20px; } /* line 68, ../../app/assets/stylesheets/fresh/_layout.css.sass */ div.flash-msg i { position: relative; top: 1px; } /* line 72, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .app_loading { background: url(/assets/thinking-15701f20bc8edc80e450a1a5faee230d.gif) no-repeat; width: 24px; height: 24px; } /* line 77, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .app_loading.is-inline { margin-right: 10px; display: inline-block; } /* line 82, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #app_loading { display: none; position: fixed; bottom: 6px; right: 6px; z-index: 2; } /* line 89, ../../app/assets/stylesheets/fresh/_layout.css.sass */ body.loading #app_loading { display: block; } /* line 92, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .view { height: 100%; } /* line 13, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ots { position: relative; top: 10px; } /* line 17, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ptn, .pvn, .pan { padding-top: 0 !important; } /* line 20, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ptx, .pvx, .pax { padding-top: 5px !important; } /* line 23, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pts, .pvs, .pas { padding-top: 10px !important; } /* line 26, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ptm, .pvm, .pam { padding-top: 15px !important; } /* line 29, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ptl, .pvl, .pal { padding-top: 20px !important; } /* line 32, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pth, .pvh, .pah { padding-top: 30px !important; } /* line 35, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ptg, .pvg, .pag { padding-top: 60px !important; } /* line 38, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prn, .phn, .pan, .omega { padding-right: 0 !important; } /* line 41, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prx, .phx, .pax { padding-right: 5px !important; } /* line 44, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prs, .phs, .pas { padding-right: 10px !important; } /* line 47, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prm, .phm, .pam { padding-right: 15px !important; } /* line 50, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prl, .phl, .pal { padding-right: 20px !important; } /* line 53, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prh, .phh, .pah { padding-right: 30px !important; } /* line 56, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prg, .phg, .pag { padding-right: 60px !important; } /* line 59, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbn, .pvn, .pan { padding-bottom: 0 !important; } /* line 62, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbx, .pvx, .pax { padding-bottom: 5px !important; } /* line 65, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbs, .pvs, .pas { padding-bottom: 10px !important; } /* line 68, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbm, .pvm, .pam { padding-bottom: 15px !important; } /* line 71, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbl, .pvl, .pal { padding-bottom: 20px !important; } /* line 74, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbh, .pvh, .pah { padding-bottom: 30px !important; } /* line 77, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbg, .pvg, .pag { padding-bottom: 60px !important; } /* line 80, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pln, .phn, .pan, .omega { padding-left: 0 !important; } /* line 83, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .plx, .phx, .pax { padding-left: 5px !important; } /* line 86, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pls, .phs, .pas { padding-left: 10px !important; } /* line 89, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .plm, .phm, .pam { padding-left: 15px !important; } /* line 92, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pll, .phl, .pal { padding-left: 20px !important; } /* line 95, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .plh, .phh, .pah { padding-left: 30px !important; } /* line 98, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .plg, .phg, .pag { padding-left: 60px !important; } /* line 102, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .nmtm { margin-top: -15px !important; } /* line 105, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .nmrm { margin-right: -15px !important; } /* line 108, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .nmvs { margin-top: -10px !important; margin-bottom: -10px !important; } /* line 112, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mtn, .mvn, .man { margin-top: 0px !important; } /* line 115, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mtx, .mvx, .max { margin-top: 5px !important; } /* line 118, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mts, .mvs, .mas { margin-top: 10px !important; } /* line 121, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mtm, .mvm, .mam { margin-top: 15px !important; } /* line 124, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mtl, .mvl, .mal { margin-top: 20px !important; } /* line 127, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mth, .mvh, .mah { margin-top: 30px !important; } /* line 130, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mtg, .mvg, .mag { margin-top: 60px !important; } /* line 133, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrn, .mhn, .man { margin-right: 0px !important; } /* line 136, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrx, .mhx, .max { margin-right: 5px !important; } /* line 139, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrs, .mhs, .mas { margin-right: 10px !important; } /* line 142, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrm, .mhm, .mam { margin-right: 15px !important; } /* line 145, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrl, .mhl, .mal { margin-right: 20px !important; } /* line 148, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrh, .mhh, .mah { margin-right: 30px !important; } /* line 151, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrg, .mhg, .mag { margin-right: 60px !important; } /* line 154, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbn, .mvn, .man { margin-bottom: 0px !important; } /* line 157, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbx, .mvx, .max { margin-bottom: 5px !important; } /* line 160, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbs, .mvs, .mas { margin-bottom: 10px !important; } /* line 163, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbm, .mvm, .mam { margin-bottom: 15px !important; } /* line 166, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbl, .mvl, .mal { margin-bottom: 20px !important; } /* line 169, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbh, .mvh, .mah { margin-bottom: 30px !important; } /* line 172, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbg, .mvg, .mag { margin-bottom: 60px !important; } /* line 175, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mln, .mhn, .man { margin-left: 0px !important; } /* line 178, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mlx, .mhx, .max { margin-left: 5px !important; } /* line 181, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mls, .mhs, .mas { margin-left: 10px !important; } /* line 184, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mlm, .mhm, .mam { margin-left: 15px !important; } /* line 187, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mll, .mhl, .mal { margin-left: 20px !important; } /* line 190, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mlh, .mhh, .mah { margin-left: 30px !important; } /* line 193, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mlg, .mhg, .mag { margin-left: 60px !important; } @media only screen and (min-width: 768px) { /* line 200, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .is-flush .columns:first-child, .row .columns:first-child, .flex-row .columns:first-child { padding-left: 0; } /* line 203, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .is-flush .columns:last-child, .row .columns:last-child, .flex-row .columns:last-child { padding-right: 0; } } /* line 207, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .v-spacer { margin-bottom: 20px !important; clear: both; } /* line 211, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .v-spacer:last-child { margin-bottom: 0; } /* line 214, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .no-v-spacer { margin-bottom: 0 !important; } /* line 5, ../../app/assets/stylesheets/fresh/_fonts.css.sass */ a.grey-link { color: #c9c9c9; } /* line 8, ../../app/assets/stylesheets/fresh/_fonts.css.sass */ .inverted-theme a.grey-link { color: #5c5c5c; } /* line 14, ../../app/assets/stylesheets/fresh/_fonts.css.sass */ h5 { color: #c9c9c9; } /* line 17, ../../app/assets/stylesheets/fresh/_fonts.css.sass */ .inverted-theme h5 { color: #5c5c5c; } /* line 27, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn, button[type="submit"], a.btn, button { border: 0; width: auto; cursor: pointer; display: inline-block; font-weight: normal; font-size: 12px; letter-spacing: 0.2px; text-transform: uppercase; line-height: 1; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; margin: 0; padding: 9px 10px 7px; position: relative; text-align: center; text-decoration: none; border-radius: 4px; border: 1px solid #6795de; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -ms-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; } /* line 47, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .dark-theme .btn, .dark-theme button[type="submit"], .dark-theme a.btn, .dark-theme button { background-color: #6795de; color: #131414; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .dark-theme .btn:not(.is-disabled):hover, .dark-theme button[type="submit"]:not(.is-disabled):hover, .dark-theme a.btn:not(.is-disabled):hover, .dark-theme button:not(.is-disabled):hover { background-color: #7ca4e3; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .dark-theme .btn:not(.is-disabled):focus, .dark-theme .btn:not(.is-disabled):active, .dark-theme button[type="submit"]:not(.is-disabled):focus, .dark-theme button[type="submit"]:not(.is-disabled):active, .dark-theme a.btn:not(.is-disabled):focus, .dark-theme a.btn:not(.is-disabled):active, .dark-theme button:not(.is-disabled):focus, .dark-theme button:not(.is-disabled):active { background-color: #91b2e7; } /* line 50, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn, .inverted-theme button[type="submit"], .inverted-theme a.btn, .inverted-theme button { background-color: #2889cc; color: #131414; color: white; border-color: #2889cc; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn:not(.is-disabled):hover, .inverted-theme button[type="submit"]:not(.is-disabled):hover, .inverted-theme a.btn:not(.is-disabled):hover, .inverted-theme button:not(.is-disabled):hover { background-color: #4ba1dc; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn:not(.is-disabled):focus, .inverted-theme .btn:not(.is-disabled):active, .inverted-theme button[type="submit"]:not(.is-disabled):focus, .inverted-theme button[type="submit"]:not(.is-disabled):active, .inverted-theme a.btn:not(.is-disabled):focus, .inverted-theme a.btn:not(.is-disabled):active, .inverted-theme button:not(.is-disabled):focus, .inverted-theme button:not(.is-disabled):active { background-color: #61ace0; } /* line 55, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-scaled, button[type="submit"].is-scaled, a.btn.is-scaled, button.is-scaled { width: 100%; display: block; } /* line 59, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-alt, button[type="submit"].is-alt, a.btn.is-alt, button.is-alt { background-color: silver; color: #131414; border-color: silver; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-alt:not(.is-disabled):hover, button[type="submit"].is-alt:not(.is-disabled):hover, a.btn.is-alt:not(.is-disabled):hover, button.is-alt:not(.is-disabled):hover { background-color: #cdcdcd; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-alt:not(.is-disabled):focus, .btn.is-alt:not(.is-disabled):active, button[type="submit"].is-alt:not(.is-disabled):focus, button[type="submit"].is-alt:not(.is-disabled):active, a.btn.is-alt:not(.is-disabled):focus, a.btn.is-alt:not(.is-disabled):active, button.is-alt:not(.is-disabled):focus, button.is-alt:not(.is-disabled):active { background-color: #dadada; } /* line 63, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-link, button[type="submit"].is-link, a.btn.is-link, button.is-link { color: #6795de !important; background-color: transparent; border: 0; } /* line 68, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-link:hover, button[type="submit"].is-link:hover, a.btn.is-link:hover, button.is-link:hover { background-color: transparent !important; color: #7ca4e3 !important; } /* line 73, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-black, button[type="submit"].is-black, a.btn.is-black, button.is-black { background-color: #131414; color: #6795de; } /* line 21, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-black:not(.is-disabled):hover, button[type="submit"].is-black:not(.is-disabled):hover, a.btn.is-black:not(.is-disabled):hover, button.is-black:not(.is-disabled):hover { color: #91b2e7; background-color: #090a0a; } /* line 24, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-black:not(.is-disabled):focus, .btn.is-black:not(.is-disabled):active, button[type="submit"].is-black:not(.is-disabled):focus, button[type="submit"].is-black:not(.is-disabled):active, a.btn.is-black:not(.is-disabled):focus, a.btn.is-black:not(.is-disabled):active, button.is-black:not(.is-disabled):focus, button.is-black:not(.is-disabled):active { background-color: #272929; } /* line 76, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-dark, button[type="submit"].is-dark, a.btn.is-dark, button.is-dark { background-color: #151616; color: #6795de; background-color: rgba(0, 0, 0, 0.2); } /* line 21, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-dark:not(.is-disabled):hover, button[type="submit"].is-dark:not(.is-disabled):hover, a.btn.is-dark:not(.is-disabled):hover, button.is-dark:not(.is-disabled):hover { color: #91b2e7; background-color: #0b0c0c; } /* line 24, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-dark:not(.is-disabled):focus, .btn.is-dark:not(.is-disabled):active, button[type="submit"].is-dark:not(.is-disabled):focus, button[type="submit"].is-dark:not(.is-disabled):active, a.btn.is-dark:not(.is-disabled):focus, a.btn.is-dark:not(.is-disabled):active, button.is-dark:not(.is-disabled):focus, button.is-dark:not(.is-disabled):active { background-color: #292b2b; } /* line 81, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn.is-dark, .inverted-theme button[type="submit"].is-dark, .inverted-theme a.btn.is-dark, .inverted-theme button.is-dark { color: #247bb7; background-color: #f2f5fc; } /* line 85, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn.is-dark:not(.is-disabled):hover, .inverted-theme button[type="submit"].is-dark:not(.is-disabled):hover, .inverted-theme a.btn.is-dark:not(.is-disabled):hover, .inverted-theme button.is-dark:not(.is-disabled):hover { color: white; background-color: #2889cc; } /* line 89, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn.is-dark:not(.is-disabled):focus, .inverted-theme .btn.is-dark:not(.is-disabled):active, .inverted-theme button[type="submit"].is-dark:not(.is-disabled):focus, .inverted-theme button[type="submit"].is-dark:not(.is-disabled):active, .inverted-theme a.btn.is-dark:not(.is-disabled):focus, .inverted-theme a.btn.is-dark:not(.is-disabled):active, .inverted-theme button.is-dark:not(.is-disabled):focus, .inverted-theme button.is-dark:not(.is-disabled):active { color: white; background-color: #61ace0; } /* line 93, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-disabled, button[type="submit"].is-disabled, a.btn.is-disabled, button.is-disabled { color: #7d7d7d; border-color: #7d7d7d; } /* line 97, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-green-text, button[type="submit"].is-green-text, a.btn.is-green-text, button.is-green-text { color: #7c9a44; border-color: #7c9a44; } /* line 100, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-green-text:hover, button[type="submit"].is-green-text:hover, a.btn.is-green-text:hover, button.is-green-text:hover { border-color: #96b65b; color: #96b65b !important; } /* line 104, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-red-text, button[type="submit"].is-red-text, a.btn.is-red-text, button.is-red-text { color: #bb432c; border-color: #bb432c; } /* line 108, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-red-text:hover, button[type="submit"].is-red-text:hover, a.btn.is-red-text:hover, button.is-red-text:hover { color: #cf4b32 !important; } /* line 111, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-red, .btn.is-important, button[type="submit"].is-red, button[type="submit"].is-important, a.btn.is-red, a.btn.is-important, button.is-red, button.is-important { background-color: #bb432c; color: #131414; border-color: #bb432c; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-red:not(.is-disabled):hover, .btn.is-important:not(.is-disabled):hover, button[type="submit"].is-red:not(.is-disabled):hover, button[type="submit"].is-important:not(.is-disabled):hover, a.btn.is-red:not(.is-disabled):hover, a.btn.is-important:not(.is-disabled):hover, button.is-red:not(.is-disabled):hover, button.is-important:not(.is-disabled):hover { background-color: #cf4b32; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-red:not(.is-disabled):focus, .btn.is-red:not(.is-disabled):active, .btn.is-important:not(.is-disabled):focus, .btn.is-important:not(.is-disabled):active, button[type="submit"].is-red:not(.is-disabled):focus, button[type="submit"].is-red:not(.is-disabled):active, button[type="submit"].is-important:not(.is-disabled):focus, button[type="submit"].is-important:not(.is-disabled):active, a.btn.is-red:not(.is-disabled):focus, a.btn.is-red:not(.is-disabled):active, a.btn.is-important:not(.is-disabled):focus, a.btn.is-important:not(.is-disabled):active, button.is-red:not(.is-disabled):focus, button.is-red:not(.is-disabled):active, button.is-important:not(.is-disabled):focus, button.is-important:not(.is-disabled):active { background-color: #d45d46; } /* line 115, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-green, button[type="submit"].is-green, a.btn.is-green, button.is-green { background-color: #7c9a44; color: #131414; border-color: #7c9a44; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-green:not(.is-disabled):hover, button[type="submit"].is-green:not(.is-disabled):hover, a.btn.is-green:not(.is-disabled):hover, button.is-green:not(.is-disabled):hover { background-color: #8aac4c; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-green:not(.is-disabled):focus, .btn.is-green:not(.is-disabled):active, button[type="submit"].is-green:not(.is-disabled):focus, button[type="submit"].is-green:not(.is-disabled):active, a.btn.is-green:not(.is-disabled):focus, a.btn.is-green:not(.is-disabled):active, button.is-green:not(.is-disabled):focus, button.is-green:not(.is-disabled):active { background-color: #96b65b; } /* line 119, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-active, button[type="submit"].is-active, a.btn.is-active, button.is-active { background-color: #ebebeb; color: #131414; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-active:not(.is-disabled):hover, button[type="submit"].is-active:not(.is-disabled):hover, a.btn.is-active:not(.is-disabled):hover, button.is-active:not(.is-disabled):hover { background-color: #f8f8f8; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-active:not(.is-disabled):focus, .btn.is-active:not(.is-disabled):active, button[type="submit"].is-active:not(.is-disabled):focus, button[type="submit"].is-active:not(.is-disabled):active, a.btn.is-active:not(.is-disabled):focus, a.btn.is-active:not(.is-disabled):active, button.is-active:not(.is-disabled):focus, button.is-active:not(.is-disabled):active { background-color: white; } /* line 122, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-disabled, button[type="submit"].is-disabled, a.btn.is-disabled, button.is-disabled { color: #616161 !important; border-color: #616161 !important; background-color: transparent; cursor: default; } /* line 128, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-disabled:hover, button[type="submit"].is-disabled:hover, a.btn.is-disabled:hover, button.is-disabled:hover { color: #616161 !important; border-color: #616161 !important; } /* line 132, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-tiny, button[type="submit"].is-tiny, a.btn.is-tiny, button.is-tiny { font-size: 12px; text-transform: none; padding: 5px 10px 5px; display: inline-block; } /* line 138, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-small, button[type="submit"].is-small, a.btn.is-small, button.is-small { font-size: 14px; padding: 5px 10px 5px; display: inline-block; } /* line 143, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-large, button[type="submit"].is-large, a.btn.is-large, button.is-large { font-size: 16px; line-height: 35px; padding-top: 8px; } /* line 148, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-centered, button[type="submit"].is-centered, a.btn.is-centered, button.is-centered { width: auto; margin: 0 auto; } /* line 152, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.no-border, button[type="submit"].no-border, a.btn.no-border, button.no-border { border-color: transparent; } /* line 155, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-container { width: 100%; clear: both; margin-top: 15px; } /* line 160, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-container .label-container { height: 34px; padding: 7px; } /* line 164, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-row { list-style: none; text-align: center; margin-bottom: 0; } /* line 168, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-row li { display: inline-block; margin: 0 15px 0 0; } @media only screen and (max-width: 767px) { /* line 173, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-row li:not(:last-child) { margin-bottom: 15px; } } /* line 177, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-row.is-right li { margin: 0 0 0 15px; } /* line 181, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-row.is-padded .btn, .btn-row.is-padded button[type="submit"], .btn-row.is-padded a.btn, .btn-row.is-padded button { min-width: 10em; } /* line 184, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ ul.btns { list-style: none; } /* line 186, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ ul.btns li { float: left; } /* line 189, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .flex-buttons { display: flex; flex-wrap: wrap; } /* line 194, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .flex-buttons .flex-button .btn { margin-right: 15px; } /* line 197, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .flex-buttons .flex-button .btn.is-tiny { margin-right: 10px; } @media only screen and (max-width: 767px) { /* line 193, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .flex-buttons .flex-button { margin-bottom: 10px; } /* line 203, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .flex-buttons .flex-button:last-child { margin-bottom: 0; } } /* Requires * globals.css */ /* Standard Forms ---------------------- */ /* line 6, ../../app/assets/stylesheets/fresh/_forms.css.sass */ form { margin: 0 0 22.652px; } /* line 9, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .row form .row { margin: -7px; } /* line 11, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .row form .row .column, .row form .row .columns { padding: 0 7px; } /* line 13, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .row form .row.collapse { margin: 0; } /* line 15, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .row form .row.collapse .column, .row form .row.collapse .columns { padding: 0; } /* Fieldsets */ /* line 19, ../../app/assets/stylesheets/fresh/_forms.css.sass */ fieldset { border: none; border-radius: 3px; background: rgba(0, 0, 0, 0.2); padding: 35px 15px 0; margin: 15px 0; } /* line 23, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inverted-theme fieldset { background: rgba(199, 196, 196, 0.3); } /* line 29, ../../app/assets/stylesheets/fresh/_forms.css.sass */ fieldset legend { text-transform: uppercase; font-weight: bold; background: transparent; position: relative; top: 20px; margin: 0; margin-left: -3px; } /* Errors */ /* line 44, ../../app/assets/stylesheets/fresh/_forms.css.sass */ form .alert-box { margin-bottom: 14px; } /* line 46, ../../app/assets/stylesheets/fresh/_forms.css.sass */ form .alert-box ul { margin: 14px; } /* Form Actions and Links */ /* line 50, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-links { border-top: 1px solid #cccccc; margin-top: 20px; padding-top: 15px; *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .form-links:before, .form-links:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .form-links:after { clear: both; } /* line 56, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-links li { list-style: none; padding-bottom: 5px; } /* line 60, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions { *zoom: 1; margin: 7px 7px 0; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .form-actions:before, .form-actions:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .form-actions:after { clear: both; } /* line 63, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions li { float: left; margin-right: 15px; list-style: none; } /* line 68, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions.right li { margin-right: 0; margin-left: 15px; } /* line 72, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions .loading { float: left; background: url(/assets/thinking-15701f20bc8edc80e450a1a5faee230d.gif) no-repeat; padding-left: 40px; color: txtColor; line-height: 30px; height: 30px; margin-top: -14px; font-weight: bold; display: none; } /* line 84, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions.loading .buttons { display: none; } /* line 87, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions.loading .loading { display: block; } /* line 90, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .columns > .form-actions { margin-left: 0; margin-right: 0; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_utils.scss */ input :-moz-placeholder { color: #efefef; } /* line 7, ../../app/assets/stylesheets/foundation/mixins/_utils.scss */ input ::-webkit-input-placeholder { color: #efefef; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_utils.scss */ .inverted-theme input :-moz-placeholder { color: #d6d6d6; } /* line 7, ../../app/assets/stylesheets/foundation/mixins/_utils.scss */ .inverted-theme input ::-webkit-input-placeholder { color: #d6d6d6; } /* line 101, ../../app/assets/stylesheets/fresh/_forms.css.sass */ input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select, .form-field, .link-field { border-radius: 4px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -ms-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; font-size: 14px; text-transform: none; line-height: 16px; display: block; height: 34px; width: 100%; margin: 0 0 14px 0; padding: 7px; background: rgba(0, 0, 0, 0.1); color: #efefef; border: 1px solid transparent; } /* line 123, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inverted-theme input[type="text"], .inverted-theme input[type="password"], .inverted-theme input[type="date"], .inverted-theme input[type="datetime"], .inverted-theme input[type="email"], .inverted-theme input[type="number"], .inverted-theme input[type="search"], .inverted-theme input[type="tel"], .inverted-theme input[type="time"], .inverted-theme input[type="url"], .inverted-theme textarea, .inverted-theme select, .inverted-theme .form-field, .inverted-theme .link-field { color: #5c5c5c; background: white; } /* line 127, ../../app/assets/stylesheets/fresh/_forms.css.sass */ input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="url"]:hover, textarea:hover, select:hover, .form-field:hover, .link-field:hover { background: #131414; } /* line 130, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inverted-theme input[type="text"]:hover, .inverted-theme input[type="password"]:hover, .inverted-theme input[type="date"]:hover, .inverted-theme input[type="datetime"]:hover, .inverted-theme input[type="email"]:hover, .inverted-theme input[type="number"]:hover, .inverted-theme input[type="search"]:hover, .inverted-theme input[type="tel"]:hover, .inverted-theme input[type="time"]:hover, .inverted-theme input[type="url"]:hover, .inverted-theme textarea:hover, .inverted-theme select:hover, .inverted-theme .form-field:hover, .inverted-theme .link-field:hover { color: #131414; background: #ebebeb; } /* line 134, ../../app/assets/stylesheets/fresh/_forms.css.sass */ input[type="text"]:active, input[type="text"]:focus, input[type="text"].active, input[type="password"]:active, input[type="password"]:focus, input[type="password"].active, input[type="date"]:active, input[type="date"]:focus, input[type="date"].active, input[type="datetime"]:active, input[type="datetime"]:focus, input[type="datetime"].active, input[type="email"]:active, input[type="email"]:focus, input[type="email"].active, input[type="number"]:active, input[type="number"]:focus, input[type="number"].active, input[type="search"]:active, input[type="search"]:focus, input[type="search"].active, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"].active, input[type="time"]:active, input[type="time"]:focus, input[type="time"].active, input[type="url"]:active, input[type="url"]:focus, input[type="url"].active, textarea:active, textarea:focus, textarea.active, select:active, select:focus, select.active, .form-field:active, .form-field:focus, .form-field.active, .link-field:active, .link-field:focus, .link-field.active { background: #131414; border-color: transparent; -webkit-box-shadow: 0px 0px 2px #efefef; box-shadow: 0px 0px 2px #efefef; outline: none !important; } /* line 140, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inverted-theme input[type="text"]:active, .inverted-theme input[type="text"]:focus, .inverted-theme input[type="text"].active, .inverted-theme input[type="password"]:active, .inverted-theme input[type="password"]:focus, .inverted-theme input[type="password"].active, .inverted-theme input[type="date"]:active, .inverted-theme input[type="date"]:focus, .inverted-theme input[type="date"].active, .inverted-theme input[type="datetime"]:active, .inverted-theme input[type="datetime"]:focus, .inverted-theme input[type="datetime"].active, .inverted-theme input[type="email"]:active, .inverted-theme input[type="email"]:focus, .inverted-theme input[type="email"].active, .inverted-theme input[type="number"]:active, .inverted-theme input[type="number"]:focus, .inverted-theme input[type="number"].active, .inverted-theme input[type="search"]:active, .inverted-theme input[type="search"]:focus, .inverted-theme input[type="search"].active, .inverted-theme input[type="tel"]:active, .inverted-theme input[type="tel"]:focus, .inverted-theme input[type="tel"].active, .inverted-theme input[type="time"]:active, .inverted-theme input[type="time"]:focus, .inverted-theme input[type="time"].active, .inverted-theme input[type="url"]:active, .inverted-theme input[type="url"]:focus, .inverted-theme input[type="url"].active, .inverted-theme textarea:active, .inverted-theme textarea:focus, .inverted-theme textarea.active, .inverted-theme select:active, .inverted-theme select:focus, .inverted-theme select.active, .inverted-theme .form-field:active, .inverted-theme .form-field:focus, .inverted-theme .form-field.active, .inverted-theme .link-field:active, .inverted-theme .link-field:focus, .inverted-theme .link-field.active { background: white; border-color: #ebebeb; } /* line 144, ../../app/assets/stylesheets/fresh/_forms.css.sass */ input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, textarea[disabled], textarea.is-disabled, select[disabled], select.is-disabled, .form-field[disabled], .form-field.is-disabled, .link-field[disabled], .link-field.is-disabled { color: #7d7d7d; background: #303030; } /* line 148, ../../app/assets/stylesheets/fresh/_forms.css.sass */ input[type="text"].is-big, input[type="password"].is-big, input[type="date"].is-big, input[type="datetime"].is-big, input[type="email"].is-big, input[type="number"].is-big, input[type="search"].is-big, input[type="tel"].is-big, input[type="time"].is-big, input[type="url"].is-big, textarea.is-big, select.is-big, .form-field.is-big, .link-field.is-big { height: 42px; padding-left: 12px; } /* line 152, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .error input[type="text"], .has-error input[type="text"], input[type="text"].has-error, .error input[type="password"], .has-error input[type="password"], input[type="password"].has-error, .error input[type="date"], .has-error input[type="date"], input[type="date"].has-error, .error input[type="datetime"], .has-error input[type="datetime"], input[type="datetime"].has-error, .error input[type="email"], .has-error input[type="email"], input[type="email"].has-error, .error input[type="number"], .has-error input[type="number"], input[type="number"].has-error, .error input[type="search"], .has-error input[type="search"], input[type="search"].has-error, .error input[type="tel"], .has-error input[type="tel"], input[type="tel"].has-error, .error input[type="time"], .has-error input[type="time"], input[type="time"].has-error, .error input[type="url"], .has-error input[type="url"], input[type="url"].has-error, .error textarea, .has-error textarea, textarea.has-error, .error select, .has-error select, select.has-error, .error .form-field, .has-error .form-field, .form-field.has-error, .error .link-field, .has-error .link-field, .link-field.has-error { border-color: #c05c48; background-color: rgba(192, 92, 72, 0.1); border-radius: 4px 4px 0 0; } /* line 161, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .hide-field-errors input[type="text"], .hide-field-errors input[type="password"], .hide-field-errors input[type="date"], .hide-field-errors input[type="datetime"], .hide-field-errors input[type="email"], .hide-field-errors input[type="number"], .hide-field-errors input[type="search"], .hide-field-errors input[type="tel"], .hide-field-errors input[type="time"], .hide-field-errors input[type="url"], .hide-field-errors textarea, .hide-field-errors select, .hide-field-errors .form-field, .hide-field-errors .link-field { border-radius: 4px; } /* line 165, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label input[type="checkbox"], label input[type="radio"] { margin: 0 0.5em; background: transparent; } /* line 169, ../../app/assets/stylesheets/fresh/_forms.css.sass */ textarea { min-height: 34px; height: 68px; } /* line 173, ../../app/assets/stylesheets/fresh/_forms.css.sass */ select { -webkit-appearance: none; } /* line 176, ../../app/assets/stylesheets/fresh/_forms.css.sass */ select.is-auto-width { width: auto; } /* line 179, ../../app/assets/stylesheets/fresh/_forms.css.sass */ select[multiple] { height: auto; padding-bottom: 0; } /* line 183, ../../app/assets/stylesheets/fresh/_forms.css.sass */ select option { color: black; } /* line 186, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label { border-radius: 4px; display: inline-block; width: auto; padding: 2px 4px; font-size: 14px; cursor: pointer; margin-bottom: 8px; background-color: #282828; color: #ebebeb; } /* line 197, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inverted-theme label { background: rgba(226, 226, 226, 0.6); color: #4b4b4b; } /* line 201, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label span.note { color: #efefef; font-style: italic; } /* line 205, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label.is-aligned-right { float: none; text-align: right; } /* line 209, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label.inline { line-height: 35px; margin: 0 0 14px 0; } /* line 213, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label.is-dark { background-color: #1e1e1e; } /* line 216, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label.is-big { font-size: 16px; color: #efefef; } /* line 221, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label.required abbr, label.is-required abbr { color: #b1361e; font-weight: bold; } /* line 225, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .field_value label { display: block; background-color: transparent; } /* line 229, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .has-error label, label.is-error { color: #c05c48; } /* line 233, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field { position: relative; overflow: hidden; } /* line 237, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field input[type="text"], .form-field input[type="password"], .form-field input[type="date"], .form-field input[type="datetime"], .form-field input[type="email"], .form-field input[type="number"], .form-field input[type="search"], .form-field input[type="tel"], .form-field input[type="time"], .form-field input[type="url"], .form-field select { border: none; margin-left: 20px; height: 28px; position: absolute; top: 1px; width: calc(100% - 30px); background-color: transparent; } /* line 248, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field input[type="text"]:hover, .form-field input[type="text"]:active, .form-field input[type="text"]:focus, .form-field input[type="password"]:hover, .form-field input[type="password"]:active, .form-field input[type="password"]:focus, .form-field input[type="date"]:hover, .form-field input[type="date"]:active, .form-field input[type="date"]:focus, .form-field input[type="datetime"]:hover, .form-field input[type="datetime"]:active, .form-field input[type="datetime"]:focus, .form-field input[type="email"]:hover, .form-field input[type="email"]:active, .form-field input[type="email"]:focus, .form-field input[type="number"]:hover, .form-field input[type="number"]:active, .form-field input[type="number"]:focus, .form-field input[type="search"]:hover, .form-field input[type="search"]:active, .form-field input[type="search"]:focus, .form-field input[type="tel"]:hover, .form-field input[type="tel"]:active, .form-field input[type="tel"]:focus, .form-field input[type="time"]:hover, .form-field input[type="time"]:active, .form-field input[type="time"]:focus, .form-field input[type="url"]:hover, .form-field input[type="url"]:active, .form-field input[type="url"]:focus, .form-field select:hover, .form-field select:active, .form-field select:focus { border: none; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } /* line 253, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field select { height: 30px; -moz-appearance: none; text-overflow: ""; text-index: 0.01px; } /* line 259, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field.with-btn { height: 48px; } /* line 261, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field.with-btn .btn { float: left; } /* line 264, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field.with-btn select { float: left; position: static; width: auto; margin-left: 5px; margin-top: 1px; } /* line 271, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field .prefix { width: 20px; } /* line 274, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field .prefix i { position: relative; top: 2px; left: 3px; } /* line 279, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field .postfix { width: 20px; position: absolute; right: 2px; top: 8px; } /* line 285, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field .prefix + input, .form-field .prefix + select, .form-field .postfix + input { width: calc(100% - 30px); } /* line 288, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field { padding-top: 8px; position: relative; } /* line 292, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field i { top: 1px; position: relative; } /* line 296, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field a { color: #efefef; -webkit-transition: color 0.3s ease-in; -moz-transition: color 0.3s ease-in; -ms-transition: color 0.3s ease-in; -o-transition: color 0.3s ease-in; transition: color 0.3s ease-in; } /* line 301, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field:hover a { color: silver; -webkit-transition: color 0.3s ease-in; -moz-transition: color 0.3s ease-in; -ms-transition: color 0.3s ease-in; -o-transition: color 0.3s ease-in; transition: color 0.3s ease-in; } /* line 306, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field.is-red-text a { color: #efefef; } /* line 310, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field.is-red-text:hover a { color: #b1361e; } /* line 314, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .has-error small, small.is-error { display: block; padding: 6px 5px; margin-top: -15px; margin-bottom: 15px; background: #c05c48; color: white; font-size: 12px; border-radius: 0 0 4px 4px; } /* line 325, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .field_value label + small { margin-top: 10px; } /* line 330, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inline-radios .field_value label { float: left; margin-right: 15px; } /* line 333, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inline-radios .field_value .hint-block { clear: both; } /* Hints */ /* line 339, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .hint-block { background-color: rgba(255, 255, 255, 0.125); padding: 6px 4px; color: white; border: none; margin-top: -15px; margin-bottom: 15px; font-size: 1.2rem; } @media only screen and (max-width: 767px) { /* line 354, ../../app/assets/stylesheets/fresh/_forms.css.sass */ body.responsive label.right { text-align: left; } } /* line 1, ../../app/assets/stylesheets/fresh/_tables.css.sass */ table { border-spacing: 0; border-collapse: collapse; font-size: 14px; width: 100%; } /* line 7, ../../app/assets/stylesheets/fresh/_tables.css.sass */ table th, table td { text-align: left; padding: 4px; padding-right: 10px; line-height: 28px; } /* line 13, ../../app/assets/stylesheets/fresh/_tables.css.sass */ table th i, table td i { margin-right: 5px; position: relative; top: 1px; } /* line 18, ../../app/assets/stylesheets/fresh/_tables.css.sass */ table td { border-bottom: 1px solid #303030; } /* line 22, ../../app/assets/stylesheets/fresh/_tables.css.sass */ table tr:last-of-type td { border-bottom: 0; } /* line 1, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .floating-module { background: rgba(0, 0, 0, 0.4); border-radius: 7px; padding: 15px; color: #c9c9c9; text-align: center; } /* line 8, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .floating-module p { margin: 1.2em 0; } /* line 12, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .logo-square { background: transparent url(/assets/logos/logo-square-red-big-dc2f35502ee2b60882a41327c529521c.png) top left no-repeat; width: 180px; height: 212px; margin: 0 auto 60px; } /* line 19, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .logo-inline-small { background: transparent url(/assets/logos/logo-inline-red-36h-e76f74c45269ebc90c7bca7378021dd5.png) top left no-repeat; width: 200px; height: 36px; } /* line 24, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .logo-glyph { background: transparent url(/assets/logos/logo-glyph-36-red-6295785b1db40d3b53d747b7df0627e7.png) top left no-repeat; width: 36px; height: 36px; } /* line 29, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .pronounced-link-list { list-style: none; *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .pronounced-link-list:before, .pronounced-link-list:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .pronounced-link-list:after { clear: both; } /* line 33, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .pronounced-link-list li { float: left; padding: 5px; padding-right: 15px; margin-right: 10px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); font-size: 16px; border-right: 1px solid #2d2d2d; } /* line 42, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .pronounced-link-list li:last-child { border-right: none; margin-right: 0; padding-right: 5px; } /* line 47, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .pronounced-link-list li.no-border { border-right: none; padding-right: 5px; } /* line 52, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .pronounced-link-list.has-bigger-text li { font-size: 18px; } /* line 55, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .section-header { padding: 15px 15px 0; } /* line 59, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .section-header h4, .section-header h5 { margin: 0; } /* line 62, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .section-content { padding: 15px; } /* Accordion ---------------------- */ /* line 3, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion { margin: 0 0 22px 0; } /* line 6, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li { list-style: none; margin: 0; padding: 0; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li .title { cursor: pointer; background: rgba(0, 0, 0, 0.4); padding: 15px; margin: 0; position: relative; -webkit-transition: 0.15s background linear; -moz-transition: 0.15s background linear; -ms-transition: 0.15s background linear; -o-transition: 0.15s background linear; transition: 0.15s background linear; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li .title h1, ul.accordion > li .title h2, ul.accordion > li .title h3, ul.accordion > li .title h4, ul.accordion > li .title h5 { margin: 0; color: silver; } /* line 23, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li .title:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: transparent #efefef transparent transparent; position: absolute; right: 15px; top: 21px; } /* line 29, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li .content { display: none; padding: 15px; } /* line 34, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li:not(.active):hover .title { background-color: #6795de; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li:not(.active):hover h1, ul.accordion > li:not(.active):hover h2, ul.accordion > li:not(.active):hover h3, ul.accordion > li:not(.active):hover h4, ul.accordion > li:not(.active):hover h5 { color: #131414; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li.active h1, ul.accordion > li.active h2, ul.accordion > li.active h3, ul.accordion > li.active h4, ul.accordion > li.active h5 { color: #ebebeb; } /* line 43, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li.active .title { color: #ebebeb; background: rgba(26, 26, 26, 0.4); padding-top: 13px; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li.active .title:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #efefef transparent transparent transparent; } /* line 51, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li.active .content { background: rgba(0, 0, 0, 0.4); display: block; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ #global_alerts { position: fixed; width: 100%; bottom: -12px; z-index: 12; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ #global_alerts .alert-box { border-radius: 0; padding: 10px; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box { display: block; padding: 6px 7px 7px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; font-size: 15px; line-height: 18px; color: white; background-color: rgba(255, 255, 255, 0.25); border: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; position: relative; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ .inverted-theme div.alert-box { color: #131414; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.success { background-color: #5f8120; color: white; } /* line 32, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.alert, div.alert-box.error { background-color: #c05c48; color: white; } /* line 36, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.secondary { background-color: #e9e9e9; color: #282828; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.warning { background-color: #c28222; color: white; } /* line 44, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.notice { background-color: #2f7db7; color: white; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.dark { background-color: #282828; color: white; } /* line 52, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ .inverted-theme div.alert-box.dark { background-color: #282828; color: #6c6c6c; } /* line 56, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.dark-tint { background-color: #4e4a6d; color: white; } /* line 61, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box a.close { color: white; position: absolute; right: 4px; top: -1px; font-size: 16px; opacity: 0.7; padding: 4px; } /* line 70, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box a.close:hover, div.alert-box a.close:focus { opacity: 0.4; } /* line 73, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box ul:last-of-type { margin-bottom: 0; } /* line 76, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box h1, div.alert-box h2, div.alert-box h3, div.alert-box h4, div.alert-box h5, div.alert-box h6 { color: white; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } /* line 81, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.no-spacer { margin-bottom: 0; } /* line 84, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.no-border { border: 0; } /* line 87, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.is-square { border-radius: 0; } /* line 91, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.has-side-button .content { padding-right: 100px; } /* line 94, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.has-side-button .btn { position: absolute; right: 0; top: 0; height: 100%; border-radius: 0 2px 2px 0; padding: 7px; background: rgba(255, 255, 255, 0.3); border-color: transparent; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.has-side-button .btn:hover { background: rgba(255, 255, 255, 0.5); } /* line 1, ../../app/assets/stylesheets/fresh/modules/_assets.sass */ .product-icon { background: url(/assets/icons/products_sprite.png) no-repeat; height: 64px; width: 82px; } /* line 6, ../../app/assets/stylesheets/fresh/modules/_assets.sass */ .product-icon.is-white { background-image: url(/assets/icons/products_white_sprite.png); } /* line 9, ../../app/assets/stylesheets/fresh/modules/_assets.sass */ .product-icon.is-translucent { opacity: 0.3; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_assets.sass */ .product-icon.mission { background-position: -100px 0; } /* line 2, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles { margin: -65px 0 0 55px; width: 25%; min-width: 300px; height: 100%; background: #303133; color: #efefef; position: fixed; overflow-y: auto; } @media only screen and (max-width: 767px) { /* line 2, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles { display: none; } } /* line 15, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles a { color: white; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles a.is-alt { color: #4ba1dc; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles p { color: #c9c9c9; font-style: normal; font-size: 14px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 27, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles h1 { color: white; margin-top: 0; margin-bottom: 0; padding: 15px 30px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; background: #282828; width: 25%; min-width: 300px; position: fixed; } /* line 39, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles h2 { font-weight: normal; color: white; font-size: 18px; margin-bottom: 5px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 46, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles h3 { color: #efefef; margin-top: 0; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 51, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles .articles { margin-top: 60px; } /* line 54, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles article { padding: 5px 30px; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles article.is-active { background-color: rgba(0, 0, 0, 0.2); padding: 5px 30px; } /* line 61, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles article.is-active a.is-alt { color: white; } /* line 64, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles article.is-active a:hover { color: white; } /* line 68, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles article.is-active .read-more a { display: none; } /* line 72, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article { padding: 0 15px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article .edit-post { margin-top: 15px; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article { margin: auto 10%; } @media only screen and (max-width: 600px) { /* line 79, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article { margin: auto 15px; } } /* line 85, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article .share-content { background: #6cb44f; margin: 0 calc(-14% - 1px) 15px; padding: 30px 14% 20px; } /* line 89, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article .share-content ul { margin-bottom: none; list-style: none; display: inline-block; margin-bottom: 0; } /* line 95, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article .share-content li { margin-right: 20px; float: left; } /* line 99, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article .share-content a { font-size: 24px; color: white; lineheight: 24px; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > h1 { font-weight: normal; font-size: 42px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > h1.is-white-text { color: #252525; } /* line 113, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown *:first-child { margin-top: 0; } /* line 116, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h1, .blog-article article > .markdown h2 { color: #181919 !important; font-weight: bold; margin-top: 30px; } /* line 121, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h4, .blog-article article > .markdown h5, .blog-article article > .markdown h6 { margin-top: 20px; } /* line 124, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h1 { font-size: 23px; } /* line 127, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h2 { font-size: 20px; } /* line 130, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h3 { font-size: 20px; font-weight: bold; margin-top: 20px; color: #565a5a !important; } /* line 136, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown p + h3 { margin-top: 30px; } /* line 139, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h4 { font-size: 18px; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown p, .blog-article article > .markdown li { font-size: 16px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; line-height: 24px; } /* line 148, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown p code { border: 0; background: rgba(255, 255, 255, 0.7); font-size: 15px; } /* line 153, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown pre { margin: 0 -14%; } /* line 156, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown pre code { border: 0; padding: 15px 11%; } /* line 160, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown hr { height: 10px; border: 0; background: #f8f8f8; margin: 30px -14% 30px; } /* line 166, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown table { margin-bottom: 15px; } /* line 169, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote { font-style: italic; font-family: "Georgia", sefif; font-size: 20px; padding: 15px; position: relative; margin: 1em 0; border: 0; color: #131414; display: inline-block; } /* line 182, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote:before, .blog-article article > .markdown blockquote:after { content: " "; width: 0.5em; height: 100%; border: 1px solid #d2d2d2; top: 0; position: absolute; } /* line 192, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote:before { left: -0.5em; border-right: 0; } /* line 196, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote:after { right: -0.5em; border-left: 0; } /* line 200, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote p { font-family: "Georgia", serif; font-size: 20px; } /* line 204, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote > blockquote { padding: 0; margin: 0; font-size: 16px; display: block; } /* line 210, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote > blockquote:before, .blog-article article > .markdown blockquote > blockquote:after { content: ""; border: 0; } /* line 214, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote > blockquote p { font-size: 16px; } /* line 217, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote > blockquote > blockquote { color: #6c6c6c; } /* line 221, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article .comments p { font-size: 14px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments { color: white; padding-right: 15px; } @media (max-width: 768px) { /* line 1, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments { padding-right: 0; } } /* line 7, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments h5 { font-weight: bold; font-size: 14px; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .voter { position: relative; top: -2px; margin-right: -4px; } /* line 16, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .voter .vote { top: 3px; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .voter .vote i { font-size: 14px; top: -1px; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .voter .score, .comments .voter .notify { font-size: 12px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 26, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .voter .spacer { font-size: 10px; color: #c9c9c9; margin-right: 5px; position: relative; top: -1px; } /* line 33, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments pre code { font-size: 13px; background-color: #222222; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .history-item { margin-bottom: 10px; padding: 5px 10px; background: rgba(0, 0, 0, 0.1); border-radius: 4px; font-size: 13px; display: inline-block; } /* line 45, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list { *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ ul.comments-list:before, ul.comments-list:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ ul.comments-list:after { clear: both; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li { padding-left: 15px; position: relative; list-style: none; clear: both; } @media only screen and (max-width: 480px) { /* line 48, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li { width: 100%; padding-left: 10px; padding-right: 10px; } } /* line 61, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li.is-focused { border-left: 10px solid rgba(255, 255, 255, 0.3); padding: 10px; background-color: rgba(255, 255, 255, 0.05); } /* line 66, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list > li.is-focused { position: relative; padding-left: 10px; } /* line 71, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list > li.is-focused .comment-content { margin-top: -15px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list > li.is-focused figure { left: 10px; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li:last-child { margin-bottom: 0; } /* line 85, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li:last-child:after { display: none; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li figure { width: 40px; height: 40px; float: left; } /* line 97, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li figure img { border-radius: 3px; } /* line 100, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-content { margin-left: 55px; } /* line 103, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-content h6 { margin-bottom: 0; } /* line 106, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-content h6 li { line-height: 14px; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-markdown { margin-bottom: 5px; padding: 0; color: white; } /* line 114, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .inverted-theme ul.comments-list > li .comment-markdown { color: #131414; } @media only screen and (max-width: 767px) { /* line 117, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-markdown p { font-size: 13px; } } /* line 121, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-markdown p:last-child { margin-bottom: 0; } /* line 124, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-markdown pre:first-child { margin-top: 5px; } /* line 127, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .is-auto-hidden { opacity: 0; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } /* line 132, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-actions a { font-size: 13px; } /* line 138, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li:hover > .comment-content > .comment-actions > .is-auto-hidden, ul.comments-list > li:hover > .comment-content > .comment-actions.is-auto-hidden { opacity: 1; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li:hover > .comment-content > .comment-actions li:not(.is-active) a { color: #6795de; } /* line 145, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li:hover > .comment-content > .comment-actions li:not(.is-active) a:hover { color: #89ace5; } /* line 148, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .inverted-theme ul.comments-list > li:hover > .comment-content > .comment-actions li:not(.is-active) a { color: #2889cc; } /* line 151, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .inverted-theme ul.comments-list > li:hover > .comment-content > .comment-actions li:not(.is-active) a:hover { color: #3a98d8; } /* line 154, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list { margin-left: 0; } /* line 158, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list > li { border-bottom: none; margin-left: 0; padding-left: 0; } /* line 163, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list figure, .nested-comments ul.comments-list figure img { left: 0; width: 25px; margin-right: 10px; } /* line 168, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list .comment-content { margin-left: 35px; margin-right: 0; } /* line 173, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list .new-comment .comment-content { margin-left: 35px; } /* line 184, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.comment.no-markdown ul.bulleted-text { margin-top: 3px; margin-right: 2px; } @media only screen and (max-width: 767px) { /* line 184, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.comment.no-markdown ul.bulleted-text { margin-right: 0; } } @media only screen and (max-width: 480px) { /* line 190, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.comment ul.bulleted-text > li { white-space: nowrap; font-size: 13px; margin-right: 0; } } /* line 196, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment { top: 5px; } /* line 199, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment .form { display: none; } /* line 206, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment .form-field select { color: #6795de; } /* line 209, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment .form-field span { float: left; padding-top: 9px; color: #c9c9c9; } /* line 215, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment ul.allows-labels .btn { margin-top: 5px; } /* line 218, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment ul.allows-labels .dropdown { width: 170px; } /* line 222, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment.is-active .form { display: block; } /* line 225, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment.is-active .preedit { display: none; } /* line 228, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment:first-child { margin-top: 15px; } /* line 231, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment textarea { height: 100px; } @media only screen and (max-width: 480px) { /* line 235, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment .tabs-content, ul.comments-list li.new-comment ul.btns { margin-left: -55px; } } /* line 238, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .modal ul.comments-list li.new-comment { margin: 0; padding: 0; } /* line 242, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .modal ul.comments-list li.new-comment .btns, .modal ul.comments-list li.new-comment .full-screen-msg, .modal ul.comments-list li.new-comment figure { display: none; } /* line 245, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .modal ul.comments-list li.new-comment .comment-content { margin-left: 0; } /* line 249, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list .markdown h1, ul.comments-list .markdown h2, ul.comments-list .markdown h3, ul.comments-list .markdown h4, ul.comments-list .markdown h5 { font-size: 14px; } /* line 252, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list .icon-moon-flag, ul.comments-list .icon-moon-object, ul.comments-list .icon-moon-remove { font-size: 0.8em; } /* line 255, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list .icon-moon-trash { font-size: 0.8em; position: relative; top: -1px; } /* line 2, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .tree-container .nested-items { padding-left: 15px; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .tree-container .nested-items:not(:last-child) { border-left: 1px dashed rgba(255, 255, 255, 0.125); } /* line 8, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-tree { border-left: 1px solid rgba(255, 255, 255, 0.125); border-bottom: 1px solid rgba(255, 255, 255, 0.125); } /* line 12, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-tree h3 { font-size: 16px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-tree .info-row { font-size: 14px; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-tree .profile-pic { width: 44px; height: 44px; margin-right: 10px; } /* line 23, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-tree .title { margin-left: 55px; } /* line 26, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-link:hover:not(.is-active) { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.05); } /* line 30, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-active { background: rgba(255, 255, 255, 0.125); border-color: transparent; cursor: default; } /* line 35, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container .icon-container { float: left; margin-right: 15px; } /* line 39, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container .title { margin-left: 65px; } /* line 42, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container .title h3, .title-container .title .info-row { margin: 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } /* line 49, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .details-container h6 { font-size: 14px; font-weight: bold; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .details-container .markdown { margin-left: 15px; margin-bottom: 15px; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .timer-container { font-size: 18px; color: #b0b0b0; padding: 15px; float: right; display: inline-block; } /* line 68, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .timer-container.over-limit i { color: #c05c48; } /* line 70, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .timer-container i { position: relative; top: 2px; margin-right: 5px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .small-screen .timer-container { float: none; width: 100%; margin-top: 5px; margin-bottom: 15px; } /* line 81, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .label-container { text-align: center; font-weight: bold; padding: 15px; } /* line 87, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .item-container { min-height: 50px; height: auto; } /* line 96, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .item-container.is-light { background-color: #353535; } /* line 99, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .item-container.is-less-dark { background-color: #181919; } /* line 102, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .inverse-container { background-color: #a7a6a2; color: #1b1b1b; } /* line 106, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .inverse-container p { color: #1b1b1b; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .inverse-container h1, .inverse-container h2, .inverse-container h3, .inverse-container h4, .inverse-container h5, .inverse-container h6 { color: #282828; } /* line 112, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .card-container { background-image: url("https://raw.github.com/Magnus-G/Random/master/mountains.png"); background-position-y: -600px; width: 100%; margin-bottom: 15px; } /* line 118, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .card-container.bg-2 { background-image: url("https://raw.github.com/Magnus-G/Random/master/mountains-3.png"); background-position-y: -625px; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff { overflow: auto; padding: 15px; background: rgba(0, 0, 0, 0.2); } /* line 6, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff td { line-height: 15px; border-bottom: 0; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff td.diff-line-number, .diff td.diff-change-symbol { border-right: 1px solid rgba(255, 255, 255, 0.1); text-align: center; width: 30px; font-size: 12px; padding: 0; color: #c9c9c9; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .inverted-theme .diff td.diff-line-number, .inverted-theme .diff td.diff-change-symbol { color: #6c6c6c; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff td.diff-line { text-align: left; border: 0; width: calc(100% - 90px); white-space: pre-wrap; padding-left: 10px; } /* line 29, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff td.diff-collapsed { text-align: center; } /* line 32, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff td.diff-collapsed-line { font-size: 13px; text-align: center; color: #c9c9c9; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .inverted-theme .diff td.diff-collapsed-line { color: #6c6c6c; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff tr.del td { background: rgba(180, 138, 130, 0.3); } /* line 44, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff tr.ins td { background: rgba(103, 126, 84, 0.58); } /* line 47, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff tr.collapsed td { background: rgba(255, 255, 255, 0.125); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff tr:hover td { background: rgba(97, 97, 97, 0.52); } /* line 1, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown { position: relative; font-size: 14px; padding: 10px; background-color: rgba(0, 0, 0, 0.1); } /* line 7, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-border { border: 1px solid rgba(255, 255, 255, 0.125); } /* line 9, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-border.is-focused { border-color: transparent; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.is-big { padding: 15px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown:hover { cursor: pointer; background-color: rgba(255, 255, 255, 0.05); } /* line 19, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown .icon-moon-chevron-sign-down { float: right; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .inverted-theme .dropdown { background-color: rgba(255, 255, 255, 0.5); } /* line 26, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .inverted-theme .dropdown > span { color: #6c6c6c; } /* line 30, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown .placeholder { display: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; background-color: #151616; padding: 10px; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl { max-height: 325px; position: absolute; z-index: 11; top: 100%; left: 0; width: 100%; display: none; background-color: #151616; overflow: auto; } /* line 52, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd { padding: 10px; color: #c9c9c9; cursor: pointer; position: relative; } /* line 58, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd .flyout { position: absolute; z-index: 12; color: #c9c9c9; background: #131414; padding: 15px; display: none; width: 100%; min-width: 240px; left: 100%; top: 0; } /* line 70, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd.is-active { color: white; } /* line 73, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd.is-disabled { color: #707070; } /* line 76, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd:not(.is-disabled):hover { background-color: rgba(255, 255, 255, 0.1); } @media only screen and (min-width: 768px) { /* line 80, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd:not(.is-disabled):hover .flyout { display: block; } } /* line 84, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.is-scrolled dl { overflow: auto; } /* line 87, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-big-labels { font-size: 16px; padding: 15px; } /* line 91, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-big-labels .placeholder { padding: 15px; } /* line 94, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-big-labels dd { padding: 15px; font-size: 16px; } /* line 99, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.is-hover-focused:not(.is-disabled):hover .placeholder, .dropdown.is-focused:not(.is-disabled) .placeholder { display: block; border: 1px solid rgba(255, 255, 255, 0.125); border-bottom: 0; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.is-hover-focused:not(.is-disabled):hover dl, .dropdown.is-focused:not(.is-disabled) dl { display: block; border: 1px solid rgba(255, 255, 255, 0.125); border-top: 0; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-error { border: 1px solid #c05c48; background-color: rgba(192, 92, 72, 0.1); } /* line 114, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dd.has-error.is-active { color: #c05c48; } /* line 116, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dd.has-error:not(.is-active) { background-color: #c05c48; text-shadow: none; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_featured_content.sass */ .featured-content-container { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -ms-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; background: rgba(0, 0, 0, 0.4); color: #c9c9c9; text-transform: none; text-align: center; padding: 2em; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_featured_content.sass */ .featured-content-container .title { color: white; font-size: 1.65em; margin: 0 0 0.85em; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_featured_content.sass */ .featured-copy { margin-bottom: 40px; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_featured_content.sass */ .featured-copy h3, .featured-copy h4 { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } /* line 25, ../../app/assets/stylesheets/fresh/modules/_featured_content.sass */ .featured-copy p { color: #b0b0b0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } /* line 1, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ #feedback_bar { position: fixed; top: 25%; left: 0; width: 30px; border: 1px solid rgba(0, 0, 0, 0.2); border-left: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 99; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ .has-full-screen-control #feedback_bar { display: none !important; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ #feedback_bar ul { list-style: none; margin-bottom: 2px; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ #feedback_bar ul li { padding: 3px 6px; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ #feedback_bar ul li.is-rotated-left { margin-top: 35px; margin-bottom: -10px; height: 56px; } /* line 26, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ #feedback_bar ul i { font-size: 18px; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items { list-style: none; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li { border-top: 1px solid #353535; margin-top: 15px; } /* line 8, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li:first-child { border-top: none; margin-top: 0; } /* line 13, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li h5 i { margin-right: 5px; } /* line 16, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li h5 a { line-height: 40px; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li h5 img { float: left; width: 40px; margin-right: 10px; } /* line 24, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li h5 time { float: right; font-size: 14px; color: #d1d1d1; } /* line 29, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li .markdown { overflow-y: auto; } /* line 3, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox { vertical-align: middle; position: relative; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox a { line-height: 35px; text-decoration: none; color: #a3341f; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox * { margin: 0; padding: 0; outline: none; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .holder { color: #f0f0f0; width: calc(100% - 26px); overflow: hidden; background: #222222; text-indent: 20px; height: 35px; } /* line 26, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .handler { width: 25px; background: #222222; height: 35px; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .holder, .heapBox .handler { float: left; position: relative; z-index: 10; } /* line 36, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox.disabled .holder { color: #4d647c; } /* line 39, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap { display: none; position: absolute; list-style-type: none; left: 0; width: 100%; overflow: hidden; } /* line 47, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap a.sliderUp, .heapBox .heap a.sliderDown { display: block; width: 100%; height: 15px; background: #222222; position: absolute; z-index: 30; } /* line 55, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap a.sliderUp { border-bottom: 1px solid #686c72; top: 0; } /* line 59, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap a.sliderDown { border-top: 1px solid #686c72; bottom: 0; } /* line 64, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap .heapOptions .heapOption { z-index: 20; position: relative; display: block; height: 35px; } /* line 69, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap .heapOptions .heapOption a { width: 100%; display: block; background: #222222; text-indent: 20px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap .heapOptions .heapOption a:hover { background: #2f2f2f; color: white; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap .heapOptions .heapOption a.selected { background: #222222; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap .heapOptions .heapOption a.disabled { color: #48647f; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ h1 i, h2 i, h3 i, h4 i, h5 i, h6 i { position: relative; top: 2px; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.is-reduced { font-size: 0.8em !important; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.is-normal { font-size: 16px !important; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.is-large { font-size: 24px !important; } /* line 34, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.is-x-large { font-size: 32px !important; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.white-rank { color: #e6e6e6; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.yellow-rank { color: #ecb613; } /* line 43, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.blue-rank { color: #3c7ebb; } /* line 46, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.purple-rank { color: #866cc7; } /* line 98, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-start; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.ranks { max-width: 265px; } /* line 106, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.ranks li { flex: 3em; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list li { font-size: 0.65; text-align: center; margin-right: 15px; } /* line 113, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list li:last-of-type { margin-right: 0; } /* line 117, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list li:not(.is-active) .icon-container:hover { background-color: rgba(255, 255, 255, 0.05); } /* line 120, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .inverted-theme .icon-list li:not(.is-active) .icon-container:hover { background: rgba(216, 214, 214, 0.3) !important; } /* line 124, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-small li { margin-right: 10px; } /* line 127, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-small li .icon-container { width: 36px; height: 36px; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-small li .icon-container i { font-size: 18px; line-height: 38px; } /* line 132, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-large li .icon-container { width: 80px; height: 80px; } /* line 65, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-large li .icon-container i { font-size: 30px; line-height: 82px; left: 1px; } /* line 71, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-large li .icon-container.has-text i { line-height: 44px; position: relative; top: 8px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-large li .icon-container.has-text p { padding-top: 4px; } /* line 137, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-huge li .icon-container { width: 140px; height: 140px; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-huge li .icon-container i { font-size: 54px; line-height: 142px; left: 0; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-huge li .icon-container.has-text i { line-height: 82px; position: relative; top: 12px; } /* line 92, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-huge li .icon-container.has-text p { padding-top: 16px; font-weight: bold; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-contained li .icon-container { margin-bottom: 0; } /* line 146, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list { list-style: none; color: white; } /* line 150, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list li { clear: both; margin: 15px 0; } /* line 154, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list li.is-disabled { color: #c9c9c9; } /* line 157, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list li:first-child { margin-top: 0; } /* line 160, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list li:last-of-type { margin-bottom: none; } /* line 163, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list .icon-container { float: left; } /* line 167, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list .detailed-icon-container { font-size: 0.65; text-align: center; width: 50px; float: left; } /* line 173, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .icon-container { margin-right: 20px; } /* line 176, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .detailed-icon-container { width: 140px; height: 140px; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .detailed-icon-container i { font-size: 54px; line-height: 142px; left: 0; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .detailed-icon-container.has-text i { line-height: 82px; position: relative; top: 12px; } /* line 92, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .detailed-icon-container.has-text p { padding-top: 16px; font-weight: bold; } /* line 179, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .detailed-description { padding: 20px; } /* line 182, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-container { font-size: 0.65; text-align: center; width: 50px; margin-bottom: 15px; } /* line 188, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-container.mbs { margin-bottom: 10px; } /* line 191, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ li.is-active .icon-container { background-color: rgba(255, 255, 255, 0.125); } /* line 194, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .inverted-theme li.is-active .icon-container { background-color: rgba(199, 196, 196, 0.3) !important; } /* line 197, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .panel .icon-container { background-color: rgba(255, 255, 255, 0.125); } /* line 203, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .panel li.is-active .icon-container { background-color: rgba(255, 255, 255, 0.3); } /* line 206, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .item-container .panel li.is-active .icon-container { background-color: rgba(255, 255, 255, 0.125); } /* line 210, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-container i { font-size: 24px; line-height: 52px; margin-right: 0; } /* line 215, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-small .icon-container { width: 36px; height: 36px; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-small .icon-container i { font-size: 18px; line-height: 38px; } /* line 218, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-large .icon-container { width: 80px; height: 80px; } /* line 65, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-large .icon-container i { font-size: 30px; line-height: 82px; left: 1px; } /* line 71, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-large .icon-container.has-text i { line-height: 44px; position: relative; top: 8px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-large .icon-container.has-text p { padding-top: 4px; } /* line 221, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-huge .icon-container { width: 140px; height: 140px; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-huge .icon-container i { font-size: 54px; line-height: 142px; left: 0; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-huge .icon-container.has-text i { line-height: 82px; position: relative; top: 12px; } /* line 92, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-huge .icon-container.has-text p { padding-top: 16px; font-weight: bold; } /* line 225, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .btn .icon-container i { color: white; } /* line 228, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .ruby .icon-container { background: rgba(255, 255, 255, 0.125) url(/assets/icons/ruby-a6f81701648cab53bb0e7622c3d9bedb.png) no-repeat center center; } /* line 231, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .javascript .icon-container { background: rgba(255, 255, 255, 0.125) url(/assets/icons/js.png) no-repeat center center; } /* line 234, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .coffeescript .icon-container { background: rgba(255, 255, 255, 0.125) url(/assets/icons/coffee.png) no-repeat center center; } /* line 237, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .python .icon-container { background: rgba(255, 255, 255, 0.125) url(/assets/icons/python-e2e10ae60b0081cb857079828cef5948.png) no-repeat center center; } /* line 241, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ body.inverted-theme .icon-container { background-color: rgba(136, 136, 136, 0.05) !important; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors { height: 100%; padding-bottom: 60px !important; } /* line 5, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .btn { margin-bottom: 1em; } @media only screen and (max-width: 767px) { /* line 9, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .btn-container { text-align: right; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .btn-container #surrender_btn, .ide-editors .btn-container #comments_btn { float: none !important; display: inline-block; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .btn-container li { display: inline-block; float: none; margin-right: 0 !important; margin-left: 15px; } } /* line 22, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors #code_container:not(.is-only-editor) { height: 60%; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors #code_container.is-only-editor { height: calc(100% + 17px); } /* line 28, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors #fixture_container { height: 40%; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .dropdown { width: 200px; margin-top: -5px; margin-bottom: -5px; padding: 5px; } /* line 38, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .h_layout #code_container { min-height: 400px; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .h_layout #fixture_container { min-height: 350px; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item { margin-bottom: 1.2em; } /* line 8, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata { margin-bottom: 15px; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata:after { margin-top: 15px; background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -ms-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-position: center center; background-repeat: no-repeat; background-size: 100% 1px; content: ""; display: block; width: 100%; height: 1px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata:last-child { margin-bottom: 0; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata:last-child:after { display: none; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-icons { margin-bottom: 0; justify-content: flex-end; } /* line 26, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-icons li { margin-right: 0; margin-left: 10px; } /* line 30, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-icons.is-condensed { width: auto; } /* line 34, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-summary { color: #efefef; padding-left: 8px; } /* line 38, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-summary span { float: left; margin-right: 10px; } /* line 42, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-summary .icon-list { position: relative; top: 2px; } /* line 46, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .info-row { margin-left: 8px; } /* line 49, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .item-meter { background-color: transparent; background-image: -webkit-gradient(linear, 0deg, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); background-image: linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); min-width: 30px; height: 45px; } /* line 55, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .item-title { padding: 3px 8px; font-size: 1.2em; position: relative; overflow: hidden; color: #efefef; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .solutions .item-title { padding: 0; } /* line 66, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .inverted-theme .item-title { color: #4b4b4b; } /* line 69, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .item-title a { -webkit-transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -ms-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; position: relative; top: 3px; color: #efefef; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .inverted-theme .item-title a { color: #4b4b4b; } /* line 78, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .item-title a:hover { color: #6795de; } /* line 81, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .info-row { margin: 2px 10px 10px 0; } /* line 84, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .info-row > span, .info-row > a { margin-right: 15px; } /* line 87, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .info-row span { color: #c9c9c9; } /* line 90, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .inverted-theme .info-row span { color: #4b4b4b; } /* line 93, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .info-row a:hover { text-decoration: underline; } /* line 95, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .info-row a:hover i { text-decoration: none; } /* line 100, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .game-title h3 { line-height: 1.1em; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .game-title ul.is-text li { line-height: 50px; } /* line 107, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .game-title #emacs_mode { width: 70px; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .game-title #emacs_mode .icon-container { width: 70px; } /* line 112, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .user-avatars { position: relative; top: -2px; } /* line 115, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .user-avatars img { width: 30px; height: 30px; } /* line 119, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list { list-style: none; } /* line 122, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li { clear: both; margin-bottom: 15px; } /* line 126, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li.is-active { padding: 5px; background-color: rgba(255, 255, 255, 0.05); } /* line 130, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li.is-active a { color: white; } /* line 133, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li .square { float: left; padding: 2px 0; } /* line 137, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li h5 { float: left; margin: 8px 0 0 15px; font-size: 1.1em; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li:last-of-type { margin-bottom: 0; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard { padding: 15px; overflow-x: hidden; } /* line 5, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard p { margin-top: 30px; font-weight: bold; text-align: center; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard th, .leaderboard td { width: 15%; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard th.is-small, .leaderboard td.is-small { width: 8%; } /* line 17, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard th.is-big, .leaderboard td.is-big { width: 50%; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard tr.is-current-player { background-color: rgba(255, 255, 255, 0.075); } /* line 25, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard tr:last-child td { border-bottom: none; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard td { padding-left: 20px; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard td .profile-pic { width: 30px; height: 30px; float: left; margin-right: 10px; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard td.rank { font-weight: bold; position: relative; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard td.rank i { position: absolute; top: 4px; left: -2px; font-size: 20px; } /* line 46, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard td .small-hex { position: relative; top: -2px; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor { margin-bottom: 15px; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .has-error .markdown-editor { border: 1px solid #c05c48; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor ul.tabs-content { margin-bottom: 0; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor .text-editor-container { background-color: #131414; } /* line 13, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .light-theme .markdown-editor .text-editor-container { background-color: #f3f3f3; } /* line 17, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-vertical dl.tabs { width: 44px; float: left; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-vertical ul.tabs-content { margin-left: 45px; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-compact ul.tabs-content, .markdown-editor.is-compact .text-editor-container, .markdown-editor.is-compact .panel { height: 135px; } /* line 29, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-compact.is-tall ul.tabs-content, .markdown-editor.is-compact.is-tall .text-editor-container, .markdown-editor.is-compact.is-tall .panel { height: 180px; } /* line 33, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-compact .cm-s-cw-dark { background: rgba(0, 0, 0, 0.2); } /* line 36, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-compact .cm-s-cw-dark .CodeMirror-gutters { background: transparent; } /* line 39, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-compact .text-editor-container { padding-right: 0; } /* line 44, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen { position: absolute; width: 100%; height: 100%; top: 0; padding: 10px; z-index: 12; } /* line 52, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen a.collapse-btn { position: absolute; top: 15px; right: 20px; z-index: 2; } /* line 58, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen .text-editor-container { padding-right: 0; } /* line 61, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen .markdown.is-full-screen, #markdown_full_screen .text-editor-container.is-full-screen { height: 100% !important; max-height: 100% !important; width: 50% !important; overflow: auto; } /* line 67, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen .markdown { float: right; background: #282828; padding: 30px 15px 15px; } /* line 71, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme #markdown_full_screen .markdown { background: rgba(226, 226, 226, 0.6); } /* line 76, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen .field, #markdown_full_screen .shrink { display: none !important; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown { color: #efefef; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .markdown { color: #181919; } /* line 85, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown a:not(.btn) { text-decoration: underline; } /* line 89, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown hr.is-dark { border: 0px; height: 3px; background: #131414; border-top: 1px solid #282828; } /* line 95, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .markdown hr.is-dark { background: white; border-top: 1px solid rgba(226, 226, 226, 0.6); } /* line 99, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown blockquote { padding: 10px 15px; border-left: 6px solid rgba(255, 255, 255, 0.125); } /* line 103, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .markdown blockquote { border-color: rgba(226, 226, 226, 0.6); } /* line 106, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown blockquote p:last-child { margin-bottom: 0; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown code { font-family: "CamingoCode-Regular", monospace; display: block; padding: 10px; margin-bottom: 15px; font-weight: normal; overflow-x: auto; margin-top: 10px; background-color: rgba(0, 0, 0, 0.4); } /* line 119, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .markdown code { background-color: #fdfdfd; border: 1px solid rgba(0, 0, 0, 0.1); } /* line 123, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .is-dark .markdown code { background-color: #131414; } /* line 126, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .is-dark .markdown code { background-color: white; } /* line 129, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown code.is-dark { background-color: #131414; } /* line 132, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .markdown code.is-dark { background-color: white; } /* line 135, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverse-container .markdown code { background-color: #282828; } /* line 138, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown li > code { display: inline; padding: 0.25em 0.5em; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown pre code { margin-top: 0; } /* line 145, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown p:last-child { margin-bottom: 0; } /* line 148, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown p > code { display: inline; padding: 3.33333px; border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.125); } /* line 154, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown ul + p { margin-top: 15px; } /* line 157, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h1 { font-weight: bold; font-size: 20px; } /* line 161, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h2 { font-size: 20px; font-weight: 300; } /* line 165, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h3 { font-size: 16px; font-weight: bold; } /* line 169, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h4 { font-size: 16px; font-weight: 300; } /* line 173, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h5 { font-size: 14px; font-weight: bold; } /* line 177, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h6 { font-size: 14px; font-weight: 300; } /* line 181, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h2:first-child { margin-top: 0; } /* line 184, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown img { height: auto; width: auto; } /* line 188, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown > ul { padding-left: 15px; } /* line 191, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown ul { list-style: disc; margin-left: 15px; } /* line 195, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown ul ul { list-style: circle; } /* line 198, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown ul ul ul { list-style: square; } /* line 201, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown ul ul ul ul { list-style: disc; } /* line 206, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown.has-scrolled-code pre code, .markdown.is-rounded pre code { border-radius: 7px; } /* line 209, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown.has-scrolled-code { overflow-y: hidden; margin-bottom: 15px; } /* line 213, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown.has-scrolled-code pre { max-height: 400px; overflow-y: auto; } /* line 217, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown.has-scrolled-code pre code { margin-bottom: 0; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu { position: relative; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu { position: absolute; top: 50px; min-width: 150px; display: none; z-index: 12; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu.is-right { right: 0; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu ul { list-style: none; } /* line 17, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu li { text-align: left; } /* line 20, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu li a { padding: 10px 15px; } @media only screen and (max-width: 480px) { /* line 4, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu { min-width: 230px; } } /* line 27, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu:hover .menu, .has-menu.active .menu { display: block; } /* Panels ---------------------- */ /* line 3, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel { margin: 0 0 15px 0; padding: 15px; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .is-compressed .panel, .panel.is-compressed { margin: 0 0 10px 0; padding: 10px; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel > :first-child { margin-top: 0; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel > :last-child { margin-bottom: 0; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.radius { -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.alert, .panel.error { background-color: #c05c48; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.has-alert-border { border-left: 4px solid #c05c48; } /* line 35, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .inverted-theme .panel { color: #6c6c6c; } /* line 38, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .dark-theme .panel { color: #efefef; } /* line 56, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.warning { background-color: #c28222; } /* line 59, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.notice { background-color: #2f7db7; } /* line 62, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing { display: flex; margin-bottom: 0; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing.ad-size { min-height: 120px; } /* line 69, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figure { float: left; padding-top: 5px; margin-right: 10px; } /* line 73, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figure i { font-size: 3em; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figcaption { display: block; width: 100%; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figcaption h5 { margin-top: 0; } /* line 83, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figcaption .medium-feed-image img { float: right; max-height: 95px; width: auto; margin-left: 15px; } @media only screen and (max-width: 767px) { /* line 83, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figcaption .medium-feed-image img { display: none; } } /* line 1, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .progress-steps-bar { *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .progress-steps-bar:before, .progress-steps-bar:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .progress-steps-bar:after { clear: both; } /* line 3, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .progress-steps-bar ul { list-style: none; } /* line 6, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .progress-steps-bar ul li { display: inline-block; float: left; border-radius: 2px; background-color: rgba(255, 255, 255, 0.125); width: 20px; height: 10px; margin-right: 5px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .progress-steps-bar ul li.is-done { background-color: rgba(255, 255, 255, 0.3); } /* line 19, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .dark-theme .progress-steps-bar ul li.is-active { background-color: #b1361e; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .inverted-theme .progress-steps-bar ul li.is-active { background-color: #c9c9c9; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-white-rank { color: #e6e6e6; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-yellow-rank { color: #ecb613; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-orange-rank { color: #de944a; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-blue-rank { color: #3c7ebb; } /* line 13, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-purple-rank { color: #866cc7; } /* line 16, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-red-rank { color: #bb432c; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-black-rank { color: #333333; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .item-container .is-black-rank { color: #555555; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-white-rank-text { color: #e6e6e6 !important; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-yellow-rank-text { color: #ecb613 !important; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-orange-rank-text { color: #de944a !important; } /* line 34, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-blue-rank-text { color: #3c7ebb !important; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-purple-rank-text { color: #866cc7 !important; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-red-rank-text { color: #bb432c !important; } /* line 43, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-black-rank-text { color: #999999 !important; } /* line 47, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .grouped-ranks .rank-group { position: relative; clear: both; } /* line 51, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .grouped-ranks .rank-group .group-label { float: left; } /* line 54, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .grouped-ranks .rank-group .group-label h6 { margin-top: 18px; width: 85px; text-align: center; font-size: 14px; } /* line 60, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .grouped-ranks .rank-group .group-label h6.is-v-centered { margin-top: 54px; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .grouped-ranks .rank-group .group-ranks { float: right; } /* line 66, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual { position: relative; } /* line 69, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .grouped-ranks { width: 150px; float: left; } @media only screen and (max-width: 767px) { /* line 69, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .grouped-ranks { display: none; } } /* line 76, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .manual-copy { margin-left: 180px; } @media only screen and (max-width: 767px) { /* line 76, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .manual-copy { margin-left: 0; } } /* line 83, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual.getting-started .small-hex { margin-bottom: 25px; } /* line 86, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .getting-started-copy { margin-left: 190px; } /* line 89, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .getting-started-copy .circle { position: absolute; top: 0; left: -50px; } /* line 95, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks li { cursor: pointer; margin-bottom: 15px; margin-right: 0; } /* line 101, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks:not(.is-flex) li { margin-right: 15px; } /* line 105, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks.is-flex li { width: calc((100% - 200px)/2); min-width: 50px; max-width: 55px; margin-right: 15px; } @media only screen and (min-width: 1244px) { /* line 111, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks.is-flex li:nth-child(5) { clear: both; } } /* line 115, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks .small-hex.is-selected { display: none; } /* line 119, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks li.is-active .small-hex:not(.is-selected), .icon-list.ranks li:hover .small-hex:not(.is-selected) { display: none; } /* line 122, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks li.is-active .small-hex.is-selected, .icon-list.ranks li:hover .small-hex.is-selected { display: block; } /* line 56, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex { height: 104px; width: 60px; background-color: #bb432c; color: #131414; position: relative; margin-right: 30px; margin-left: 30px; text-align: center; line-height: 104px; font-weight: bold; z-index: 1; text-shadow: none; font-size: 26px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ html.moz .big-hex { font-weight: normal; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex span { z-index: 2; position: relative; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex:before { content: " "; width: 0; height: 0; border-right: 30px solid #bb432c; border-top: 52px solid transparent; border-bottom: 52px solid transparent; position: absolute; left: -30px; z-index: 0; -moz-transform: scale(0.9999); } /* line 34, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex:after { content: ""; width: 0; position: absolute; right: -30px; top: 0; border-left: 30px solid #bb432c; border-top: 52px solid transparent; border-bottom: 52px solid transparent; z-index: 0; -moz-transform: scale(0.9999); } /* line 60, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex.is-big-font { font-size: 44px; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex.is-wide { width: 92px; } /* line 66, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex i { top: 2px; } /* line 69, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex { height: 43px; width: 25px; background-color: #bb432c; color: #131414; position: relative; margin-right: 13px; margin-left: 13px; text-align: center; line-height: 43px; font-weight: bold; z-index: 1; text-shadow: none; font-size: 14px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ html.moz .medium-hex { font-weight: normal; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex span { z-index: 2; position: relative; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex:before { content: " "; width: 0; height: 0; border-right: 13px solid #bb432c; border-top: 22px solid transparent; border-bottom: 22px solid transparent; position: absolute; left: -13px; z-index: 0; -moz-transform: scale(0.9999); } /* line 34, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex:after { content: ""; width: 0; position: absolute; right: -13px; top: 0; border-left: 13px solid #bb432c; border-top: 22px solid transparent; border-bottom: 22px solid transparent; z-index: 0; -moz-transform: scale(0.9999); } /* line 73, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex.is-wide { width: 32px; } /* line 76, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex.is-extra-wide { width: 40px; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex.is-long { width: 100px; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex { height: 26px; width: 15px; background-color: #bb432c; color: #131414; position: relative; margin-right: 8px; margin-left: 8px; text-align: center; line-height: 26px; font-weight: bold; z-index: 1; text-shadow: none; line-height: 28px; font-size: 12px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ html.moz .small-hex { font-weight: normal; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex span { z-index: 2; position: relative; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex:before { content: " "; width: 0; height: 0; border-right: 8px solid #bb432c; border-top: 13px solid transparent; border-bottom: 13px solid transparent; position: absolute; left: -8px; z-index: 0; -moz-transform: scale(0.9999); } /* line 34, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex:after { content: ""; width: 0; position: absolute; right: -8px; top: 0; border-left: 8px solid #bb432c; border-top: 13px solid transparent; border-bottom: 13px solid transparent; z-index: 0; -moz-transform: scale(0.9999); } /* line 87, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-wide { width: 26px; } /* line 90, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-extra-wide { width: 34px; } /* line 93, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-long { width: 44px; } /* line 97, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-green, .big-hex.is-green, .medium-hex.is-green { background-color: #7c9a44; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-green:before, .big-hex.is-green:before, .medium-hex.is-green:before { border-right-color: #7c9a44; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-green:after, .big-hex.is-green:after, .medium-hex.is-green:after { border-left-color: #7c9a44; } /* line 100, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white, .big-hex.is-white, .medium-hex.is-white { background-color: rgba(255, 255, 255, 0.8); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white:before, .big-hex.is-white:before, .medium-hex.is-white:before { border-right-color: rgba(255, 255, 255, 0.8); } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white:after, .big-hex.is-white:after, .medium-hex.is-white:after { border-left-color: rgba(255, 255, 255, 0.8); } /* line 103, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-lightened, .big-hex.is-lightened, .medium-hex.is-lightened { background-color: rgba(255, 255, 255, 0.125); color: rgba(255, 255, 255, 0.6); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-lightened:before, .big-hex.is-lightened:before, .medium-hex.is-lightened:before { border-right-color: rgba(255, 255, 255, 0.125); } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-lightened:after, .big-hex.is-lightened:after, .medium-hex.is-lightened:after { border-left-color: rgba(255, 255, 255, 0.125); } /* line 107, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-brightened, .big-hex.is-brightened, .medium-hex.is-brightened { background-color: rgba(255, 255, 255, 0.35); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-brightened:before, .big-hex.is-brightened:before, .medium-hex.is-brightened:before { border-right-color: rgba(255, 255, 255, 0.35); } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-brightened:after, .big-hex.is-brightened:after, .medium-hex.is-brightened:after { border-left-color: rgba(255, 255, 255, 0.35); } /* line 110, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-dimmed, .big-hex.is-dimmed, .medium-hex.is-dimmed { background-color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.6); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-dimmed:before, .big-hex.is-dimmed:before, .medium-hex.is-dimmed:before { border-right-color: rgba(0, 0, 0, 0.4); } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-dimmed:after, .big-hex.is-dimmed:after, .medium-hex.is-dimmed:after { border-left-color: rgba(0, 0, 0, 0.4); } /* line 114, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple, .big-hex.is-purple, .medium-hex.is-purple { background-color: #736a8d; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple:before, .big-hex.is-purple:before, .medium-hex.is-purple:before { border-right-color: #736a8d; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple:after, .big-hex.is-purple:after, .medium-hex.is-purple:after { border-left-color: #736a8d; } /* line 117, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-drab-purple, .big-hex.is-drab-purple, .medium-hex.is-drab-purple { background-color: #564e6d; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-drab-purple:before, .big-hex.is-drab-purple:before, .medium-hex.is-drab-purple:before { border-right-color: #564e6d; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-drab-purple:after, .big-hex.is-drab-purple:after, .medium-hex.is-drab-purple:after { border-left-color: #564e6d; } /* line 120, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white-rank, .big-hex.is-white-rank, .medium-hex.is-white-rank { background-color: #e6e6e6; color: rgba(20, 20, 20, 0.7); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white-rank:before, .big-hex.is-white-rank:before, .medium-hex.is-white-rank:before { border-right-color: #e6e6e6; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white-rank:after, .big-hex.is-white-rank:after, .medium-hex.is-white-rank:after { border-left-color: #e6e6e6; } /* line 124, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .small-hex.is-white-rank, .inverted-theme .is-invertable .big-hex.is-white-rank, .inverted-theme .is-invertable .medium-hex.is-white-rank { color: #6c6c6c; } /* line 127, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-black-rank, .big-hex.is-black-rank, .medium-hex.is-black-rank { background-color: #555555; color: white; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-black-rank:before, .big-hex.is-black-rank:before, .medium-hex.is-black-rank:before { border-right-color: #555555; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-black-rank:after, .big-hex.is-black-rank:after, .medium-hex.is-black-rank:after { border-left-color: #555555; } /* line 131, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-yellow-rank, .big-hex.is-yellow-rank, .medium-hex.is-yellow-rank { background-color: #ecb613; color: rgba(20, 20, 20, 0.7); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-yellow-rank:before, .big-hex.is-yellow-rank:before, .medium-hex.is-yellow-rank:before { border-right-color: #ecb613; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-yellow-rank:after, .big-hex.is-yellow-rank:after, .medium-hex.is-yellow-rank:after { border-left-color: #ecb613; } /* line 135, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-orange-rank, .big-hex.is-orange-rank, .medium-hex.is-orange-rank { background-color: #de944a; color: white; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-orange-rank:before, .big-hex.is-orange-rank:before, .medium-hex.is-orange-rank:before { border-right-color: #de944a; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-orange-rank:after, .big-hex.is-orange-rank:after, .medium-hex.is-orange-rank:after { border-left-color: #de944a; } /* line 139, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-blue-rank, .big-hex.is-blue-rank, .medium-hex.is-blue-rank { background-color: #3c7ebb; color: rgba(20, 20, 20, 0.7); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-blue-rank:before, .big-hex.is-blue-rank:before, .medium-hex.is-blue-rank:before { border-right-color: #3c7ebb; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-blue-rank:after, .big-hex.is-blue-rank:after, .medium-hex.is-blue-rank:after { border-left-color: #3c7ebb; } /* line 143, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple-rank, .big-hex.is-purple-rank, .medium-hex.is-purple-rank { background-color: #866cc7; color: rgba(20, 20, 20, 0.7); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple-rank:before, .big-hex.is-purple-rank:before, .medium-hex.is-purple-rank:before { border-right-color: #866cc7; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple-rank:after, .big-hex.is-purple-rank:after, .medium-hex.is-purple-rank:after { border-left-color: #866cc7; } /* line 147, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-medium-hex { height: 42px; width: 24px; background-color: #181919; color: #131414; position: relative; margin-right: 12px; margin-left: 12px; text-align: center; line-height: 42px; font-weight: bold; z-index: 1; text-shadow: none; margin-left: 1px; top: 2px; color: #b1361e; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ html.moz .inner-medium-hex { font-weight: normal; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-medium-hex span { z-index: 2; position: relative; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-medium-hex:before { content: " "; width: 0; height: 0; border-right: 12px solid #181919; border-top: 21px solid transparent; border-bottom: 21px solid transparent; position: absolute; left: -12px; z-index: 0; -moz-transform: scale(0.9999); } /* line 34, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-medium-hex:after { content: ""; width: 0; position: absolute; right: -12px; top: 0; border-left: 12px solid #181919; border-top: 21px solid transparent; border-bottom: 21px solid transparent; z-index: 0; -moz-transform: scale(0.9999); } /* line 153, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-wide .inner-medium-hex { width: 34px; } /* line 156, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-extra-wide .inner-medium-hex { width: 42px; } /* line 159, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-small-hex { height: 22px; width: 13px; background-color: #181919; color: #131414; position: relative; margin-right: 6px; margin-left: 6px; text-align: center; line-height: 22px; font-weight: bold; z-index: 1; text-shadow: none; margin-left: 1px; color: #efefef; top: 2px; font-size: 11px; color: #b1361e; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ html.moz .inner-small-hex { font-weight: normal; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-small-hex span { z-index: 2; position: relative; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-small-hex:before { content: " "; width: 0; height: 0; border-right: 6px solid #181919; border-top: 11px solid transparent; border-bottom: 11px solid transparent; position: absolute; left: -6px; z-index: 0; -moz-transform: scale(0.9999); } /* line 34, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-small-hex:after { content: ""; width: 0; position: absolute; right: -6px; top: 0; border-left: 6px solid #181919; border-top: 11px solid transparent; border-bottom: 11px solid transparent; z-index: 0; -moz-transform: scale(0.9999); } /* line 165, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .inner-small-hex { background-color: white; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .inner-small-hex:before { border-right-color: white; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .inner-small-hex:after { border-left-color: white; } /* line 172, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-small-hex:after { z-index: 2; } /* line 175, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-wide .inner-small-hex { width: 24px; } /* line 178, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-extra-wide .inner-small-hex { width: 32px; } /* line 183, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-brightened .inner-medium-hex, .is-brightened .inner-small-hex { color: rgba(255, 255, 255, 0.3); } /* line 186, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-long .inner-medium-hex, .is-long .inner-small-hex { width: 42px; } /* line 189, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-green .inner-medium-hex, .is-green .inner-small-hex { color: #7c9a44; } /* line 192, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-white .inner-medium-hex, .is-white .inner-small-hex { color: white; } /* line 195, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-white-rank .inner-medium-hex, .is-white-rank .inner-small-hex { color: #e6e6e6; } /* line 198, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .is-white-rank .inner-medium-hex, .inverted-theme .is-invertable .is-white-rank .inner-small-hex { color: #6c6c6c; } /* line 201, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-purple .inner-medium-hex, .is-purple .inner-small-hex { color: #736a8d; } /* line 204, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-red-rank .inner-medium-hex, .is-red-rank .inner-small-hex { color: #bb432c; } /* line 207, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-black-rank .inner-medium-hex, .is-black-rank .inner-small-hex { color: #999999; } /* line 210, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-yellow-rank .inner-medium-hex, .is-yellow-rank .inner-small-hex { color: #ecb613; } /* line 213, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-orange-rank .inner-medium-hex, .is-orange-rank .inner-small-hex { color: #de944a; } /* line 216, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-blue-rank .inner-medium-hex, .is-blue-rank .inner-small-hex { color: #3c7ebb; } /* line 219, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-purple-rank .inner-medium-hex, .is-purple-rank .inner-small-hex { color: #866cc7; } /* line 304, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner { width: 150px; height: 250px; background-color: rgba(0, 0, 0, 0.2); border-top: 5px solid rgba(0, 0, 0, 0.4); margin-bottom: 50px; position: relative; z-index: 1; } /* line 232, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner:after { content: " "; width: 0; height: 0; border-top: 50px solid rgba(0, 0, 0, 0.2); border-left: 75px solid transparent; border-right: 75px solid transparent; position: absolute; bottom: -50px; left: 0; z-index: 0; -moz-transform: scale(0.9999); } /* line 307, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-red { background-color: #b1361e; } /* line 248, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-red:after { border-top-color: #b1361e; -moz-transform: scale(0.9999); } /* line 310, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-dimmed { background-color: rgba(0, 0, 0, 0.4); } /* line 248, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-dimmed:after { border-top-color: rgba(0, 0, 0, 0.4); -moz-transform: scale(0.9999); } /* line 313, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-brightened { background-color: rgba(255, 255, 255, 0.3); } /* line 248, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-brightened:after { border-top-color: rgba(255, 255, 255, 0.3); -moz-transform: scale(0.9999); } /* line 316, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.no-border { border-top: none; } /* line 319, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-small { width: 50px; margin-bottom: 17px; height: 50px; } /* line 256, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-small:after { border-top-width: 17px; border-left-width: 25px; border-right-width: 25px; bottom: -17px; -moz-transform: scale(0.9999); } /* line 323, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-small i { font-size: 20px; } /* line 326, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-big { width: 200px; margin-bottom: 67px; height: 300px; } /* line 256, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-big:after { border-top-width: 67px; border-left-width: 100px; border-right-width: 100px; bottom: -67px; -moz-transform: scale(0.9999); } /* line 330, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner { width: auto; height: 150px; background-color: rgba(0, 0, 0, 0.2); border-left: 5px solid rgba(0, 0, 0, 0.4); margin-right: 75px; position: relative; z-index: 1; } /* line 273, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner:after { content: " "; width: 0; height: 0; border-left: 50px solid rgba(0, 0, 0, 0.2); border-top: 75px solid transparent; border-bottom: 75px solid transparent; position: absolute; right: -50px; top: 0; z-index: 0; -moz-transform: scale(0.9999); } /* line 333, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-red { background-color: #b1361e; } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-red:after { border-left-color: #b1361e; -moz-transform: scale(0.9999); } /* line 336, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-dimmed { background-color: rgba(0, 0, 0, 0.4); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-dimmed:after { border-left-color: rgba(0, 0, 0, 0.4); -moz-transform: scale(0.9999); } /* line 339, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-brightened { background-color: rgba(255, 255, 255, 0.3); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-brightened:after { border-left-color: rgba(255, 255, 255, 0.3); -moz-transform: scale(0.9999); } /* line 342, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.no-border { border-left: none; } /* line 345, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-small { height: 30px; margin-right: 10px; } /* line 297, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-small:after { border-left-width: 10px; border-top-width: 15px; border-bottom-width: 15px; right: -10px; -moz-transform: scale(0.9999); } /* line 348, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-medium { height: 60px; margin-right: 20px; } /* line 297, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-medium:after { border-left-width: 20px; border-top-width: 30px; border-bottom-width: 30px; right: -20px; -moz-transform: scale(0.9999); } /* line 351, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .banner-pole { border-top: 10px solid rgba(0, 0, 0, 0.6); border-left: 10px solid rgba(0, 0, 0, 0.6); border-radius: 4px 0 0 0; } /* line 356, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag { border-left: 0; padding-left: 4px; text-align: center; line-height: 28px; font-size: 12px; width: 40px; height: 26px; background-color: rgba(255, 255, 255, 0.125); border-left: 5px solid rgba(0, 0, 0, 0.4); margin-right: 13px; position: relative; z-index: 1; color: rgba(255, 255, 255, 0.6); border-left: 1px solid transparent; } /* line 273, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag:after { content: " "; width: 0; height: 0; border-left: 9px solid rgba(255, 255, 255, 0.125); border-top: 13px solid transparent; border-bottom: 13px solid transparent; position: absolute; right: -9px; top: 0; z-index: 0; -moz-transform: scale(0.9999); } /* line 368, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable div.tag { width: 40px; height: 26px; background-color: rgba(199, 196, 196, 0.3); border-left: 5px solid rgba(0, 0, 0, 0.4); margin-right: 13px; position: relative; z-index: 1; color: #6c6c6c; border-left: 1px solid transparent; } /* line 273, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable div.tag:after { content: " "; width: 0; height: 0; border-left: 9px solid rgba(199, 196, 196, 0.3); border-top: 13px solid transparent; border-bottom: 13px solid transparent; position: absolute; right: -9px; top: 0; z-index: 0; -moz-transform: scale(0.9999); } /* line 373, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-auto-width { width: auto; } /* line 376, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-dimmed { background-color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.3); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-dimmed:after { border-left-color: rgba(0, 0, 0, 0.4); -moz-transform: scale(0.9999); } /* line 380, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-brightened { background-color: rgba(255, 255, 255, 0.35); color: #131414; } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-brightened:after { border-left-color: rgba(255, 255, 255, 0.35); -moz-transform: scale(0.9999); } /* line 384, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-yellow-rank { background-color: #ecb613; color: rgba(20, 20, 20, 0.7); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-yellow-rank:after { border-left-color: #ecb613; -moz-transform: scale(0.9999); } /* line 388, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-blue-rank { background-color: #3c7ebb; color: rgba(20, 20, 20, 0.7); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-blue-rank:after { border-left-color: #3c7ebb; -moz-transform: scale(0.9999); } /* line 392, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-purple-rank { background-color: #866cc7; color: rgba(20, 20, 20, 0.7); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-purple-rank:after { border-left-color: #866cc7; -moz-transform: scale(0.9999); } /* line 396, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-black-rank { background-color: rgba(0, 0, 0, 0.2); color: rgba(255, 255, 255, 0.125); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-black-rank:after { border-left-color: rgba(0, 0, 0, 0.2); -moz-transform: scale(0.9999); } /* line 400, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-white-rank-side { border-left: 2px solid #e6e6e6; } /* line 403, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-yellow-rank-side { border-left: 2px solid #ecb613; } /* line 406, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-blue-rank-side { border-left: 2px solid #3c7ebb; } /* line 409, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-purple-rank-side { border-left: 2px solid #866cc7; } /* line 412, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .circle { border-radius: 1000px; text-align: center; width: 20px; height: 20px; font-size: 10px; color: white; background-color: rgba(0, 0, 0, 0.4); } /* line 421, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .circle.is-green { background-color: #7c9a44; } /* line 424, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .circle.is-red { background-color: #bb432c; } /* line 427, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .circle.is-medium { padding: 4px; width: 30px; height: 30px; font-size: 14px; } /* line 433, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .circle.is-large { padding: 8px; width: 36px; height: 36px; font-size: 18px; } /* line 439, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .keyword-tag { display: inline-block; border-radius: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: 0.4px; padding: 1px 6px; margin: 0 10px 10px 0; background-color: rgba(0, 0, 0, 0.1); } /* line 449, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .keyword-tag { background: rgba(199, 196, 196, 0.3); color: #5c5c5c; } /* line 453, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .keyword-tag.is-question { background: #4c6683; } /* line 456, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .keyword-tag.is-line-height { line-height: 14px; } /* line 459, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .keyword-tag.is-red { background: #b1361e; } /* line 465, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ ul.has-keyword-tags.piped-text li { line-height: 20px; } /* line 468, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ ul.has-keyword-tags.piped-text .keyword-tag { line-height: 16px; margin-right: 0; margin-bottom: 0; } /* line 473, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .square { width: 38px; height: 38px; font-size: 20px; text-align: center; text-transform: uppercase; background-color: rgba(0, 0, 0, 0.2); color: white; padding: 8px 0; } /* line 2, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ .two-column-stats .name { width: 70%; } /* line 5, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ .two-column-stats .value { width: 30%; text-align: right; } /* line 9, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ .item-meter { position: absolute; top: 0; left: 0; height: 100%; width: 0%; z-index: -10; display: none; } /* line 20, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list { list-style: none; margin-bottom: 0; } /* line 24, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list li { background-color: rgba(255, 255, 255, 0.125); position: relative; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list li .item-title { font-size: 12px; font-weight: bold; padding: 3px 8px; color: white; letter-spacing: 0.5px; } /* line 35, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list li .item-meter { display: inline-block; background-color: #f33e1b; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-dark-green .item-meter { background-color: #5f8120; } /* line 44, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-green .item-meter { background-color: #7c9a44; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-blue .item-meter { background-color: #4c6683; } /* line 52, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-gray-purple .item-meter { background-color: #665c6d; } /* line 56, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-dimmed .item-meter { background-color: rgba(0, 0, 0, 0.4); } /* line 60, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-brightened .item-meter { background-color: rgba(255, 255, 255, 0.3); } /* Requires * -globals.css * -app.js */ /* Tabs ---------------------- */ /* line 7, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs { border-bottom: solid 1px rgba(255, 255, 255, 0.1); display: block; height: 40px; padding: 0; margin-bottom: 20px; overflow: hidden; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-contained { margin-bottom: 0; border: 0; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dt { color: #efefef; cursor: default; display: block; float: left; font-size: 12px; height: 40px; line-height: 40px; padding: 0; padding-right: 9px; padding-left: 20px; width: auto; text-transform: uppercase; } /* line 33, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dt:first-child { padding: 0; padding-right: 9px; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd { display: block; float: left; padding: 0; margin: 0; } /* line 43, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd a { font-weight: normal; display: block; font-size: 13px; height: 40px; line-height: 40px; padding: 0px 22.4px; letter-spacing: 0.3px; color: silver; } /* line 54, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs dd a { color: #555555; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs dd a:hover { color: #2889cc; } /* line 60, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd a:focus { font-weight: bold; } /* line 64, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .dark-theme dl.tabs dd a:not(.is-disabled):hover { color: #cfcfcf; } /* line 67, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs dd a:not(.is-disabled):hover { color: #646464; } /* line 70, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd a.is-disabled { color: #7d7d7d; } /* line 74, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.is-active { margin-top: -1px; } /* line 76, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.is-active a { cursor: default; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .dark-theme dl.tabs dd.is-active a { color: #ebebeb; background: rgba(255, 255, 255, 0.1); } /* line 83, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs dd.is-active a { color: #4b4b4b; background: rgba(226, 226, 226, 0.6); -webkit-transition: color 0s ease-in-out; -moz-transition: color 0s ease-in-out; -ms-transition: color 0s ease-in-out; -o-transition: color 0s ease-in-out; transition: color 0s ease-in-out; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs dd.is-active a:hover { color: #4b4b4b; } /* line 91, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.is-active a:hover { color: #ebebeb; } /* line 94, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.is-hidden { display: none; } /* line 96, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.is-hidden a { display: none; } /* line 100, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.has-error a { color: #c05c48; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd:first-child { margin-left: 0; } /* line 107, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical { height: auto; border: none; } /* line 112, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dt, dl.tabs.is-vertical dd { float: none; height: auto; } /* line 117, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd a { font-weight: normal; border: none; color: silver; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px; -webkit-transition: color 0s ease-in; -moz-transition: color 0s ease-in; -ms-transition: color 0s ease-in; -o-transition: color 0s ease-in; transition: color 0s ease-in; } /* line 134, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd a.is-disabled { color: #7d7d7d; } /* line 138, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd:not(.is-active):hover a:not(.is-disabled) { color: #6795de; background: rgba(255, 255, 255, 0.05) !important; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd.is-active { margin-top: 0; border: none; } /* line 145, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd.is-active a { height: auto; margin: 0; position: static; top: 0; background: rgba(255, 255, 255, 0.125); color: #ebebeb; } /* line 153, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs.is-vertical dd.is-active a { color: #4b4b4b; background: rgba(0, 0, 0, 0.2); } /* line 157, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd:first-child a.active { margin: 0; } /* line 162, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical.is-transparent dd:not(.is-active) a { background-color: transparent; } /* line 167, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical.is-low-highlight dd.is-active a { background-color: rgba(255, 255, 255, 0.05); } /* line 171, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical.has-big-labels a { font-size: 15px; } /* line 175, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical.has-bold-labels a { font-weight: bold; } /* line 178, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill { border-bottom: none; margin-bottom: 10px; } /* line 182, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd { margin-right: 10px; } /* line 185, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd:last-child { margin-right: 0; } /* line 188, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd a { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; font-weight: normal; background: silver; height: 27px; line-height: 27px; padding: 0 10px; color: #131414; } /* line 196, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd a:not(.disabled):hover { background: #80a7e3; color: #131414 !important; } /* line 200, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd.is-active { border: none; margin-top: 0; } /* line 203, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd.is-active a { background-color: rgba(255, 255, 255, 0.1); border: none; color: #ebebeb; } /* line 208, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd.is-active a:hover { background-color: rgba(255, 255, 255, 0.1); color: #ebebeb !important; } /* line 212, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill.contained { border-bottom: solid 1px #eeeeee; margin-bottom: 0; } /* line 217, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill.two-up dd, dl.tabs.is-pill.three-up dd, dl.tabs.is-pill.four-up dd, dl.tabs.is-pill.five-up dd { margin-right: 0; } /* line 221, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.two-up dt a, dl.tabs.two-up dd a, dl.tabs.three-up dt a, dl.tabs.three-up dd a, dl.tabs.four-up dt a, dl.tabs.four-up dd a, dl.tabs.five-up dt a, dl.tabs.five-up dd a { padding: 0 16px; text-align: center; overflow: hidden; } /* line 226, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.two-up dt, dl.tabs.two-up dd { width: 50%; } /* line 229, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.three-up dt, dl.tabs.three-up dd { width: 33.33%; } /* line 232, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.four-up dt, dl.tabs.four-up dd { width: 25%; } /* line 235, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.five-up dt, dl.tabs.five-up dd { width: 20%; } /* line 238, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content { display: block; margin: 0 0 20px; padding: 0; } /* line 243, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content > li { display: none; } /* line 246, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content > li.is-active { display: block; } /* line 249, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content.contained { padding: 0; } /* line 251, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content.contained > li { border: solid 0 #e6e6e6; border-width: 0 1px 1px 1px; padding: 20px; } /* line 256, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content.contained.vertical > li { border-width: 1px 1px 1px 1px; } /* line 259, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .no-js ul.tabs-content > li { display: block; } @media only screen and (max-width: 767px) { /* line 264, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; } /* line 269, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.tabs.mobile dt, body.responsive dl.tabs.mobile dd { float: none; height: auto; } /* line 273, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #cccccc; border-width: 1px 0 0; margin: 0; color: #555555; background: #eeeeee; font-size: 15px; font-size: 1.5rem; } /* line 286, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; } /* line 291, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive .tabs.mobile { border-bottom: solid 1px #cccccc; height: auto; } /* line 294, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive .tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: 1px solid #cccccc; background: white; } /* line 302, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive .tabs.mobile dd a.is-active { border: none; background: silver; color: white; margin: 0; position: static; top: 0; height: auto; } /* line 312, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive .tabs.mobile dd:first-child a.is-active { margin: 0; } /* line 315, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.contained.mobile { margin-bottom: 0; } /* line 318, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.contained.tabs.mobile dd a { padding: 18px 20px; } /* line 321, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; } } /* line 4, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container { position: relative; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container.has-error { border: 1px solid #c05c48; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .CodeMirror { position: relative; } /* line 13, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .CodeMirror.has-red-border { border-left: 2px solid #c05c48; } /* line 16, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .CodeMirror.has-green-border { border-left: 2px solid #5f8120; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container.is-full-screen { padding: 10px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; background-color: #303133; background-attachment: fixed; } /* line 9, ../../app/assets/stylesheets/fresh/_base.css.sass */ .text-editor-container.is-full-screen.is-silk { background-image: -webkit-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -moz-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -ms-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -o-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); } /* line 29, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .editor-msg-container { display: none; position: absolute; bottom: 0; z-index: 4; width: 100%; } /* line 36, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .editor-msg-container .alert-box { margin-bottom: 0; border-radius: 0; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .commands-container { background-color: #131414; position: absolute; top: 1px; right: 1px; z-index: 8; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .commands-container ul { list-style: none; } /* line 51, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .commands-container li { float: right; margin-left: 5px; } /* line 55, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .commands-container i { font-size: 20px; } /* line 58, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .commands-container i.is-normal { font-size: 16px; top: 4px; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .code-editor-wrapper .commands-container { top: -37px; right: 6px; background-color: inherit; } /* line 68, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .code-editor-wrapper h5 { border-bottom: 1px solid #282828; margin-bottom: 7px; padding-bottom: 5px; } /* line 74, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .console-describe, .console-it { margin-bottom: 10px; padding: 0 0 0 10px; } /* line 77, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .console-describe h6, .console-it h6 { margin: 0 0 0 -10px; } /* line 80, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .console-passed { font-weight: bold; color: #7c9a44; } /* line 84, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .console-missed { font-weight: bold; color: #c9c9c9; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .console-failed { font-weight: bold; color: #c05c48; } /* line 2, ../../app/assets/stylesheets/fresh/modules/_toc.sass */ ul.toc li { margin-bottom: 10px; list-style-type: square; } /* line 6, ../../app/assets/stylesheets/fresh/modules/_toc.sass */ ul.toc li li { margin-bottom: 0; margin-left: 10px; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_toc.sass */ ul.toc.has-big-font a { font-size: 15px; } /* Tooltips ---------------------- */ /* line 10, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip { display: none; background: #131414; background: rgba(19, 20, 20, 0.95); position: absolute; color: white; font-family: "Helvetica Neue", "Helvetica", "Lato", Arial; font-weight: normal; font-size: 12px; font-size: 1.2rem; padding: 10px; z-index: 999; line-height: normal; max-width: 600px; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip > .nub { display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent #131414 transparent; border-color: transparent transparent rgba(19, 20, 20, 0.95) transparent; position: absolute; top: -10px; left: 10px; } /* line 36, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.tip-override > .nub { border-color: transparent transparent #131414 transparent !important; border-color: transparent transparent rgba(19, 20, 20, 0.95) transparent !important; top: -10px !important; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.tip-top > .nub { border-color: #131414 transparent transparent transparent; border-color: rgba(19, 20, 20, 0.95) transparent transparent transparent; top: auto; bottom: -10px; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.tip-left, .tooltip.tip-right { float: none !important; } /* line 51, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.tip-left > .nub { border-color: transparent transparent transparent #131414; border-color: transparent transparent transparent rgba(19, 20, 20, 0.95); right: -10px; left: auto; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.tip-right > .nub { border-color: transparent #131414 transparent transparent; border-color: transparent rgba(19, 20, 20, 0.95) transparent transparent; right: auto; left: -10px; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.opened { color: #237cce !important; border-bottom: inherit !important; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ .profile-pic { background: #353535; width: 50px; height: 50px; border-radius: 3px; overflow: hidden; margin-right: 15px; -webkit-transition: box-shadow 0.15s ease-in-out; -moz-transition: box-shadow 0.15s ease-in-out; -ms-transition: box-shadow 0.15s ease-in-out; -o-transition: box-shadow 0.15s ease-in-out; transition: box-shadow 0.15s ease-in-out; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ .profile-pic img { width: 100%; height: 100%; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ img.is-inline { width: 18px; height: 18px; display: inline-block; margin-right: 5px; vertical-align: middle; border-radius: 3px; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list { list-style: none; margin-bottom: 0; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list li { margin-right: 15px; float: left; } /* line 30, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list li img { width: 50px; height: 50px; margin-bottom: -5px; } /* line 36, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list li.is-active img { border: 5px solid rgba(255, 255, 255, 0.3); } /* line 41, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list.is-small li img { width: 38px; height: 38px; } /* line 46, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list.is-flush li { margin-right: 0; } /* line 49, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile { height: auto; width: 100%; padding: 15px; margin-bottom: 5px; } /* line 56, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figure { float: left; width: 75px; height: auto; background: transparent; } @media only screen and (max-width: 767px) { /* line 56, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figure { margin-bottom: 15px; } } /* line 64, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figure img { width: 75px; height: 75px; } /* line 68, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figcaption { *zoom: 1; position: relative; width: 100%; } /* line 38, ../../../gems/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ section.user-profile figcaption:after { content: ""; display: table; clear: both; } /* line 73, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figcaption .profile-badge { height: 40px; display: inline-block; margin-right: 5px; } @media only screen and (max-width: 767px) { /* line 73, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figcaption .profile-badge { display: none; } } /* line 81, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figcaption .score, section.user-profile figcaption .notify { position: absolute; top: 15px; right: 15px; padding: 15px; font-weight: bold; font-size: 22px; text-align: center; } /* line 91, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figcaption .score i, section.user-profile figcaption .notify i { margin-right: 5px; position: relative; top: 1px; } /* line 97, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile h1 { margin-top: 0; margin-bottom: 0; font-size: 20px; font-weight: bold; } /* line 103, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile h1 span { font-weight: normal; } /* line 107, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .honor-breakdown, section.user-profile .honor-breakdown { padding-left: 90px; } @media only screen and (max-width: 767px) { /* line 107, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .honor-breakdown, section.user-profile .honor-breakdown { padding-left: 0; } } /* line 113, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users div.stat, #users .company, #users .skills, #users .github, #users .honor, section.user-profile div.stat, section.user-profile .company, section.user-profile .skills, section.user-profile .github, section.user-profile .honor { letter-spacing: 0.5px; margin-right: 15px; position: relative; } /* line 117, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users div.stat b, #users .company b, #users .skills b, #users .github b, #users .honor b, section.user-profile div.stat b, section.user-profile .company b, section.user-profile .skills b, section.user-profile .github b, section.user-profile .honor b { margin-right: 5px; color: #b0b0b0; letter-spacing: 1px; display: inline-block; } /* line 123, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users div.stat ul.is-inline, #users .company ul.is-inline, #users .skills ul.is-inline, #users .github ul.is-inline, #users .honor ul.is-inline, section.user-profile div.stat ul.is-inline, section.user-profile .company ul.is-inline, section.user-profile .skills ul.is-inline, section.user-profile .github ul.is-inline, section.user-profile .honor ul.is-inline { position: absolute; top: 1px; } /* line 127, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .stat-box, section.user-profile .stat-box { flex: 1 1 250px; margin-top: 5px; } @media only screen and (max-width: 767px) { /* line 127, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .stat-box, section.user-profile .stat-box { margin-bottom: 5px; } } /* line 134, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .stat-box.double, section.user-profile .stat-box.double { flex: 2 1 620px; } /* line 137, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .stat-box.double .stat, section.user-profile .stat-box.double .stat { display: inline-flex; width: 24%; min-width: 100px; } /* line 143, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .stat-box.double .ranks .stat, section.user-profile .stat-box.double .ranks .stat { width: 22%; } /* line 146, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users h3, section.user-profile h3 { font-size: 16px; margin: 5px 0; } /* line 149, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users h3 i, section.user-profile h3 i { color: #bb432c; } /* line 154, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category figure, section.user-profile section.stat-category figure { float: left; padding: 0 25px; max-width: 105px; } /* line 158, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category figure i, section.user-profile section.stat-category figure i { font-size: 5em; color: #bb432c; } /* line 162, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category figure i.icon-moon-streak, section.user-profile section.stat-category figure i.icon-moon-streak { font-size: 3.5em; } @media only screen and (max-width: 767px) { /* line 154, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category figure, section.user-profile section.stat-category figure { display: none; } } /* line 168, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category.language figure i, section.user-profile section.stat-category.language figure i { font-size: 3.2em; padding: 0 5px; } /* line 172, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category .stat-row, section.user-profile section.stat-category .stat-row { display: flex; flex-wrap: wrap; margin-bottom: 20px; margin-left: 105px; } @media only screen and (max-width: 767px) { /* line 172, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category .stat-row, section.user-profile section.stat-category .stat-row { margin-left: 0; } } /* line 181, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category h2, section.user-profile section.stat-category h2 { margin-top: 20px; margin-bottom: 5px; } @media only screen and (max-width: 767px) { /* line 181, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category h2, section.user-profile section.stat-category h2 { margin-top: 10px; } } /* line 188, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users.stats_view .row > .columns, section.user-profile.stats_view .row > .columns { background-color: rgba(0, 0, 0, 0.4); } /* line 191, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report, section.user-profile #report { min-height: 275px; position: relative; } /* line 195, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report .honor-chart-container, section.user-profile #report .honor-chart-container { margin-left: 5px; margin-top: 15px; position: relative; } /* line 200, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report .honor-chart, section.user-profile #report .honor-chart { width: 200px; } /* line 203, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report .honor-chart-center, section.user-profile #report .honor-chart-center { position: absolute; left: 55px; top: 55px; width: 90px; text-align: center; } /* line 210, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report .honor-chart-legend, section.user-profile #report .honor-chart-legend { position: absolute; left: 225px; top: 0px; width: 50%; overflow-y: auto; height: 200px; } @media only screen and (max-width: 767px) { /* line 210, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report .honor-chart-legend, section.user-profile #report .honor-chart-legend { margin-top: 20px; position: static; width: 100%; height: auto; } } /* line 1, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .vote { font-size: 16px; position: relative; top: 2px; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .vote i { top: 0; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .vote.is-active { display: inline; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .vote.is-active a { cursor: pointer; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .vote.is-active i { color: #bb432c; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .voter .score, .voter .notify { margin-right: 5px; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .inverted-theme .voter .score, .inverted-theme .voter .notify { color: #6c6c6c; } /* line 24, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list { list-style: none; } /* line 27, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list > li { float: left; position: relative; } /* line 32, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list li.vote { font-size: 14px; top: 0; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list li.vote a.up-vote i { top: 1px; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list li.vote a.down-vote i { top: 2px; } /* line 44, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list li.score, ul.votes-list li.notify { margin-right: 10px; } /* line 47, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels { list-style: none; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li { float: left; margin-right: 15px; } /* line 54, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li:last-of-type { margin-right: 0; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li .vote-label { background-color: rgba(255, 255, 255, 0.125); font-size: 12px; border-radius: 2px; padding: 3px 6px; } /* line 64, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li .vote-label span { display: inline-block; border-radius: 0 2px 2px 0; margin: 0 -6px 0 5px; background: rgba(255, 255, 255, 0.125); padding: 1px 5px 0; } /* line 71, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li .vote-label:hover { background: rgba(255, 255, 255, 0.3); color: #efefef; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li .vote-label.is-voted { background: #923422; } /* line 78, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li .vote-label.is-voted:hover { background: #bb432c; } /* line 81, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels .keyword-tag { margin: 0; background: rgba(255, 255, 255, 0.125); } /* line 85, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels .keyword-tag span { margin-left: 3px; } /* line 2, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav { width: 55px; height: 100%; background-color: #222222; z-index: 10; position: fixed; left: 0; top: 0; overflow: hidden; -webkit-transition-property: -webkit-transform, width; -moz-transition-property: -moz-transform, width; -ms-transition-property: -ms-transform, width; -o-transition-property: -o-transform, width; transition-property: transform, width; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } /* line 6, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ .inverted-theme #sidenav { background-color: #282828; } /* line 20, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ .no-sidenav #sidenav { display: none; } @media only screen and (max-width: 767px) { /* line 2, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav { margin-left: -180px; top: 56px; width: 180px; overflow: visible; } } /* line 33, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav ul { list-style: none; } /* line 36, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav ul.bottom { position: absolute; width: 180px; bottom: 0; margin-bottom: 0; } @media only screen and (min-height: 320) { /* line 36, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav ul.bottom { display: none; } } /* line 45, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li { clear: both; overflow-x: hidden; padding: 0 10px; margin-bottom: 15px; position: relative; } /* line 52, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a { display: block; color: #c1c1c1; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } /* line 60, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a.is-active { color: white; } /* line 63, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a:hover { color: silver; } /* line 69, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a i { font-size: 24px; margin-left: 6px; } /* line 73, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a span { position: absolute; top: 8px; left: 53px; font-weight: bold; font-size: 16px; } @media screen and (min-width: 430px) { /* line 73, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a span { display: none; } } /* line 83, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li.nav-catalog i, #sidenav li.nav-forum i { margin-left: 4px; } /* line 87, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li.nav-docs i { margin-left: 8px; font-size: 28px; } /* line 92, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li.nav-translations i { font-size: 21px; } /* line 94, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li.nav-translations span { font-size: 15px; } /* line 97, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav:hover { -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s; width: 190px; border-right: 1px solid #181919; } /* line 103, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav:hover span { display: inline; } /* line 107, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav .logo-item-glyph-spin { background: transparent url(/assets/logos/logo-glyph-36-red-sprite-c993b77446c447df70d8390f5b28563a.png) no-repeat; margin-top: 10px; width: 36px; height: 36px; position: relative; overflow: hidden; } /* line 115, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav .logo-item-glyph-spin .spin { position: relative; overflow: hidden; } /* line 119, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav .logo-item-glyph-spin .spin b { background: transparent url(/assets/logos/logo-glyph-36-red-sprite-c993b77446c447df70d8390f5b28563a.png) no-repeat; background-position: -59px 0px; width: 36px; height: 36px; display: block; overflow: hidden; } /* line 127, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ body.loading #sidenav .logo-item-glyph-spin .spin b { -webkit-animation: revspin 2000ms linear infinite; -moz-animation: revspin 2000ms linear infinite; animation: revspin 2000ms linear infinite; } /* line 18, ../../app/assets/stylesheets/fresh/_header.css.sass */ .scrolling .inverted-theme header.main { background: rgba(223, 223, 223, 0.6) !important; } /* line 21, ../../app/assets/stylesheets/fresh/_header.css.sass */ .scrolling .inverted-theme header.main:hover { -webkit-transition: background-color 0s ease-in; -moz-transition: background-color 0s ease-in; -ms-transition: background-color 0s ease-in; -o-transition: background-color 0s ease-in; transition: background-color 0s ease-in; background: #282828 !important; } /* line 25, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main { top: -69px; right: 0; height: 64px; z-index: 9; position: fixed; border-top: 0; border: 1px solid transparent; } @media only screen and (max-width: 767px) { /* line 25, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main { padding-left: 0; margin-right: 0; } } /* line 38, ../../app/assets/stylesheets/fresh/_header.css.sass */ .scrolling header.main { -webkit-transition: background-color 0.5s ease-in-out; -moz-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; background: #282828 !important; } /* line 42, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main:hover { background: rgba(40, 40, 40, 0.91); border-color: #323232; } /* line 46, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main:hover { background: #282828; } /* line 50, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main:hover ul.items > li a { color: white; } /* line 54, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main:hover .is-invertable .inner-small-hex { background-color: #181919; } /* line 57, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main:hover .is-invertable .inner-small-hex:before { border-right-color: #181919; } /* line 60, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main:hover .is-invertable .inner-small-hex:after { border-left-color: #181919; } /* line 63, ../../app/assets/stylesheets/fresh/_header.css.sass */ body.fixed-header header.main { position: fixed; } /* line 66, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul { list-style: none; } /* line 69, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main.is-visible { top: 0; } /* line 72, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main div.main-items { float: left; min-width: 180px; width: calc(100% - 500px); } /* line 77, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main div.main-items > ul { width: calc(100% + 300px); } /* line 80, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li { float: left; position: relative; height: 60px; text-align: center; padding: 18px; font-size: 15px; line-height: 22px; } @media only screen and (max-width: 480px) { /* line 80, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li { padding: 20px 12px; } } /* line 92, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li a { display: block; color: white; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } /* line 96, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main ul.items > li a { color: #4b4b4b; } /* line 101, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li a.is-active { color: #bb432c; } /* line 104, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li a:hover { color: silver; } /* line 111, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.has-menu:hover > a, header.main ul.items > li.has-menu:hover > a:hover, header.main ul.items > li.has-menu.active > a, header.main ul.items > li.has-menu.active > a:hover { color: #bb432c; } /* line 115, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.language-item b { font-weight: normal; font-size: 14px; padding-right: 15px; position: relative; top: -5px; } @media only screen and (max-width: 960px) { /* line 115, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.language-item b { display: none; } } /* line 125, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.language-item .menu { left: -1px; top: 50px; width: 188px; } @media only screen and (max-width: 780px) { /* line 114, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.language-item { display: none; } } /* line 134, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.train-item span { position: relative; top: -5px; } @media only screen and (max-width: 500px) { /* line 133, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.train-item { display: none; } } /* line 142, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body, header.main ul.items > li.notifications-item .menu-body { margin-top: 10px; } /* line 146, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu { overflow-x: hidden; width: calc(100% + 2px); } /* line 150, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body { overflow-y: auto; overflow-x: hidden; padding-bottom: 5px; } /* line 155, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body li { position: relative; } /* line 159, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body li:last-of-type hr { display: none; } /* line 162, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body figure { float: left; margin-top: -2px; } /* line 166, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body figcaption { margin-left: 65px; } /* line 170, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.profile-item { min-width: 130px; line-height: 45px; padding: 12px 15px; } /* line 175, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.profile-item .menu { right: 0; min-width: 173px; padding-top: 12px; } @media only screen and (max-width: 660px) { /* line 170, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.profile-item { min-width: 60px; } /* line 183, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.profile-item .profile-pic { margin-right: 0; } /* line 186, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.profile-item .profile-points { display: none; } } /* line 189, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .score, header.main .notify { font-size: 18px; float: left; line-height: 36px; } /* line 195, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .profile-pic { -webkit-box-shadow: none; box-shadow: none; width: 38px; height: 38px; background: #353535; float: left; cursor: pointer; } /* line 203, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .profile-pic:hover { background-color: silver; -webkit-transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; -ms-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; } /* line 208, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .profile-points { float: right; margin-top: 4px; line-height: 31px; } /* line 213, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .profile-points .small-hex, header.main .profile-points h5 { float: left; } /* line 216, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .profile-points .small-hex { margin-top: 3px; } /* line 219, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .menu { border-bottom: 1px solid #323232; } /* line 222, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .menu.is-right { right: -1px; } /* line 228, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .menu .menu-body { background-color: #282828; border: 1px solid #323232; border-top: 0; border-bottom: 0; -webkit-transition: background-color 0.5s ease-in-out; -moz-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; } /* line 232, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main .menu .menu-body { background-color: #282828; } /* line 242, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notify { color: #b1361e; font-size: 18px; position: absolute; bottom: 0px; right: 8px; display: none; } /* line 251, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications { position: absolute; z-index: 2; background: #282828; width: 230px; color: #efefef; left: -60px; top: 75px; display: none; opacity: 0; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -ms-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; } /* line 265, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications:before { content: ""; position: absolute; top: -19px; right: 110px; left: auto; bottom: auto; border-style: solid; border-width: 0 19px 19px; border-color: #1b1b1b transparent; display: block; width: 0; z-index: 0; } /* line 279, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications:after { content: ""; position: absolute; top: -15px; right: 114px; left: auto; bottom: auto; border-style: solid; border-width: 0 15px 15px; border-color: #282828 transparent; display: block; width: 0; z-index: 3; } /* line 293, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications li { padding: 10px; margin: 10px 20px; font-size: 0.85em; border-bottom: 1px solid #303030; } /* line 299, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications li:last-of-type { border-bottom: 0; } /* line 302, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications li a { color: silver; font-size: 14px; } /* line 306, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications .announce { color: #ebebeb; font-weight: bold; display: inline; margin-right: 4px; font-size: 1em; } /* line 313, ../../app/assets/stylesheets/fresh/_header.css.sass */ h1.page-title { position: absolute; top: 0; margin-top: 0; margin-left: 70px; padding: 14px; font-size: 14px; line-height: 20px; font-weight: normal; background-color: rgba(0, 0, 0, 0.2); color: #c9c9c9; } /* line 326, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme h1.page-title { background-color: rgba(136, 136, 136, 0.05); color: #5c5c5c; } /* line 2, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .notifications-body { overflow-x: hidden; } /* line 6, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item a .circle { position: relative; top: -35px; left: 15px; line-height: 20px; font-weight: bold; } /* line 13, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu { z-index: 11; width: calc(100% + 1px); overflow-x: hidden; } @media only screen and (max-width: 480px) { /* line 13, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu { width: auto; } } /* line 20, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body { padding-top: 10px; text-align: left; overflow-y: auto; } /* line 25, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.rule { margin-bottom: 10px; } /* line 28, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.rule:last-of-type { display: none; } /* line 31, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification { position: relative; padding: 5px 15px; } /* line 38, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification figure { width: 40px; height: 40px; float: left; margin-bottom: 10px; } /* line 44, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification figure .square { line-height: 22px; width: 40px; height: 40px; } /* line 49, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification figure .small-hex { position: relative; top: 8px; left: -3px; } /* line 54, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification figcaption { width: 245px; margin-left: 40px; margin-top: -12px; color: white; } /* line 60, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification figcaption time { margin-left: 15px; color: #c9c9c9; } /* line 67, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification a { color: #c9c9c9; } /* line 70, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification a:hover { color: #6795de; } /* line 76, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification a.is-unread { color: white; padding-top: 10px; } /* line 80, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification a.is-unread:hover { color: #6795de; } /* line 86, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container { z-index: 999999; position: fixed; display: none; } /* line 91, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast { display: none; width: 100%; height: 100%; background-color: #282828; border-radius: 5px; -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.125); box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.125); } /* line 100, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-body, #popup-notification-container .popup-dialog-body { border-top: 0; padding: 25px; background-color: #151616; overflow-y: auto; max-height: 475px; } /* line 108, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-body p:last-child, #popup-notification-container .popup-dialog-body p:last-child { margin-bottom: 0; } /* line 111, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-body { border-radius: 0 0 5px 5px; } /* line 114, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog-body { max-height: 425px; } /* line 116, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog-body p { font-size: 15px; } /* line 119, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog-buttons { padding: 15px 25px 25px; background-color: #151616; border-radius: 0 0 5px 5px; } /* line 124, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog-fade { position: absolute; bottom: 70px; height: 30px; width: 98%; z-index: 1; background-color: transparent; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(70%, #151616)); background-image: -webkit-linear-gradient(down, transparent, #151616 70%); background-image: -moz-linear-gradient(down, transparent, #151616 70%); background-image: -ms-linear-gradient(down, transparent, #151616 70%); background-image: -o-linear-gradient(down, transparent, #151616 70%); background-image: linear-gradient(down, transparent, #151616 70%); } /* line 132, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-header, #popup-notification-container .popup-dialog-header { border-radius: 5px 5px 0 0; font-size: 16px; letter-spacing: 0.5px; background-color: #4b66ce; padding: 25px; } /* line 139, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-header figure, #popup-notification-container .popup-dialog-header figure { float: left; font-size: 2.8rem; margin-right: 5px; vertical-align: middle; display: inline-block; } /* line 146, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-header figcaption, #popup-notification-container .popup-dialog-header figcaption { display: inline-block; vertical-align: middle; max-width: 82%; width: 270px; } /* line 152, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-header a.close, #popup-notification-container .popup-dialog-header a.close { position: absolute; font-size: 12px; top: 10px; right: 7px; } /* line 158, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-header a.close i, #popup-notification-container .popup-dialog-header a.close i { color: white; } /* line 161, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog { display: none; position: fixed; width: 80%; max-width: 600px; max-height: 80%; top: 12.5%; left: 50%; z-index: 100; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.125); box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.125); } /* line 173, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog.is-wide { max-width: 1000px; } /* line 177, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog .popup-dialog-buttons a { margin-right: 10px; display: inline-block; } /* line 181, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-backdrop { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.625); z-index: 99; } /* line 191, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container.dialog { width: 100%; top: 0; left: 0; } /* line 196, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container.dialog .popup-dialog, #popup-notification-container.dialog .popup-backdrop { display: block; } /* line 199, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container.toast { display: block; width: 380px; max-width: 95%; bottom: 10px; right: 10px; } /* line 206, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container.toast .popup-toast { display: block; } /* line 2, ../../app/assets/stylesheets/fresh/_footer.css.sass */ .dark-theme footer { color: white; } /* line 5, ../../app/assets/stylesheets/fresh/_footer.css.sass */ .inverted-theme footer { color: #4b4b4b; } /* line 11, ../../app/assets/stylesheets/fresh/_footer.css.sass */ footer i { font-size: 18px; line-height: 24px; margin-right: 0; } /* line 16, ../../app/assets/stylesheets/fresh/_footer.css.sass */ #main_footer { *zoom: 1; padding: 0.75em; height: 50px; width: auto; margin-bottom: 0; text-align: center; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ #main_footer:before, #main_footer:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ #main_footer:after { clear: both; } /* line 24, ../../app/assets/stylesheets/fresh/_footer.css.sass */ body.short-content:not(.small-screen) #main_footer { position: fixed; bottom: 0; } /* line 28, ../../app/assets/stylesheets/fresh/_footer.css.sass */ #main_footer .link-list { margin-left: 55px; } /* line 31, ../../app/assets/stylesheets/fresh/_footer.css.sass */ body.no-sidenav #main_footer .link-list { margin-left: 0; } /* line 36, ../../app/assets/stylesheets/fresh/_footer.css.sass */ #landing #main_footer .link-list { margin-bottom: 15px; } /* line 38, ../../app/assets/stylesheets/fresh/_footer.css.sass */ #landing #main_footer .poweredby_link { display: none; } /* line 51, ../../app/assets/stylesheets/fresh/_mixins.css.sass */ .clear { *zoom: 1; } /* line 18, ../../../gems/gems/bourbon-3.0.1/app/assets/stylesheets/addons/_clearfix.scss */ .clear:before, .clear:after { content: " "; display: table; } /* line 23, ../../../gems/gems/bourbon-3.0.1/app/assets/stylesheets/addons/_clearfix.scss */ .clear:after { clear: both; } /* line 5, ../../app/assets/stylesheets/controllers/_about.sass */ .product-team-profile { display: inline-block; width: 260px; text-align: left; } /* line 2, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell-row { overflow: auto; clear: both; } /* line 6, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell { float: left; width: 200px; margin-right: 15px; margin-bottom: 15px; } /* line 12, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell.double { width: 415px; } /* line 15, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell.triple { width: 630px; } /* line 18, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell.quadruple { width: 845px; } /* line 21, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell .keen-metric { width: 200px; } /* line 25, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell .keen-metric .keen-metric-title { font-size: 16px; } /* line 28, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell .keen-metric .keen-metric-value { font-size: 60px; line-height: 60px; } /* line 4, ../../app/assets/stylesheets/controllers/_articles.sass */ #articles.blog_view #shell_content { margin-left: 380px; } @media only screen and (max-width: 767px) { /* line 4, ../../app/assets/stylesheets/controllers/_articles.sass */ #articles.blog_view #shell_content { margin-left: 0; } } /* line 10, ../../app/assets/stylesheets/controllers/_articles.sass */ #articles.blog_view #main_footer { margin-left: 315px; } @media only screen and (max-width: 767px) { /* line 10, ../../app/assets/stylesheets/controllers/_articles.sass */ #articles.blog_view #main_footer { margin-left: 0; } } /* line 2, ../../app/assets/stylesheets/controllers/_blog_articles.sass */ #articles.blog_view #shell_content { margin-left: calc(25% + 55px); padding: 0; } @media only screen and (max-width: 1180px) { /* line 2, ../../app/assets/stylesheets/controllers/_blog_articles.sass */ #articles.blog_view #shell_content { margin-left: 355px; } } @media only screen and (max-width: 767px) { /* line 2, ../../app/assets/stylesheets/controllers/_blog_articles.sass */ #articles.blog_view #shell_content { margin-left: 0; } } /* line 2, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .info-row.code-challenge .star { margin-right: 7px; } /* line 5, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .info-row.code-challenge i { opacity: 0.7; } /* line 8, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .info-row.code-challenge i.icon-moon-guage { font-size: 12px; top: 0; } /* line 12, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .info-row.code-challenge em { font-style: normal; opacity: 0.7; } /* line 16, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.train-social { list-style: none; display: inline-block; position: absolute; top: 5px; right: 0; } @media only screen and (max-width: 767px) { /* line 16, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.train-social { position: static; } } /* line 26, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.train-social li { float: left; } /* line 30, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.train-social .nav-bar { margin-top: -9px; } /* line 33, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.train-social .nav-bar li { width: 100%; } /* line 36, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #vote_feedback strong { line-height: 45px; font-size: 15px; } /* line 42, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li a.btn { border: 1px solid rgba(255, 255, 255, 0.3); color: white; background-color: transparent !important; } /* line 50, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='1'].is-active a, ul.vote-assessment li[data-value='1']:hover a { color: #7c9a44; } /* line 52, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='1'].is-active a.btn, ul.vote-assessment li[data-value='1']:hover a.btn { border: 1px solid #7c9a44; } /* line 56, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='1'].is-active .icon-container, ul.vote-assessment li[data-value='1'].is-active a.btn { border: 1px solid #7c9a44; } /* line 61, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='0'].is-active a, ul.vote-assessment li[data-value='0']:hover a { color: #dfb020; } /* line 63, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='0'].is-active a.btn, ul.vote-assessment li[data-value='0']:hover a.btn { border: 1px solid #dfb020; } /* line 67, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='0'].is-active .icon-container, ul.vote-assessment li[data-value='0'].is-active a.btn { border: 1px solid #dfb020; } /* line 72, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='-1'].is-active a, ul.vote-assessment li[data-value='-1']:hover a { color: #bb432c; } /* line 74, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='-1'].is-active a.btn, ul.vote-assessment li[data-value='-1']:hover a.btn { border: 1px solid #bb432c; } /* line 78, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='-1'].is-active .icon-container, ul.vote-assessment li[data-value='-1'].is-active a.btn { border: 1px solid #bb432c; } /* line 81, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li.is-active .icon-container { background-color: transparent; } /* line 84, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li .icon-container { margin-bottom: 0; } /* line 88, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .console-output .alert-box { padding: 2px; } /* line 91, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .console-output .alert-box .message { display: none; } /* line 94, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #runner_frame { border: 0; width: 100%; height: 100%; background-color: rgba(20, 20, 20, 0.96); } /* line 101, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .language-selector { width: 175px; float: left; } /* line 105, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .results-count { font-size: 14px; float: right; color: white; } @media only screen and (max-width: 767px) { /* line 105, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .results-count { float: none; clear: both; margin-top: 15px; } } /* line 115, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.maximized { padding-top: 20px; } /* line 118, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.maximized #shell_content { padding: 0 15px 15px; } /* line 121, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.maximized header, #code_challenges.maximized .game-title, #code_challenges.maximized h1.page-title { display: none !important; } /* line 124, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.maximized #minimize_layout { display: inline !important; } /* line 127, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.maximized #minimize_layout span { position: relative; top: -4px; } @media only screen and (max-width: 930px) { /* line 133, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges #list_header .field-label { display: none; } /* line 136, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges #list_header .columns { width: 100%; } } /* line 140, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view:not(.maximized) { padding-top: 55px; } /* line 144, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view #preplay .columns { padding-top: 50px; } /* line 147, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view #preplay .columns .icon-list { margin: 0 auto; width: 300px; } /* line 151, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view #language_version { width: 180px; } /* line 154, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view .keyword-tag { padding: 3px 6px; } /* line 158, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view .ide-options > li:not(:first-of-type) { margin-left: 5px; } @media only screen and (max-width: 1445px) { /* line 162, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view .layout-options { display: none; } } @media only screen and (min-width: 768px) and (max-width: 970px) { /* line 166, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view .mode-options { display: none; } } @media only screen and (min-width: 768px) and (max-width: 1160px) { /* line 170, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view .theme-options { display: none; } } /* line 180, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.show_view .markdown-editor textarea { min-height: 140px; } /* line 183, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.show_view .markdown-editor .markdown { min-height: 120px; max-height: 180px; overflow-y: auto; } /* line 188, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.show_view .markdown-editor ul.is-inline { margin-bottom: -5px; } /* line 192, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .play-btns { float: right; margin: 8px 10px 0 0; list-style: none; } /* line 196, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .play-btns li { float: left; margin-left: 15px; margin-bottom: 15px; } @media only screen and (max-width: 767px) { /* line 192, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .play-btns { margin-right: 0; } /* line 202, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .play-btns li { margin-left: 0; width: 100%; } /* line 205, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .play-btns li .btn { width: 100%; } } /* line 209, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .icon-container { width: 100px; } /* line 214, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #my_katas_panel { height: 940px; overflow: auto; background-color: transparent; } @media only screen and (max-width: 767px) { /* line 214, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #my_katas_panel { height: auto; margin: 0 30px 30px; } } /* line 222, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .field { margin-bottom: 30px; } /* line 226, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .code-editor { height: 440px; } /* line 231, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .twelve.columns .text-editor-container .commands-container { top: -35px; background-color: transparent; } /* line 235, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #write_descriptionTab { height: 310px; } /* line 238, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #description_previewTab, #code_challenges.editor_view #description_helpTab .panel { height: 310px; overflow-y: auto; } /* line 243, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .is-short #write_descriptionTab, #code_challenges.editor_view .is-short #description_previewTab, #code_challenges.editor_view .is-short #description_helpTab .panel { height: 244px; } /* line 246, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #code_challenge_description { display: none; } /* line 250, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .has-error .code-editor { min-height: 454px; } /* line 252, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .has-error .ace_editor { border-color: #c05c48; background-color: rgba(192, 92, 72, 0.1); } /* line 256, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view dd.error { border-top-color: #c05c48; } /* line 258, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view dd.error a { color: #c05c48; } /* line 262, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #languages_container .has-error small { position: relative; z-index: 4; top: 10px; } /* line 267, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #languages_container .alert-box { margin-bottom: 25px; height: 300px; } /* line 272, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #language_bar .columns { padding: 0; } /* line 274, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #language_bar .form-actions, #code_challenges.editor_view #language_bar .nav-bar { margin: 0; } /* line 277, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .dropdown { min-width: 160px; } /* line 279, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .dropdown dl { height: auto; min-height: 40px; } /* line 284, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .dark-theme #code_challenges.editor_view .dropdown dd.has-value:not(.is-active) a { background-color: #dadada; } /* line 287, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .inverted_theme #code_challenges.editor_view .dropdown dd.has-value:not(.is-active) a { background-color: #676767; } /* line 290, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .dropdown i.remove { float: right; cursor: pointer; margin-left: 8px; display: none; } /* line 295, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .dropdown i.remove:hover { color: #b1361e; } /* line 298, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .dropdown dd.has-value i.remove { display: inline-block; } /* line 301, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #languages { margin-top: 10px; } /* line 303, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #languages .help { height: 440px; overflow-y: auto; } /* line 307, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #validate_answer { float: right; } /* line 2, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .run-result iframe { width: 100%; min-height: 150px; height: 100%; border: 0; } /* line 8, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .code-snippet-list-item { border: 1px solid transparent; } /* line 12, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .code-snippet-list-item.is-collapsed:hover { background: rgba(255, 255, 255, 0.05) !important; cursor: pointer; border-color: #6795de; } /* line 17, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .code-snippet-list-item.is-collapsed .code-snippet-list-item-details, .code-snippet-list-item.is-collapsed ul.bulleted-text { display: none; } /* line 20, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .code-snippet-list-item.is-collapsed .title-container, .code-snippet-list-item.is-collapsed .icon-container { margin-bottom: 0 !important; } /* line 23, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .code-snippet-list-item-related { background: rgba(0, 0, 0, 0.1); border: 3px dotted rgba(255, 255, 255, 0.05); border-top: 0; } /* line 30, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #filters .icon-container { width: 48px; } /* line 33, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets.edit_view { min-width: 700px; } /* line 36, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets .ide-editors { padding-bottom: 15px !important; } /* line 39, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets .dropdown { min-width: 150px; } /* line 42, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #write_descriptionTab { height: 300px; } /* line 45, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #description_previewTab, #code_snippets #description_helpTab .panel { height: 300px; overflow-y: auto; } /* line 50, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets .code_snippet_description .markdown-editor { min-height: 400px; } /* line 54, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets .code_snippet_description.is-full-height ul.tabs-content { height: calc(100% - 42px); } /* line 57, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets .code_snippet_description.is-full-height .panel { height: 100%; } /* line 61, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #test_framework { position: absolute; right: 10px; top: 8px; } /* line 67, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #code_container:not(.is-only-editor) { height: 50%; } /* line 70, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #fixture_container { height: 50%; } /* line 75, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .snippet-details .votes { margin-top: -10px; margin-bottom: 15px; } /* line 79, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .snippet-details .panel { background: rgba(0, 0, 0, 0.2); } /* line 83, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .snippet-details .comments-list > .new-comment { margin-top: 0 !important; } /* line 1, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal { -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; border-radius: 6px; border: 5px solid rgba(255, 255, 255, 0.05); position: fixed; z-index: 99999; width: 90%; max-width: 600px; max-height: 500px; background-color: #282828; } /* line 14, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal h3 { margin: 10px 0 20px 10px; font-size: 16px; font-weight: bold; } /* line 19, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-content { overflow: auto; max-height: 250px; } /* line 23, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-content h4 { margin: 0 0 5px; font-size: 15px; font-weight: normal; } /* line 28, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-content ul { list-style: none; } /* line 31, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-content ul li { padding: 10px; position: relative; } /* line 38, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-content ul li a.btn { position: absolute; top: 20px; right: 20px; } /* line 43, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-footer { padding: 10px; } /* line 46, ../../app/assets/stylesheets/controllers/_collections.sass */ .list-item.collection { background-color: rgba(0, 0, 0, 0.1); padding: 15px 10px 10px; } /* line 50, ../../app/assets/stylesheets/controllers/_collections.sass */ .list-item.collection .icon-box { float: left; padding: 10px; font-size: 42px !important; } /* line 55, ../../app/assets/stylesheets/controllers/_collections.sass */ .list-item.collection .rank-box { float: left; margin: 15px 15px 0 0; } /* line 59, ../../app/assets/stylesheets/controllers/_collections.sass */ .list-item.collection .item-title { left: -5px; } /* line 63, ../../app/assets/stylesheets/controllers/_collections.sass */ .list-item.collection .info-row a { top: 0; color: #c9c9c9; } /* line 68, ../../app/assets/stylesheets/controllers/_collections.sass */ .flex-box .list-item.collection.flex-item { flex: 1 0 auto; flex-basis: 48%; margin-right: 15px; } /* line 74, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .description-edit-link { position: relative; top: -15px; } /* line 78, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .markdown { max-height: 250px; overflow: auto; } /* line 82, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata { margin-bottom: 15px; padding: 10px 0 5px 15px; background-color: rgba(255, 255, 255, 0.03); position: relative; } /* line 88, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .item-title { left: -10px; } /* line 91, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .info-row { margin-top: 3px; margin-bottom: 0; } /* line 95, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .icon-list { margin-right: 30px; } /* line 98, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .collected-actions { position: absolute; top: 0; right: 0; } /* line 104, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .collected-actions dd a { display: block; padding: 3px 3px 2px; opacity: 0.6; } /* line 108, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .collected-actions dd a:hover { opacity: 1; } /* line 111, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .collected-actions dd a.remove:hover { color: #b1361e; } /* line 114, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata.removed { opacity: 0.5; } /* line 119, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view.creator-view .list-item.kata .icon-list { margin-right: 40px; } /* line 123, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.edit_view .markdown-editor { min-height: 310px; } /* line 126, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.edit_view .text-editor { height: 310px; } /* line 3, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard .skip-btn .btn.is-dark { padding-top: 8px; } /* line 6, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard .leaderboard { max-height: 435px; overflow-y: auto; } /* line 11, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #trainer_language dl { max-height: none; } /* line 15, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left { height: 330px; background: url(/assets/dashboard/about_bg_alt2-cd023df0ae7d9e0e16cd2d64635b78d1.png) no-repeat; position: relative; } /* line 20, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul { list-style: none; } /* line 23, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul h5 { margin-bottom: 5px; } /* line 26, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul li { position: absolute; } /* line 29, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul .bullet-1 { top: 4px; left: 180px; } /* line 33, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul .bullet-1 .small-hex { position: relative; top: -28px; left: 86px; } /* line 38, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul .bullet-2 { top: 124px; left: 340px; } /* line 42, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul .bullet-3 { top: 174px; left: 110px; } /* line 46, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul .bullet-3 p { width: 235px; } /* line 50, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul { list-style: none; } /* line 53, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul li { clear: both; } /* line 56, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.belts { float: left; width: 100px; } /* line 60, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.belts h5 { text-align: center; } /* line 63, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.belts .belt { background: url(/assets/dashboard/belts_sprite-489ed9f1db0d01aa8b204476fd666581.png) no-repeat; width: 80px; height: 30px; margin: -10px auto 0; } /* line 70, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.belts .warrior .belt { background-position: 0 -98px; } /* line 74, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.belts .master .belt { background-position: 0 -184px; } /* line 77, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.levels { float: left; width: 225px; margin-left: 15px; } /* line 82, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.levels h6 { float: left; margin-top: 3px; margin-left: 10px; } /* line 87, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.levels .small-hex { float: left; } /* line 91, ../../app/assets/stylesheets/controllers/_dashboard.sass */ .explore-keywords a { color: #efefef; } /* line 93, ../../app/assets/stylesheets/controllers/_dashboard.sass */ .explore-keywords a:hover { color: silver; } /* line 96, ../../app/assets/stylesheets/controllers/_dashboard.sass */ .inverted-theme .explore-keywords a { color: #6c6c6c; } /* line 98, ../../app/assets/stylesheets/controllers/_dashboard.sass */ .inverted-theme .explore-keywords a:hover { color: #555555; } /* line 101, ../../app/assets/stylesheets/controllers/_dashboard.sass */ .explore-keywords .square { background-color: rgba(0, 0, 0, 0.1); } /* line 4, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner { margin: 0 -15px 30px -15px; background-color: #272727; } /* line 8, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner div { background: url("/images/jobs.jpg") no-repeat; height: 400px; position: relative; max-width: 1200px; margin: 0 auto; } /* line 14, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner div h1 { font-size: 36px; position: absolute; bottom: 10px; right: 30px; color: #353535; font-weight: normal; padding: 10px; background: rgba(255, 255, 255, 0.3); } /* line 24, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner div b { position: absolute; top: 0; height: 400px; width: 30px; } /* line 30, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner div b.left { left: 0; background-color: #272727; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, transparent)); background-image: -webkit-linear-gradient(0, #272727, transparent); background-image: -moz-linear-gradient(0, #272727, transparent); background-image: -ms-linear-gradient(0, #272727, transparent); background-image: -o-linear-gradient(0, #272727, transparent); background-image: linear-gradient(0, #272727, transparent); background-color: transparent !important; } /* line 35, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner div b.right { right: 0; background-color: #272727; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, transparent)); background-image: -webkit-linear-gradient(180, #272727, transparent); background-image: -moz-linear-gradient(180, #272727, transparent); background-image: -ms-linear-gradient(180, #272727, transparent); background-image: -o-linear-gradient(180, #272727, transparent); background-image: linear-gradient(180, #272727, transparent); background-color: transparent !important; } /* line 42, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .boxes .box { color: #3f3e3e; text-align: center; } /* line 46, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .boxes .box i { font-size: 50px; } /* line 48, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .boxes .box h3 { font-size: 18px; } /* line 52, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .btn { color: white !important; } /* line 19, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .is-black-text { color: #444444; } /* line 22, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing h1, #landing h2, #landing h3, #landing h4, #landing h5 { font-weight: normal; } /* line 25, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .btn.is-red.is-white-text { color: white; } /* line 28, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .fine-print { font-size: 75%; } /* line 32, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .is-gray-text { color: white; } /* line 35, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .vcenter-wrapper { display: table; } /* line 38, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .vcenter-content { display: table-cell; vertical-align: middle; } /* line 42, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .alt-row { background-color: #f3f3f3; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; } /* line 47, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .row-innards { width: 100%; max-width: 880px; margin: 0 auto; overflow: hidden; } /* line 53, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .github-link { color: #bb432c; } /* line 56, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #header_section { font-size: 18px; border-bottom: 2px solid #ebebeb; } /* line 61, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #enlist { overflow: hidden; } @media screen and (min-width: 768px) { /* line 61, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #enlist { margin-bottom: 30px; } } @media screen and (min-width: 1124px) { /* line 61, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #enlist { height: 624px; } } /* line 69, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading { width: calc(100% - 742px); margin-top: 7em; } @media screen and (max-width: 1123px) { /* line 69, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading { width: 100%; margin: 2em 0 2em; } } @media screen and (max-width: 767px) { /* line 69, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading { margin: 1em 0 1em; } } @media screen and (min-width: 1124px) { /* line 78, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading h1, #landing .enlist-heading h4 { display: block; max-width: 340px; margin: 0 auto; } } /* line 83, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading h1 { font-size: 40px; line-height: 1.2; } @media screen and (max-width: 767px) { /* line 83, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading h1 { font-size: 28px; } } @media screen and (min-width: 1124px) { /* line 83, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading h1 { margin-bottom: 0.4em; } } /* line 90, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading h4 { font-size: 20px; } /* line 93, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading .btn { color: white; padding: 15px 20px; text-transform: uppercase; } @media screen and (max-width: 1123px) { /* line 98, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up .enlist-heading { display: none; } } @media screen and (min-width: 1124px) { /* line 98, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up .enlist-heading { -webkit-transition: opacity 1.25s ease-in; -moz-transition: opacity 1.25s ease-in; -ms-transition: opacity 1.25s ease-in; -o-transition: opacity 1.25s ease-in; transition: opacity 1.25s ease-in; opacity: 0; } } /* line 105, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .editor-msg-container { max-width: calc(100% - 100px); } /* line 108, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor { margin: 0 auto; float: none; overflow: auto; } @media only screen and (min-width: 768px) { /* line 108, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor { background: url(/assets/landing/monitor-8c965420c88fa60912b3124fd7c10753.png) 50% no-repeat; height: 556px; width: 703px; } } @media screen and (min-width: 1124px) { /* line 108, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor { position: absolute; width: 703px; width: calc((38% - 330px) / 2 + 60%); left: calc((38% - 330px) / 2 + 330px); top: 68px; } } /* line 124, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen { background-color: #282828; width: 100%; padding-bottom: 15px; position: relative; } @media only screen and (min-width: 768px) { /* line 124, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen { margin: 30px auto 27px; width: 646px; height: 375px; padding-bottom: 0; } } /* line 136, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen h1 { color: #5e5e5e; } /* line 139, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen .output { background-color: black; position: absolute; top: 0; left: 0; padding: 15px; height: 100%; width: 100%; z-index: 9; } /* line 149, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen .output iframe { height: 300px; } /* line 152, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen .output #success_msg { background-color: #7c9a44; color: white; padding: 10px 15px; margin-top: -5px; letter-spacing: 0.5px; } @media screen and (max-width: 1123px) { /* line 159, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up #monitor { margin-top: 20px; } } @media screen and (min-width: 1124px) { /* line 159, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up #monitor { -webkit-transition: left 1s ease-in 1s; -moz-transition: left 1s ease-in 1s; -ms-transition: left 1s ease-in 1s; -o-transition: left 1s ease-in 1s; transition: left 1s ease-in 1s; left: calc(32% / 2); } } /* line 167, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up #monitor .step-vote, #landing.sign-up #monitor hr { -webkit-transition: opacity 1s ease-in; -moz-transition: opacity 1s ease-in; -ms-transition: opacity 1s ease-in; -o-transition: opacity 1s ease-in; transition: opacity 1s ease-in; opacity: 0; } /* line 171, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon { color: #7c7c7c; padding: 15px 0; } @media screen and (min-width: 1124px) { /* line 171, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon { padding: 20px 0; } } /* line 177, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon .heading { color: #5e5e5e; display: inline-block; font-size: 20px; margin-right: 30px; } @media screen and (max-width: 1123px) { /* line 177, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon .heading { font-size: 23px; display: block; margin: 0 auto 0.3em; } } /* line 187, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon ul { display: inline-block; } @media screen and (max-width: 1123px) { /* line 187, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon ul { display: block; margin: 0 auto; width: 80%; overflow: auto; } } /* line 195, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon li { display: inline-block; font-size: 20px; margin-right: 30px; } /* line 199, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon li i:first-child { margin-right: 0.5em; } @media screen and (max-width: 1123px) { /* line 195, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon li { width: 33.33%; float: left; margin-right: 0; } } /* line 208, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon .btn { font-size: 18px; padding: 9px 44px 7px; } @media screen and (min-width: 1124px) { /* line 208, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon .btn { margin-left: 30px; } } @media screen and (max-width: 1123px) { /* line 208, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon .btn { margin-top: 1em; } } /* line 219, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .step-language .icon-list li { float: none; display: inline-block; width: 22%; } /* line 224, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .step-language .icon-list li.lang-coffeescript { display: none; } /* line 227, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .step-language .icon-list li > a { display: block; } /* line 230, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .step-language .icon-list li .icon-container { width: 100% !important; } /* line 233, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials { padding-bottom: 2em; text-align: center; } /* line 236, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials h1 { color: #404040; margin-bottom: 0.8em; } @media screen and (min-width: 768px) { /* line 236, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials h1 { margin: 1em auto; } } /* line 243, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .join-us, #landing #testimonials .learn-more { font-size: 18px; } /* line 246, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet { color: #404040; background-color: white; border-radius: 4px; border-bottom: 4px solid #e0e0e0; margin: 0 auto 6em; position: relative; padding: 16px; width: 94%; text-align: left; } @media screen and (min-width: 768px) { /* line 246, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet { width: 47%; min-height: 170px; float: left; padding: 24px; margin-bottom: 2em; } /* line 263, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:nth-child(odd) { clear: both; } /* line 265, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:nth-child(even) { margin-left: 6%; } /* line 267, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:nth-child(n+3) { margin-top: 2em; } } /* line 270, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet span { line-height: 1.5em; } @media screen and (min-width: 768px) { /* line 270, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet span { min-height: 2.5em; } } /* line 275, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet span, #landing #testimonials .tweet .author-name, #landing #testimonials .tweet .twitter-link { font-size: 1.4em; } /* line 278, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-wrapper { width: 100%; margin-top: 1.6em; } @media screen and (max-width: 767px) { /* line 278, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-wrapper { position: absolute; bottom: -75px; padding-left: 26px; font-size: 0.8em; } } /* line 287, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-pic { width: 48px; border-radius: 100px; overflow: hidden; float: left; margin-right: 1em; } @media screen and (max-width: 767px) { /* line 287, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-pic { width: 32px; } } /* line 295, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-pic img { display: block; } /* line 298, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-name { line-height: 1em; font-weight: bold; } @media screen and (min-width: 768px) { /* line 298, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-name { font-weight: normal; margin-bottom: 0.2em; } } /* line 305, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .twitter-link { color: #b45050; } /* line 309, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:before, #landing #testimonials .tweet:after { content: ""; display: block; position: absolute; width: 0; height: 0; } /* line 316, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:before { left: 36px; bottom: -26px; border-left: 24px solid transparent; border-right: 24px solid transparent; border-top: 24px solid #e0e0e0; } /* line 323, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:after { left: 40px; bottom: -20px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid white; } /* line 330, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #feedback_bar { display: none !important; } /* line 333, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #shell { position: relative; z-index: 1; } /* line 337, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #shell_content { padding: 0; } /* line 340, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #main_footer { z-index: 1; position: relative; } @media screen and (min-width: 768px) { /* line 340, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #main_footer { margin-top: 45px; } } /* line 346, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #main_footer a { color: #b1361e; } /* line 348, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #main_footer li { font-size: 14px; } /* line 351, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg { -webkit-transition: opacity 2s, ease-in; -moz-transition: opacity 2s, ease-in; -ms-transition: opacity 2s, ease-in; -o-transition: opacity 2s, ease-in; transition: opacity 2s, ease-in; background: url(/assets/bg/paper-492698e037e7a997025ba20a8bb82701.jpg); position: absolute; z-index: -1; height: 410px; width: 100%; overflow: hidden; } @media screen and (max-width: 767px) { /* line 351, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg { height: 220px; } } /* line 364, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg .bg-left, #landing .painting-bg .bg-right { position: absolute; } @media screen and (max-width: 767px) { /* line 364, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg .bg-left, #landing .painting-bg .bg-right { opacity: 0.1; } } /* line 370, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg .bg-left { background: url(/assets/landing/painting-bg-left-81c5c3604902576b437ccb002fff25b7.png) no-repeat; width: 366px; height: 410px; bottom: 0; left: 0; } /* line 377, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg .bg-right { background: url(/assets/landing/painting-bg-right-362e1dd168edb65eaae85b986ba2f0e3.png) no-repeat bottom left; height: 410px; width: 407px; right: 0; top: 0; } @media screen and (max-width: 1123px) { /* line 377, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg .bg-right { right: -126px; } } /* line 387, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up .painting-bg { opacity: 0.1; } /* line 390, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing h1 { font-size: 34px; } /* line 393, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing h2 { font-size: 28px; } /* line 396, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing p { font-size: 16px; } /* line 399, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #sign_in { font-size: 16px; height: 1em; position: absolute; top: 0; bottom: 0; margin: auto; right: 10px; z-index: 9; } @media screen and (max-width: 430px) { /* line 399, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #sign_in { float: none !important; position: static; height: auto; text-align: center; } /* line 413, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #sign_in .is-inline li { margin-right: 0; } } /* line 417, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing form label { display: none; } /* line 420, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing form textarea { height: 150px; } /* line 423, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing form .warning { background-color: #efefef; color: #131414; } /* line 427, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing form .warning a { color: #131414; } /* line 431, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .button-height-text { line-height: 30px; } /* line 434, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .info-icon { float: left; margin-top: 4px; color: #efefef; } /* line 439, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .language-tabs { width: 80%; } /* line 442, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .language-tabs li { margin-bottom: 0; margin-right: 10px; height: 36px; } /* line 447, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .language-tabs li i, #landing .language-tabs li span, #landing .language-tabs li b { color: #b1361e; } /* line 451, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .language-tabs li.is-active i, #landing .language-tabs li.is-active span, #landing .language-tabs li.is-active b { color: #efefef; } /* line 455, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .commands-container .expand { display: none; } /* line 460, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .progress-steps-bar li.is-done { background-color: #c9c9c9; } /* line 463, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .progress-steps-bar li.is-active { background-color: rgba(0, 0, 0, 0.4); } /* line 467, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #enlist_area ul.is-inline { position: absolute; bottom: 0; left: 50px; } /* line 473, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_start .step-language { margin-top: 15px; } /* line 476, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_start .step-vote { text-align: center; color: #dddddd; } /* line 480, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_start .step-vote a { color: #bb432c; } /* line 483, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_start .step-vote a:hover { color: #cf4b32; } @media only screen and (max-width: 767px) { /* line 487, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_start hr, #landing #step_start .step-vote { margin-top: 25px; } } /* line 492, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote ul li { font-size: 18px; margin: 0 20px 5px 0; } /* line 496, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote ul li .icon-container { color: #bb432c; } /* line 500, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote ul li .icon-container.has-text i { top: 7px; } /* line 502, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote ul li .icon-container.has-text p { padding-top: 0; } @media only screen and (min-width: 768px) { /* line 490, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote { max-height: 346px; } /* line 508, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote ul { margin-left: 15px; } } /* line 512, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote_results .item-meter { z-index: 1; } /* line 515, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote_results .item-title { z-index: 2; } /* line 518, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote_results view { height: 270px; overflow: hidden; } /* line 523, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-row { overflow: auto; } /* line 525, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .row-innards { min-height: 320px; } @media screen and (min-width: 768px) { /* line 525, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .row-innards { display: table; } } /* line 529, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words { vertical-align: middle; overflow: auto; } @media screen and (max-width: 767px) { /* line 529, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words { padding-bottom: 1em; opacity: 0.99; background-image: -webkit-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -moz-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -ms-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -o-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); } } @media screen and (min-width: 768px) { /* line 529, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words { display: table-cell; padding: 0 1em 0 0; } } @media screen and (max-width: 926px) { /* line 529, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words { padding: 0 1em; } } /* line 543, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words h1 { color: #363636; } /* line 545, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words p { color: #404040; display: inline-block; font-size: 20px; max-width: 19em; } /* line 551, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-small { padding-top: 20px; width: 100%; height: 250px; } @media screen and (min-width: 768px) { /* line 551, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-small { display: none; } } /* line 559, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-large { vertical-align: middle; width: 500px; } /* line 562, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-large img { display: block; } @media screen and (min-width: 768px) { /* line 559, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-large { display: table-cell; } } @media screen and (max-width: 767px) { /* line 559, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-large { display: none; } } /* line 571, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .alt-row .copy-image-large { width: 380px; } /* line 576, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified a { color: #4bb05d; } /* line 579, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-text { vertical-align: middle; overflow: auto; padding: 15px 30px; text-align: center; } /* line 585, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-text p { padding: 0 30px; } @media screen and (max-width: 767px) { /* line 579, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-text { padding-bottom: 1em; opacity: 0.99; background-image: -webkit-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -moz-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -ms-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -o-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); } } @media screen and (min-width: 768px) { /* line 579, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-text { display: table-cell; padding: 0 1em 0 0; } } @media screen and (max-width: 926px) { /* line 579, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-text { padding: 0 1em; } } /* line 599, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-image-large { width: 160px; } /* line 601, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-image-small { width: 120px; height: auto; margin-bottom: 15px; } /* line 605, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .btn { color: white; background-color: #4bb05d; border: 0; } /* line 610, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .logo { background: url(/assets/landing/logo-by-q-c107e5baa8ec01bd121df5c91ee5709e.png) no-repeat; background-size: cover; width: 174px; height: 50px; margin: 20px auto 10px; display: inline-block; } @media screen and (max-width: 430px) { /* line 610, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .logo { display: block; margin-left: auto !important; } } /* line 622, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .label-hex { position: absolute; top: 0; left: 1; text-align: left; } /* line 628, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .label-hex span { margin: 6px; } /* line 631, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .points-hex { position: absolute; top: 0; right: -6px; } /* line 636, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .CodeMirror-gutters, #landing .CodeMirror-gutter-elt { display: none; } /* line 3, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer-setup { min-height: 300px; height: 100%; } /* line 10, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer-setup .keyword-tag { font-size: 13px; } /* line 13, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer-setup a.is-active .icon-container { color: white; background: rgba(255, 255, 255, 0.3); } /* line 18, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .trainer-controls { height: 260px; } /* line 21, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .play-btn { position: relative; left: 1px; margin-right: 0; z-index: 1; } /* line 27, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .trainer-info { height: 260px; padding: 20px; background-color: #3c3c3c; } /* line 33, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .markdown { height: 150px; overflow: auto; } /* line 37, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .fade { position: relative; z-index: 3; top: -20px; height: 20px; background-color: #3c3c3c; background-color: transparent; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(90%, #3c3c3c)); background-image: -webkit-linear-gradient(down, transparent, #3c3c3c 90%); background-image: -moz-linear-gradient(down, transparent, #3c3c3c 90%); background-image: -ms-linear-gradient(down, transparent, #3c3c3c 90%); background-image: -o-linear-gradient(down, transparent, #3c3c3c 90%); background-image: linear-gradient(down, transparent, #3c3c3c 90%); } /* line 45, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .keywords { height: 30px; overflow: hidden; position: relative; top: -10px; } /* line 3, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .pro { background-color: rgba(0, 0, 0, 0.4); } /* line 6, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header { padding: 30px; min-height: 110px; } /* line 10, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .title { padding-bottom: 10px; } /* line 13, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .title div { font-size: 16px; } /* line 16, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .title figure { float: left; margin-bottom: 10px; } /* line 20, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .title figure i { font-size: 4.5em; color: #bb432c; } @media only screen and (max-width: 767px) { /* line 25, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .title img { width: 70%; } } /* line 29, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .plans { text-align: right; } /* line 32, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content { padding: 30px; } /* line 35, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features { background-color: rgba(255, 255, 255, 0.05); padding: 15px; display: flex; flex-wrap: wrap; } /* line 41, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features h1 { margin: 10px; } /* line 44, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features .feature { flex: 1 1 400px; padding: 10px; } /* line 48, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features .feature h3 { margin-bottom: 5px; letter-spacing: 0.5px; } /* line 52, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features .feature h3 i { font-size: 20px; } /* line 55, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features .feature p { color: #c9c9c9; } /* line 58, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .purchase { padding: 30px 30px 0; text-align: center; } /* line 62, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .purchase .radios { display: inline-block; } /* line 65, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .purchase .radios .radio { display: inline-block; margin-right: 20px; } /* line 69, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .purchase .fineprint { font-size: 13px; } /* line 2, ../../app/assets/stylesheets/controllers/_training_schedules.sass */ #training_schedules #kata_competition { background: url(/assets/banner_img_temple-8b784d5b80ac41df11631dfe248c11fb.png) no-repeat 1px 72px; } /* line 2, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view #shell_content { padding: 0 10px; } @media only screen and (max-width: 767px) { /* line 2, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view #shell_content { padding: 0; } } /* line 7, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .compare-row { display: flex; flex-wrap: wrap; } /* line 11, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .compare-side { flex: 1 1 500px; margin: 10px; display: block; overflow-x: hidden; } /* line 17, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .challenge-info { display: block; padding: 15px 15px 0; } /* line 21, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .challenge-info .is-left { margin-right: 10px; } /* line 24, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .challenge-info h4 { margin: 2px 0 10px; } /* line 27, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view h6 { margin-top: 0; } /* line 30, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .markdown { margin-bottom: 10px; } /* line 33, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .markdown:last-child { margin-bottom: 0; } /* line 36, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .markdown code { margin-bottom: 0; } /* line 40, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .bulleted-text > li { font-size: 13px; } /* line 43, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .bulleted-text:last-child { margin-bottom: 0; } /* line 48, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .stat-box { flex: 1 1 190px; } /* line 1, ../../app/assets/stylesheets/controllers/users/_invitations.css.sass */ #users_invitations.show_view fieldset { min-height: 384px; } /* line 4, ../../app/assets/stylesheets/controllers/users/_registrations.css.scss */ .new_view #sign_up_link { display: none; } /* line 4, ../../app/assets/stylesheets/controllers/users/_sessions.css.sass */ .signin-module { width: 320px; min-height: 465px; margin: 70px auto 70px; padding: 60px 25px 25px; } /* line 10, ../../app/assets/stylesheets/controllers/users/_sessions.css.sass */ .signin-module button.is-centered { margin-top: 20px; } /* line 13, ../../app/assets/stylesheets/controllers/users/_sessions.css.sass */ .signin-module p.special-note { border-top: solid 1px #131414; padding-top: 10px; color: #ebebeb; } /* line 3, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-bottom-right { position: absolute; bottom: 0; right: 0; } /* line 8, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-bottom-left { position: absolute; bottom: 0; left: 0; } /* line 13, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-overflow-auto { overflow: auto; } /* line 16, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-overflow-hidden { overflow: hidden; } @media only screen and (min-width: 768px) { /* line 19, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-overflow-hidden-non-mobile { overflow: hidden; } } /* line 23, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-overflow-visible { overflow: visible !important; } /* line 26, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-right { float: right !important; } @media only screen and (min-width: 768px) { /* line 29, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-right-non-mobile { float: right !important; } } /* line 33, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-left { float: left !important; } /* line 36, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-auto-width { width: auto; } /* line 39, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-auto-centered, #landing .copy .copy-image-small { margin: 0 auto; } /* line 42, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-auto-margins { margin: auto; } /* line 45, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-inline { display: inline-block; } /* line 48, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-inline-centered { margin: 0 auto; display: inline-block; } /* line 52, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-centered-text, #landing .copy .copy-image-small { text-align: center; } /* line 55, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-left-aligned-text { text-align: left; } /* line 58, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-right-aligned-text { text-align: right; } @media only screen and (max-width: 767px) { /* line 62, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-auto-centered-when-small { margin: 0 auto; } /* line 65, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-left-when-small { float: left; } /* line 68, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-right-when-small { float: right; } /* line 71, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-right-aligned-text-when-small { text-align: right; } /* line 74, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-centered-text-when-small, #landing .copy .copy-words, #landing #qualified .copy-text { text-align: center; } } @media only screen and (min-width: 768px) { /* line 78, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-auto-centered-when-not-small { margin: 0 auto; } /* line 81, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-left-when-not-small { float: left; } /* line 84, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-right-when-not-small { float: right; } /* line 87, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-centered-text-when-not-small { text-align: center; } /* line 90, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-right-aligned-text-when-not-small { text-align: right; } } /* line 93, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-static { position: static !important; } /* line 96, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-relative { position: relative; } /* line 99, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-absolute { position: absolute; top: 0; left: 0; } /* line 104, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-hidden, div.is-hidden, .btn.is-hidden, dd.is-hidden { display: none; } /* line 107, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-invisible { visibility: hidden; } /* line 110, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-visible, .is-active { display: inherit; } /* line 113, ../../app/assets/stylesheets/fresh/_state.css.sass */ .no-padding { padding: 0; } /* line 116, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-full-height { height: 100%; } @media only screen and (min-width: 768px) { /* line 119, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-full-height-when-not-small { height: 100%; } } /* line 123, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-full-width { width: 100%; display: block; } @media only screen and (max-width: 767px) { /* line 127, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-full-width-when-small { width: 100%; display: block; } } /* line 132, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-link { cursor: pointer; } /* line 135, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-bold { font-weight: bold; } /* line 138, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-not-bold { font-weight: normal !important; } /* line 141, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-uppercase { text-transform: uppercase; } /* line 144, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-auto-scrolling { overflow-y: auto; } /* line 147, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-nudged-up { position: relative; top: -2px; } /* line 151, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-nudged-up-more { position: relative; top: -5px; } /* line 155, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-nudged-down { position: relative; top: 1px; } /* line 159, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-nudged-down-next { position: relative; top: 2px; } /* line 163, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-nudged-down-more { position: relative; top: 3px; } /* line 167, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-rotated-left { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } /* line 170, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-tiny-font-size { font-size: 12px; } /* line 173, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-normal-font-size { font-size: 14px; } /* line 176, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-big-font-size { font-size: 16px; } /* line 180, ../../app/assets/stylesheets/fresh/_state.css.sass */ ul.is-unstyled, ul.no-list-style { list-style: none; } /* line 183, ../../app/assets/stylesheets/fresh/_state.css.sass */ ul.is-inline { *zoom: 1; margin-bottom: 0; list-style: none; display: inline-block; } /* line 38, ../../../gems/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ ul.is-inline:after { content: ""; display: table; clear: both; } /* line 189, ../../app/assets/stylesheets/fresh/_state.css.sass */ ul.is-inline li { float: left; margin-right: 15px; } /* line 193, ../../app/assets/stylesheets/fresh/_state.css.sass */ ul.is-inline.is-right { margin-left: 15px; } /* line 194, ../../app/assets/stylesheets/fresh/_state.css.sass */ ul.is-inline.is-right li { margin-right: 0; } /* line 198, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-red-text { color: #b1361e; } /* line 201, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-unsat-red-text { color: #bb432c; } /* line 204, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-dark-red-text { color: #742121; } /* line 207, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-yellow-text { color: #dfb020; } /* line 210, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-green-text { color: #7c9a44; } /* line 213, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-blue-text { color: #237cce; } /* line 216, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-light-text { color: #ebebeb; } /* line 219, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-transparent { background-color: transparent !important; } /* line 223, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-low-contrast-text { color: #4b4b4b; } /* line 226, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-white-text { color: #4b4b4b; } /* line 229, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-gray-text { color: #6c6c6c; } /* line 232, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .has-top-border { border-top: 1px solid rgba(226, 226, 226, 0.6); } /* line 235, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .has-bottom-border { border-bottom: 1px solid rgba(226, 226, 226, 0.6); } /* line 238, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-lightened { background-color: rgba(136, 136, 136, 0.05); } /* line 241, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-darkened { background-color: rgba(189, 195, 201, 0.15); } /* line 244, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-dimmed { background-color: rgba(199, 196, 196, 0.3) !important; } /* line 247, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-blacked-out { background: rgba(255, 255, 255, 0.8); } /* line 252, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-white-text { color: white; } /* line 255, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-low-contrast-text { color: #c9c9c9; } /* line 258, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .has-back-color { background-color: #282828; } /* line 261, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .has-top-border { border-top: 1px solid rgba(255, 255, 255, 0.125); } /* line 264, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .has-bottom-border { border-bottom: 1px solid rgba(255, 255, 255, 0.125); } /* line 267, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .has-right-border { border-right: 1px solid rgba(255, 255, 255, 0.125); } /* line 270, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .has-left-border { border-left: 1px solid rgba(255, 255, 255, 0.125); } /* line 274, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme ul.items-have-border-bottom > li { border-bottom: 1px solid rgba(255, 255, 255, 0.125); } /* line 277, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme ul.items-have-border-bottom > li:last-of-type { border-bottom: 0; } /* line 280, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-darkened { background-color: rgba(0, 0, 0, 0.2) !important; } /* line 283, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-dimmed { background-color: rgba(0, 0, 0, 0.4) !important; } /* line 286, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-ultra-dimmed { background-color: rgba(0, 0, 0, 0.625) !important; } /* line 289, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-lightened { background-color: rgba(255, 255, 255, 0.125) !important; } /* line 292, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .description-edit-link, .dark-theme .is-subtle-lightened { background-color: rgba(255, 255, 255, 0.05) !important; } /* line 295, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-faint-lightened { background-color: rgba(255, 255, 255, 0.03) !important; } /* line 298, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-darkened-text { color: rgba(0, 0, 0, 0.2) !important; } /* line 301, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-brightened-text { color: rgba(255, 255, 255, 0.3) !important; } /* line 304, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-lightened-text { color: rgba(255, 255, 255, 0.125) !important; } /* line 307, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-gray-text { color: #c9c9c9 !important; } /* line 310, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-dark-gray { background-color: #282828 !important; } /* line 313, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-blackout { color: rgba(20, 20, 20, 0.96); } /* line 316, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-blacked-out { background-color: rgba(20, 20, 20, 0.96) !important; } /* line 319, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-low-light { background-color: rgba(0, 0, 0, 0.1) !important; } /* line 322, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-mid-light { background-color: rgba(79, 94, 112, 0.1) !important; } /* line 326, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-darkened-purple { background-color: rgba(23, 19, 48, 0.2) !important; } /* line 329, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-lightened-purple { background-color: rgba(82, 82, 158, 0.2) !important; } /* line 332, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-red { background-color: #bb432c; } /* line 335, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-green { background-color: #7c9a44; } /* line 338, ../../app/assets/stylesheets/fresh/_state.css.sass */ .no-border-radius { border-radius: 0 !important; } /* line 341, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-rounded { border-radius: 4px; } /* line 344, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-link { color: silver !important; } /* line 347, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-alt-link { color: #6795de !important; } /* line 350, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-error-text, .is-alert-text { color: #c05c48 !important; } /* line 353, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-notice-text { color: #2f7db7 !important; } /* line 356, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-glowing { -webkit-box-shadow: 0px 0px 2px white; box-shadow: 0px 0px 2px white; } /* line 359, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-glowing-red { -webkit-box-shadow: 0px 0px 2px #b1361e; box-shadow: 0px 0px 2px #b1361e; } /* line 362, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-glowing-link { -webkit-box-shadow: 0px 0px 2px silver; box-shadow: 0px 0px 2px silver; } /* line 365, ../../app/assets/stylesheets/fresh/_state.css.sass */ a:hover .is-glowing-link { -webkit-box-shadow: 0px 0px 2px #cdcdcd; box-shadow: 0px 0px 2px #cdcdcd; } /* line 368, ../../app/assets/stylesheets/fresh/_state.css.sass */ .no-user-select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* line 376, ../../app/assets/stylesheets/fresh/_state.css.sass */ .no-text-decoration { text-decoration: none !important; } /* line 2, ../../app/assets/stylesheets/fresh/_third_party.css.sass */ #Intercom em.unread_counter { position: relative; top: -2px; padding: 1px 4px; color: white; background-color: #b1361e; border: 1px solid white; border-radius: 3px; font-family: tahoma, arial; font-style: normal; font-size: 11px; } /* line 15, ../../app/assets/stylesheets/fresh/_third_party.css.sass */ .profiler-results.profiler-left { top: 55px !important; } /* Make clicks pass-through */ /* line 3, ../../vendor/assets/stylesheets/nprogress.css */ #nprogress { pointer-events: none; -webkit-pointer-events: none; } /* line 8, ../../vendor/assets/stylesheets/nprogress.css */ #nprogress .bar { background: #BB432C; position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 2px; } /* Fancy blur effect */ /* line 21, ../../vendor/assets/stylesheets/nprogress.css */ #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #eee, 0 0 5px #eee; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } /* Remove these to get rid of the spinner */ /* line 38, ../../vendor/assets/stylesheets/nprogress.css */ #nprogress .spinner { display: none; } /* line 3, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .comment { color: #969896; } /* line 6, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .comment { color: #45612b; } /* line 9, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .title { color: #eeeeee; } /* line 12, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .title { color: #302a27; } /* line 15, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-tag { color: #81a2be; } /* line 18, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-variable, pre .hljs-attribute, pre .hljs-regexp, pre .hljs-ruby .hljs-constant { color: #cc6666; } /* line 22, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-xml .hljs-tag .hljs-title, pre .hljs-xml .hljs-pi, pre .hljs-xml .hljs-doctype { color: #cc6666; } /* line 25, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-html .hljs-doctype { color: #cc6666; } /* line 29, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-css .hljs-id, pre .hljs-css .hljs-class, pre .hljs-css .hljs-pseudo { color: #cc6666; } /* line 32, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-number, pre .hljs-preprocessor, pre .hljs-built_in, pre .hljs-literal, pre .hljs-params, pre .hljs-constant { color: #de935f; } /* line 35, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-number, .inverted-theme pre .hljs-preprocessor, .inverted-theme pre .hljs-built_in, .inverted-theme pre .hljs-literal, .inverted-theme pre .hljs-params, .inverted-theme pre .hljs-constant { color: #a34503; } /* line 38, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-class .hljs-title, pre .hljs-css .hljs-rules .hljs-attribute { color: #f0c674; } /* line 41, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-class .hljs-title, .inverted-theme pre .hljs-css .hljs-rules .hljs-attribute { color: #b17500; } /* line 44, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-string, pre .hljs-value, pre .hljs-inheritance, pre .hljs-header, pre .hljs-ruby .hljs-symbol, pre .xml .cdata { color: #b5bd68; } /* line 47, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-string, .inverted-theme pre .hljs-value, .inverted-theme pre .hljs-inheritance, .inverted-theme pre .hljs-header, .inverted-theme pre .hljs-ruby .hljs-symbol, .inverted-theme pre .xml .cdata { color: #584a00; } /* line 50, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-symbol { color: #dddddd; } /* line 52, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-symbol { color: #2aa198; } /* line 55, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-css .hljs-hexcolor { color: #8abeb7; } /* line 58, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-function { color: #81a2be; } /* line 61, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-function { color: #0c6bad; } /* line 65, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .python .hljs-decorator, pre .python .hljs-title { color: #81a2be; } /* line 69, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .ruby .hljs-function .hljs-title, pre .ruby .hljs-title .hljs-keyword { color: #81a2be; } /* line 72, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .perl .hljs-sub, pre .javascript .hljs-title, pre .coffeescript .hljs-title { color: #81a2be; } /* line 75, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-keyword, pre .javascript .hljs-function { color: #b294bb; } /* line 78, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-keyword, .inverted-theme pre .javascript .hljs-function { color: #ac40ff; } /* line 81, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre code { display: block; background: #1d1f21; color: #c5c8c6; padding: 0.5em; overflow-x: auto; font-family: "CamingoCode-Regular", monospace; font-size: 13px; } /* line 90, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre code { background: #f1f1f1; color: #302a27; } /* line 94, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .coffeescript .javascript, pre .javascript .hljs-xml, pre .hljs-tex .hljs-formula { opacity: 0.5; } /* line 98, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .xml .javascript, pre .xml .vbscript, pre .xml .hljs-css, pre .xml .hljs-cdata { opacity: 0.5; } /* line 101, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ img.emoji { width: 20px; height: 20px; } /* BASICS */ /* line 4, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror { /* Set height, width, borders, and global font properties here */ font-family: monospace; height: 300px; color: black; } /* PADDING */ /* line 13, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-lines { padding: 4px 0; /* Vertical padding around content */ } /* line 16, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror pre { padding: 0 4px; /* Horizontal padding of content */ } /* line 20, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { background-color: white; /* The little square between H and V scrollbars */ } /* GUTTER */ /* line 26, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutters { border-right: 1px solid #ddd; background-color: #f7f7f7; white-space: nowrap; } /* line 32, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-linenumber { padding: 0 3px 0 5px; min-width: 20px; text-align: right; color: #999; white-space: nowrap; } /* line 40, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-guttermarker { color: black; } /* line 41, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-guttermarker-subtle { color: #999; } /* CURSOR */ /* line 45, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-cursor { border-left: 1px solid black; border-right: none; width: 0; } /* Shown when moving in bi-directional text */ /* line 51, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror div.CodeMirror-secondarycursor { border-left: 1px solid silver; } /* line 54, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-fat-cursor .CodeMirror-cursor { width: auto; border: 0 !important; background: #7e7; } /* line 59, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-fat-cursor div.CodeMirror-cursors { z-index: 1; } /* line 63, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-animate-fat-cursor { width: auto; border: 0; -webkit-animation: blink 1.06s steps(1) infinite; -moz-animation: blink 1.06s steps(1) infinite; animation: blink 1.06s steps(1) infinite; background-color: #7e7; } @-moz-keyframes blink { /* line 73, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ 50% { background-color: transparent; } } @-webkit-keyframes blink { /* line 78, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ 50% { background-color: transparent; } } @keyframes blink { /* line 83, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ 50% { background-color: transparent; } } /* Can style cursor different in overwrite (non-insert) mode */ /* line 90, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-tab { display: inline-block; text-decoration: inherit; } /* line 92, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-rulers { position: absolute; left: 0; right: 0; top: -50px; bottom: -20px; overflow: hidden; } /* line 97, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-ruler { border-left: 1px solid #ccc; top: 0; bottom: 0; position: absolute; } /* DEFAULT THEME */ /* line 105, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-header { color: blue; } /* line 106, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-quote { color: #090; } /* line 107, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-negative { color: #d44; } /* line 108, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-positive { color: #292; } /* line 109, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-header, .cm-strong { font-weight: bold; } /* line 110, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-em { font-style: italic; } /* line 111, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-link { text-decoration: underline; } /* line 112, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-strikethrough { text-decoration: line-through; } /* line 114, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-keyword { color: #708; } /* line 115, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-atom { color: #219; } /* line 116, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-number { color: #164; } /* line 117, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-def { color: #00f; } /* line 122, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-variable-2 { color: #05a; } /* line 123, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-variable-3 { color: #085; } /* line 124, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-comment { color: #a50; } /* line 125, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-string { color: #a11; } /* line 126, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-string-2 { color: #f50; } /* line 127, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-meta { color: #555; } /* line 128, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-qualifier { color: #555; } /* line 129, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-builtin { color: #30a; } /* line 130, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-bracket { color: #997; } /* line 131, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-tag { color: #170; } /* line 132, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-attribute { color: #00c; } /* line 133, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-hr { color: #999; } /* line 134, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-link { color: #00c; } /* line 136, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-error { color: #f00; } /* line 137, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-invalidchar { color: #f00; } /* line 139, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-composing { border-bottom: 2px solid; } /* Default styles for common addons */ /* line 143, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ div.CodeMirror span.CodeMirror-matchingbracket { color: #0f0; } /* line 144, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ div.CodeMirror span.CodeMirror-nonmatchingbracket { color: #f22; } /* line 145, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-matchingtag { background: rgba(255, 150, 0, 0.3); } /* line 146, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-activeline-background { background: #e8f2ff; } /* STOP */ /* The rest of this file contains styles related to the mechanics of the editor. You probably shouldn't touch them. */ /* line 153, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror { position: relative; overflow: hidden; background: white; } /* line 159, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-scroll { overflow: scroll !important; /* Things will break if this is overridden */ /* 30px is the magic margin used to hide the element's real scrollbars */ /* See overflow: hidden in .CodeMirror */ margin-bottom: -30px; margin-right: -30px; padding-bottom: 30px; height: 100%; outline: none; /* Prevent dragging from highlighting the element */ position: relative; } /* line 169, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-sizer { position: relative; border-right: 30px solid transparent; } /* The fake, visible scrollbars. Used to force redraw during scrolling before actual scrolling happens, thus preventing shaking and flickering artifacts. */ /* line 177, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { position: absolute; z-index: 6; display: none; } /* line 182, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-vscrollbar { right: 0; top: 0; overflow-x: hidden; overflow-y: scroll; } /* line 187, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-hscrollbar { bottom: 0; left: 0; overflow-y: hidden; overflow-x: scroll; } /* line 192, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-scrollbar-filler { right: 0; bottom: 0; } /* line 195, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter-filler { left: 0; bottom: 0; } /* line 199, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutters { position: absolute; left: 0; top: 0; min-height: 100%; z-index: 3; } /* line 204, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter { white-space: normal; height: 100%; display: inline-block; vertical-align: top; margin-bottom: -30px; /* Hack to make IE7 behave */ *zoom: 1; *display: inline; } /* line 214, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter-wrapper { position: absolute; z-index: 4; background: none !important; border: none !important; } /* line 220, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter-background { position: absolute; top: 0; bottom: 0; z-index: 4; } /* line 225, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; } /* line 230, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter-wrapper { -webkit-user-select: none; -moz-user-select: none; user-select: none; } /* line 236, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-lines { cursor: text; min-height: 1px; /* prevents collapsing before first draw */ } /* line 240, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror pre { /* Reset some styles that the rest of the page might have set */ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border-width: 0; background: transparent; font-family: inherit; font-size: inherit; margin: 0; white-space: pre; word-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; -webkit-tap-highlight-color: transparent; -webkit-font-variant-ligatures: none; font-variant-ligatures: none; } /* line 259, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-wrap pre { word-wrap: break-word; white-space: pre-wrap; word-break: normal; } /* line 265, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-linebackground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; } /* line 271, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-linewidget { position: relative; z-index: 2; overflow: auto; } /* line 279, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-code { outline: none; } /* Force content-box sizing for the elements where we expect it */ /* line 288, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-scroll, .CodeMirror-sizer, .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber { -moz-box-sizing: content-box; box-sizing: content-box; } /* line 293, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-measure { position: absolute; width: 100%; height: 0; overflow: hidden; visibility: hidden; } /* line 301, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-cursor { position: absolute; pointer-events: none; } /* line 305, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-measure pre { position: static; } /* line 307, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ div.CodeMirror-cursors { visibility: hidden; position: relative; z-index: 3; } /* line 312, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ div.CodeMirror-dragcursors { visibility: visible; } /* line 316, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-focused div.CodeMirror-cursors { visibility: visible; } /* line 320, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-selected { background: #d9d9d9; } /* line 321, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } /* line 322, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-crosshair { cursor: crosshair; } /* line 323, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } /* line 324, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } /* line 326, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-searching { background: #ffa; background: rgba(255, 255, 0, 0.4); } /* IE7 hack to prevent it from returning funny offsetTops on the spans */ /* line 332, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror span { *vertical-align: text-bottom; } /* Used to force a border model for a node */ /* line 335, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-force-border { padding-right: .1px; } @media print { /* Hide the cursor when printing */ /* line 339, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror div.CodeMirror-cursors { visibility: hidden; } } /* See issue #2901 */ /* line 345, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-tab-wrap-hack:after { content: ''; } /* Help users use markselection to safely style text background */ /* line 348, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ span.CodeMirror-selectedtext { background: none; } /* line 1, ../../vendor/assets/bower_components/codemirror/addon/fold/foldgutter.css */ .CodeMirror-foldmarker { color: blue; text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px; font-family: arial; line-height: .3; cursor: pointer; } /* line 8, ../../vendor/assets/bower_components/codemirror/addon/fold/foldgutter.css */ .CodeMirror-foldgutter { width: .7em; } /* line 12, ../../vendor/assets/bower_components/codemirror/addon/fold/foldgutter.css */ .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { cursor: pointer; } /* line 15, ../../vendor/assets/bower_components/codemirror/addon/fold/foldgutter.css */ .CodeMirror-foldgutter-open:after { content: "\25BE"; } /* line 18, ../../vendor/assets/bower_components/codemirror/addon/fold/foldgutter.css */ .CodeMirror-foldgutter-folded:after { content: "\25B8"; } /* line 1, ../../vendor/assets/bower_components/codemirror/addon/dialog/dialog.css */ .CodeMirror-dialog { position: absolute; left: 0; right: 0; background: inherit; z-index: 15; padding: .1em .8em; overflow: hidden; color: inherit; } /* line 11, ../../vendor/assets/bower_components/codemirror/addon/dialog/dialog.css */ .CodeMirror-dialog-top { border-bottom: 1px solid #eee; top: 0; } /* line 16, ../../vendor/assets/bower_components/codemirror/addon/dialog/dialog.css */ .CodeMirror-dialog-bottom { border-top: 1px solid #eee; bottom: 0; } /* line 21, ../../vendor/assets/bower_components/codemirror/addon/dialog/dialog.css */ .CodeMirror-dialog input { border: none; outline: none; background: transparent; width: 20em; color: inherit; font-family: monospace; } /* line 30, ../../vendor/assets/bower_components/codemirror/addon/dialog/dialog.css */ .CodeMirror-dialog button { font-size: 70%; } /* line 1, ../../vendor/assets/bower_components/codemirror/addon/hint/show-hint.css */ .CodeMirror-hints { position: absolute; z-index: 10; overflow: hidden; list-style: none; margin: 0; padding: 2px; -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); border-radius: 3px; border: 1px solid silver; background: white; font-size: 90%; font-family: monospace; max-height: 20em; overflow-y: auto; } /* line 24, ../../vendor/assets/bower_components/codemirror/addon/hint/show-hint.css */ .CodeMirror-hint { margin: 0; padding: 0 4px; border-radius: 2px; white-space: pre; color: black; cursor: pointer; } /* line 33, ../../vendor/assets/bower_components/codemirror/addon/hint/show-hint.css */ li.CodeMirror-hint-active { background: #08f; color: white; } /* Name: Codewars Author: <NAME> CodeMirror template by <NAME> (https://github.com/idleberg/base16-codemirror) Original Base16 color scheme by <NAME> (https://github.com/chriskempson/base16) */ /* line 11, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .CodeMirror { height: 100%; font-family: 'CamingoCode-Regular', monospace; line-height: 1.25em; } /* line 13, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark.CodeMirror { background: #131414; color: #CCCCCC; } /* line 14, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark div.CodeMirror-selected { background: #4A5964 !important; } /* line 15, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark .CodeMirror-gutters { background: #131414; border-right: 0px; } /* line 16, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark .CodeMirror-linenumber { color: #515151; } /* line 17, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark .CodeMirror-cursor { border-left: 1px solid #999 !important; } /* line 19, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-comment { color: #969896; } /* line 20, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-atom { color: #CCC; } /* line 21, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-number { color: #de935f; } /* line 23, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-property, .cm-s-cw-dark span.cm-attribute { color: #81a2be; } /* line 24, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-keyword { color: #b294bb; } /* line 25, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-string { color: #b5bd68; } /* line 27, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-variable { color: #eeeeee; } /* line 28, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-variable-2 { color: #cc6666; } /* line 29, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-def { color: #de935f; } /* line 30, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-bracket { color: #cccccc; } /* line 31, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-tag { color: #f0c674; } /* line 32, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-link { color: #a16a94; } /* line 33, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-error { background: #f2777a; color: #6A6A6A; } /* line 34, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-operator { color: #dddddd; } /* line 36, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark .CodeMirror-activeline-background { background: rgba(255, 255, 255, 0.05) !important; } /* line 37, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; } /* line 39, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .CodeMirror-dialog { padding: 5px; background: #131414; color: white; } /* line 42, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .CodeMirror-dialog input { display: inline-block; height: 25px; margin-top: 5px; } /* line 3, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted { background-color: #efefef; color: #444444; } /* line 7, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .dark-theme .cm-s-cw-inverted { background-color: #efefef; color: #222222; } /* line 11, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .emphasis { font-weight: bold; } /* line 14, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .dotted { border-bottom: 1px dotted #c64b16; } /* line 18, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-gutter { background-color: #e8e8e8; border-right: 1px solid #e8e8e8; } /* line 22, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .dark-theme .cm-s-cw-inverted .CodeMirror-gutter { background-color: #efefef; border-color: #efefef; } /* line 26, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-gutters { border-right: 0; } /* line 30, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-gutter .CodeMirror-gutter-text { color: #93a1a1; } /* line 33, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .dark-theme .cm-s-cw-inverted .CodeMirror-gutter .CodeMirror-gutter-text { color: #839191; } /* line 36, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-cursor { border-left-color: #002b36 !important; } /* line 39, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-matchingbracket { color: #002b36; background-color: #eee8d5; box-shadow: 0 0 10px #eee8d5; font-weight: bold; } /* line 45, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-nonmatchingbracket { color: #002b36; background-color: #eee8d5; box-shadow: 0 0 10px #eee8d5; font-weight: bold; color: #c2322f; border-bottom: 1px dotted #cb4b16; } /* line 53, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-keyword { color: #ac40ff; } /* line 56, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-atom { color: #2aa198; } /* line 59, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-number { color: #a34503; } /* line 62, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-def { color: #705800; } /* line 65, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-variable { color: #302a27; } /* line 68, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-variable-2 { color: #cb4b16; } /* line 71, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-variable-3 { color: #9d4216; } /* line 74, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-comment { color: #45612b; } /* line 77, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-property { color: #0c6bad; } /* line 80, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-operator { color: #445358; } /* line 83, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-string { color: #584a00; } /* line 86, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-error { font-weight: bold; border-bottom: 1px dotted #cb262e; } /* line 90, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-bracket { color: #333333; } /* line 93, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-tag { color: #b17500; } /* line 96, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-attribute { color: #586e75; font-weight: bold; } /* line 100, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-meta { color: #268bd2; } /* line 122, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-activeline-background { background: #ecf5ff !important; } /* line 125, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-matchingbracket { text-decoration: underline; color: #171717 !important; } /* line 3, ../../app/assets/stylesheets/carbon.css.sass */ .carbon-wrap a img { float: left; display: block; margin-right: 15px; } /* line 8, ../../app/assets/stylesheets/carbon.css.sass */ .carbon-poweredby { display: block; color: white !important; margin-top: 5px; font-size: 12px; } /* ... */
last_files/application-5c0ee03e0e6951dc40757e716b5bb0d4.css
.notifications { box-shadow: none; } /* line 27, ../../app/assets/stylesheets/fresh/_mixins.css.sass */ a.shadow-link, .timer-container, header.main .score, header.main .notify { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } /* line 37, ../../app/assets/stylesheets/fresh/_mixins.css.sass */ a:hover .item-container:not(.is-glowing-link) { background-color: #1d1e1e; box-shadow: none; } /* line 41, ../../app/assets/stylesheets/fresh/_mixins.css.sass */ .timer-container, .label-container, .item-container, .icon-container, section.user-profile { background: rgba(0, 0, 0, 0.4); height: 50px; overflow: hidden; } /* line 51, ../../app/assets/stylesheets/fresh/_mixins.css.sass */ .clear, .items-list, .items-list .list-item { *zoom: 1; } /* line 18, ../../../gems/gems/bourbon-3.0.1/app/assets/stylesheets/addons/_clearfix.scss */ .clear:before, .items-list:before, .items-list .list-item:before, .clear:after, .items-list:after, .items-list .list-item:after { content: " "; display: table; } /* line 23, ../../../gems/gems/bourbon-3.0.1/app/assets/stylesheets/addons/_clearfix.scss */ .clear:after, .items-list:after, .items-list .list-item:after { clear: both; } /* Requires: normalize.css */ /* Global Reset & Standards ---------------------- */ /* line 5, ../../app/assets/stylesheets/foundation/common/_globals.scss */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 6, ../../app/assets/stylesheets/foundation/common/_globals.scss */ html { font-size: 62.5%; } /* line 7, ../../app/assets/stylesheets/foundation/common/_globals.scss */ body { font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; font-size: 14px; line-height: 1.5em; position: relative; -webkit-font-smoothing: antialiased; } /* Links ---------------------- */ /* line 11, ../../app/assets/stylesheets/foundation/common/_globals.scss */ a { color: silver; text-decoration: none; line-height: inherit; } /* line 12, ../../app/assets/stylesheets/foundation/common/_globals.scss */ a:hover { color: #b3b3b3; } /* line 13, ../../app/assets/stylesheets/foundation/common/_globals.scss */ a:focus { color: silver; outline: none; } /* line 14, ../../app/assets/stylesheets/foundation/common/_globals.scss */ p a, p a:visited { line-height: inherit; } /* Misc ---------------------- */ /* line 19, ../../app/assets/stylesheets/foundation/common/_globals.scss */ .highlight { background: #ffff99; } /* line 21, ../../app/assets/stylesheets/foundation/common/_globals.scss */ #googlemap img, object, embed { max-width: none; } /* line 23, ../../app/assets/stylesheets/foundation/common/_globals.scss */ #map_canvas embed { max-width: none; } /* line 24, ../../app/assets/stylesheets/foundation/common/_globals.scss */ #map_canvas img { max-width: none; } /* line 25, ../../app/assets/stylesheets/foundation/common/_globals.scss */ #map_canvas object { max-width: none; } /* Reset for strange margins by default on <figure> elements */ /* line 28, ../../app/assets/stylesheets/foundation/common/_globals.scss */ figure { margin: 0; } /* Base Type Styles Using Modular Scale ---------------------- */ /* line 3, ../../app/assets/stylesheets/foundation/common/_typography.scss */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; } /* line 10, ../../app/assets/stylesheets/foundation/common/_typography.scss */ p { font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; font-weight: normal; font-size: 14px; line-height: 1.6; margin-bottom: 16px; } /* line 11, ../../app/assets/stylesheets/foundation/common/_typography.scss */ p.lead { font-size: 16px; line-height: 1.6; margin-bottom: 16px; } /* line 13, ../../app/assets/stylesheets/foundation/common/_typography.scss */ aside p { font-size: 13px; line-height: 1.35; font-style: italic; } /* line 15, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h1, h2, h3, h4, h5, h6 { font-family: "Lato", "Helvetica Neue", "Helvetica", Arial; font-weight: normal; text-rendering: optimizeLegibility; line-height: 1.4; margin-bottom: 14px; margin-top: 14px; } /* line 23, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; line-height: 0; } /* line 25, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .inverted-theme h1, .inverted-theme h2, .inverted-theme h3, .inverted-theme h4, .inverted-theme h5, .inverted-theme h6 { color: #4b4b4b; } /* line 28, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .inverted-theme h1 small, .inverted-theme h2 small, .inverted-theme h3 small, .inverted-theme h4 small, .inverted-theme h5 small, .inverted-theme h6 small { color: #656565; } /* line 33, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 { color: #efefef; } /* line 36, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .dark-theme h1 small, .dark-theme h2 small, .dark-theme h3 small, .dark-theme h4 small, .dark-theme h5 small, .dark-theme h6 small { color: white; } /* line 42, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h1 { font-size: 21px; font-weight: bold; } /* line 43, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h2 { font-size: 20px; } /* line 44, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h3 { font-size: 18px; } /* line 45, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h4 { font-size: 16px; font-weight: bold; } /* line 46, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h5 { font-size: 16px; } /* line 47, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h6 { font-size: 15px; } /* line 50, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .subheader { line-height: 1.3; font-weight: 300; margin-bottom: 16px; } /* line 52, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .inverted-theme .subheader { color: #656565; } /* line 55, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .dark-theme .subheader { color: white; } /* line 60, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .indent, .index-one { margin-left: 15px; } /* line 61, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .index-two { margin-left: 30px; } /* line 62, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .index-three { margin-left: 45px; } /* line 64, ../../app/assets/stylesheets/foundation/common/_typography.scss */ em, i { font-style: italic; line-height: inherit; } /* line 65, ../../app/assets/stylesheets/foundation/common/_typography.scss */ strong, b { font-weight: bold; line-height: inherit; } /* line 66, ../../app/assets/stylesheets/foundation/common/_typography.scss */ small { font-size: 60%; line-height: inherit; } /* line 67, ../../app/assets/stylesheets/foundation/common/_typography.scss */ code { font-weight: bold; background: #ffff99; } /* Lists ---------------------- */ /* line 70, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul, ol { font-size: 14px; line-height: 1.6; margin-bottom: 16px; list-style-position: inside; } /* line 73, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; } /* line 75, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.square, ul.circle, ul.disc { margin-left: 16px; } /* line 76, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.square { list-style-type: square; } /* line 77, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.square li ul { list-style: inherit; } /* line 79, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.circle { list-style-type: circle; } /* line 80, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.circle li ul { list-style: inherit; } /* line 82, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.disc { list-style-type: disc; } /* line 83, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.disc li ul { list-style: inherit; } /* line 85, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.no-bullet { list-style: none; } /* line 86, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ul.large li { line-height: 21px; } /* line 90, ../../app/assets/stylesheets/foundation/common/_typography.scss */ ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; } /* Blockquotes ---------------------- */ /* line 95, ../../app/assets/stylesheets/foundation/common/_typography.scss */ blockquote, blockquote p { line-height: 1.5; } /* line 96, ../../app/assets/stylesheets/foundation/common/_typography.scss */ blockquote { margin: 0 0 16px; padding: 0 20px 0 19px; border-left: 3px solid #c9c9c9; } /* line 97, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .inverted-theme blockquote { border-color: rgba(226, 226, 226, 0.6); } /* line 98, ../../app/assets/stylesheets/foundation/common/_typography.scss */ blockquote cite { display: block; font-size: 13px; } /* line 99, ../../app/assets/stylesheets/foundation/common/_typography.scss */ blockquote cite:before { content: "\2014 \0020"; } /* line 103, ../../app/assets/stylesheets/foundation/common/_typography.scss */ abbr, acronym { text-transform: uppercase; font-size: 90%; } /* line 104, ../../app/assets/stylesheets/foundation/common/_typography.scss */ abbr { text-transform: none; } /* * Print styles. * * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ * Credit to <NAME> and HTML5 Boilerplate (html5boilerplate.com) */ /* line 112, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .print-only { display: none !important; } @media print { /* line 114, ../../app/assets/stylesheets/foundation/common/_typography.scss */ * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */ /* line 115, ../../app/assets/stylesheets/foundation/common/_typography.scss */ a, a:visited { text-decoration: underline; } /* line 116, ../../app/assets/stylesheets/foundation/common/_typography.scss */ a[href]:after { content: " (" attr(href) ")"; } /* line 117, ../../app/assets/stylesheets/foundation/common/_typography.scss */ abbr[title]:after { content: " (" attr(title) ")"; } /* line 118, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */ /* line 119, ../../app/assets/stylesheets/foundation/common/_typography.scss */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* line 120, ../../app/assets/stylesheets/foundation/common/_typography.scss */ thead { display: table-header-group; } /* h5bp.com/t */ /* line 121, ../../app/assets/stylesheets/foundation/common/_typography.scss */ tr, img { page-break-inside: avoid; } /* line 122, ../../app/assets/stylesheets/foundation/common/_typography.scss */ img { max-width: 100% !important; } @page { margin: 0.5cm; } /* line 124, ../../app/assets/stylesheets/foundation/common/_typography.scss */ p, h2, h3 { orphans: 3; widows: 3; } /* line 125, ../../app/assets/stylesheets/foundation/common/_typography.scss */ h2, h3 { page-break-after: avoid; } /* line 126, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .hide-on-print { display: none !important; } /* line 127, ../../app/assets/stylesheets/foundation/common/_typography.scss */ .print-only { display: block !important; } } /* line 6, ../../app/assets/stylesheets/foundation/common/_base.scss */ a { cursor: pointer; } /* The Grid ---------------------- */ /* line 3, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row { width: 1000px; max-width: 100%; min-width: 768px; margin: 0 auto; } /* line 4, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; } /* line 7, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row.collapse .column, .row.collapse .columns { padding: 0; } /* line 9, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; } /* line 10, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .row.collapse { margin: 0; } /* line 21, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .flex-container { margin: 15px; width: 100%; } /* line 23, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; } /* line 24, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .column.centered, .columns.centered { float: none; margin: 0 auto; } /* line 27, ../../app/assets/stylesheets/foundation/components/_grid.scss */ [class^="column"] + [class^="column"]:last-child { float: right; } /* line 28, ../../app/assets/stylesheets/foundation/components/_grid.scss */ [class^="column"] + [class^="column"].end { float: left; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .one, .row .one { width: 8.33333%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .two, .row .two { width: 16.66667%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .three, .row .three { width: 25%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .four, .row .four { width: 33.33333%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .five, .row .five { width: 41.66667%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .six, .row .six { width: 50%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .seven, .row .seven { width: 58.33333%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .eight, .row .eight { width: 66.66667%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .nine, .row .nine { width: 75%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .ten, .row .ten { width: 83.33333%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .eleven, .row .eleven { width: 91.66667%; } /* line 32, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .twelve, .row .twelve { width: 100%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-one { margin-left: 8.33333%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-two { margin-left: 16.66667%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-three { margin-left: 25%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-four { margin-left: 33.33333%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-five { margin-left: 41.66667%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-six { margin-left: 50%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-seven { margin-left: 58.33333%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-eight { margin-left: 66.66667%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-nine { margin-left: 75%; } /* line 45, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row .offset-by-ten { margin-left: 83.33333%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-two { left: 16.66667%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-two { right: 16.66667%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-three { left: 25%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-three { right: 25%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-four { left: 33.33333%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-four { right: 33.33333%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-five { left: 41.66667%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-five { right: 41.66667%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-six { left: 50%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-six { right: 50%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-seven { left: 58.33333%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-seven { right: 58.33333%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-eight { left: 66.66667%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-eight { right: 66.66667%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-nine { left: 75%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-nine { right: 75%; } /* line 51, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .push-ten { left: 83.33333%; } /* line 52, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .pull-ten { right: 83.33333%; } /* line 55, ../../app/assets/stylesheets/foundation/components/_grid.scss */ img, object, embed { max-width: 100%; height: auto; } /* line 56, ../../app/assets/stylesheets/foundation/components/_grid.scss */ object, embed { height: 100%; } /* line 57, ../../app/assets/stylesheets/foundation/components/_grid.scss */ img { -ms-interpolation-mode: bicubic; } /* line 58, ../../app/assets/stylesheets/foundation/components/_grid.scss */ #map_canvas img, .map_canvas img { max-width: none !important; } /* Nicolas Gallagher's micro clearfix */ /* line 61, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .row { *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .row:before, .row:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .row:after { clear: both; } /* Extended Framework ------------------------ */ /* line 64, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .flex-row { width: 100%; clear: both; } /* Mobile Grid and Overrides ---------------------- */ @media only screen and (max-width: 767px) { /* line 68, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive { /* Mobile 4-column Grid */ } /* line 70, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } /* line 72, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; } /* line 73, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .column, body.responsive .columns { width: auto !important; float: none; padding: 0; } /* line 74, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .column:last-child, body.responsive .columns:last-child { float: none; } /* line 75, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive [class*="column"] + [class*="column"]:last-child { float: none; } /* line 76, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .column:before, body.responsive .columns:before, body.responsive .column:after, body.responsive .columns:after { content: ""; display: table; } /* line 77, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .column:after, body.responsive .columns:after { clear: both; } /* line 80, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .offset-by-one, body.responsive .offset-by-two, body.responsive .offset-by-three, body.responsive .offset-by-four, body.responsive .offset-by-five, body.responsive .offset-by-six, body.responsive .offset-by-seven, body.responsive .offset-by-eight, body.responsive .offset-by-nine, body.responsive .offset-by-ten { margin-left: 0 !important; } /* line 81, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .push-two, body.responsive .push-three, body.responsive .push-four, body.responsive .push-five, body.responsive .push-six, body.responsive .push-seven, body.responsive .push-eight, body.responsive .push-nine, body.responsive .push-ten { left: auto; } /* line 82, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .pull-two, body.responsive .pull-three, body.responsive .pull-four, body.responsive .pull-five, body.responsive .pull-six, body.responsive .pull-seven, body.responsive .pull-eight, body.responsive .pull-nine, body.responsive .pull-ten { right: auto; } /* line 95, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; } /* line 96, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-one:last-child { float: right; } /* line 97, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-one.end { float: left; } /* line 100, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row.collapse .mobile-one { padding: 0; } /* line 95, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; } /* line 96, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-two:last-child { float: right; } /* line 97, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-two.end { float: left; } /* line 100, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row.collapse .mobile-two { padding: 0; } /* line 95, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; } /* line 96, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-three:last-child { float: right; } /* line 97, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-three.end { float: left; } /* line 100, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row.collapse .mobile-three { padding: 0; } /* line 95, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; } /* line 96, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-four:last-child { float: right; } /* line 97, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row .mobile-four.end { float: left; } /* line 100, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .row.collapse .mobile-four { padding: 0; } /* line 105, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .push-one-mobile { left: 25%; } /* line 106, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .pull-one-mobile { right: 25%; } /* line 105, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .push-two-mobile { left: 50%; } /* line 106, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .pull-two-mobile { right: 50%; } /* line 105, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .push-three-mobile { left: 75%; } /* line 106, ../../app/assets/stylesheets/foundation/components/_grid.scss */ body.responsive .pull-three-mobile { right: 75%; } } /* line 111, ../../app/assets/stylesheets/foundation/components/_grid.scss */ .flex-box { display: flex; flex-wrap: wrap; } /* Requires globals.css */ /* line 4, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ div.nav-bar { height: 40px; margin-bottom: 15px; } /* line 5, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar { background: #131414; padding: 0; } /* line 6, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .inverted-theme .nav-bar { background: rgba(36, 36, 36, 0.8); } /* line 7, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .nav-bar { margin: 0; -webkit-box-shadow: none; box-shadow: none; } /* line 9, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li { float: left; display: block; position: relative; height: 39px; padding: 0; margin: 0; line-height: 36px; } /* line 11, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.active { background: #131414; } /* line 12, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.active > a { color: #ebebeb; cursor: default; } /* line 13, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.active:hover { background: #6795de; color: white; cursor: default; } /* line 16, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li:hover { background: #6795de; color: white; } /* line 17, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li:hover a { color: white; } /* line 20, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.is-hover-important:not(.active):hover { background: #b1361e; } /* line 22, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li ul { margin-bottom: 0; } /* line 23, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li .flyout { display: none; max-height: 400px; overflow-y: auto; } /* line 27, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; color: white; } /* line 28, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; } /* line 31, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; } /* line 33, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; } /* line 34, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; } /* line 38, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout:hover ul.flyout { display: block !important; } /* line 42, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.alert { background-color: #c05c48; } /* line 43, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.alert:hover { background-color: #c76d5b; } /* line 45, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.success { background-color: #5f8120; } /* line 46, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.success:hover { background-color: #6e9525; } /* line 48, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.notice { background-color: #2f7db7; } /* line 49, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.notice:hover { background-color: #358bcb; } /* line 52, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.warning { background-color: #c28222; } /* line 53, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li.warning:hover { background-color: #d89126; } /* line 57, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > .alert-box { height: 100%; padding-top: 9px; } /* line 59, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; line-height: 2.8em; } /* line 60, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar > li > input { margin: 0 10px; } /* line 62, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical { height: auto; margin-top: 0; } /* line 64, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #454848; -webkit-box-shadow: none; box-shadow: none; } /* line 66, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; } /* line 67, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li .flyout { left: 100%; top: -1px; } /* line 68, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li .flyout.right { left: auto; right: 100%; } /* line 70, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li.active { border-right: solid 1px #1c62a2; } /* line 71, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li:last-child { border-bottom: solid 1px #454848; } /* line 75, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.round { border-radius: 8px; } /* line 76, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.round li:first-child { border-radius: 8px 0 0 8px; } /* line 77, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.round li:last-child { border-radius: 0 8px 8px 0; } @media only screen and (max-width: 767px) { /* line 80, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar.round li:first-child, .nav-bar.round li:last-child { border-radius: 0; } } /* line 85, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout { background: #131414; padding: 15px; margin: 0; position: absolute; top: 39px; left: -1px; width: 250px; z-index: 40; /* remove margin on any first-child element */ /* remove margin on last element */ } /* line 86, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .inverted-theme .nav-bar .flyout { background: rgba(36, 36, 36, 0.8); } /* line 88, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout p { line-height: 1.2; font-size: 13px; } /* line 89, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout *:first-child { margin-top: 0; } /* line 90, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout *:last-child { margin-bottom: 0; } /* line 92, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-small { width: 166.66667px; } /* line 93, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-large { width: 312.5px; } /* line 94, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-huge { width: 437.5px; } /* line 96, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-right { left: auto; right: -2px; } /* line 97, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-left { right: auto; left: -2px; } /* line 98, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .nav-bar .flyout.is-up { top: auto; bottom: 39px; } /* line 101, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ ul.flyout, .nav-bar li ul { padding: 0; list-style: none; } /* line 104, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ ul.flyout li a, .nav-bar li ul li a { border: 0; color: #7ca4e3 !important; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; } /* line 105, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ ul.flyout li a:hover, .nav-bar li ul li a:hover { background-color: rgba(255, 255, 255, 0.125); } /* line 108, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ ul.flyout li.active a, .nav-bar li ul li.active a { background-color: #131414; color: #ebebeb !important; height: auto; margin: 0; position: static; top: 0; } /* Mobile Styles */ @media only screen and (max-device-width: 1280px) { /* line 118, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } } @media only screen and (max-width: 1279px) and (min-width: 768px) { /* line 122, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .touch .nav-bar li a { font-size: 13px; font-size: 1.3rem; } /* line 123, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .touch .nav-bar li.has-flyout > a.flyout-toggle { padding: 20px !important; } /* line 124, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } } @media only screen and (max-width: 767px) { /* line 130, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar { height: auto; } /* line 132, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li { float: none; display: block; border-right: none; } /* line 133, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li > a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; } /* line 134, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li:first-child > a.main { border-top: none; } /* line 135, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li.has-flyout > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; } /* line 136, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; } /* line 137, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar > li.has-flyout > a.flyout-toggle:hover span { border-top-color: #141414; } /* line 138, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .nav-bar.vertical > li.has-flyout > .flyout { left: 0; } /* line 141, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px; } /* line 143, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .flyout.right { float: none; right: auto; left: -1px; } /* line 144, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .flyout.small, body.responsive .flyout.large { width: 100% !important; } /* line 145, ../../app/assets/stylesheets/foundation/components/modules/_navbar.scss */ body.responsive .flyout p:last-child { margin-bottom: 18px; } } /* line 9, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-open .tooltip { z-index: 13; } /* line 13, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; background-color: #131414; } /* line 15, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-backdrop.fade { opacity: 0; } /* line 19, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.8; } /* line 24, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal { position: fixed; top: 55%; left: 50%; z-index: 11; max-height: 500px; overflow: auto; width: 580px; margin: -250px 0 0 -280px; color: white; background-color: #131414; border: 1px solid rgba(255, 255, 255, 0.2); -webkit-background-clip: padding; -moz-background-clip: padding; background-clip: padding-box; } /* line 37, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal.fade { -webkit-transition: opacity .3s linear, top .3s ease-out; -moz-transition: opacity .3s linear, top .3s ease-out; -ms-transition: opacity .3s linear, top .3s ease-out; -o-transition: opacity .3s linear, top .3s ease-out; transition: opacity .3s linear, top .3s ease-out; top: -25%; } /* line 41, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal.fade.in { top: 50%; } /* line 44, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header { padding: 15px 0; margin: 5px 15px 0; border-bottom: 1px solid #383b3b; } /* line 45, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header h4 { float: left; color: white; margin: 0; width: 80%; line-height: 1.2em; } /* line 46, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header h4 i { position: relative; top: 1px; } /* line 49, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header .close { float: right; font-size: 16px -1; font-family: arial; line-height: 16px -1; } /* line 50, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header .close i { color: white; cursor: pointer; opacity: 0.7; } /* line 51, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-header .close i:hover { color: #d9d9d9; } /* line 58, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-body { margin: 15px; *zoom: 1; font-size: 16px; line-height: 24px; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .modal-body:before, .modal-body:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .modal-body:after { clear: both; } /* line 60, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-body .modal-form { margin-bottom: 0; } /* line 65, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-footer { padding: 0; margin: 15px 15px 0; background-color: #131414; border-top: 1px solid #2c2e2e; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -ms-border-radius: 0 0 6px 6px; -o-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .modal-footer:before, .modal-footer:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .modal-footer:after { clear: both; } /* line 72, ../../app/assets/stylesheets/foundation/components/modules/_modals.scss */ .modal-footer .form-actions { margin: 15px 0; } /* Requires: globals.css */ /* Table of Contents :: Visibility :: Alerts :: Labels :: Tooltips :: Accordion :: Side Nav :: Sub Nav :: Pagination :: Breadcrumbs :: Lists :: Link Lists :: Keystroke Chars :: Image Thumbnails :: Video :: Tables :: Microformats :: Progress Bars :: Score Box */ /* Visibility Classes ---------------------- */ /* line 29, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .touch .hide-for-touch { display: none !important; } /* Standard (large) display targeting */ /* line 37, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge { display: none !important; } /* line 44, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-xlarge, .show-for-large, .show-for-large-up, .hide-for-small, .hide-for-medium, .hide-for-medium-down { display: block !important; } /* Very large display targeting */ @media only screen and (min-width: 1441px) { /* line 53, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge { display: block !important; } /* line 60, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge { display: none !important; } } /* Medium display targeting */ @media only screen and (max-width: 1279px) and (min-width: 768px) { /* line 70, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: block !important; } /* line 77, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } } /* Small display targeting */ @media only screen and (max-width: 767px) { /* line 87, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: block !important; } /* line 94, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } } @media only screen and (max-width: 480px) { /* line 98, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-tiny { display: none !important; } } /* Orientation targeting */ /* line 103, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-landscape, .hide-for-portrait { display: block !important; } /* line 105, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-landscape, .show-for-portrait { display: none !important; } @media screen and (orientation: landscape) { /* line 109, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-landscape, .hide-for-portrait { display: block !important; } /* line 111, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-landscape, .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { /* line 116, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-portrait, .hide-for-landscape { display: block !important; } /* line 118, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-portrait, .show-for-landscape { display: none !important; } } /* Touch-enabled device targeting */ /* line 122, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .show-for-touch { display: none !important; } /* line 123, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .hide-for-touch { display: block !important; } /* line 124, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .touch .show-for-touch { display: block !important; } /* line 125, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .touch .hide-for-touch { display: none !important; } /* Specific overrides for elements that require something other than display: block */ /* line 132, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium { display: table !important; } @media only screen and (max-width: 1279px) and (min-width: 768px) { /* line 138, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium { display: table !important; } } @media only screen and (max-width: 767px) { /* line 145, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small { display: table !important; } } /* Labels ---------------------- */ /* line 151, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label { padding: 4px 6px; font-size: 12px; font-weight: normal; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline-block; position: relative; bottom: 1px; color: #fff; background: #282828; } /* line 153, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.radius { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /* line 154, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.round { padding: 5px 10px; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 156, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.alert { background-color: #c05c48; } /* line 157, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.info { background-color: rgba(255, 255, 255, 0.25); } /* line 158, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.warning { background-color: #c28222; } /* line 159, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.notice { background-color: #2f7db7; } /* line 160, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.success { background-color: #5f8120; } /* line 161, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.secondary { background-color: #e9e9e9; color: #505050; } /* line 162, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.dark { background-color: #282828; } /* line 163, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.dark-tint { background-color: #392c48; } /* line 165, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.big { font-size: 16px; padding: 15px; } /* line 166, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .label.big.circle { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; min-width: 50px; padding: 1px 10px; height: 50px; display: inline-block; line-height: 48px; } /* line 171, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .tap-to-close { display: block; font-size: 10px; font-size: 1rem; color: #888888; font-weight: normal; } @media only screen and (max-width: 767px) { /* line 175, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ body.responsive .tooltip { font-size: 14px; font-size: 1.4rem; line-height: 1.4; padding: 7px 10px 9px 10px; } /* line 180, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ body.responsive .tooltip > .nub, body.responsive .tooltip.top > .nub, body.responsive .tooltip.left > .nub, body.responsive .tooltip.right > .nub { border-color: transparent transparent #131414 transparent; border-color: transparent transparent rgba(19, 20, 20, 0.85) transparent; top: -12px; left: 10px; } } /* Side Nav ---------------------- */ /* line 191, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.side-nav { display: block; list-style: none; margin: 0; padding: 16px 0; } /* line 193, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.side-nav li { display: block; list-style: none; margin: 0 0 7px 0; } /* line 195, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.side-nav li a { display: block; } /* line 196, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.side-nav li.active a { color: #5e6262; font-weight: bold; } /* line 197, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.side-nav li.divider { border-top: 1px solid #e6e6e6; height: 0; padding: 0; } /* Sub Navs http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na ---------------------- */ /* line 203, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ dl.sub-nav { display: block; width: auto; overflow: hidden; margin: -4px 0 18px; margin-right: 0; margin-left: -9px; padding-top: 4px; } /* line 205, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ dl.sub-nav dt, dl.sub-nav dd { float: left; display: inline; margin-left: 9px; margin-bottom: 10px; } /* line 206, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ dl.sub-nav dt { color: #999; font-weight: normal; } /* line 207, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ dl.sub-nav dd a { text-decoration: none; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 208, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ dl.sub-nav dd.active a { font-weight: bold; background: #237cce; color: #fff; padding: 3px 9px; cursor: default; } /* Pagination ---------------------- */ /* line 214, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination { display: block; height: 24px; margin-left: -5px; } /* line 216, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; } /* line 218, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li a { display: block; padding: 1px 7px 1px; color: #555; } /* line 219, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li:hover a, ul.pagination li a:focus { background: #e6e6e6; } /* line 220, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li.unavailable a { cursor: default; color: #999; } /* line 221, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { background: transparent; } /* line 222, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li.current a { background: #237cce; color: white; font-weight: bold; cursor: default; } /* line 223, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.pagination li.current a:hover { background: #237cce; } /* Breadcrumbs ---------------------- */ /* line 231, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs { display: block; background: #f6f6f6; padding: 6px 10px 7px; border: 1px solid #e9e9e9; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; overflow: hidden; } /* line 233, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li { margin: 0; padding: 0 12px 0 0; float: left; list-style: none; } /* line 235, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li a, ul.breadcrumbs li span { text-transform: uppercase; font-size: 11px; font-size: 1.1rem; padding-left: 12px; } /* line 236, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span { padding-left: 0; } /* line 239, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:before { content: "/"; color: #aaa; } /* line 240, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:first-child:before { content: " "; } /* line 241, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.current a { cursor: default; color: #333; } /* line 242, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus { text-decoration: underline; } /* line 243, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus { text-decoration: none; } /* line 245, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.unavailable a { color: #999; } /* line 246, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus { text-decoration: none; color: #999; cursor: default; } /* Link List */ /* line 252, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.link-list { margin: 0 0 16px -22px; padding: 0; list-style: none; overflow: hidden; } /* line 254, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.link-list li { list-style: none; float: left; margin-left: 22px; display: block; } /* line 256, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ ul.link-list li a { display: block; } /* Keytroke Characters ---------------------- */ /* line 262, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .keystroke, kbd { font-family: "Consolas", "Menlo", "Courier", monospace; font-size: 13px; padding: 2px 4px 0px; margin: 0; background: #131414; border: solid 1px #282828; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /* Image Thumbnails ---------------------- */ /* line 265, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .th { display: block; } /* line 266, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .th img { display: block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition-property: box-shadow; -moz-transition-property: box-shadow; -ms-transition-property: box-shadow; -o-transition-property: box-shadow; transition-property: box-shadow; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; } /* line 268, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .th:hover img { -webkit-box-shadow: 0 0 6px 1px rgba(35, 124, 206, 0.5); box-shadow: 0 0 6px 1px rgba(35, 124, 206, 0.5); } /* line 273, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .has-avatar img, .has-avatar figure, .has-thumb img, .has-thumb figure { width: 1.75em; height: 1.75em; } /* line 274, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .has-avatar > img, .has-avatar > figure, .has-thumb > img, .has-thumb > figure { margin-right: 1em; } /* line 275, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .has-avatar figure, .has-thumb figure { display: inline; } /* line 276, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .has-avatar figure.radius, .has-thumb figure.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* line 277, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .has-avatar figure.round, .has-thumb figure.round { -webkit-border-radius: 40; -moz-border-radius: 40; -ms-border-radius: 40; -o-border-radius: 40; border-radius: 40; } /* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */ /* line 283, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; } /* line 291, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .flex-video.widescreen { padding-bottom: 57.25%; } /* line 292, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .flex-video.vimeo { padding-top: 0; } /* line 294, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { /* line 298, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .flex-video { padding-top: 0; } } /* Tables ---------------------- */ /* line 303, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 20px; padding: 0; border: 1px solid #ddd; } /* line 304, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted thead, table.formatted table tfoot { background: #f5f5f5; } /* line 309, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted thead tr th, table.formatted tfoot tr th, table.formatted tbody tr td, table.formatted tr td, table.formatted tfoot tr td { display: table-cell; font-size: 14px; line-height: 18px; text-align: left; } /* line 311, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted thead tr th, table.formatted tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; } /* line 312, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted thead tr th:first-child, table.formatted table tfoot tr td:first-child { border-left: none; } /* line 313, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted thead tr th:last-child, table.formatted table tfoot tr td:last-child { border-right: none; } /* line 317, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted tbody tr.even, table.formatted tbody tr.alt { background: #f9f9f9; } /* line 318, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted tbody tr:nth-child(even) { background: #f9f9f9; } /* line 319, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ table.formatted tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; } /* Progress Bar ---------------------- */ /* line 326, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress { padding: 2px; margin-bottom: 10px; border: 1px solid #cccccc; height: 25px; /* meter */ /* border radii */ } /* line 329, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress .meter { background: #237cce; height: 100%; display: block; width: 50%; } /* line 330, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.secondary .meter { background: #e9e9e9; } /* line 331, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.success .meter { background: #5f8120; } /* line 332, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.alert .meter { background: #c05c48; } /* line 335, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.radius { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /* line 336, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.radius .meter { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } /* line 338, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 339, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ div.progress.round .meter { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* Score Box ------------------------------- */ /* line 379, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .score-box .row { margin-bottom: 10px; } /* line 380, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .score-box .value .label { float: right; } /* Seam ------------------------------------- */ /* line 385, ../../app/assets/stylesheets/foundation/components/modules/_ui.scss */ .seam { clear: both; display: block; height: 0px; border-top: 1px solid rgba(19, 20, 20, 0.12); border-bottom: 1px solid rgba(255, 255, 255, 0.15); margin: 14px 0; } /* base foundicon styles */ /* line 34, ../../app/assets/stylesheets/foundation/fonts/_base.scss */ i { font-weight: normal !important; } /* line 35, ../../app/assets/stylesheets/foundation/fonts/_base.scss */ a i, span i, button i { position: relative; top: 1px; margin-right: 5px; font-size: 0.9em; } /* line 36, ../../app/assets/stylesheets/foundation/fonts/_base.scss */ .medium i { margin-left: -3px; margin-right: 6px; } /* line 37, ../../app/assets/stylesheets/foundation/fonts/_base.scss */ .large i { margin-left: -4px; margin-right: 8px; } @font-face { font-family: "ico-moon"; src: url(/assets/icomoon-2d506a3f032aba598bf2522b2787865e.eot); src: url(/assets/icomoon.eot?#iefix) format("embedded-opentype"), url(/assets/icomoon-205d35857b08642239a85f9f2d02d0d9.woff) format("woff"), url(/assets/icomoon-9c183e79bfb6e94a1b966221bdca5bd5.ttf) format("truetype"), url(/assets/icomoon.svg#ico-moon) format("svg"); font-weight: 400; font-style: 400; } /* Use the following CSS code if you want to use data attributes for inserting your icons */ /* line 4, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ [data-icon]:before { font-family: 'ico-moon'; content: attr(data-icon); speak: none; font-weight: normal; line-height: 1; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; } /* Use the following CSS code if you want to have a class per icon */ /* line 15, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ [class^="icon-moon-"]:before, [class*=" icon-moon-"]:before { font-family: 'ico-moon'; font-style: normal; speak: none; font-weight: normal; line-height: 1; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; } /* line 25, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ i[class^="icon-moon-"] { margin-right: 5px; font-size: 1em; } /* line 34, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-duplicate_runs:before { content: "\e916"; } /* line 37, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-streaming:before { content: "\e917"; } /* line 40, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-user_profile:before { content: "\e912"; } /* line 43, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-ad_free:before { content: "\e913"; } /* line 46, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-compare_solutions:before { content: "\e914"; } /* line 49, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-premium_cloud:before { content: "\e915"; } /* line 52, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-early_access:before { content: "\e918"; } /* line 55, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-red-badge:before { content: "\e90f"; } /* line 58, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-tshirt:before { content: "\e911"; } /* line 61, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-progress:before { content: "\e919"; } /* line 64, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-contribution:before { content: "\e91a"; } /* line 67, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-racket:before { content: "\e646"; } /* line 70, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-streak:before { content: "\e909"; } /* line 73, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-honor:before { content: "\e910"; } /* line 76, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sql:before { content: "\e90d"; } /* line 79, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-kotlin:before { content: "\e902"; } /* line 82, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-crystal:before { content: "\e90c"; } /* line 85, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-routine:before { content: "\e90e"; } /* line 88, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-bell:before { content: "\e90b"; } /* line 91, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-book:before { content: "\e900"; } /* line 94, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-flow:before { content: "\e901"; } /* line 97, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-ranks2:before { content: "\e903"; } /* line 100, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-terminal:before { content: "\e904"; } /* line 103, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-flag:before { content: "\e000"; } /* line 106, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-reply:before { content: "\e002"; } /* line 109, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-new:before { content: "\e004"; } /* line 112, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-trash:before { content: "\e006"; } /* line 115, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-preview:before { content: "\e007"; } /* line 118, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-play:before { content: "\e009"; } /* line 121, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-radio-on:before { content: "\e00a"; } /* line 124, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-radio-off:before { content: "\e00b"; } /* line 127, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-facebook:before { content: "\e00c"; } /* line 130, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-settings:before { content: "\e00e"; } /* line 133, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-twitter:before { content: "\e00f"; } /* line 136, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-unchecked:before { content: "\e012"; } /* line 139, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-checked:before { content: "\e013"; } /* line 142, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-next:before { content: "\e015"; } /* line 145, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-rank_up:before { content: "\e019"; } /* line 148, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-send:before { content: "\e01a"; } /* line 151, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-unpublish:before { content: "\e01b"; } /* line 154, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-layout:before { content: "\e022"; } /* line 157, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-reference:before { content: "\e023"; } /* line 160, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-shuffle:before { content: "\e026"; } /* line 163, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-layout-2:before { content: "\e028"; } /* line 166, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-refresh:before { content: "\e038"; } /* line 169, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-check:before { content: "\e040"; } /* line 172, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-circle-check:before { content: "\e041"; } /* line 175, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-x:before { content: "\e042"; } /* line 178, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-circle-x:before { content: "\e043"; } /* line 181, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-database:before { content: "\e04d"; } /* line 184, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-algorithm:before { content: "\e04e"; } /* line 187, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-envelope:before { content: "\e04f"; } /* line 190, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-cone:before { content: "\e052"; } /* line 193, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-edit:before { content: "\e053"; } /* line 196, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-unlock:before { content: "\e055"; } /* line 199, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-lock:before { content: "\e056"; } /* line 202, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-megaphone:before { content: "\e057"; } /* line 205, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-help:before { content: "\e05a"; } /* line 208, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-warning:before { content: "\e05b"; } /* line 211, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-info:before { content: "\e05c"; } /* line 214, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-user:before { content: "\e060"; } /* line 217, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-users:before { content: "\e061"; } /* line 220, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-tag:before { content: "\e063"; } /* line 223, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-timer:before { content: "\e068"; } /* line 226, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-lab:before { content: "\e069"; } /* line 229, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-publish:before { content: "\e06d"; } /* line 232, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-ruby:before { content: "\e06e"; } /* line 235, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-python:before { content: "\e06f"; } /* line 238, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-coffeescript:before { content: "\e075"; } /* line 241, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-github:before { content: "\e07a"; } /* line 244, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-expand:before { content: "\e07c"; } /* line 247, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-collapse:before { content: "\e07d"; } /* line 250, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-share:before { content: "\e600"; } /* line 253, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-r:before { content: "\e601"; } /* line 256, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-issue:before { content: "\e602"; } /* line 259, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sort:before { content: "\e603"; } /* line 262, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-merge2:before { content: "\e604"; } /* line 265, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-search:before { content: "\e605"; } /* line 268, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-filter:before { content: "\e606"; } /* line 271, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sort-asc:before { content: "\e607"; } /* line 274, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sort-desc:before { content: "\e608"; } /* line 277, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-world:before { content: "\e609"; } /* line 280, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-bullseye:before { content: "\e60a"; } /* line 283, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sun:before { content: "\e60b"; } /* line 286, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-chevron-sign-up:before { content: "\e60c"; } /* line 289, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-chevron-sign-down:before { content: "\e60d"; } /* line 292, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-php:before { content: "\e60e"; } /* line 295, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-clojure:before { content: "\e60f"; } /* line 298, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-groovy:before { content: "\e610"; } /* line 301, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-csharp:before { content: "\e611"; } /* line 304, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-c-lang:before { content: "\e612"; } /* line 307, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-cplusplus:before { content: "\e613"; } /* line 310, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-objc:before { content: "\e614"; } /* line 313, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-java:before { content: "\e615"; } /* line 316, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-lua:before { content: "\e616"; } /* line 319, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-lisp:before { content: "\e617"; } /* line 322, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-scala:before { content: "\e618"; } /* line 325, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-haskell:before { content: "\e619"; } /* line 328, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-octave:before { content: "\e61a"; } /* line 331, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-erlang:before { content: "\e61b"; } /* line 334, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-perl:before { content: "\e61c"; } /* line 337, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-html5:before { content: "\e61d"; } /* line 340, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-moon:before { content: "\e61e"; } /* line 343, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-catalog:before { content: "\e61f"; } /* line 346, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-list:before { content: "\e620"; } /* line 349, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-star-empty:before { content: "\e621"; } /* line 352, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-star:before { content: "\e622"; } /* line 355, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-history:before { content: "\e623"; } /* line 358, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-down:before { content: "\e624"; } /* line 361, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-up:before { content: "\e625"; } /* line 364, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-trophy:before { content: "\e626"; } /* line 367, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-forum:before { content: "\e627"; } /* line 370, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-clan:before { content: "\e628"; } /* line 373, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-pulse:before { content: "\e629"; } /* line 376, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-compass:before { content: "\e62a"; } /* line 379, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-julia:before { content: "\e62b"; } /* line 382, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-ancestors:before { content: "\e62c"; } /* line 385, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-question:before { content: "\e62d"; } /* line 388, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-enhancement:before { content: "\e62e"; } /* line 391, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-calendar:before { content: "\e62f"; } /* line 394, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-rss:before { content: "\e630"; } /* line 397, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-quill:before { content: "\e631"; } /* line 400, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-swift:before { content: "\e632"; } /* line 403, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-document:before { content: "\e633"; } /* line 406, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-tdd:before { content: "\e634"; } /* line 409, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-test_results:before { content: "\e635"; } /* line 412, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-secret:before { content: "\e636"; } /* line 415, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-branches:before { content: "\e637"; } /* line 418, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-begin:before { content: "\e638"; } /* line 421, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-rust:before { content: "\e639"; } /* line 424, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sass:before { content: "\e63b"; } /* line 427, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-bash:before { content: "\e63c"; } /* line 430, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-ocaml:before { content: "\e63d"; } /* line 433, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-d:before { content: "\e63e"; } /* line 436, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-fsharp:before { content: "\e63f"; } /* line 439, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-javascript:before { content: "\e640"; } /* line 442, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-typescript:before { content: "\e641"; } /* line 445, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-rubix:before { content: "\e642"; } /* line 448, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-innovate:before { content: "\e643"; } /* line 451, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-code:before { content: "\e644"; } /* line 454, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-translation:before { content: "\e645"; } /* line 457, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-go-lang:before { content: "\e647"; } /* line 460, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-plus:before { content: "\e648"; } /* line 463, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-css3:before { content: "\e649"; } /* line 466, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-description:before { content: "\e64b"; } /* line 469, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-apps:before { content: "\e64c"; } /* line 472, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-prolog:before { content: "\e64d"; } /* line 475, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-reddit:before { content: "\e64e"; } /* line 478, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-follow:before { content: "\e64f"; } /* line 481, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-redis:before { content: "\e66d"; } /* line 484, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-open-source:before { content: "\e671"; } /* line 487, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-elixir:before { content: "\e905"; } /* line 490, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-dart:before { content: "\e906"; } /* line 493, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-collection:before { content: "\e907"; } /* line 496, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-guage:before { content: "\e908"; } /* line 499, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-satisfaction:before { content: "\e90a"; } /* line 502, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-forked:before { content: "\f002"; } /* line 505, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-table:before { content: "\f00b"; } /* line 508, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-commit:before { content: "\f01f"; } /* line 511, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-branch:before { content: "\f020"; } /* line 514, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-merge:before { content: "\f023"; } /* line 517, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-unfold:before { content: "\f039"; } /* line 520, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-error:before { content: "\f04a"; } /* line 523, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-diff:before { content: "\f04d"; } /* line 526, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-versions:before { content: "\f064"; } /* line 529, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-comments:before { content: "\f086"; } /* line 532, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-bug:before { content: "\f091"; } /* line 535, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-compare:before { content: "\f0ac"; } /* line 538, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-puzzle:before { content: "\f0c0"; } /* line 541, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-comments-alt:before { content: "\f0e6"; } /* line 544, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-power:before { content: "\f11d"; } /* line 547, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-happy:before { content: "\f13c"; } /* line 550, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-sad:before { content: "\f13d"; } /* line 553, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-blankstare:before { content: "\f13e"; } /* line 556, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-bookmark:before { content: "\f143"; } /* line 559, ../../app/assets/stylesheets/foundation/fonts/ico_moon.scss */ .icon-moon-plugin:before { content: "\f370"; } /* line 2, ../../app/assets/stylesheets/foundation/_utils.scss */ .left { float: left; } @media only screen and (max-width: 767px) { /* line 2, ../../app/assets/stylesheets/foundation/_utils.scss */ .left { float: none; } } /* line 5, ../../app/assets/stylesheets/foundation/_utils.scss */ .right { float: right; } @media only screen and (max-width: 767px) { /* line 5, ../../app/assets/stylesheets/foundation/_utils.scss */ .right { float: none; } } /* line 8, ../../app/assets/stylesheets/foundation/_utils.scss */ .text-left { text-align: left; } /* line 9, ../../app/assets/stylesheets/foundation/_utils.scss */ .text-right { text-align: right; } /* line 10, ../../app/assets/stylesheets/foundation/_utils.scss */ .text-center { text-align: center; } /* line 13, ../../app/assets/stylesheets/foundation/_utils.scss */ .show { display: block; } /* line 16, ../../app/assets/stylesheets/foundation/_utils.scss */ .invisible { visibility: hidden; } /* line 20, ../../app/assets/stylesheets/foundation/_utils.scss */ .hide, div.hide, span.hide, section.hide { display: none; } @-webkit-keyframes spin { /* line 15, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 17, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spin { /* line 15, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 17, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes spin { /* line 15, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 17, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { /* line 15, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 17, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes revspin { /* line 21, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 23, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } @-moz-keyframes revspin { /* line 21, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 23, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } @-ms-keyframes revspin { /* line 21, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 23, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } @keyframes revspin { /* line 21, ../../app/assets/stylesheets/fresh/_animations.css.sass */ from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* line 23, ../../app/assets/stylesheets/fresh/_animations.css.sass */ to { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } /* line 1, ../../app/assets/stylesheets/fresh/_base.css.sass */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 12, ../../app/assets/stylesheets/fresh/_base.css.sass */ body { height: 100%; padding-top: 65px; -moz-osx-font-smoothing: grayscale; } /* line 17, ../../app/assets/stylesheets/fresh/_base.css.sass */ body.no-header { padding-top: 0; } /* line 20, ../../app/assets/stylesheets/fresh/_base.css.sass */ body.dark-theme { background-color: #303133; background-attachment: fixed; color: #efefef; } /* line 9, ../../app/assets/stylesheets/fresh/_base.css.sass */ body.dark-theme.is-silk { background-image: -webkit-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -moz-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -ms-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -o-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); } /* line 24, ../../app/assets/stylesheets/fresh/_base.css.sass */ body.dark-theme.purple-sub-theme { background-image: -webkit-radial-gradient(center, circle cover, #43415b 0%, #2c283c 100%); background-image: -moz-radial-gradient(center, circle cover, #43415b 0%, #2c283c 100%); background-image: -ms-radial-gradient(center, circle cover, #43415b 0%, #2c283c 100%); background-image: -o-radial-gradient(center, circle cover, #43415b 0%, #2c283c 100%); background-image: radial-gradient(center, circle cover, #43415b 0%, #2c283c 100%); } /* line 28, ../../app/assets/stylesheets/fresh/_base.css.sass */ body.inverted-theme { color: #6c6c6c; background-color: #f3f3f3; } /* line 32, ../../app/assets/stylesheets/fresh/_base.css.sass */ html { height: 100%; } /* line 36, ../../app/assets/stylesheets/fresh/_base.css.sass */ html.has-full-screen-control { overflow-y: hidden; } /* line 54, ../../app/assets/stylesheets/fresh/_base.css.sass */ a { cursor: pointer; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; text-decoration: none; } /* line 58, ../../app/assets/stylesheets/fresh/_base.css.sass */ .dark-theme a { color: silver; } /* line 61, ../../app/assets/stylesheets/fresh/_base.css.sass */ a:hover { color: #6795de; } /* line 64, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme a { color: #555555; } /* line 67, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme a:hover { color: #2889cc; } /* line 71, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-loud, a.is-alt { color: #6795de; } /* line 74, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-loud:hover, a.is-alt:hover { color: #7ca4e3; } /* line 77, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme a.is-loud, .inverted-theme a.is-alt { color: #2889cc; } /* line 80, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme a.is-loud:hover, .inverted-theme a.is-alt:hover { color: #3696d8; } /* line 83, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-underlined { color: inherit; text-decoration: underline; } /* line 87, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-red-text { color: #bb432c; } /* line 89, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-red-text:hover { color: #6795de; } /* line 92, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-white-text { color: white; } /* line 94, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-white-text:hover { color: #6795de; } /* line 99, ../../app/assets/stylesheets/fresh/_base.css.sass */ .is-active > a { color: #ebebeb; cursor: default; } /* line 44, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme .is-active > a { color: #4b4b4b; } /* line 47, ../../app/assets/stylesheets/fresh/_base.css.sass */ .use-alt-active-color .is-active > a { color: #bb432c; } /* line 102, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-active { color: #ebebeb; cursor: default; } /* line 44, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme a.is-active { color: #4b4b4b; } /* line 47, ../../app/assets/stylesheets/fresh/_base.css.sass */ .use-alt-active-color a.is-active { color: #bb432c; } /* line 105, ../../app/assets/stylesheets/fresh/_base.css.sass */ .has-bold-active-links > a.is-active { font-weight: bold; } /* line 108, ../../app/assets/stylesheets/fresh/_base.css.sass */ .is-disabled a { color: #7d7d7d; cursor: default; } /* line 111, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-disabled { color: #7d7d7d; cursor: default; } /* line 114, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.has-error { color: #c05c48; } /* line 117, ../../app/assets/stylesheets/fresh/_base.css.sass */ a.is-hover-important:hover { color: #b1361e !important; } /* line 120, ../../app/assets/stylesheets/fresh/_base.css.sass */ ul li ul { margin: 0; border-left: 0; } /* line 124, ../../app/assets/stylesheets/fresh/_base.css.sass */ template { display: none !important; } /* line 127, ../../app/assets/stylesheets/fresh/_base.css.sass */ hr { background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -ms-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-position: center center; background-repeat: no-repeat; background-size: 100% 1px; border-color: transparent; } /* line 131, ../../app/assets/stylesheets/fresh/_base.css.sass */ .inverted-theme hr { background-image: -webkit-linear-gradient(left, transparent, rgba(201, 201, 201, 0.6) 20%, rgba(201, 201, 201, 0.6) 80%, transparent); background-image: -moz-linear-gradient(left, transparent, rgba(201, 201, 201, 0.6) 20%, rgba(201, 201, 201, 0.6) 80%, transparent); background-image: -ms-linear-gradient(left, transparent, rgba(201, 201, 201, 0.6) 20%, rgba(201, 201, 201, 0.6) 80%, transparent); background-image: -o-linear-gradient(left, transparent, rgba(201, 201, 201, 0.6) 20%, rgba(201, 201, 201, 0.6) 80%, transparent); background-image: linear-gradient(left, transparent, rgba(201, 201, 201, 0.6) 20%, rgba(201, 201, 201, 0.6) 80%, transparent); background-position: center center; background-repeat: no-repeat; background-size: 100% 1px; } /* line 134, ../../app/assets/stylesheets/fresh/_base.css.sass */ hr.is-solid { background-color: rgba(255, 255, 255, 0.1); } /* line 137, ../../app/assets/stylesheets/fresh/_base.css.sass */ pre code { overflow-x: auto; } /* line 140, ../../app/assets/stylesheets/fresh/_base.css.sass */ view { display: block; } /* line 144, ../../app/assets/stylesheets/fresh/_base.css.sass */ ::-webkit-scrollbar { width: 10px; height: 10px; background-color: transparent; } /* line 149, ../../app/assets/stylesheets/fresh/_base.css.sass */ ::-webkit-scrollbar-track { background-color: transparent; } /* line 152, ../../app/assets/stylesheets/fresh/_base.css.sass */ ::-webkit-scrollbar-thumb { background: #424242; border-radius: 8px; } @font-face { font-family: "CamingoCode-Regular"; src: url(/assets/2A3FBF_0_0-2ff0679ebd347180c684358b625264a7.eot); src: url(/assets/2A3FBF_0_0.eot?#iefix) format("embedded-opentype"), url(/assets/2A3FBF_0_0-726e1bdd7cdb63e7cbe4395a8d4840ce.woff) format("woff"), url(/assets/2A3FBF_0_0-5dabf93ac7cff24d87c5fb562af17bff.ttf) format("truetype"), url(/assets/2A3FBF_0_0.svg#CamingoCode-Regular) format("svg"); font-weight: 400; font-style: 400; } /* line 3, ../../app/assets/stylesheets/fresh/_typography.sass */ .code-font { font-family: "CamingoCode-Regular", monospace; } /* line 6, ../../app/assets/stylesheets/fresh/_typography.sass */ .is-brand { font-family: "Lato", "Helvetica Neue", "Helvetica", Arial; } /* line 10, ../../app/assets/stylesheets/fresh/_typography.sass */ span.success, b.success { color: #5f8120; } /* line 13, ../../app/assets/stylesheets/fresh/_typography.sass */ span.important, b.important { color: #b1361e; } /* line 16, ../../app/assets/stylesheets/fresh/_typography.sass */ span.alert, b.alert { color: #c05c48; } /* line 19, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.piped-text { list-style: none; } /* line 22, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.piped-text > li { float: left; border-right: 1px solid rgba(255, 255, 255, 0.125); margin-right: 10px; padding-right: 10px; line-height: 18px; } /* line 29, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.piped-text > li:last-of-type { margin-right: 0; border-right: 0; } /* line 33, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text { list-style: none; display: inline-block; } /* line 37, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text > li { float: left; margin-right: 5px; } /* line 41, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text > li .bullet { margin-right: 5px; font-size: 8px; color: rgba(255, 255, 255, 0.3); position: relative; top: -1px; } /* line 48, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text > li .bullet:before { content: "\2022"; } /* line 52, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text > li:first-of-type .bullet { display: none; } /* line 56, ../../app/assets/stylesheets/fresh/_typography.sass */ ul.bulleted-text > li.is-active a { color: #bb432c; cursor: pointer; } /* line 2, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .ng-cloak { display: none; } /* line 5, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #app, #shell_content { height: 100%; min-height: 100%; } @media only screen and (max-width: 767px) { /* line 10, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell_content, #main_footer { -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -ms-transition-property: -ms-transform; -o-transition-property: -o-transform; transition-property: transform; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } /* line 15, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .shift-right #shell_content, .shift-right #sidenav, .shift-right #main_footer { -webkit-transform: translateX(180px); -moz-transform: translateX(180px); -ms-transform: translateX(180px); -o-transform: translateX(180px); transform: translateX(180px); } } /* line 18, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell { padding: 0; min-height: calc(100% - 50px); } /* line 22, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .no-footer #shell { min-height: 100%; } /* line 25, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .full-viewport #shell { width: 100%; } /* line 31, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell .sidenav-nubbin { display: none; position: fixed; top: 0; width: 50px; height: 2em; line-height: 2em; text-align: center; font-size: 2em; background: #303133; padding-left: 10px; z-index: 100; } @media only screen and (max-width: 767px) { /* line 31, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell .sidenav-nubbin { display: block; } } /* line 45, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell .sidenav-nubbin i { margin-right: 0; } /* line 48, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell_content { display: block; margin-left: 55px; padding: 0 15px 20px; position: relative; } /* line 53, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .no-sidenav #shell_content { margin-left: 0; } @media only screen and (max-width: 767px) { /* line 48, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #shell_content { padding: 0 15px 15px; margin-left: 0; } } /* line 64, ../../app/assets/stylesheets/fresh/_layout.css.sass */ div.flash-msg { margin: 0; margin-bottom: 20px; } /* line 68, ../../app/assets/stylesheets/fresh/_layout.css.sass */ div.flash-msg i { position: relative; top: 1px; } /* line 72, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .app_loading { background: url(/assets/thinking-15701f20bc8edc80e450a1a5faee230d.gif) no-repeat; width: 24px; height: 24px; } /* line 77, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .app_loading.is-inline { margin-right: 10px; display: inline-block; } /* line 82, ../../app/assets/stylesheets/fresh/_layout.css.sass */ #app_loading { display: none; position: fixed; bottom: 6px; right: 6px; z-index: 2; } /* line 89, ../../app/assets/stylesheets/fresh/_layout.css.sass */ body.loading #app_loading { display: block; } /* line 92, ../../app/assets/stylesheets/fresh/_layout.css.sass */ .view { height: 100%; } /* line 13, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ots { position: relative; top: 10px; } /* line 17, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ptn, .pvn, .pan { padding-top: 0 !important; } /* line 20, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ptx, .pvx, .pax { padding-top: 5px !important; } /* line 23, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pts, .pvs, .pas { padding-top: 10px !important; } /* line 26, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ptm, .pvm, .pam { padding-top: 15px !important; } /* line 29, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ptl, .pvl, .pal { padding-top: 20px !important; } /* line 32, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pth, .pvh, .pah { padding-top: 30px !important; } /* line 35, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .ptg, .pvg, .pag { padding-top: 60px !important; } /* line 38, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prn, .phn, .pan, .omega { padding-right: 0 !important; } /* line 41, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prx, .phx, .pax { padding-right: 5px !important; } /* line 44, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prs, .phs, .pas { padding-right: 10px !important; } /* line 47, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prm, .phm, .pam { padding-right: 15px !important; } /* line 50, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prl, .phl, .pal { padding-right: 20px !important; } /* line 53, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prh, .phh, .pah { padding-right: 30px !important; } /* line 56, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .prg, .phg, .pag { padding-right: 60px !important; } /* line 59, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbn, .pvn, .pan { padding-bottom: 0 !important; } /* line 62, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbx, .pvx, .pax { padding-bottom: 5px !important; } /* line 65, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbs, .pvs, .pas { padding-bottom: 10px !important; } /* line 68, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbm, .pvm, .pam { padding-bottom: 15px !important; } /* line 71, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbl, .pvl, .pal { padding-bottom: 20px !important; } /* line 74, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbh, .pvh, .pah { padding-bottom: 30px !important; } /* line 77, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pbg, .pvg, .pag { padding-bottom: 60px !important; } /* line 80, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pln, .phn, .pan, .omega { padding-left: 0 !important; } /* line 83, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .plx, .phx, .pax { padding-left: 5px !important; } /* line 86, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pls, .phs, .pas { padding-left: 10px !important; } /* line 89, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .plm, .phm, .pam { padding-left: 15px !important; } /* line 92, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .pll, .phl, .pal { padding-left: 20px !important; } /* line 95, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .plh, .phh, .pah { padding-left: 30px !important; } /* line 98, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .plg, .phg, .pag { padding-left: 60px !important; } /* line 102, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .nmtm { margin-top: -15px !important; } /* line 105, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .nmrm { margin-right: -15px !important; } /* line 108, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .nmvs { margin-top: -10px !important; margin-bottom: -10px !important; } /* line 112, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mtn, .mvn, .man { margin-top: 0px !important; } /* line 115, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mtx, .mvx, .max { margin-top: 5px !important; } /* line 118, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mts, .mvs, .mas { margin-top: 10px !important; } /* line 121, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mtm, .mvm, .mam { margin-top: 15px !important; } /* line 124, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mtl, .mvl, .mal { margin-top: 20px !important; } /* line 127, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mth, .mvh, .mah { margin-top: 30px !important; } /* line 130, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mtg, .mvg, .mag { margin-top: 60px !important; } /* line 133, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrn, .mhn, .man { margin-right: 0px !important; } /* line 136, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrx, .mhx, .max { margin-right: 5px !important; } /* line 139, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrs, .mhs, .mas { margin-right: 10px !important; } /* line 142, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrm, .mhm, .mam { margin-right: 15px !important; } /* line 145, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrl, .mhl, .mal { margin-right: 20px !important; } /* line 148, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrh, .mhh, .mah { margin-right: 30px !important; } /* line 151, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mrg, .mhg, .mag { margin-right: 60px !important; } /* line 154, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbn, .mvn, .man { margin-bottom: 0px !important; } /* line 157, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbx, .mvx, .max { margin-bottom: 5px !important; } /* line 160, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbs, .mvs, .mas { margin-bottom: 10px !important; } /* line 163, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbm, .mvm, .mam { margin-bottom: 15px !important; } /* line 166, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbl, .mvl, .mal { margin-bottom: 20px !important; } /* line 169, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbh, .mvh, .mah { margin-bottom: 30px !important; } /* line 172, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mbg, .mvg, .mag { margin-bottom: 60px !important; } /* line 175, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mln, .mhn, .man { margin-left: 0px !important; } /* line 178, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mlx, .mhx, .max { margin-left: 5px !important; } /* line 181, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mls, .mhs, .mas { margin-left: 10px !important; } /* line 184, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mlm, .mhm, .mam { margin-left: 15px !important; } /* line 187, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mll, .mhl, .mal { margin-left: 20px !important; } /* line 190, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mlh, .mhh, .mah { margin-left: 30px !important; } /* line 193, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .mlg, .mhg, .mag { margin-left: 60px !important; } @media only screen and (min-width: 768px) { /* line 200, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .is-flush .columns:first-child, .row .columns:first-child, .flex-row .columns:first-child { padding-left: 0; } /* line 203, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .is-flush .columns:last-child, .row .columns:last-child, .flex-row .columns:last-child { padding-right: 0; } } /* line 207, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .v-spacer { margin-bottom: 20px !important; clear: both; } /* line 211, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .v-spacer:last-child { margin-bottom: 0; } /* line 214, ../../app/assets/stylesheets/fresh/_spaces.css.sass */ .no-v-spacer { margin-bottom: 0 !important; } /* line 5, ../../app/assets/stylesheets/fresh/_fonts.css.sass */ a.grey-link { color: #c9c9c9; } /* line 8, ../../app/assets/stylesheets/fresh/_fonts.css.sass */ .inverted-theme a.grey-link { color: #5c5c5c; } /* line 14, ../../app/assets/stylesheets/fresh/_fonts.css.sass */ h5 { color: #c9c9c9; } /* line 17, ../../app/assets/stylesheets/fresh/_fonts.css.sass */ .inverted-theme h5 { color: #5c5c5c; } /* line 27, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn, button[type="submit"], a.btn, button { border: 0; width: auto; cursor: pointer; display: inline-block; font-weight: normal; font-size: 12px; letter-spacing: 0.2px; text-transform: uppercase; line-height: 1; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; margin: 0; padding: 9px 10px 7px; position: relative; text-align: center; text-decoration: none; border-radius: 4px; border: 1px solid #6795de; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -ms-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; } /* line 47, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .dark-theme .btn, .dark-theme button[type="submit"], .dark-theme a.btn, .dark-theme button { background-color: #6795de; color: #131414; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .dark-theme .btn:not(.is-disabled):hover, .dark-theme button[type="submit"]:not(.is-disabled):hover, .dark-theme a.btn:not(.is-disabled):hover, .dark-theme button:not(.is-disabled):hover { background-color: #7ca4e3; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .dark-theme .btn:not(.is-disabled):focus, .dark-theme .btn:not(.is-disabled):active, .dark-theme button[type="submit"]:not(.is-disabled):focus, .dark-theme button[type="submit"]:not(.is-disabled):active, .dark-theme a.btn:not(.is-disabled):focus, .dark-theme a.btn:not(.is-disabled):active, .dark-theme button:not(.is-disabled):focus, .dark-theme button:not(.is-disabled):active { background-color: #91b2e7; } /* line 50, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn, .inverted-theme button[type="submit"], .inverted-theme a.btn, .inverted-theme button { background-color: #2889cc; color: #131414; color: white; border-color: #2889cc; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn:not(.is-disabled):hover, .inverted-theme button[type="submit"]:not(.is-disabled):hover, .inverted-theme a.btn:not(.is-disabled):hover, .inverted-theme button:not(.is-disabled):hover { background-color: #4ba1dc; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn:not(.is-disabled):focus, .inverted-theme .btn:not(.is-disabled):active, .inverted-theme button[type="submit"]:not(.is-disabled):focus, .inverted-theme button[type="submit"]:not(.is-disabled):active, .inverted-theme a.btn:not(.is-disabled):focus, .inverted-theme a.btn:not(.is-disabled):active, .inverted-theme button:not(.is-disabled):focus, .inverted-theme button:not(.is-disabled):active { background-color: #61ace0; } /* line 55, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-scaled, button[type="submit"].is-scaled, a.btn.is-scaled, button.is-scaled { width: 100%; display: block; } /* line 59, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-alt, button[type="submit"].is-alt, a.btn.is-alt, button.is-alt { background-color: silver; color: #131414; border-color: silver; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-alt:not(.is-disabled):hover, button[type="submit"].is-alt:not(.is-disabled):hover, a.btn.is-alt:not(.is-disabled):hover, button.is-alt:not(.is-disabled):hover { background-color: #cdcdcd; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-alt:not(.is-disabled):focus, .btn.is-alt:not(.is-disabled):active, button[type="submit"].is-alt:not(.is-disabled):focus, button[type="submit"].is-alt:not(.is-disabled):active, a.btn.is-alt:not(.is-disabled):focus, a.btn.is-alt:not(.is-disabled):active, button.is-alt:not(.is-disabled):focus, button.is-alt:not(.is-disabled):active { background-color: #dadada; } /* line 63, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-link, button[type="submit"].is-link, a.btn.is-link, button.is-link { color: #6795de !important; background-color: transparent; border: 0; } /* line 68, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-link:hover, button[type="submit"].is-link:hover, a.btn.is-link:hover, button.is-link:hover { background-color: transparent !important; color: #7ca4e3 !important; } /* line 73, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-black, button[type="submit"].is-black, a.btn.is-black, button.is-black { background-color: #131414; color: #6795de; } /* line 21, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-black:not(.is-disabled):hover, button[type="submit"].is-black:not(.is-disabled):hover, a.btn.is-black:not(.is-disabled):hover, button.is-black:not(.is-disabled):hover { color: #91b2e7; background-color: #090a0a; } /* line 24, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-black:not(.is-disabled):focus, .btn.is-black:not(.is-disabled):active, button[type="submit"].is-black:not(.is-disabled):focus, button[type="submit"].is-black:not(.is-disabled):active, a.btn.is-black:not(.is-disabled):focus, a.btn.is-black:not(.is-disabled):active, button.is-black:not(.is-disabled):focus, button.is-black:not(.is-disabled):active { background-color: #272929; } /* line 76, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-dark, button[type="submit"].is-dark, a.btn.is-dark, button.is-dark { background-color: #151616; color: #6795de; background-color: rgba(0, 0, 0, 0.2); } /* line 21, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-dark:not(.is-disabled):hover, button[type="submit"].is-dark:not(.is-disabled):hover, a.btn.is-dark:not(.is-disabled):hover, button.is-dark:not(.is-disabled):hover { color: #91b2e7; background-color: #0b0c0c; } /* line 24, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-dark:not(.is-disabled):focus, .btn.is-dark:not(.is-disabled):active, button[type="submit"].is-dark:not(.is-disabled):focus, button[type="submit"].is-dark:not(.is-disabled):active, a.btn.is-dark:not(.is-disabled):focus, a.btn.is-dark:not(.is-disabled):active, button.is-dark:not(.is-disabled):focus, button.is-dark:not(.is-disabled):active { background-color: #292b2b; } /* line 81, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn.is-dark, .inverted-theme button[type="submit"].is-dark, .inverted-theme a.btn.is-dark, .inverted-theme button.is-dark { color: #247bb7; background-color: #f2f5fc; } /* line 85, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn.is-dark:not(.is-disabled):hover, .inverted-theme button[type="submit"].is-dark:not(.is-disabled):hover, .inverted-theme a.btn.is-dark:not(.is-disabled):hover, .inverted-theme button.is-dark:not(.is-disabled):hover { color: white; background-color: #2889cc; } /* line 89, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .inverted-theme .btn.is-dark:not(.is-disabled):focus, .inverted-theme .btn.is-dark:not(.is-disabled):active, .inverted-theme button[type="submit"].is-dark:not(.is-disabled):focus, .inverted-theme button[type="submit"].is-dark:not(.is-disabled):active, .inverted-theme a.btn.is-dark:not(.is-disabled):focus, .inverted-theme a.btn.is-dark:not(.is-disabled):active, .inverted-theme button.is-dark:not(.is-disabled):focus, .inverted-theme button.is-dark:not(.is-disabled):active { color: white; background-color: #61ace0; } /* line 93, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-disabled, button[type="submit"].is-disabled, a.btn.is-disabled, button.is-disabled { color: #7d7d7d; border-color: #7d7d7d; } /* line 97, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-green-text, button[type="submit"].is-green-text, a.btn.is-green-text, button.is-green-text { color: #7c9a44; border-color: #7c9a44; } /* line 100, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-green-text:hover, button[type="submit"].is-green-text:hover, a.btn.is-green-text:hover, button.is-green-text:hover { border-color: #96b65b; color: #96b65b !important; } /* line 104, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-red-text, button[type="submit"].is-red-text, a.btn.is-red-text, button.is-red-text { color: #bb432c; border-color: #bb432c; } /* line 108, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-red-text:hover, button[type="submit"].is-red-text:hover, a.btn.is-red-text:hover, button.is-red-text:hover { color: #cf4b32 !important; } /* line 111, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-red, .btn.is-important, button[type="submit"].is-red, button[type="submit"].is-important, a.btn.is-red, a.btn.is-important, button.is-red, button.is-important { background-color: #bb432c; color: #131414; border-color: #bb432c; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-red:not(.is-disabled):hover, .btn.is-important:not(.is-disabled):hover, button[type="submit"].is-red:not(.is-disabled):hover, button[type="submit"].is-important:not(.is-disabled):hover, a.btn.is-red:not(.is-disabled):hover, a.btn.is-important:not(.is-disabled):hover, button.is-red:not(.is-disabled):hover, button.is-important:not(.is-disabled):hover { background-color: #cf4b32; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-red:not(.is-disabled):focus, .btn.is-red:not(.is-disabled):active, .btn.is-important:not(.is-disabled):focus, .btn.is-important:not(.is-disabled):active, button[type="submit"].is-red:not(.is-disabled):focus, button[type="submit"].is-red:not(.is-disabled):active, button[type="submit"].is-important:not(.is-disabled):focus, button[type="submit"].is-important:not(.is-disabled):active, a.btn.is-red:not(.is-disabled):focus, a.btn.is-red:not(.is-disabled):active, a.btn.is-important:not(.is-disabled):focus, a.btn.is-important:not(.is-disabled):active, button.is-red:not(.is-disabled):focus, button.is-red:not(.is-disabled):active, button.is-important:not(.is-disabled):focus, button.is-important:not(.is-disabled):active { background-color: #d45d46; } /* line 115, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-green, button[type="submit"].is-green, a.btn.is-green, button.is-green { background-color: #7c9a44; color: #131414; border-color: #7c9a44; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-green:not(.is-disabled):hover, button[type="submit"].is-green:not(.is-disabled):hover, a.btn.is-green:not(.is-disabled):hover, button.is-green:not(.is-disabled):hover { background-color: #8aac4c; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-green:not(.is-disabled):focus, .btn.is-green:not(.is-disabled):active, button[type="submit"].is-green:not(.is-disabled):focus, button[type="submit"].is-green:not(.is-disabled):active, a.btn.is-green:not(.is-disabled):focus, a.btn.is-green:not(.is-disabled):active, button.is-green:not(.is-disabled):focus, button.is-green:not(.is-disabled):active { background-color: #96b65b; } /* line 119, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-active, button[type="submit"].is-active, a.btn.is-active, button.is-active { background-color: #ebebeb; color: #131414; } /* line 11, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-active:not(.is-disabled):hover, button[type="submit"].is-active:not(.is-disabled):hover, a.btn.is-active:not(.is-disabled):hover, button.is-active:not(.is-disabled):hover { background-color: #f8f8f8; } /* line 13, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-active:not(.is-disabled):focus, .btn.is-active:not(.is-disabled):active, button[type="submit"].is-active:not(.is-disabled):focus, button[type="submit"].is-active:not(.is-disabled):active, a.btn.is-active:not(.is-disabled):focus, a.btn.is-active:not(.is-disabled):active, button.is-active:not(.is-disabled):focus, button.is-active:not(.is-disabled):active { background-color: white; } /* line 122, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-disabled, button[type="submit"].is-disabled, a.btn.is-disabled, button.is-disabled { color: #616161 !important; border-color: #616161 !important; background-color: transparent; cursor: default; } /* line 128, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-disabled:hover, button[type="submit"].is-disabled:hover, a.btn.is-disabled:hover, button.is-disabled:hover { color: #616161 !important; border-color: #616161 !important; } /* line 132, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-tiny, button[type="submit"].is-tiny, a.btn.is-tiny, button.is-tiny { font-size: 12px; text-transform: none; padding: 5px 10px 5px; display: inline-block; } /* line 138, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-small, button[type="submit"].is-small, a.btn.is-small, button.is-small { font-size: 14px; padding: 5px 10px 5px; display: inline-block; } /* line 143, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-large, button[type="submit"].is-large, a.btn.is-large, button.is-large { font-size: 16px; line-height: 35px; padding-top: 8px; } /* line 148, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.is-centered, button[type="submit"].is-centered, a.btn.is-centered, button.is-centered { width: auto; margin: 0 auto; } /* line 152, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn.no-border, button[type="submit"].no-border, a.btn.no-border, button.no-border { border-color: transparent; } /* line 155, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-container { width: 100%; clear: both; margin-top: 15px; } /* line 160, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-container .label-container { height: 34px; padding: 7px; } /* line 164, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-row { list-style: none; text-align: center; margin-bottom: 0; } /* line 168, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-row li { display: inline-block; margin: 0 15px 0 0; } @media only screen and (max-width: 767px) { /* line 173, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-row li:not(:last-child) { margin-bottom: 15px; } } /* line 177, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-row.is-right li { margin: 0 0 0 15px; } /* line 181, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .btn-row.is-padded .btn, .btn-row.is-padded button[type="submit"], .btn-row.is-padded a.btn, .btn-row.is-padded button { min-width: 10em; } /* line 184, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ ul.btns { list-style: none; } /* line 186, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ ul.btns li { float: left; } /* line 189, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .flex-buttons { display: flex; flex-wrap: wrap; } /* line 194, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .flex-buttons .flex-button .btn { margin-right: 15px; } /* line 197, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .flex-buttons .flex-button .btn.is-tiny { margin-right: 10px; } @media only screen and (max-width: 767px) { /* line 193, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .flex-buttons .flex-button { margin-bottom: 10px; } /* line 203, ../../app/assets/stylesheets/fresh/_buttons.css.sass */ .flex-buttons .flex-button:last-child { margin-bottom: 0; } } /* Requires * globals.css */ /* Standard Forms ---------------------- */ /* line 6, ../../app/assets/stylesheets/fresh/_forms.css.sass */ form { margin: 0 0 22.652px; } /* line 9, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .row form .row { margin: -7px; } /* line 11, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .row form .row .column, .row form .row .columns { padding: 0 7px; } /* line 13, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .row form .row.collapse { margin: 0; } /* line 15, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .row form .row.collapse .column, .row form .row.collapse .columns { padding: 0; } /* Fieldsets */ /* line 19, ../../app/assets/stylesheets/fresh/_forms.css.sass */ fieldset { border: none; border-radius: 3px; background: rgba(0, 0, 0, 0.2); padding: 35px 15px 0; margin: 15px 0; } /* line 23, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inverted-theme fieldset { background: rgba(199, 196, 196, 0.3); } /* line 29, ../../app/assets/stylesheets/fresh/_forms.css.sass */ fieldset legend { text-transform: uppercase; font-weight: bold; background: transparent; position: relative; top: 20px; margin: 0; margin-left: -3px; } /* Errors */ /* line 44, ../../app/assets/stylesheets/fresh/_forms.css.sass */ form .alert-box { margin-bottom: 14px; } /* line 46, ../../app/assets/stylesheets/fresh/_forms.css.sass */ form .alert-box ul { margin: 14px; } /* Form Actions and Links */ /* line 50, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-links { border-top: 1px solid #cccccc; margin-top: 20px; padding-top: 15px; *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .form-links:before, .form-links:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .form-links:after { clear: both; } /* line 56, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-links li { list-style: none; padding-bottom: 5px; } /* line 60, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions { *zoom: 1; margin: 7px 7px 0; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .form-actions:before, .form-actions:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .form-actions:after { clear: both; } /* line 63, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions li { float: left; margin-right: 15px; list-style: none; } /* line 68, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions.right li { margin-right: 0; margin-left: 15px; } /* line 72, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions .loading { float: left; background: url(/assets/thinking-15701f20bc8edc80e450a1a5faee230d.gif) no-repeat; padding-left: 40px; color: txtColor; line-height: 30px; height: 30px; margin-top: -14px; font-weight: bold; display: none; } /* line 84, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions.loading .buttons { display: none; } /* line 87, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-actions.loading .loading { display: block; } /* line 90, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .columns > .form-actions { margin-left: 0; margin-right: 0; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_utils.scss */ input :-moz-placeholder { color: #efefef; } /* line 7, ../../app/assets/stylesheets/foundation/mixins/_utils.scss */ input ::-webkit-input-placeholder { color: #efefef; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_utils.scss */ .inverted-theme input :-moz-placeholder { color: #d6d6d6; } /* line 7, ../../app/assets/stylesheets/foundation/mixins/_utils.scss */ .inverted-theme input ::-webkit-input-placeholder { color: #d6d6d6; } /* line 101, ../../app/assets/stylesheets/fresh/_forms.css.sass */ input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select, .form-field, .link-field { border-radius: 4px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -ms-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; font-size: 14px; text-transform: none; line-height: 16px; display: block; height: 34px; width: 100%; margin: 0 0 14px 0; padding: 7px; background: rgba(0, 0, 0, 0.1); color: #efefef; border: 1px solid transparent; } /* line 123, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inverted-theme input[type="text"], .inverted-theme input[type="password"], .inverted-theme input[type="date"], .inverted-theme input[type="datetime"], .inverted-theme input[type="email"], .inverted-theme input[type="number"], .inverted-theme input[type="search"], .inverted-theme input[type="tel"], .inverted-theme input[type="time"], .inverted-theme input[type="url"], .inverted-theme textarea, .inverted-theme select, .inverted-theme .form-field, .inverted-theme .link-field { color: #5c5c5c; background: white; } /* line 127, ../../app/assets/stylesheets/fresh/_forms.css.sass */ input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="url"]:hover, textarea:hover, select:hover, .form-field:hover, .link-field:hover { background: #131414; } /* line 130, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inverted-theme input[type="text"]:hover, .inverted-theme input[type="password"]:hover, .inverted-theme input[type="date"]:hover, .inverted-theme input[type="datetime"]:hover, .inverted-theme input[type="email"]:hover, .inverted-theme input[type="number"]:hover, .inverted-theme input[type="search"]:hover, .inverted-theme input[type="tel"]:hover, .inverted-theme input[type="time"]:hover, .inverted-theme input[type="url"]:hover, .inverted-theme textarea:hover, .inverted-theme select:hover, .inverted-theme .form-field:hover, .inverted-theme .link-field:hover { color: #131414; background: #ebebeb; } /* line 134, ../../app/assets/stylesheets/fresh/_forms.css.sass */ input[type="text"]:active, input[type="text"]:focus, input[type="text"].active, input[type="password"]:active, input[type="password"]:focus, input[type="password"].active, input[type="date"]:active, input[type="date"]:focus, input[type="date"].active, input[type="datetime"]:active, input[type="datetime"]:focus, input[type="datetime"].active, input[type="email"]:active, input[type="email"]:focus, input[type="email"].active, input[type="number"]:active, input[type="number"]:focus, input[type="number"].active, input[type="search"]:active, input[type="search"]:focus, input[type="search"].active, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"].active, input[type="time"]:active, input[type="time"]:focus, input[type="time"].active, input[type="url"]:active, input[type="url"]:focus, input[type="url"].active, textarea:active, textarea:focus, textarea.active, select:active, select:focus, select.active, .form-field:active, .form-field:focus, .form-field.active, .link-field:active, .link-field:focus, .link-field.active { background: #131414; border-color: transparent; -webkit-box-shadow: 0px 0px 2px #efefef; box-shadow: 0px 0px 2px #efefef; outline: none !important; } /* line 140, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inverted-theme input[type="text"]:active, .inverted-theme input[type="text"]:focus, .inverted-theme input[type="text"].active, .inverted-theme input[type="password"]:active, .inverted-theme input[type="password"]:focus, .inverted-theme input[type="password"].active, .inverted-theme input[type="date"]:active, .inverted-theme input[type="date"]:focus, .inverted-theme input[type="date"].active, .inverted-theme input[type="datetime"]:active, .inverted-theme input[type="datetime"]:focus, .inverted-theme input[type="datetime"].active, .inverted-theme input[type="email"]:active, .inverted-theme input[type="email"]:focus, .inverted-theme input[type="email"].active, .inverted-theme input[type="number"]:active, .inverted-theme input[type="number"]:focus, .inverted-theme input[type="number"].active, .inverted-theme input[type="search"]:active, .inverted-theme input[type="search"]:focus, .inverted-theme input[type="search"].active, .inverted-theme input[type="tel"]:active, .inverted-theme input[type="tel"]:focus, .inverted-theme input[type="tel"].active, .inverted-theme input[type="time"]:active, .inverted-theme input[type="time"]:focus, .inverted-theme input[type="time"].active, .inverted-theme input[type="url"]:active, .inverted-theme input[type="url"]:focus, .inverted-theme input[type="url"].active, .inverted-theme textarea:active, .inverted-theme textarea:focus, .inverted-theme textarea.active, .inverted-theme select:active, .inverted-theme select:focus, .inverted-theme select.active, .inverted-theme .form-field:active, .inverted-theme .form-field:focus, .inverted-theme .form-field.active, .inverted-theme .link-field:active, .inverted-theme .link-field:focus, .inverted-theme .link-field.active { background: white; border-color: #ebebeb; } /* line 144, ../../app/assets/stylesheets/fresh/_forms.css.sass */ input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, textarea[disabled], textarea.is-disabled, select[disabled], select.is-disabled, .form-field[disabled], .form-field.is-disabled, .link-field[disabled], .link-field.is-disabled { color: #7d7d7d; background: #303030; } /* line 148, ../../app/assets/stylesheets/fresh/_forms.css.sass */ input[type="text"].is-big, input[type="password"].is-big, input[type="date"].is-big, input[type="datetime"].is-big, input[type="email"].is-big, input[type="number"].is-big, input[type="search"].is-big, input[type="tel"].is-big, input[type="time"].is-big, input[type="url"].is-big, textarea.is-big, select.is-big, .form-field.is-big, .link-field.is-big { height: 42px; padding-left: 12px; } /* line 152, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .error input[type="text"], .has-error input[type="text"], input[type="text"].has-error, .error input[type="password"], .has-error input[type="password"], input[type="password"].has-error, .error input[type="date"], .has-error input[type="date"], input[type="date"].has-error, .error input[type="datetime"], .has-error input[type="datetime"], input[type="datetime"].has-error, .error input[type="email"], .has-error input[type="email"], input[type="email"].has-error, .error input[type="number"], .has-error input[type="number"], input[type="number"].has-error, .error input[type="search"], .has-error input[type="search"], input[type="search"].has-error, .error input[type="tel"], .has-error input[type="tel"], input[type="tel"].has-error, .error input[type="time"], .has-error input[type="time"], input[type="time"].has-error, .error input[type="url"], .has-error input[type="url"], input[type="url"].has-error, .error textarea, .has-error textarea, textarea.has-error, .error select, .has-error select, select.has-error, .error .form-field, .has-error .form-field, .form-field.has-error, .error .link-field, .has-error .link-field, .link-field.has-error { border-color: #c05c48; background-color: rgba(192, 92, 72, 0.1); border-radius: 4px 4px 0 0; } /* line 161, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .hide-field-errors input[type="text"], .hide-field-errors input[type="password"], .hide-field-errors input[type="date"], .hide-field-errors input[type="datetime"], .hide-field-errors input[type="email"], .hide-field-errors input[type="number"], .hide-field-errors input[type="search"], .hide-field-errors input[type="tel"], .hide-field-errors input[type="time"], .hide-field-errors input[type="url"], .hide-field-errors textarea, .hide-field-errors select, .hide-field-errors .form-field, .hide-field-errors .link-field { border-radius: 4px; } /* line 165, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label input[type="checkbox"], label input[type="radio"] { margin: 0 0.5em; background: transparent; } /* line 169, ../../app/assets/stylesheets/fresh/_forms.css.sass */ textarea { min-height: 34px; height: 68px; } /* line 173, ../../app/assets/stylesheets/fresh/_forms.css.sass */ select { -webkit-appearance: none; } /* line 176, ../../app/assets/stylesheets/fresh/_forms.css.sass */ select.is-auto-width { width: auto; } /* line 179, ../../app/assets/stylesheets/fresh/_forms.css.sass */ select[multiple] { height: auto; padding-bottom: 0; } /* line 183, ../../app/assets/stylesheets/fresh/_forms.css.sass */ select option { color: black; } /* line 186, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label { border-radius: 4px; display: inline-block; width: auto; padding: 2px 4px; font-size: 14px; cursor: pointer; margin-bottom: 8px; background-color: #282828; color: #ebebeb; } /* line 197, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inverted-theme label { background: rgba(226, 226, 226, 0.6); color: #4b4b4b; } /* line 201, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label span.note { color: #efefef; font-style: italic; } /* line 205, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label.is-aligned-right { float: none; text-align: right; } /* line 209, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label.inline { line-height: 35px; margin: 0 0 14px 0; } /* line 213, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label.is-dark { background-color: #1e1e1e; } /* line 216, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label.is-big { font-size: 16px; color: #efefef; } /* line 221, ../../app/assets/stylesheets/fresh/_forms.css.sass */ label.required abbr, label.is-required abbr { color: #b1361e; font-weight: bold; } /* line 225, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .field_value label { display: block; background-color: transparent; } /* line 229, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .has-error label, label.is-error { color: #c05c48; } /* line 233, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field { position: relative; overflow: hidden; } /* line 237, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field input[type="text"], .form-field input[type="password"], .form-field input[type="date"], .form-field input[type="datetime"], .form-field input[type="email"], .form-field input[type="number"], .form-field input[type="search"], .form-field input[type="tel"], .form-field input[type="time"], .form-field input[type="url"], .form-field select { border: none; margin-left: 20px; height: 28px; position: absolute; top: 1px; width: calc(100% - 30px); background-color: transparent; } /* line 248, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field input[type="text"]:hover, .form-field input[type="text"]:active, .form-field input[type="text"]:focus, .form-field input[type="password"]:hover, .form-field input[type="password"]:active, .form-field input[type="password"]:focus, .form-field input[type="date"]:hover, .form-field input[type="date"]:active, .form-field input[type="date"]:focus, .form-field input[type="datetime"]:hover, .form-field input[type="datetime"]:active, .form-field input[type="datetime"]:focus, .form-field input[type="email"]:hover, .form-field input[type="email"]:active, .form-field input[type="email"]:focus, .form-field input[type="number"]:hover, .form-field input[type="number"]:active, .form-field input[type="number"]:focus, .form-field input[type="search"]:hover, .form-field input[type="search"]:active, .form-field input[type="search"]:focus, .form-field input[type="tel"]:hover, .form-field input[type="tel"]:active, .form-field input[type="tel"]:focus, .form-field input[type="time"]:hover, .form-field input[type="time"]:active, .form-field input[type="time"]:focus, .form-field input[type="url"]:hover, .form-field input[type="url"]:active, .form-field input[type="url"]:focus, .form-field select:hover, .form-field select:active, .form-field select:focus { border: none; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } /* line 253, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field select { height: 30px; -moz-appearance: none; text-overflow: ""; text-index: 0.01px; } /* line 259, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field.with-btn { height: 48px; } /* line 261, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field.with-btn .btn { float: left; } /* line 264, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field.with-btn select { float: left; position: static; width: auto; margin-left: 5px; margin-top: 1px; } /* line 271, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field .prefix { width: 20px; } /* line 274, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field .prefix i { position: relative; top: 2px; left: 3px; } /* line 279, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field .postfix { width: 20px; position: absolute; right: 2px; top: 8px; } /* line 285, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .form-field .prefix + input, .form-field .prefix + select, .form-field .postfix + input { width: calc(100% - 30px); } /* line 288, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field { padding-top: 8px; position: relative; } /* line 292, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field i { top: 1px; position: relative; } /* line 296, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field a { color: #efefef; -webkit-transition: color 0.3s ease-in; -moz-transition: color 0.3s ease-in; -ms-transition: color 0.3s ease-in; -o-transition: color 0.3s ease-in; transition: color 0.3s ease-in; } /* line 301, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field:hover a { color: silver; -webkit-transition: color 0.3s ease-in; -moz-transition: color 0.3s ease-in; -ms-transition: color 0.3s ease-in; -o-transition: color 0.3s ease-in; transition: color 0.3s ease-in; } /* line 306, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field.is-red-text a { color: #efefef; } /* line 310, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .link-field.is-red-text:hover a { color: #b1361e; } /* line 314, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .has-error small, small.is-error { display: block; padding: 6px 5px; margin-top: -15px; margin-bottom: 15px; background: #c05c48; color: white; font-size: 12px; border-radius: 0 0 4px 4px; } /* line 325, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .field_value label + small { margin-top: 10px; } /* line 330, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inline-radios .field_value label { float: left; margin-right: 15px; } /* line 333, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .inline-radios .field_value .hint-block { clear: both; } /* Hints */ /* line 339, ../../app/assets/stylesheets/fresh/_forms.css.sass */ .hint-block { background-color: rgba(255, 255, 255, 0.125); padding: 6px 4px; color: white; border: none; margin-top: -15px; margin-bottom: 15px; font-size: 1.2rem; } @media only screen and (max-width: 767px) { /* line 354, ../../app/assets/stylesheets/fresh/_forms.css.sass */ body.responsive label.right { text-align: left; } } /* line 1, ../../app/assets/stylesheets/fresh/_tables.css.sass */ table { border-spacing: 0; border-collapse: collapse; font-size: 14px; width: 100%; } /* line 7, ../../app/assets/stylesheets/fresh/_tables.css.sass */ table th, table td { text-align: left; padding: 4px; padding-right: 10px; line-height: 28px; } /* line 13, ../../app/assets/stylesheets/fresh/_tables.css.sass */ table th i, table td i { margin-right: 5px; position: relative; top: 1px; } /* line 18, ../../app/assets/stylesheets/fresh/_tables.css.sass */ table td { border-bottom: 1px solid #303030; } /* line 22, ../../app/assets/stylesheets/fresh/_tables.css.sass */ table tr:last-of-type td { border-bottom: 0; } /* line 1, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .floating-module { background: rgba(0, 0, 0, 0.4); border-radius: 7px; padding: 15px; color: #c9c9c9; text-align: center; } /* line 8, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .floating-module p { margin: 1.2em 0; } /* line 12, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .logo-square { background: transparent url(/assets/logos/logo-square-red-big-dc2f35502ee2b60882a41327c529521c.png) top left no-repeat; width: 180px; height: 212px; margin: 0 auto 60px; } /* line 19, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .logo-inline-small { background: transparent url(/assets/logos/logo-inline-red-36h-e76f74c45269ebc90c7bca7378021dd5.png) top left no-repeat; width: 200px; height: 36px; } /* line 24, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .logo-glyph { background: transparent url(/assets/logos/logo-glyph-36-red-6295785b1db40d3b53d747b7df0627e7.png) top left no-repeat; width: 36px; height: 36px; } /* line 29, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .pronounced-link-list { list-style: none; *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .pronounced-link-list:before, .pronounced-link-list:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .pronounced-link-list:after { clear: both; } /* line 33, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .pronounced-link-list li { float: left; padding: 5px; padding-right: 15px; margin-right: 10px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); font-size: 16px; border-right: 1px solid #2d2d2d; } /* line 42, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .pronounced-link-list li:last-child { border-right: none; margin-right: 0; padding-right: 5px; } /* line 47, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .pronounced-link-list li.no-border { border-right: none; padding-right: 5px; } /* line 52, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .pronounced-link-list.has-bigger-text li { font-size: 18px; } /* line 55, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .section-header { padding: 15px 15px 0; } /* line 59, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .section-header h4, .section-header h5 { margin: 0; } /* line 62, ../../app/assets/stylesheets/fresh/_modules.css.sass */ .section-content { padding: 15px; } /* Accordion ---------------------- */ /* line 3, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion { margin: 0 0 22px 0; } /* line 6, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li { list-style: none; margin: 0; padding: 0; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li .title { cursor: pointer; background: rgba(0, 0, 0, 0.4); padding: 15px; margin: 0; position: relative; -webkit-transition: 0.15s background linear; -moz-transition: 0.15s background linear; -ms-transition: 0.15s background linear; -o-transition: 0.15s background linear; transition: 0.15s background linear; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li .title h1, ul.accordion > li .title h2, ul.accordion > li .title h3, ul.accordion > li .title h4, ul.accordion > li .title h5 { margin: 0; color: silver; } /* line 23, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li .title:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: transparent #efefef transparent transparent; position: absolute; right: 15px; top: 21px; } /* line 29, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li .content { display: none; padding: 15px; } /* line 34, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li:not(.active):hover .title { background-color: #6795de; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li:not(.active):hover h1, ul.accordion > li:not(.active):hover h2, ul.accordion > li:not(.active):hover h3, ul.accordion > li:not(.active):hover h4, ul.accordion > li:not(.active):hover h5 { color: #131414; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li.active h1, ul.accordion > li.active h2, ul.accordion > li.active h3, ul.accordion > li.active h4, ul.accordion > li.active h5 { color: #ebebeb; } /* line 43, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li.active .title { color: #ebebeb; background: rgba(26, 26, 26, 0.4); padding-top: 13px; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li.active .title:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #efefef transparent transparent transparent; } /* line 51, ../../app/assets/stylesheets/fresh/modules/_accordion.sass */ ul.accordion > li.active .content { background: rgba(0, 0, 0, 0.4); display: block; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ #global_alerts { position: fixed; width: 100%; bottom: -12px; z-index: 12; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ #global_alerts .alert-box { border-radius: 0; padding: 10px; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box { display: block; padding: 6px 7px 7px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; font-size: 15px; line-height: 18px; color: white; background-color: rgba(255, 255, 255, 0.25); border: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; position: relative; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ .inverted-theme div.alert-box { color: #131414; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.success { background-color: #5f8120; color: white; } /* line 32, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.alert, div.alert-box.error { background-color: #c05c48; color: white; } /* line 36, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.secondary { background-color: #e9e9e9; color: #282828; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.warning { background-color: #c28222; color: white; } /* line 44, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.notice { background-color: #2f7db7; color: white; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.dark { background-color: #282828; color: white; } /* line 52, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ .inverted-theme div.alert-box.dark { background-color: #282828; color: #6c6c6c; } /* line 56, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.dark-tint { background-color: #4e4a6d; color: white; } /* line 61, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box a.close { color: white; position: absolute; right: 4px; top: -1px; font-size: 16px; opacity: 0.7; padding: 4px; } /* line 70, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box a.close:hover, div.alert-box a.close:focus { opacity: 0.4; } /* line 73, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box ul:last-of-type { margin-bottom: 0; } /* line 76, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box h1, div.alert-box h2, div.alert-box h3, div.alert-box h4, div.alert-box h5, div.alert-box h6 { color: white; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } /* line 81, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.no-spacer { margin-bottom: 0; } /* line 84, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.no-border { border: 0; } /* line 87, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.is-square { border-radius: 0; } /* line 91, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.has-side-button .content { padding-right: 100px; } /* line 94, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.has-side-button .btn { position: absolute; right: 0; top: 0; height: 100%; border-radius: 0 2px 2px 0; padding: 7px; background: rgba(255, 255, 255, 0.3); border-color: transparent; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_alerts.sass */ div.alert-box.has-side-button .btn:hover { background: rgba(255, 255, 255, 0.5); } /* line 1, ../../app/assets/stylesheets/fresh/modules/_assets.sass */ .product-icon { background: url(/assets/icons/products_sprite.png) no-repeat; height: 64px; width: 82px; } /* line 6, ../../app/assets/stylesheets/fresh/modules/_assets.sass */ .product-icon.is-white { background-image: url(/assets/icons/products_white_sprite.png); } /* line 9, ../../app/assets/stylesheets/fresh/modules/_assets.sass */ .product-icon.is-translucent { opacity: 0.3; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_assets.sass */ .product-icon.mission { background-position: -100px 0; } /* line 2, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles { margin: -65px 0 0 55px; width: 25%; min-width: 300px; height: 100%; background: #303133; color: #efefef; position: fixed; overflow-y: auto; } @media only screen and (max-width: 767px) { /* line 2, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles { display: none; } } /* line 15, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles a { color: white; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles a.is-alt { color: #4ba1dc; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles p { color: #c9c9c9; font-style: normal; font-size: 14px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 27, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles h1 { color: white; margin-top: 0; margin-bottom: 0; padding: 15px 30px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; background: #282828; width: 25%; min-width: 300px; position: fixed; } /* line 39, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles h2 { font-weight: normal; color: white; font-size: 18px; margin-bottom: 5px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 46, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles h3 { color: #efefef; margin-top: 0; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 51, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles .articles { margin-top: 60px; } /* line 54, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles article { padding: 5px 30px; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles article.is-active { background-color: rgba(0, 0, 0, 0.2); padding: 5px 30px; } /* line 61, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles article.is-active a.is-alt { color: white; } /* line 64, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles article.is-active a:hover { color: white; } /* line 68, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-articles article.is-active .read-more a { display: none; } /* line 72, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article { padding: 0 15px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article .edit-post { margin-top: 15px; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article { margin: auto 10%; } @media only screen and (max-width: 600px) { /* line 79, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article { margin: auto 15px; } } /* line 85, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article .share-content { background: #6cb44f; margin: 0 calc(-14% - 1px) 15px; padding: 30px 14% 20px; } /* line 89, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article .share-content ul { margin-bottom: none; list-style: none; display: inline-block; margin-bottom: 0; } /* line 95, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article .share-content li { margin-right: 20px; float: left; } /* line 99, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article .share-content a { font-size: 24px; color: white; lineheight: 24px; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > h1 { font-weight: normal; font-size: 42px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > h1.is-white-text { color: #252525; } /* line 113, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown *:first-child { margin-top: 0; } /* line 116, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h1, .blog-article article > .markdown h2 { color: #181919 !important; font-weight: bold; margin-top: 30px; } /* line 121, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h4, .blog-article article > .markdown h5, .blog-article article > .markdown h6 { margin-top: 20px; } /* line 124, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h1 { font-size: 23px; } /* line 127, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h2 { font-size: 20px; } /* line 130, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h3 { font-size: 20px; font-weight: bold; margin-top: 20px; color: #565a5a !important; } /* line 136, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown p + h3 { margin-top: 30px; } /* line 139, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown h4 { font-size: 18px; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown p, .blog-article article > .markdown li { font-size: 16px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; line-height: 24px; } /* line 148, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown p code { border: 0; background: rgba(255, 255, 255, 0.7); font-size: 15px; } /* line 153, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown pre { margin: 0 -14%; } /* line 156, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown pre code { border: 0; padding: 15px 11%; } /* line 160, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown hr { height: 10px; border: 0; background: #f8f8f8; margin: 30px -14% 30px; } /* line 166, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown table { margin-bottom: 15px; } /* line 169, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote { font-style: italic; font-family: "Georgia", sefif; font-size: 20px; padding: 15px; position: relative; margin: 1em 0; border: 0; color: #131414; display: inline-block; } /* line 182, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote:before, .blog-article article > .markdown blockquote:after { content: " "; width: 0.5em; height: 100%; border: 1px solid #d2d2d2; top: 0; position: absolute; } /* line 192, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote:before { left: -0.5em; border-right: 0; } /* line 196, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote:after { right: -0.5em; border-left: 0; } /* line 200, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote p { font-family: "Georgia", serif; font-size: 20px; } /* line 204, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote > blockquote { padding: 0; margin: 0; font-size: 16px; display: block; } /* line 210, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote > blockquote:before, .blog-article article > .markdown blockquote > blockquote:after { content: ""; border: 0; } /* line 214, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote > blockquote p { font-size: 16px; } /* line 217, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article > .markdown blockquote > blockquote > blockquote { color: #6c6c6c; } /* line 221, ../../app/assets/stylesheets/fresh/modules/_blog.sass */ .blog-article article .comments p { font-size: 14px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments { color: white; padding-right: 15px; } @media (max-width: 768px) { /* line 1, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments { padding-right: 0; } } /* line 7, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments h5 { font-weight: bold; font-size: 14px; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .voter { position: relative; top: -2px; margin-right: -4px; } /* line 16, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .voter .vote { top: 3px; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .voter .vote i { font-size: 14px; top: -1px; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .voter .score, .comments .voter .notify { font-size: 12px; font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif; } /* line 26, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .voter .spacer { font-size: 10px; color: #c9c9c9; margin-right: 5px; position: relative; top: -1px; } /* line 33, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments pre code { font-size: 13px; background-color: #222222; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .comments .history-item { margin-bottom: 10px; padding: 5px 10px; background: rgba(0, 0, 0, 0.1); border-radius: 4px; font-size: 13px; display: inline-block; } /* line 45, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list { *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ ul.comments-list:before, ul.comments-list:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ ul.comments-list:after { clear: both; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li { padding-left: 15px; position: relative; list-style: none; clear: both; } @media only screen and (max-width: 480px) { /* line 48, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li { width: 100%; padding-left: 10px; padding-right: 10px; } } /* line 61, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li.is-focused { border-left: 10px solid rgba(255, 255, 255, 0.3); padding: 10px; background-color: rgba(255, 255, 255, 0.05); } /* line 66, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list > li.is-focused { position: relative; padding-left: 10px; } /* line 71, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list > li.is-focused .comment-content { margin-top: -15px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list > li.is-focused figure { left: 10px; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li:last-child { margin-bottom: 0; } /* line 85, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li:last-child:after { display: none; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li figure { width: 40px; height: 40px; float: left; } /* line 97, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li figure img { border-radius: 3px; } /* line 100, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-content { margin-left: 55px; } /* line 103, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-content h6 { margin-bottom: 0; } /* line 106, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-content h6 li { line-height: 14px; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-markdown { margin-bottom: 5px; padding: 0; color: white; } /* line 114, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .inverted-theme ul.comments-list > li .comment-markdown { color: #131414; } @media only screen and (max-width: 767px) { /* line 117, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-markdown p { font-size: 13px; } } /* line 121, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-markdown p:last-child { margin-bottom: 0; } /* line 124, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-markdown pre:first-child { margin-top: 5px; } /* line 127, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .is-auto-hidden { opacity: 0; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } /* line 132, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li .comment-actions a { font-size: 13px; } /* line 138, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li:hover > .comment-content > .comment-actions > .is-auto-hidden, ul.comments-list > li:hover > .comment-content > .comment-actions.is-auto-hidden { opacity: 1; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li:hover > .comment-content > .comment-actions li:not(.is-active) a { color: #6795de; } /* line 145, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list > li:hover > .comment-content > .comment-actions li:not(.is-active) a:hover { color: #89ace5; } /* line 148, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .inverted-theme ul.comments-list > li:hover > .comment-content > .comment-actions li:not(.is-active) a { color: #2889cc; } /* line 151, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .inverted-theme ul.comments-list > li:hover > .comment-content > .comment-actions li:not(.is-active) a:hover { color: #3a98d8; } /* line 154, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list { margin-left: 0; } /* line 158, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list > li { border-bottom: none; margin-left: 0; padding-left: 0; } /* line 163, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list figure, .nested-comments ul.comments-list figure img { left: 0; width: 25px; margin-right: 10px; } /* line 168, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list .comment-content { margin-left: 35px; margin-right: 0; } /* line 173, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .nested-comments ul.comments-list .new-comment .comment-content { margin-left: 35px; } /* line 184, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.comment.no-markdown ul.bulleted-text { margin-top: 3px; margin-right: 2px; } @media only screen and (max-width: 767px) { /* line 184, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.comment.no-markdown ul.bulleted-text { margin-right: 0; } } @media only screen and (max-width: 480px) { /* line 190, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.comment ul.bulleted-text > li { white-space: nowrap; font-size: 13px; margin-right: 0; } } /* line 196, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment { top: 5px; } /* line 199, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment .form { display: none; } /* line 206, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment .form-field select { color: #6795de; } /* line 209, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment .form-field span { float: left; padding-top: 9px; color: #c9c9c9; } /* line 215, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment ul.allows-labels .btn { margin-top: 5px; } /* line 218, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment ul.allows-labels .dropdown { width: 170px; } /* line 222, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment.is-active .form { display: block; } /* line 225, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment.is-active .preedit { display: none; } /* line 228, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment:first-child { margin-top: 15px; } /* line 231, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment textarea { height: 100px; } @media only screen and (max-width: 480px) { /* line 235, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list li.new-comment .tabs-content, ul.comments-list li.new-comment ul.btns { margin-left: -55px; } } /* line 238, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .modal ul.comments-list li.new-comment { margin: 0; padding: 0; } /* line 242, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .modal ul.comments-list li.new-comment .btns, .modal ul.comments-list li.new-comment .full-screen-msg, .modal ul.comments-list li.new-comment figure { display: none; } /* line 245, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ .modal ul.comments-list li.new-comment .comment-content { margin-left: 0; } /* line 249, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list .markdown h1, ul.comments-list .markdown h2, ul.comments-list .markdown h3, ul.comments-list .markdown h4, ul.comments-list .markdown h5 { font-size: 14px; } /* line 252, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list .icon-moon-flag, ul.comments-list .icon-moon-object, ul.comments-list .icon-moon-remove { font-size: 0.8em; } /* line 255, ../../app/assets/stylesheets/fresh/modules/_comments.sass */ ul.comments-list .icon-moon-trash { font-size: 0.8em; position: relative; top: -1px; } /* line 2, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .tree-container .nested-items { padding-left: 15px; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .tree-container .nested-items:not(:last-child) { border-left: 1px dashed rgba(255, 255, 255, 0.125); } /* line 8, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-tree { border-left: 1px solid rgba(255, 255, 255, 0.125); border-bottom: 1px solid rgba(255, 255, 255, 0.125); } /* line 12, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-tree h3 { font-size: 16px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-tree .info-row { font-size: 14px; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-tree .profile-pic { width: 44px; height: 44px; margin-right: 10px; } /* line 23, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-tree .title { margin-left: 55px; } /* line 26, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-link:hover:not(.is-active) { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.05); } /* line 30, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container.is-active { background: rgba(255, 255, 255, 0.125); border-color: transparent; cursor: default; } /* line 35, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container .icon-container { float: left; margin-right: 15px; } /* line 39, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container .title { margin-left: 65px; } /* line 42, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .title-container .title h3, .title-container .title .info-row { margin: 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } /* line 49, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .details-container h6 { font-size: 14px; font-weight: bold; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .details-container .markdown { margin-left: 15px; margin-bottom: 15px; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .timer-container { font-size: 18px; color: #b0b0b0; padding: 15px; float: right; display: inline-block; } /* line 68, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .timer-container.over-limit i { color: #c05c48; } /* line 70, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .timer-container i { position: relative; top: 2px; margin-right: 5px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .small-screen .timer-container { float: none; width: 100%; margin-top: 5px; margin-bottom: 15px; } /* line 81, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .label-container { text-align: center; font-weight: bold; padding: 15px; } /* line 87, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .item-container { min-height: 50px; height: auto; } /* line 96, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .item-container.is-light { background-color: #353535; } /* line 99, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .item-container.is-less-dark { background-color: #181919; } /* line 102, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .inverse-container { background-color: #a7a6a2; color: #1b1b1b; } /* line 106, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .inverse-container p { color: #1b1b1b; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .inverse-container h1, .inverse-container h2, .inverse-container h3, .inverse-container h4, .inverse-container h5, .inverse-container h6 { color: #282828; } /* line 112, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .card-container { background-image: url("https://raw.github.com/Magnus-G/Random/master/mountains.png"); background-position-y: -600px; width: 100%; margin-bottom: 15px; } /* line 118, ../../app/assets/stylesheets/fresh/modules/_containers.sass */ .card-container.bg-2 { background-image: url("https://raw.github.com/Magnus-G/Random/master/mountains-3.png"); background-position-y: -625px; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff { overflow: auto; padding: 15px; background: rgba(0, 0, 0, 0.2); } /* line 6, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff td { line-height: 15px; border-bottom: 0; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff td.diff-line-number, .diff td.diff-change-symbol { border-right: 1px solid rgba(255, 255, 255, 0.1); text-align: center; width: 30px; font-size: 12px; padding: 0; color: #c9c9c9; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .inverted-theme .diff td.diff-line-number, .inverted-theme .diff td.diff-change-symbol { color: #6c6c6c; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff td.diff-line { text-align: left; border: 0; width: calc(100% - 90px); white-space: pre-wrap; padding-left: 10px; } /* line 29, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff td.diff-collapsed { text-align: center; } /* line 32, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff td.diff-collapsed-line { font-size: 13px; text-align: center; color: #c9c9c9; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .inverted-theme .diff td.diff-collapsed-line { color: #6c6c6c; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff tr.del td { background: rgba(180, 138, 130, 0.3); } /* line 44, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff tr.ins td { background: rgba(103, 126, 84, 0.58); } /* line 47, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff tr.collapsed td { background: rgba(255, 255, 255, 0.125); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_diff.sass */ .diff tr:hover td { background: rgba(97, 97, 97, 0.52); } /* line 1, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown { position: relative; font-size: 14px; padding: 10px; background-color: rgba(0, 0, 0, 0.1); } /* line 7, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-border { border: 1px solid rgba(255, 255, 255, 0.125); } /* line 9, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-border.is-focused { border-color: transparent; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.is-big { padding: 15px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown:hover { cursor: pointer; background-color: rgba(255, 255, 255, 0.05); } /* line 19, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown .icon-moon-chevron-sign-down { float: right; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .inverted-theme .dropdown { background-color: rgba(255, 255, 255, 0.5); } /* line 26, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .inverted-theme .dropdown > span { color: #6c6c6c; } /* line 30, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown .placeholder { display: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; background-color: #151616; padding: 10px; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl { max-height: 325px; position: absolute; z-index: 11; top: 100%; left: 0; width: 100%; display: none; background-color: #151616; overflow: auto; } /* line 52, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd { padding: 10px; color: #c9c9c9; cursor: pointer; position: relative; } /* line 58, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd .flyout { position: absolute; z-index: 12; color: #c9c9c9; background: #131414; padding: 15px; display: none; width: 100%; min-width: 240px; left: 100%; top: 0; } /* line 70, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd.is-active { color: white; } /* line 73, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd.is-disabled { color: #707070; } /* line 76, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd:not(.is-disabled):hover { background-color: rgba(255, 255, 255, 0.1); } @media only screen and (min-width: 768px) { /* line 80, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dl dd:not(.is-disabled):hover .flyout { display: block; } } /* line 84, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.is-scrolled dl { overflow: auto; } /* line 87, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-big-labels { font-size: 16px; padding: 15px; } /* line 91, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-big-labels .placeholder { padding: 15px; } /* line 94, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-big-labels dd { padding: 15px; font-size: 16px; } /* line 99, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.is-hover-focused:not(.is-disabled):hover .placeholder, .dropdown.is-focused:not(.is-disabled) .placeholder { display: block; border: 1px solid rgba(255, 255, 255, 0.125); border-bottom: 0; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.is-hover-focused:not(.is-disabled):hover dl, .dropdown.is-focused:not(.is-disabled) dl { display: block; border: 1px solid rgba(255, 255, 255, 0.125); border-top: 0; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown.has-error { border: 1px solid #c05c48; background-color: rgba(192, 92, 72, 0.1); } /* line 114, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dd.has-error.is-active { color: #c05c48; } /* line 116, ../../app/assets/stylesheets/fresh/modules/_dropdowns.sass */ .dropdown dd.has-error:not(.is-active) { background-color: #c05c48; text-shadow: none; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_featured_content.sass */ .featured-content-container { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -ms-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; background: rgba(0, 0, 0, 0.4); color: #c9c9c9; text-transform: none; text-align: center; padding: 2em; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_featured_content.sass */ .featured-content-container .title { color: white; font-size: 1.65em; margin: 0 0 0.85em; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_featured_content.sass */ .featured-copy { margin-bottom: 40px; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_featured_content.sass */ .featured-copy h3, .featured-copy h4 { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } /* line 25, ../../app/assets/stylesheets/fresh/modules/_featured_content.sass */ .featured-copy p { color: #b0b0b0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } /* line 1, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ #feedback_bar { position: fixed; top: 25%; left: 0; width: 30px; border: 1px solid rgba(0, 0, 0, 0.2); border-left: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 99; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ .has-full-screen-control #feedback_bar { display: none !important; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ #feedback_bar ul { list-style: none; margin-bottom: 2px; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ #feedback_bar ul li { padding: 3px 6px; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ #feedback_bar ul li.is-rotated-left { margin-top: 35px; margin-bottom: -10px; height: 56px; } /* line 26, ../../app/assets/stylesheets/fresh/modules/_feedback_bar.sass */ #feedback_bar ul i { font-size: 18px; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items { list-style: none; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li { border-top: 1px solid #353535; margin-top: 15px; } /* line 8, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li:first-child { border-top: none; margin-top: 0; } /* line 13, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li h5 i { margin-right: 5px; } /* line 16, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li h5 a { line-height: 40px; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li h5 img { float: left; width: 40px; margin-right: 10px; } /* line 24, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li h5 time { float: right; font-size: 14px; color: #d1d1d1; } /* line 29, ../../app/assets/stylesheets/fresh/modules/_feedback_items.sass */ .feedback-items > li .markdown { overflow-y: auto; } /* line 3, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox { vertical-align: middle; position: relative; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox a { line-height: 35px; text-decoration: none; color: #a3341f; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox * { margin: 0; padding: 0; outline: none; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .holder { color: #f0f0f0; width: calc(100% - 26px); overflow: hidden; background: #222222; text-indent: 20px; height: 35px; } /* line 26, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .handler { width: 25px; background: #222222; height: 35px; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .holder, .heapBox .handler { float: left; position: relative; z-index: 10; } /* line 36, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox.disabled .holder { color: #4d647c; } /* line 39, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap { display: none; position: absolute; list-style-type: none; left: 0; width: 100%; overflow: hidden; } /* line 47, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap a.sliderUp, .heapBox .heap a.sliderDown { display: block; width: 100%; height: 15px; background: #222222; position: absolute; z-index: 30; } /* line 55, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap a.sliderUp { border-bottom: 1px solid #686c72; top: 0; } /* line 59, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap a.sliderDown { border-top: 1px solid #686c72; bottom: 0; } /* line 64, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap .heapOptions .heapOption { z-index: 20; position: relative; display: block; height: 35px; } /* line 69, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap .heapOptions .heapOption a { width: 100%; display: block; background: #222222; text-indent: 20px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap .heapOptions .heapOption a:hover { background: #2f2f2f; color: white; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap .heapOptions .heapOption a.selected { background: #222222; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_heap_box.sass */ .heapBox .heap .heapOptions .heapOption a.disabled { color: #48647f; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ h1 i, h2 i, h3 i, h4 i, h5 i, h6 i { position: relative; top: 2px; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.is-reduced { font-size: 0.8em !important; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.is-normal { font-size: 16px !important; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.is-large { font-size: 24px !important; } /* line 34, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.is-x-large { font-size: 32px !important; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.white-rank { color: #e6e6e6; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.yellow-rank { color: #ecb613; } /* line 43, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.blue-rank { color: #3c7ebb; } /* line 46, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ i.purple-rank { color: #866cc7; } /* line 98, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-start; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.ranks { max-width: 265px; } /* line 106, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.ranks li { flex: 3em; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list li { font-size: 0.65; text-align: center; margin-right: 15px; } /* line 113, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list li:last-of-type { margin-right: 0; } /* line 117, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list li:not(.is-active) .icon-container:hover { background-color: rgba(255, 255, 255, 0.05); } /* line 120, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .inverted-theme .icon-list li:not(.is-active) .icon-container:hover { background: rgba(216, 214, 214, 0.3) !important; } /* line 124, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-small li { margin-right: 10px; } /* line 127, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-small li .icon-container { width: 36px; height: 36px; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-small li .icon-container i { font-size: 18px; line-height: 38px; } /* line 132, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-large li .icon-container { width: 80px; height: 80px; } /* line 65, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-large li .icon-container i { font-size: 30px; line-height: 82px; left: 1px; } /* line 71, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-large li .icon-container.has-text i { line-height: 44px; position: relative; top: 8px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-large li .icon-container.has-text p { padding-top: 4px; } /* line 137, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-huge li .icon-container { width: 140px; height: 140px; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-huge li .icon-container i { font-size: 54px; line-height: 142px; left: 0; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-huge li .icon-container.has-text i { line-height: 82px; position: relative; top: 12px; } /* line 92, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-huge li .icon-container.has-text p { padding-top: 16px; font-weight: bold; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-list.is-contained li .icon-container { margin-bottom: 0; } /* line 146, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list { list-style: none; color: white; } /* line 150, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list li { clear: both; margin: 15px 0; } /* line 154, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list li.is-disabled { color: #c9c9c9; } /* line 157, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list li:first-child { margin-top: 0; } /* line 160, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list li:last-of-type { margin-bottom: none; } /* line 163, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list .icon-container { float: left; } /* line 167, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list .detailed-icon-container { font-size: 0.65; text-align: center; width: 50px; float: left; } /* line 173, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .icon-container { margin-right: 20px; } /* line 176, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .detailed-icon-container { width: 140px; height: 140px; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .detailed-icon-container i { font-size: 54px; line-height: 142px; left: 0; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .detailed-icon-container.has-text i { line-height: 82px; position: relative; top: 12px; } /* line 92, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .detailed-icon-container.has-text p { padding-top: 16px; font-weight: bold; } /* line 179, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-detailed-list.is-huge .detailed-description { padding: 20px; } /* line 182, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-container { font-size: 0.65; text-align: center; width: 50px; margin-bottom: 15px; } /* line 188, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-container.mbs { margin-bottom: 10px; } /* line 191, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ li.is-active .icon-container { background-color: rgba(255, 255, 255, 0.125); } /* line 194, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .inverted-theme li.is-active .icon-container { background-color: rgba(199, 196, 196, 0.3) !important; } /* line 197, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .panel .icon-container { background-color: rgba(255, 255, 255, 0.125); } /* line 203, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .panel li.is-active .icon-container { background-color: rgba(255, 255, 255, 0.3); } /* line 206, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .item-container .panel li.is-active .icon-container { background-color: rgba(255, 255, 255, 0.125); } /* line 210, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .icon-container i { font-size: 24px; line-height: 52px; margin-right: 0; } /* line 215, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-small .icon-container { width: 36px; height: 36px; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-small .icon-container i { font-size: 18px; line-height: 38px; } /* line 218, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-large .icon-container { width: 80px; height: 80px; } /* line 65, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-large .icon-container i { font-size: 30px; line-height: 82px; left: 1px; } /* line 71, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-large .icon-container.has-text i { line-height: 44px; position: relative; top: 8px; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-large .icon-container.has-text p { padding-top: 4px; } /* line 221, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-huge .icon-container { width: 140px; height: 140px; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-huge .icon-container i { font-size: 54px; line-height: 142px; left: 0; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-huge .icon-container.has-text i { line-height: 82px; position: relative; top: 12px; } /* line 92, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .is-huge .icon-container.has-text p { padding-top: 16px; font-weight: bold; } /* line 225, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .btn .icon-container i { color: white; } /* line 228, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .ruby .icon-container { background: rgba(255, 255, 255, 0.125) url(/assets/icons/ruby-a6f81701648cab53bb0e7622c3d9bedb.png) no-repeat center center; } /* line 231, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .javascript .icon-container { background: rgba(255, 255, 255, 0.125) url(/assets/icons/js.png) no-repeat center center; } /* line 234, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .coffeescript .icon-container { background: rgba(255, 255, 255, 0.125) url(/assets/icons/coffee.png) no-repeat center center; } /* line 237, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ .python .icon-container { background: rgba(255, 255, 255, 0.125) url(/assets/icons/python-e2e10ae60b0081cb857079828cef5948.png) no-repeat center center; } /* line 241, ../../app/assets/stylesheets/fresh/modules/_icons.sass */ body.inverted-theme .icon-container { background-color: rgba(136, 136, 136, 0.05) !important; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors { height: 100%; padding-bottom: 60px !important; } /* line 5, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .btn { margin-bottom: 1em; } @media only screen and (max-width: 767px) { /* line 9, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .btn-container { text-align: right; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .btn-container #surrender_btn, .ide-editors .btn-container #comments_btn { float: none !important; display: inline-block; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .btn-container li { display: inline-block; float: none; margin-right: 0 !important; margin-left: 15px; } } /* line 22, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors #code_container:not(.is-only-editor) { height: 60%; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors #code_container.is-only-editor { height: calc(100% + 17px); } /* line 28, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors #fixture_container { height: 40%; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .dropdown { width: 200px; margin-top: -5px; margin-bottom: -5px; padding: 5px; } /* line 38, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .h_layout #code_container { min-height: 400px; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_ide.sass */ .ide-editors .h_layout #fixture_container { min-height: 350px; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item { margin-bottom: 1.2em; } /* line 8, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata { margin-bottom: 15px; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata:after { margin-top: 15px; background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -ms-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-image: linear-gradient(left, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent); background-position: center center; background-repeat: no-repeat; background-size: 100% 1px; content: ""; display: block; width: 100%; height: 1px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata:last-child { margin-bottom: 0; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata:last-child:after { display: none; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-icons { margin-bottom: 0; justify-content: flex-end; } /* line 26, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-icons li { margin-right: 0; margin-left: 10px; } /* line 30, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-icons.is-condensed { width: auto; } /* line 34, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-summary { color: #efefef; padding-left: 8px; } /* line 38, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-summary span { float: left; margin-right: 10px; } /* line 42, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .language-summary .icon-list { position: relative; top: 2px; } /* line 46, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .list-item.kata .info-row { margin-left: 8px; } /* line 49, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .items-list .item-meter { background-color: transparent; background-image: -webkit-gradient(linear, 0deg, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); background-image: linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); min-width: 30px; height: 45px; } /* line 55, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .item-title { padding: 3px 8px; font-size: 1.2em; position: relative; overflow: hidden; color: #efefef; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .solutions .item-title { padding: 0; } /* line 66, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .inverted-theme .item-title { color: #4b4b4b; } /* line 69, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .item-title a { -webkit-transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -ms-transition: color 0.2s ease-in; -o-transition: color 0.2s ease-in; transition: color 0.2s ease-in; position: relative; top: 3px; color: #efefef; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .inverted-theme .item-title a { color: #4b4b4b; } /* line 78, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .item-title a:hover { color: #6795de; } /* line 81, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .info-row { margin: 2px 10px 10px 0; } /* line 84, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .info-row > span, .info-row > a { margin-right: 15px; } /* line 87, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .info-row span { color: #c9c9c9; } /* line 90, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .inverted-theme .info-row span { color: #4b4b4b; } /* line 93, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .info-row a:hover { text-decoration: underline; } /* line 95, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .info-row a:hover i { text-decoration: none; } /* line 100, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .game-title h3 { line-height: 1.1em; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .game-title ul.is-text li { line-height: 50px; } /* line 107, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .game-title #emacs_mode { width: 70px; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .game-title #emacs_mode .icon-container { width: 70px; } /* line 112, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .user-avatars { position: relative; top: -2px; } /* line 115, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .user-avatars img { width: 30px; height: 30px; } /* line 119, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list { list-style: none; } /* line 122, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li { clear: both; margin-bottom: 15px; } /* line 126, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li.is-active { padding: 5px; background-color: rgba(255, 255, 255, 0.05); } /* line 130, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li.is-active a { color: white; } /* line 133, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li .square { float: left; padding: 2px 0; } /* line 137, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li h5 { float: left; margin: 8px 0 0 15px; font-size: 1.1em; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_items_list.sass */ .square-list li:last-of-type { margin-bottom: 0; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard { padding: 15px; overflow-x: hidden; } /* line 5, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard p { margin-top: 30px; font-weight: bold; text-align: center; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard th, .leaderboard td { width: 15%; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard th.is-small, .leaderboard td.is-small { width: 8%; } /* line 17, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard th.is-big, .leaderboard td.is-big { width: 50%; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard tr.is-current-player { background-color: rgba(255, 255, 255, 0.075); } /* line 25, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard tr:last-child td { border-bottom: none; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard td { padding-left: 20px; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard td .profile-pic { width: 30px; height: 30px; float: left; margin-right: 10px; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard td.rank { font-weight: bold; position: relative; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard td.rank i { position: absolute; top: 4px; left: -2px; font-size: 20px; } /* line 46, ../../app/assets/stylesheets/fresh/modules/_leaderboard.sass */ .leaderboard td .small-hex { position: relative; top: -2px; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor { margin-bottom: 15px; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .has-error .markdown-editor { border: 1px solid #c05c48; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor ul.tabs-content { margin-bottom: 0; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor .text-editor-container { background-color: #131414; } /* line 13, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .light-theme .markdown-editor .text-editor-container { background-color: #f3f3f3; } /* line 17, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-vertical dl.tabs { width: 44px; float: left; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-vertical ul.tabs-content { margin-left: 45px; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-compact ul.tabs-content, .markdown-editor.is-compact .text-editor-container, .markdown-editor.is-compact .panel { height: 135px; } /* line 29, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-compact.is-tall ul.tabs-content, .markdown-editor.is-compact.is-tall .text-editor-container, .markdown-editor.is-compact.is-tall .panel { height: 180px; } /* line 33, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-compact .cm-s-cw-dark { background: rgba(0, 0, 0, 0.2); } /* line 36, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-compact .cm-s-cw-dark .CodeMirror-gutters { background: transparent; } /* line 39, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown-editor.is-compact .text-editor-container { padding-right: 0; } /* line 44, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen { position: absolute; width: 100%; height: 100%; top: 0; padding: 10px; z-index: 12; } /* line 52, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen a.collapse-btn { position: absolute; top: 15px; right: 20px; z-index: 2; } /* line 58, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen .text-editor-container { padding-right: 0; } /* line 61, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen .markdown.is-full-screen, #markdown_full_screen .text-editor-container.is-full-screen { height: 100% !important; max-height: 100% !important; width: 50% !important; overflow: auto; } /* line 67, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen .markdown { float: right; background: #282828; padding: 30px 15px 15px; } /* line 71, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme #markdown_full_screen .markdown { background: rgba(226, 226, 226, 0.6); } /* line 76, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ #markdown_full_screen .field, #markdown_full_screen .shrink { display: none !important; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown { color: #efefef; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .markdown { color: #181919; } /* line 85, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown a:not(.btn) { text-decoration: underline; } /* line 89, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown hr.is-dark { border: 0px; height: 3px; background: #131414; border-top: 1px solid #282828; } /* line 95, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .markdown hr.is-dark { background: white; border-top: 1px solid rgba(226, 226, 226, 0.6); } /* line 99, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown blockquote { padding: 10px 15px; border-left: 6px solid rgba(255, 255, 255, 0.125); } /* line 103, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .markdown blockquote { border-color: rgba(226, 226, 226, 0.6); } /* line 106, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown blockquote p:last-child { margin-bottom: 0; } /* line 109, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown code { font-family: "CamingoCode-Regular", monospace; display: block; padding: 10px; margin-bottom: 15px; font-weight: normal; overflow-x: auto; margin-top: 10px; background-color: rgba(0, 0, 0, 0.4); } /* line 119, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .markdown code { background-color: #fdfdfd; border: 1px solid rgba(0, 0, 0, 0.1); } /* line 123, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .is-dark .markdown code { background-color: #131414; } /* line 126, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .is-dark .markdown code { background-color: white; } /* line 129, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown code.is-dark { background-color: #131414; } /* line 132, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverted-theme .markdown code.is-dark { background-color: white; } /* line 135, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .inverse-container .markdown code { background-color: #282828; } /* line 138, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown li > code { display: inline; padding: 0.25em 0.5em; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown pre code { margin-top: 0; } /* line 145, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown p:last-child { margin-bottom: 0; } /* line 148, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown p > code { display: inline; padding: 3.33333px; border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.125); } /* line 154, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown ul + p { margin-top: 15px; } /* line 157, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h1 { font-weight: bold; font-size: 20px; } /* line 161, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h2 { font-size: 20px; font-weight: 300; } /* line 165, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h3 { font-size: 16px; font-weight: bold; } /* line 169, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h4 { font-size: 16px; font-weight: 300; } /* line 173, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h5 { font-size: 14px; font-weight: bold; } /* line 177, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h6 { font-size: 14px; font-weight: 300; } /* line 181, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown h2:first-child { margin-top: 0; } /* line 184, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown img { height: auto; width: auto; } /* line 188, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown > ul { padding-left: 15px; } /* line 191, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown ul { list-style: disc; margin-left: 15px; } /* line 195, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown ul ul { list-style: circle; } /* line 198, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown ul ul ul { list-style: square; } /* line 201, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown ul ul ul ul { list-style: disc; } /* line 206, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown.has-scrolled-code pre code, .markdown.is-rounded pre code { border-radius: 7px; } /* line 209, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown.has-scrolled-code { overflow-y: hidden; margin-bottom: 15px; } /* line 213, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown.has-scrolled-code pre { max-height: 400px; overflow-y: auto; } /* line 217, ../../app/assets/stylesheets/fresh/modules/_markdown.sass */ .markdown.has-scrolled-code pre code { margin-bottom: 0; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu { position: relative; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu { position: absolute; top: 50px; min-width: 150px; display: none; z-index: 12; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu.is-right { right: 0; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu ul { list-style: none; } /* line 17, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu li { text-align: left; } /* line 20, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu li a { padding: 10px 15px; } @media only screen and (max-width: 480px) { /* line 4, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu .menu { min-width: 230px; } } /* line 27, ../../app/assets/stylesheets/fresh/modules/_menu.sass */ .has-menu:hover .menu, .has-menu.active .menu { display: block; } /* Panels ---------------------- */ /* line 3, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel { margin: 0 0 15px 0; padding: 15px; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .is-compressed .panel, .panel.is-compressed { margin: 0 0 10px 0; padding: 10px; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel > :first-child { margin-top: 0; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel > :last-child { margin-bottom: 0; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.radius { -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.alert, .panel.error { background-color: #c05c48; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.has-alert-border { border-left: 4px solid #c05c48; } /* line 35, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .inverted-theme .panel { color: #6c6c6c; } /* line 38, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .dark-theme .panel { color: #efefef; } /* line 56, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.warning { background-color: #c28222; } /* line 59, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.notice { background-color: #2f7db7; } /* line 62, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing { display: flex; margin-bottom: 0; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing.ad-size { min-height: 120px; } /* line 69, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figure { float: left; padding-top: 5px; margin-right: 10px; } /* line 73, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figure i { font-size: 3em; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figcaption { display: block; width: 100%; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figcaption h5 { margin-top: 0; } /* line 83, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figcaption .medium-feed-image img { float: right; max-height: 95px; width: auto; margin-left: 15px; } @media only screen and (max-width: 767px) { /* line 83, ../../app/assets/stylesheets/fresh/modules/_panels.sass */ .panel.marketing figcaption .medium-feed-image img { display: none; } } /* line 1, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .progress-steps-bar { *zoom: 1; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .progress-steps-bar:before, .progress-steps-bar:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ .progress-steps-bar:after { clear: both; } /* line 3, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .progress-steps-bar ul { list-style: none; } /* line 6, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .progress-steps-bar ul li { display: inline-block; float: left; border-radius: 2px; background-color: rgba(255, 255, 255, 0.125); width: 20px; height: 10px; margin-right: 5px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .progress-steps-bar ul li.is-done { background-color: rgba(255, 255, 255, 0.3); } /* line 19, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .dark-theme .progress-steps-bar ul li.is-active { background-color: #b1361e; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_progress_bars.sass */ .inverted-theme .progress-steps-bar ul li.is-active { background-color: #c9c9c9; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-white-rank { color: #e6e6e6; } /* line 4, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-yellow-rank { color: #ecb613; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-orange-rank { color: #de944a; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-blue-rank { color: #3c7ebb; } /* line 13, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-purple-rank { color: #866cc7; } /* line 16, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-red-rank { color: #bb432c; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-black-rank { color: #333333; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .item-container .is-black-rank { color: #555555; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-white-rank-text { color: #e6e6e6 !important; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-yellow-rank-text { color: #ecb613 !important; } /* line 31, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-orange-rank-text { color: #de944a !important; } /* line 34, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-blue-rank-text { color: #3c7ebb !important; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-purple-rank-text { color: #866cc7 !important; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-red-rank-text { color: #bb432c !important; } /* line 43, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .is-black-rank-text { color: #999999 !important; } /* line 47, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .grouped-ranks .rank-group { position: relative; clear: both; } /* line 51, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .grouped-ranks .rank-group .group-label { float: left; } /* line 54, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .grouped-ranks .rank-group .group-label h6 { margin-top: 18px; width: 85px; text-align: center; font-size: 14px; } /* line 60, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .grouped-ranks .rank-group .group-label h6.is-v-centered { margin-top: 54px; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .grouped-ranks .rank-group .group-ranks { float: right; } /* line 66, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual { position: relative; } /* line 69, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .grouped-ranks { width: 150px; float: left; } @media only screen and (max-width: 767px) { /* line 69, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .grouped-ranks { display: none; } } /* line 76, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .manual-copy { margin-left: 180px; } @media only screen and (max-width: 767px) { /* line 76, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .manual-copy { margin-left: 0; } } /* line 83, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual.getting-started .small-hex { margin-bottom: 25px; } /* line 86, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .getting-started-copy { margin-left: 190px; } /* line 89, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .ranks-training-manual .getting-started-copy .circle { position: absolute; top: 0; left: -50px; } /* line 95, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks li { cursor: pointer; margin-bottom: 15px; margin-right: 0; } /* line 101, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks:not(.is-flex) li { margin-right: 15px; } /* line 105, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks.is-flex li { width: calc((100% - 200px)/2); min-width: 50px; max-width: 55px; margin-right: 15px; } @media only screen and (min-width: 1244px) { /* line 111, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks.is-flex li:nth-child(5) { clear: both; } } /* line 115, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks .small-hex.is-selected { display: none; } /* line 119, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks li.is-active .small-hex:not(.is-selected), .icon-list.ranks li:hover .small-hex:not(.is-selected) { display: none; } /* line 122, ../../app/assets/stylesheets/fresh/modules/_ranks.sass */ .icon-list.ranks li.is-active .small-hex.is-selected, .icon-list.ranks li:hover .small-hex.is-selected { display: block; } /* line 56, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex { height: 104px; width: 60px; background-color: #bb432c; color: #131414; position: relative; margin-right: 30px; margin-left: 30px; text-align: center; line-height: 104px; font-weight: bold; z-index: 1; text-shadow: none; font-size: 26px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ html.moz .big-hex { font-weight: normal; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex span { z-index: 2; position: relative; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex:before { content: " "; width: 0; height: 0; border-right: 30px solid #bb432c; border-top: 52px solid transparent; border-bottom: 52px solid transparent; position: absolute; left: -30px; z-index: 0; -moz-transform: scale(0.9999); } /* line 34, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex:after { content: ""; width: 0; position: absolute; right: -30px; top: 0; border-left: 30px solid #bb432c; border-top: 52px solid transparent; border-bottom: 52px solid transparent; z-index: 0; -moz-transform: scale(0.9999); } /* line 60, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex.is-big-font { font-size: 44px; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex.is-wide { width: 92px; } /* line 66, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .big-hex i { top: 2px; } /* line 69, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex { height: 43px; width: 25px; background-color: #bb432c; color: #131414; position: relative; margin-right: 13px; margin-left: 13px; text-align: center; line-height: 43px; font-weight: bold; z-index: 1; text-shadow: none; font-size: 14px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ html.moz .medium-hex { font-weight: normal; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex span { z-index: 2; position: relative; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex:before { content: " "; width: 0; height: 0; border-right: 13px solid #bb432c; border-top: 22px solid transparent; border-bottom: 22px solid transparent; position: absolute; left: -13px; z-index: 0; -moz-transform: scale(0.9999); } /* line 34, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex:after { content: ""; width: 0; position: absolute; right: -13px; top: 0; border-left: 13px solid #bb432c; border-top: 22px solid transparent; border-bottom: 22px solid transparent; z-index: 0; -moz-transform: scale(0.9999); } /* line 73, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex.is-wide { width: 32px; } /* line 76, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex.is-extra-wide { width: 40px; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .medium-hex.is-long { width: 100px; } /* line 82, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex { height: 26px; width: 15px; background-color: #bb432c; color: #131414; position: relative; margin-right: 8px; margin-left: 8px; text-align: center; line-height: 26px; font-weight: bold; z-index: 1; text-shadow: none; line-height: 28px; font-size: 12px; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ html.moz .small-hex { font-weight: normal; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex span { z-index: 2; position: relative; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex:before { content: " "; width: 0; height: 0; border-right: 8px solid #bb432c; border-top: 13px solid transparent; border-bottom: 13px solid transparent; position: absolute; left: -8px; z-index: 0; -moz-transform: scale(0.9999); } /* line 34, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex:after { content: ""; width: 0; position: absolute; right: -8px; top: 0; border-left: 8px solid #bb432c; border-top: 13px solid transparent; border-bottom: 13px solid transparent; z-index: 0; -moz-transform: scale(0.9999); } /* line 87, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-wide { width: 26px; } /* line 90, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-extra-wide { width: 34px; } /* line 93, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-long { width: 44px; } /* line 97, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-green, .big-hex.is-green, .medium-hex.is-green { background-color: #7c9a44; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-green:before, .big-hex.is-green:before, .medium-hex.is-green:before { border-right-color: #7c9a44; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-green:after, .big-hex.is-green:after, .medium-hex.is-green:after { border-left-color: #7c9a44; } /* line 100, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white, .big-hex.is-white, .medium-hex.is-white { background-color: rgba(255, 255, 255, 0.8); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white:before, .big-hex.is-white:before, .medium-hex.is-white:before { border-right-color: rgba(255, 255, 255, 0.8); } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white:after, .big-hex.is-white:after, .medium-hex.is-white:after { border-left-color: rgba(255, 255, 255, 0.8); } /* line 103, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-lightened, .big-hex.is-lightened, .medium-hex.is-lightened { background-color: rgba(255, 255, 255, 0.125); color: rgba(255, 255, 255, 0.6); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-lightened:before, .big-hex.is-lightened:before, .medium-hex.is-lightened:before { border-right-color: rgba(255, 255, 255, 0.125); } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-lightened:after, .big-hex.is-lightened:after, .medium-hex.is-lightened:after { border-left-color: rgba(255, 255, 255, 0.125); } /* line 107, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-brightened, .big-hex.is-brightened, .medium-hex.is-brightened { background-color: rgba(255, 255, 255, 0.35); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-brightened:before, .big-hex.is-brightened:before, .medium-hex.is-brightened:before { border-right-color: rgba(255, 255, 255, 0.35); } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-brightened:after, .big-hex.is-brightened:after, .medium-hex.is-brightened:after { border-left-color: rgba(255, 255, 255, 0.35); } /* line 110, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-dimmed, .big-hex.is-dimmed, .medium-hex.is-dimmed { background-color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.6); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-dimmed:before, .big-hex.is-dimmed:before, .medium-hex.is-dimmed:before { border-right-color: rgba(0, 0, 0, 0.4); } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-dimmed:after, .big-hex.is-dimmed:after, .medium-hex.is-dimmed:after { border-left-color: rgba(0, 0, 0, 0.4); } /* line 114, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple, .big-hex.is-purple, .medium-hex.is-purple { background-color: #736a8d; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple:before, .big-hex.is-purple:before, .medium-hex.is-purple:before { border-right-color: #736a8d; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple:after, .big-hex.is-purple:after, .medium-hex.is-purple:after { border-left-color: #736a8d; } /* line 117, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-drab-purple, .big-hex.is-drab-purple, .medium-hex.is-drab-purple { background-color: #564e6d; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-drab-purple:before, .big-hex.is-drab-purple:before, .medium-hex.is-drab-purple:before { border-right-color: #564e6d; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-drab-purple:after, .big-hex.is-drab-purple:after, .medium-hex.is-drab-purple:after { border-left-color: #564e6d; } /* line 120, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white-rank, .big-hex.is-white-rank, .medium-hex.is-white-rank { background-color: #e6e6e6; color: rgba(20, 20, 20, 0.7); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white-rank:before, .big-hex.is-white-rank:before, .medium-hex.is-white-rank:before { border-right-color: #e6e6e6; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-white-rank:after, .big-hex.is-white-rank:after, .medium-hex.is-white-rank:after { border-left-color: #e6e6e6; } /* line 124, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .small-hex.is-white-rank, .inverted-theme .is-invertable .big-hex.is-white-rank, .inverted-theme .is-invertable .medium-hex.is-white-rank { color: #6c6c6c; } /* line 127, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-black-rank, .big-hex.is-black-rank, .medium-hex.is-black-rank { background-color: #555555; color: white; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-black-rank:before, .big-hex.is-black-rank:before, .medium-hex.is-black-rank:before { border-right-color: #555555; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-black-rank:after, .big-hex.is-black-rank:after, .medium-hex.is-black-rank:after { border-left-color: #555555; } /* line 131, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-yellow-rank, .big-hex.is-yellow-rank, .medium-hex.is-yellow-rank { background-color: #ecb613; color: rgba(20, 20, 20, 0.7); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-yellow-rank:before, .big-hex.is-yellow-rank:before, .medium-hex.is-yellow-rank:before { border-right-color: #ecb613; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-yellow-rank:after, .big-hex.is-yellow-rank:after, .medium-hex.is-yellow-rank:after { border-left-color: #ecb613; } /* line 135, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-orange-rank, .big-hex.is-orange-rank, .medium-hex.is-orange-rank { background-color: #de944a; color: white; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-orange-rank:before, .big-hex.is-orange-rank:before, .medium-hex.is-orange-rank:before { border-right-color: #de944a; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-orange-rank:after, .big-hex.is-orange-rank:after, .medium-hex.is-orange-rank:after { border-left-color: #de944a; } /* line 139, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-blue-rank, .big-hex.is-blue-rank, .medium-hex.is-blue-rank { background-color: #3c7ebb; color: rgba(20, 20, 20, 0.7); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-blue-rank:before, .big-hex.is-blue-rank:before, .medium-hex.is-blue-rank:before { border-right-color: #3c7ebb; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-blue-rank:after, .big-hex.is-blue-rank:after, .medium-hex.is-blue-rank:after { border-left-color: #3c7ebb; } /* line 143, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple-rank, .big-hex.is-purple-rank, .medium-hex.is-purple-rank { background-color: #866cc7; color: rgba(20, 20, 20, 0.7); } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple-rank:before, .big-hex.is-purple-rank:before, .medium-hex.is-purple-rank:before { border-right-color: #866cc7; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .small-hex.is-purple-rank:after, .big-hex.is-purple-rank:after, .medium-hex.is-purple-rank:after { border-left-color: #866cc7; } /* line 147, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-medium-hex { height: 42px; width: 24px; background-color: #181919; color: #131414; position: relative; margin-right: 12px; margin-left: 12px; text-align: center; line-height: 42px; font-weight: bold; z-index: 1; text-shadow: none; margin-left: 1px; top: 2px; color: #b1361e; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ html.moz .inner-medium-hex { font-weight: normal; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-medium-hex span { z-index: 2; position: relative; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-medium-hex:before { content: " "; width: 0; height: 0; border-right: 12px solid #181919; border-top: 21px solid transparent; border-bottom: 21px solid transparent; position: absolute; left: -12px; z-index: 0; -moz-transform: scale(0.9999); } /* line 34, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-medium-hex:after { content: ""; width: 0; position: absolute; right: -12px; top: 0; border-left: 12px solid #181919; border-top: 21px solid transparent; border-bottom: 21px solid transparent; z-index: 0; -moz-transform: scale(0.9999); } /* line 153, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-wide .inner-medium-hex { width: 34px; } /* line 156, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-extra-wide .inner-medium-hex { width: 42px; } /* line 159, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-small-hex { height: 22px; width: 13px; background-color: #181919; color: #131414; position: relative; margin-right: 6px; margin-left: 6px; text-align: center; line-height: 22px; font-weight: bold; z-index: 1; text-shadow: none; margin-left: 1px; color: #efefef; top: 2px; font-size: 11px; color: #b1361e; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ html.moz .inner-small-hex { font-weight: normal; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-small-hex span { z-index: 2; position: relative; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-small-hex:before { content: " "; width: 0; height: 0; border-right: 6px solid #181919; border-top: 11px solid transparent; border-bottom: 11px solid transparent; position: absolute; left: -6px; z-index: 0; -moz-transform: scale(0.9999); } /* line 34, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-small-hex:after { content: ""; width: 0; position: absolute; right: -6px; top: 0; border-left: 6px solid #181919; border-top: 11px solid transparent; border-bottom: 11px solid transparent; z-index: 0; -moz-transform: scale(0.9999); } /* line 165, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .inner-small-hex { background-color: white; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .inner-small-hex:before { border-right-color: white; } /* line 53, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .inner-small-hex:after { border-left-color: white; } /* line 172, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inner-small-hex:after { z-index: 2; } /* line 175, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-wide .inner-small-hex { width: 24px; } /* line 178, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-extra-wide .inner-small-hex { width: 32px; } /* line 183, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-brightened .inner-medium-hex, .is-brightened .inner-small-hex { color: rgba(255, 255, 255, 0.3); } /* line 186, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-long .inner-medium-hex, .is-long .inner-small-hex { width: 42px; } /* line 189, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-green .inner-medium-hex, .is-green .inner-small-hex { color: #7c9a44; } /* line 192, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-white .inner-medium-hex, .is-white .inner-small-hex { color: white; } /* line 195, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-white-rank .inner-medium-hex, .is-white-rank .inner-small-hex { color: #e6e6e6; } /* line 198, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .is-white-rank .inner-medium-hex, .inverted-theme .is-invertable .is-white-rank .inner-small-hex { color: #6c6c6c; } /* line 201, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-purple .inner-medium-hex, .is-purple .inner-small-hex { color: #736a8d; } /* line 204, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-red-rank .inner-medium-hex, .is-red-rank .inner-small-hex { color: #bb432c; } /* line 207, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-black-rank .inner-medium-hex, .is-black-rank .inner-small-hex { color: #999999; } /* line 210, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-yellow-rank .inner-medium-hex, .is-yellow-rank .inner-small-hex { color: #ecb613; } /* line 213, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-orange-rank .inner-medium-hex, .is-orange-rank .inner-small-hex { color: #de944a; } /* line 216, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-blue-rank .inner-medium-hex, .is-blue-rank .inner-small-hex { color: #3c7ebb; } /* line 219, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .is-purple-rank .inner-medium-hex, .is-purple-rank .inner-small-hex { color: #866cc7; } /* line 304, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner { width: 150px; height: 250px; background-color: rgba(0, 0, 0, 0.2); border-top: 5px solid rgba(0, 0, 0, 0.4); margin-bottom: 50px; position: relative; z-index: 1; } /* line 232, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner:after { content: " "; width: 0; height: 0; border-top: 50px solid rgba(0, 0, 0, 0.2); border-left: 75px solid transparent; border-right: 75px solid transparent; position: absolute; bottom: -50px; left: 0; z-index: 0; -moz-transform: scale(0.9999); } /* line 307, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-red { background-color: #b1361e; } /* line 248, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-red:after { border-top-color: #b1361e; -moz-transform: scale(0.9999); } /* line 310, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-dimmed { background-color: rgba(0, 0, 0, 0.4); } /* line 248, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-dimmed:after { border-top-color: rgba(0, 0, 0, 0.4); -moz-transform: scale(0.9999); } /* line 313, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-brightened { background-color: rgba(255, 255, 255, 0.3); } /* line 248, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-brightened:after { border-top-color: rgba(255, 255, 255, 0.3); -moz-transform: scale(0.9999); } /* line 316, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.no-border { border-top: none; } /* line 319, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-small { width: 50px; margin-bottom: 17px; height: 50px; } /* line 256, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-small:after { border-top-width: 17px; border-left-width: 25px; border-right-width: 25px; bottom: -17px; -moz-transform: scale(0.9999); } /* line 323, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-small i { font-size: 20px; } /* line 326, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-big { width: 200px; margin-bottom: 67px; height: 300px; } /* line 256, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .v-banner.is-big:after { border-top-width: 67px; border-left-width: 100px; border-right-width: 100px; bottom: -67px; -moz-transform: scale(0.9999); } /* line 330, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner { width: auto; height: 150px; background-color: rgba(0, 0, 0, 0.2); border-left: 5px solid rgba(0, 0, 0, 0.4); margin-right: 75px; position: relative; z-index: 1; } /* line 273, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner:after { content: " "; width: 0; height: 0; border-left: 50px solid rgba(0, 0, 0, 0.2); border-top: 75px solid transparent; border-bottom: 75px solid transparent; position: absolute; right: -50px; top: 0; z-index: 0; -moz-transform: scale(0.9999); } /* line 333, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-red { background-color: #b1361e; } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-red:after { border-left-color: #b1361e; -moz-transform: scale(0.9999); } /* line 336, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-dimmed { background-color: rgba(0, 0, 0, 0.4); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-dimmed:after { border-left-color: rgba(0, 0, 0, 0.4); -moz-transform: scale(0.9999); } /* line 339, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-brightened { background-color: rgba(255, 255, 255, 0.3); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-brightened:after { border-left-color: rgba(255, 255, 255, 0.3); -moz-transform: scale(0.9999); } /* line 342, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.no-border { border-left: none; } /* line 345, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-small { height: 30px; margin-right: 10px; } /* line 297, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-small:after { border-left-width: 10px; border-top-width: 15px; border-bottom-width: 15px; right: -10px; -moz-transform: scale(0.9999); } /* line 348, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-medium { height: 60px; margin-right: 20px; } /* line 297, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .h-banner.is-medium:after { border-left-width: 20px; border-top-width: 30px; border-bottom-width: 30px; right: -20px; -moz-transform: scale(0.9999); } /* line 351, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .banner-pole { border-top: 10px solid rgba(0, 0, 0, 0.6); border-left: 10px solid rgba(0, 0, 0, 0.6); border-radius: 4px 0 0 0; } /* line 356, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag { border-left: 0; padding-left: 4px; text-align: center; line-height: 28px; font-size: 12px; width: 40px; height: 26px; background-color: rgba(255, 255, 255, 0.125); border-left: 5px solid rgba(0, 0, 0, 0.4); margin-right: 13px; position: relative; z-index: 1; color: rgba(255, 255, 255, 0.6); border-left: 1px solid transparent; } /* line 273, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag:after { content: " "; width: 0; height: 0; border-left: 9px solid rgba(255, 255, 255, 0.125); border-top: 13px solid transparent; border-bottom: 13px solid transparent; position: absolute; right: -9px; top: 0; z-index: 0; -moz-transform: scale(0.9999); } /* line 368, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable div.tag { width: 40px; height: 26px; background-color: rgba(199, 196, 196, 0.3); border-left: 5px solid rgba(0, 0, 0, 0.4); margin-right: 13px; position: relative; z-index: 1; color: #6c6c6c; border-left: 1px solid transparent; } /* line 273, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable div.tag:after { content: " "; width: 0; height: 0; border-left: 9px solid rgba(199, 196, 196, 0.3); border-top: 13px solid transparent; border-bottom: 13px solid transparent; position: absolute; right: -9px; top: 0; z-index: 0; -moz-transform: scale(0.9999); } /* line 373, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-auto-width { width: auto; } /* line 376, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-dimmed { background-color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.3); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-dimmed:after { border-left-color: rgba(0, 0, 0, 0.4); -moz-transform: scale(0.9999); } /* line 380, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-brightened { background-color: rgba(255, 255, 255, 0.35); color: #131414; } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-brightened:after { border-left-color: rgba(255, 255, 255, 0.35); -moz-transform: scale(0.9999); } /* line 384, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-yellow-rank { background-color: #ecb613; color: rgba(20, 20, 20, 0.7); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-yellow-rank:after { border-left-color: #ecb613; -moz-transform: scale(0.9999); } /* line 388, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-blue-rank { background-color: #3c7ebb; color: rgba(20, 20, 20, 0.7); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-blue-rank:after { border-left-color: #3c7ebb; -moz-transform: scale(0.9999); } /* line 392, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-purple-rank { background-color: #866cc7; color: rgba(20, 20, 20, 0.7); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-purple-rank:after { border-left-color: #866cc7; -moz-transform: scale(0.9999); } /* line 396, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-black-rank { background-color: rgba(0, 0, 0, 0.2); color: rgba(255, 255, 255, 0.125); } /* line 289, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-black-rank:after { border-left-color: rgba(0, 0, 0, 0.2); -moz-transform: scale(0.9999); } /* line 400, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-white-rank-side { border-left: 2px solid #e6e6e6; } /* line 403, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-yellow-rank-side { border-left: 2px solid #ecb613; } /* line 406, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-blue-rank-side { border-left: 2px solid #3c7ebb; } /* line 409, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ div.tag.is-purple-rank-side { border-left: 2px solid #866cc7; } /* line 412, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .circle { border-radius: 1000px; text-align: center; width: 20px; height: 20px; font-size: 10px; color: white; background-color: rgba(0, 0, 0, 0.4); } /* line 421, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .circle.is-green { background-color: #7c9a44; } /* line 424, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .circle.is-red { background-color: #bb432c; } /* line 427, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .circle.is-medium { padding: 4px; width: 30px; height: 30px; font-size: 14px; } /* line 433, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .circle.is-large { padding: 8px; width: 36px; height: 36px; font-size: 18px; } /* line 439, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .keyword-tag { display: inline-block; border-radius: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: 0.4px; padding: 1px 6px; margin: 0 10px 10px 0; background-color: rgba(0, 0, 0, 0.1); } /* line 449, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .inverted-theme .is-invertable .keyword-tag { background: rgba(199, 196, 196, 0.3); color: #5c5c5c; } /* line 453, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .keyword-tag.is-question { background: #4c6683; } /* line 456, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .keyword-tag.is-line-height { line-height: 14px; } /* line 459, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .keyword-tag.is-red { background: #b1361e; } /* line 465, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ ul.has-keyword-tags.piped-text li { line-height: 20px; } /* line 468, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ ul.has-keyword-tags.piped-text .keyword-tag { line-height: 16px; margin-right: 0; margin-bottom: 0; } /* line 473, ../../app/assets/stylesheets/fresh/modules/_shapes.sass */ .square { width: 38px; height: 38px; font-size: 20px; text-align: center; text-transform: uppercase; background-color: rgba(0, 0, 0, 0.2); color: white; padding: 8px 0; } /* line 2, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ .two-column-stats .name { width: 70%; } /* line 5, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ .two-column-stats .value { width: 30%; text-align: right; } /* line 9, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ .item-meter { position: absolute; top: 0; left: 0; height: 100%; width: 0%; z-index: -10; display: none; } /* line 20, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list { list-style: none; margin-bottom: 0; } /* line 24, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list li { background-color: rgba(255, 255, 255, 0.125); position: relative; } /* line 28, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list li .item-title { font-size: 12px; font-weight: bold; padding: 3px 8px; color: white; letter-spacing: 0.5px; } /* line 35, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list li .item-meter { display: inline-block; background-color: #f33e1b; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-dark-green .item-meter { background-color: #5f8120; } /* line 44, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-green .item-meter { background-color: #7c9a44; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-blue .item-meter { background-color: #4c6683; } /* line 52, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-gray-purple .item-meter { background-color: #665c6d; } /* line 56, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-dimmed .item-meter { background-color: rgba(0, 0, 0, 0.4); } /* line 60, ../../app/assets/stylesheets/fresh/modules/_stats.sass */ ul.bar-chart-list.is-brightened .item-meter { background-color: rgba(255, 255, 255, 0.3); } /* Requires * -globals.css * -app.js */ /* Tabs ---------------------- */ /* line 7, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs { border-bottom: solid 1px rgba(255, 255, 255, 0.1); display: block; height: 40px; padding: 0; margin-bottom: 20px; overflow: hidden; } /* line 15, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-contained { margin-bottom: 0; border: 0; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dt { color: #efefef; cursor: default; display: block; float: left; font-size: 12px; height: 40px; line-height: 40px; padding: 0; padding-right: 9px; padding-left: 20px; width: auto; text-transform: uppercase; } /* line 33, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dt:first-child { padding: 0; padding-right: 9px; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd { display: block; float: left; padding: 0; margin: 0; } /* line 43, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd a { font-weight: normal; display: block; font-size: 13px; height: 40px; line-height: 40px; padding: 0px 22.4px; letter-spacing: 0.3px; color: silver; } /* line 54, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs dd a { color: #555555; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs dd a:hover { color: #2889cc; } /* line 60, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd a:focus { font-weight: bold; } /* line 64, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .dark-theme dl.tabs dd a:not(.is-disabled):hover { color: #cfcfcf; } /* line 67, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs dd a:not(.is-disabled):hover { color: #646464; } /* line 70, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd a.is-disabled { color: #7d7d7d; } /* line 74, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.is-active { margin-top: -1px; } /* line 76, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.is-active a { cursor: default; } /* line 79, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .dark-theme dl.tabs dd.is-active a { color: #ebebeb; background: rgba(255, 255, 255, 0.1); } /* line 83, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs dd.is-active a { color: #4b4b4b; background: rgba(226, 226, 226, 0.6); -webkit-transition: color 0s ease-in-out; -moz-transition: color 0s ease-in-out; -ms-transition: color 0s ease-in-out; -o-transition: color 0s ease-in-out; transition: color 0s ease-in-out; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs dd.is-active a:hover { color: #4b4b4b; } /* line 91, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.is-active a:hover { color: #ebebeb; } /* line 94, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.is-hidden { display: none; } /* line 96, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.is-hidden a { display: none; } /* line 100, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd.has-error a { color: #c05c48; } /* line 104, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs dd:first-child { margin-left: 0; } /* line 107, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical { height: auto; border: none; } /* line 112, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dt, dl.tabs.is-vertical dd { float: none; height: auto; } /* line 117, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd a { font-weight: normal; border: none; color: silver; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px; -webkit-transition: color 0s ease-in; -moz-transition: color 0s ease-in; -ms-transition: color 0s ease-in; -o-transition: color 0s ease-in; transition: color 0s ease-in; } /* line 134, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd a.is-disabled { color: #7d7d7d; } /* line 138, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd:not(.is-active):hover a:not(.is-disabled) { color: #6795de; background: rgba(255, 255, 255, 0.05) !important; } /* line 142, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd.is-active { margin-top: 0; border: none; } /* line 145, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd.is-active a { height: auto; margin: 0; position: static; top: 0; background: rgba(255, 255, 255, 0.125); color: #ebebeb; } /* line 153, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .inverted-theme dl.tabs.is-vertical dd.is-active a { color: #4b4b4b; background: rgba(0, 0, 0, 0.2); } /* line 157, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical dd:first-child a.active { margin: 0; } /* line 162, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical.is-transparent dd:not(.is-active) a { background-color: transparent; } /* line 167, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical.is-low-highlight dd.is-active a { background-color: rgba(255, 255, 255, 0.05); } /* line 171, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical.has-big-labels a { font-size: 15px; } /* line 175, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-vertical.has-bold-labels a { font-weight: bold; } /* line 178, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill { border-bottom: none; margin-bottom: 10px; } /* line 182, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd { margin-right: 10px; } /* line 185, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd:last-child { margin-right: 0; } /* line 188, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd a { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; font-weight: normal; background: silver; height: 27px; line-height: 27px; padding: 0 10px; color: #131414; } /* line 196, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd a:not(.disabled):hover { background: #80a7e3; color: #131414 !important; } /* line 200, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd.is-active { border: none; margin-top: 0; } /* line 203, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd.is-active a { background-color: rgba(255, 255, 255, 0.1); border: none; color: #ebebeb; } /* line 208, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill dd.is-active a:hover { background-color: rgba(255, 255, 255, 0.1); color: #ebebeb !important; } /* line 212, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill.contained { border-bottom: solid 1px #eeeeee; margin-bottom: 0; } /* line 217, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.is-pill.two-up dd, dl.tabs.is-pill.three-up dd, dl.tabs.is-pill.four-up dd, dl.tabs.is-pill.five-up dd { margin-right: 0; } /* line 221, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.two-up dt a, dl.tabs.two-up dd a, dl.tabs.three-up dt a, dl.tabs.three-up dd a, dl.tabs.four-up dt a, dl.tabs.four-up dd a, dl.tabs.five-up dt a, dl.tabs.five-up dd a { padding: 0 16px; text-align: center; overflow: hidden; } /* line 226, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.two-up dt, dl.tabs.two-up dd { width: 50%; } /* line 229, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.three-up dt, dl.tabs.three-up dd { width: 33.33%; } /* line 232, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.four-up dt, dl.tabs.four-up dd { width: 25%; } /* line 235, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ dl.tabs.five-up dt, dl.tabs.five-up dd { width: 20%; } /* line 238, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content { display: block; margin: 0 0 20px; padding: 0; } /* line 243, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content > li { display: none; } /* line 246, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content > li.is-active { display: block; } /* line 249, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content.contained { padding: 0; } /* line 251, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content.contained > li { border: solid 0 #e6e6e6; border-width: 0 1px 1px 1px; padding: 20px; } /* line 256, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ ul.tabs-content.contained.vertical > li { border-width: 1px 1px 1px 1px; } /* line 259, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ .no-js ul.tabs-content > li { display: block; } @media only screen and (max-width: 767px) { /* line 264, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; } /* line 269, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.tabs.mobile dt, body.responsive dl.tabs.mobile dd { float: none; height: auto; } /* line 273, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #cccccc; border-width: 1px 0 0; margin: 0; color: #555555; background: #eeeeee; font-size: 15px; font-size: 1.5rem; } /* line 286, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; } /* line 291, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive .tabs.mobile { border-bottom: solid 1px #cccccc; height: auto; } /* line 294, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive .tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: 1px solid #cccccc; background: white; } /* line 302, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive .tabs.mobile dd a.is-active { border: none; background: silver; color: white; margin: 0; position: static; top: 0; height: auto; } /* line 312, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive .tabs.mobile dd:first-child a.is-active { margin: 0; } /* line 315, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.contained.mobile { margin-bottom: 0; } /* line 318, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.contained.tabs.mobile dd a { padding: 18px 20px; } /* line 321, ../../app/assets/stylesheets/fresh/modules/_tabs.sass */ body.responsive dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; } } /* line 4, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container { position: relative; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container.has-error { border: 1px solid #c05c48; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .CodeMirror { position: relative; } /* line 13, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .CodeMirror.has-red-border { border-left: 2px solid #c05c48; } /* line 16, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .CodeMirror.has-green-border { border-left: 2px solid #5f8120; } /* line 19, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container.is-full-screen { padding: 10px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; background-color: #303133; background-attachment: fixed; } /* line 9, ../../app/assets/stylesheets/fresh/_base.css.sass */ .text-editor-container.is-full-screen.is-silk { background-image: -webkit-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -moz-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -ms-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: -o-radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); background-image: radial-gradient(center, ellipse, #414345 0%, #1f1f21 100%); } /* line 29, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .editor-msg-container { display: none; position: absolute; bottom: 0; z-index: 4; width: 100%; } /* line 36, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .editor-msg-container .alert-box { margin-bottom: 0; border-radius: 0; } /* line 40, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .commands-container { background-color: #131414; position: absolute; top: 1px; right: 1px; z-index: 8; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .commands-container ul { list-style: none; } /* line 51, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .commands-container li { float: right; margin-left: 5px; } /* line 55, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .commands-container i { font-size: 20px; } /* line 58, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .text-editor-container .commands-container i.is-normal { font-size: 16px; top: 4px; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .code-editor-wrapper .commands-container { top: -37px; right: 6px; background-color: inherit; } /* line 68, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .code-editor-wrapper h5 { border-bottom: 1px solid #282828; margin-bottom: 7px; padding-bottom: 5px; } /* line 74, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .console-describe, .console-it { margin-bottom: 10px; padding: 0 0 0 10px; } /* line 77, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .console-describe h6, .console-it h6 { margin: 0 0 0 -10px; } /* line 80, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .console-passed { font-weight: bold; color: #7c9a44; } /* line 84, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .console-missed { font-weight: bold; color: #c9c9c9; } /* line 88, ../../app/assets/stylesheets/fresh/modules/_text_editor.sass */ .console-failed { font-weight: bold; color: #c05c48; } /* line 2, ../../app/assets/stylesheets/fresh/modules/_toc.sass */ ul.toc li { margin-bottom: 10px; list-style-type: square; } /* line 6, ../../app/assets/stylesheets/fresh/modules/_toc.sass */ ul.toc li li { margin-bottom: 0; margin-left: 10px; } /* line 11, ../../app/assets/stylesheets/fresh/modules/_toc.sass */ ul.toc.has-big-font a { font-size: 15px; } /* Tooltips ---------------------- */ /* line 10, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip { display: none; background: #131414; background: rgba(19, 20, 20, 0.95); position: absolute; color: white; font-family: "Helvetica Neue", "Helvetica", "Lato", Arial; font-weight: normal; font-size: 12px; font-size: 1.2rem; padding: 10px; z-index: 999; line-height: normal; max-width: 600px; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip > .nub { display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent #131414 transparent; border-color: transparent transparent rgba(19, 20, 20, 0.95) transparent; position: absolute; top: -10px; left: 10px; } /* line 36, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.tip-override > .nub { border-color: transparent transparent #131414 transparent !important; border-color: transparent transparent rgba(19, 20, 20, 0.95) transparent !important; top: -10px !important; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.tip-top > .nub { border-color: #131414 transparent transparent transparent; border-color: rgba(19, 20, 20, 0.95) transparent transparent transparent; top: auto; bottom: -10px; } /* line 48, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.tip-left, .tooltip.tip-right { float: none !important; } /* line 51, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.tip-left > .nub { border-color: transparent transparent transparent #131414; border-color: transparent transparent transparent rgba(19, 20, 20, 0.95); right: -10px; left: auto; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.tip-right > .nub { border-color: transparent #131414 transparent transparent; border-color: transparent rgba(19, 20, 20, 0.95) transparent transparent; right: auto; left: -10px; } /* line 63, ../../app/assets/stylesheets/fresh/modules/_tooltips.sass */ .tooltip.opened { color: #237cce !important; border-bottom: inherit !important; } /* line 1, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ .profile-pic { background: #353535; width: 50px; height: 50px; border-radius: 3px; overflow: hidden; margin-right: 15px; -webkit-transition: box-shadow 0.15s ease-in-out; -moz-transition: box-shadow 0.15s ease-in-out; -ms-transition: box-shadow 0.15s ease-in-out; -o-transition: box-shadow 0.15s ease-in-out; transition: box-shadow 0.15s ease-in-out; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ .profile-pic img { width: 100%; height: 100%; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ img.is-inline { width: 18px; height: 18px; display: inline-block; margin-right: 5px; vertical-align: middle; border-radius: 3px; } /* line 22, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list { list-style: none; margin-bottom: 0; } /* line 25, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list li { margin-right: 15px; float: left; } /* line 30, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list li img { width: 50px; height: 50px; margin-bottom: -5px; } /* line 36, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list li.is-active img { border: 5px solid rgba(255, 255, 255, 0.3); } /* line 41, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list.is-small li img { width: 38px; height: 38px; } /* line 46, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ ul.profile-pic-list.is-flush li { margin-right: 0; } /* line 49, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile { height: auto; width: 100%; padding: 15px; margin-bottom: 5px; } /* line 56, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figure { float: left; width: 75px; height: auto; background: transparent; } @media only screen and (max-width: 767px) { /* line 56, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figure { margin-bottom: 15px; } } /* line 64, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figure img { width: 75px; height: 75px; } /* line 68, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figcaption { *zoom: 1; position: relative; width: 100%; } /* line 38, ../../../gems/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ section.user-profile figcaption:after { content: ""; display: table; clear: both; } /* line 73, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figcaption .profile-badge { height: 40px; display: inline-block; margin-right: 5px; } @media only screen and (max-width: 767px) { /* line 73, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figcaption .profile-badge { display: none; } } /* line 81, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figcaption .score, section.user-profile figcaption .notify { position: absolute; top: 15px; right: 15px; padding: 15px; font-weight: bold; font-size: 22px; text-align: center; } /* line 91, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile figcaption .score i, section.user-profile figcaption .notify i { margin-right: 5px; position: relative; top: 1px; } /* line 97, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile h1 { margin-top: 0; margin-bottom: 0; font-size: 20px; font-weight: bold; } /* line 103, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ section.user-profile h1 span { font-weight: normal; } /* line 107, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .honor-breakdown, section.user-profile .honor-breakdown { padding-left: 90px; } @media only screen and (max-width: 767px) { /* line 107, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .honor-breakdown, section.user-profile .honor-breakdown { padding-left: 0; } } /* line 113, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users div.stat, #users .company, #users .skills, #users .github, #users .honor, section.user-profile div.stat, section.user-profile .company, section.user-profile .skills, section.user-profile .github, section.user-profile .honor { letter-spacing: 0.5px; margin-right: 15px; position: relative; } /* line 117, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users div.stat b, #users .company b, #users .skills b, #users .github b, #users .honor b, section.user-profile div.stat b, section.user-profile .company b, section.user-profile .skills b, section.user-profile .github b, section.user-profile .honor b { margin-right: 5px; color: #b0b0b0; letter-spacing: 1px; display: inline-block; } /* line 123, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users div.stat ul.is-inline, #users .company ul.is-inline, #users .skills ul.is-inline, #users .github ul.is-inline, #users .honor ul.is-inline, section.user-profile div.stat ul.is-inline, section.user-profile .company ul.is-inline, section.user-profile .skills ul.is-inline, section.user-profile .github ul.is-inline, section.user-profile .honor ul.is-inline { position: absolute; top: 1px; } /* line 127, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .stat-box, section.user-profile .stat-box { flex: 1 1 250px; margin-top: 5px; } @media only screen and (max-width: 767px) { /* line 127, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .stat-box, section.user-profile .stat-box { margin-bottom: 5px; } } /* line 134, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .stat-box.double, section.user-profile .stat-box.double { flex: 2 1 620px; } /* line 137, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .stat-box.double .stat, section.user-profile .stat-box.double .stat { display: inline-flex; width: 24%; min-width: 100px; } /* line 143, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users .stat-box.double .ranks .stat, section.user-profile .stat-box.double .ranks .stat { width: 22%; } /* line 146, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users h3, section.user-profile h3 { font-size: 16px; margin: 5px 0; } /* line 149, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users h3 i, section.user-profile h3 i { color: #bb432c; } /* line 154, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category figure, section.user-profile section.stat-category figure { float: left; padding: 0 25px; max-width: 105px; } /* line 158, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category figure i, section.user-profile section.stat-category figure i { font-size: 5em; color: #bb432c; } /* line 162, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category figure i.icon-moon-streak, section.user-profile section.stat-category figure i.icon-moon-streak { font-size: 3.5em; } @media only screen and (max-width: 767px) { /* line 154, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category figure, section.user-profile section.stat-category figure { display: none; } } /* line 168, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category.language figure i, section.user-profile section.stat-category.language figure i { font-size: 3.2em; padding: 0 5px; } /* line 172, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category .stat-row, section.user-profile section.stat-category .stat-row { display: flex; flex-wrap: wrap; margin-bottom: 20px; margin-left: 105px; } @media only screen and (max-width: 767px) { /* line 172, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category .stat-row, section.user-profile section.stat-category .stat-row { margin-left: 0; } } /* line 181, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category h2, section.user-profile section.stat-category h2 { margin-top: 20px; margin-bottom: 5px; } @media only screen and (max-width: 767px) { /* line 181, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users section.stat-category h2, section.user-profile section.stat-category h2 { margin-top: 10px; } } /* line 188, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users.stats_view .row > .columns, section.user-profile.stats_view .row > .columns { background-color: rgba(0, 0, 0, 0.4); } /* line 191, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report, section.user-profile #report { min-height: 275px; position: relative; } /* line 195, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report .honor-chart-container, section.user-profile #report .honor-chart-container { margin-left: 5px; margin-top: 15px; position: relative; } /* line 200, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report .honor-chart, section.user-profile #report .honor-chart { width: 200px; } /* line 203, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report .honor-chart-center, section.user-profile #report .honor-chart-center { position: absolute; left: 55px; top: 55px; width: 90px; text-align: center; } /* line 210, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report .honor-chart-legend, section.user-profile #report .honor-chart-legend { position: absolute; left: 225px; top: 0px; width: 50%; overflow-y: auto; height: 200px; } @media only screen and (max-width: 767px) { /* line 210, ../../app/assets/stylesheets/fresh/modules/_user_profile.sass */ #users #report .honor-chart-legend, section.user-profile #report .honor-chart-legend { margin-top: 20px; position: static; width: 100%; height: auto; } } /* line 1, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .vote { font-size: 16px; position: relative; top: 2px; } /* line 7, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .vote i { top: 0; } /* line 10, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .vote.is-active { display: inline; } /* line 12, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .vote.is-active a { cursor: pointer; } /* line 14, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .vote.is-active i { color: #bb432c; } /* line 18, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .voter .score, .voter .notify { margin-right: 5px; } /* line 21, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ .inverted-theme .voter .score, .inverted-theme .voter .notify { color: #6c6c6c; } /* line 24, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list { list-style: none; } /* line 27, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list > li { float: left; position: relative; } /* line 32, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list li.vote { font-size: 14px; top: 0; } /* line 37, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list li.vote a.up-vote i { top: 1px; } /* line 41, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list li.vote a.down-vote i { top: 2px; } /* line 44, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.votes-list li.score, ul.votes-list li.notify { margin-right: 10px; } /* line 47, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels { list-style: none; } /* line 50, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li { float: left; margin-right: 15px; } /* line 54, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li:last-of-type { margin-right: 0; } /* line 57, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li .vote-label { background-color: rgba(255, 255, 255, 0.125); font-size: 12px; border-radius: 2px; padding: 3px 6px; } /* line 64, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li .vote-label span { display: inline-block; border-radius: 0 2px 2px 0; margin: 0 -6px 0 5px; background: rgba(255, 255, 255, 0.125); padding: 1px 5px 0; } /* line 71, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li .vote-label:hover { background: rgba(255, 255, 255, 0.3); color: #efefef; } /* line 75, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li .vote-label.is-voted { background: #923422; } /* line 78, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels li .vote-label.is-voted:hover { background: #bb432c; } /* line 81, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels .keyword-tag { margin: 0; background: rgba(255, 255, 255, 0.125); } /* line 85, ../../app/assets/stylesheets/fresh/modules/_votes.sass */ ul.vote-labels .keyword-tag span { margin-left: 3px; } /* line 2, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav { width: 55px; height: 100%; background-color: #222222; z-index: 10; position: fixed; left: 0; top: 0; overflow: hidden; -webkit-transition-property: -webkit-transform, width; -moz-transition-property: -moz-transform, width; -ms-transition-property: -ms-transform, width; -o-transition-property: -o-transform, width; transition-property: transform, width; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } /* line 6, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ .inverted-theme #sidenav { background-color: #282828; } /* line 20, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ .no-sidenav #sidenav { display: none; } @media only screen and (max-width: 767px) { /* line 2, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav { margin-left: -180px; top: 56px; width: 180px; overflow: visible; } } /* line 33, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav ul { list-style: none; } /* line 36, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav ul.bottom { position: absolute; width: 180px; bottom: 0; margin-bottom: 0; } @media only screen and (min-height: 320) { /* line 36, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav ul.bottom { display: none; } } /* line 45, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li { clear: both; overflow-x: hidden; padding: 0 10px; margin-bottom: 15px; position: relative; } /* line 52, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a { display: block; color: #c1c1c1; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } /* line 60, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a.is-active { color: white; } /* line 63, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a:hover { color: silver; } /* line 69, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a i { font-size: 24px; margin-left: 6px; } /* line 73, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a span { position: absolute; top: 8px; left: 53px; font-weight: bold; font-size: 16px; } @media screen and (min-width: 430px) { /* line 73, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li a span { display: none; } } /* line 83, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li.nav-catalog i, #sidenav li.nav-forum i { margin-left: 4px; } /* line 87, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li.nav-docs i { margin-left: 8px; font-size: 28px; } /* line 92, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li.nav-translations i { font-size: 21px; } /* line 94, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav li.nav-translations span { font-size: 15px; } /* line 97, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav:hover { -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s; width: 190px; border-right: 1px solid #181919; } /* line 103, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav:hover span { display: inline; } /* line 107, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav .logo-item-glyph-spin { background: transparent url(/assets/logos/logo-glyph-36-red-sprite-c993b77446c447df70d8390f5b28563a.png) no-repeat; margin-top: 10px; width: 36px; height: 36px; position: relative; overflow: hidden; } /* line 115, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav .logo-item-glyph-spin .spin { position: relative; overflow: hidden; } /* line 119, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ #sidenav .logo-item-glyph-spin .spin b { background: transparent url(/assets/logos/logo-glyph-36-red-sprite-c993b77446c447df70d8390f5b28563a.png) no-repeat; background-position: -59px 0px; width: 36px; height: 36px; display: block; overflow: hidden; } /* line 127, ../../app/assets/stylesheets/fresh/_sidenav.css.sass */ body.loading #sidenav .logo-item-glyph-spin .spin b { -webkit-animation: revspin 2000ms linear infinite; -moz-animation: revspin 2000ms linear infinite; animation: revspin 2000ms linear infinite; } /* line 18, ../../app/assets/stylesheets/fresh/_header.css.sass */ .scrolling .inverted-theme header.main { background: rgba(223, 223, 223, 0.6) !important; } /* line 21, ../../app/assets/stylesheets/fresh/_header.css.sass */ .scrolling .inverted-theme header.main:hover { -webkit-transition: background-color 0s ease-in; -moz-transition: background-color 0s ease-in; -ms-transition: background-color 0s ease-in; -o-transition: background-color 0s ease-in; transition: background-color 0s ease-in; background: #282828 !important; } /* line 25, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main { top: -69px; right: 0; height: 64px; z-index: 9; position: fixed; border-top: 0; border: 1px solid transparent; } @media only screen and (max-width: 767px) { /* line 25, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main { padding-left: 0; margin-right: 0; } } /* line 38, ../../app/assets/stylesheets/fresh/_header.css.sass */ .scrolling header.main { -webkit-transition: background-color 0.5s ease-in-out; -moz-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; background: #282828 !important; } /* line 42, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main:hover { background: rgba(40, 40, 40, 0.91); border-color: #323232; } /* line 46, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main:hover { background: #282828; } /* line 50, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main:hover ul.items > li a { color: white; } /* line 54, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main:hover .is-invertable .inner-small-hex { background-color: #181919; } /* line 57, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main:hover .is-invertable .inner-small-hex:before { border-right-color: #181919; } /* line 60, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main:hover .is-invertable .inner-small-hex:after { border-left-color: #181919; } /* line 63, ../../app/assets/stylesheets/fresh/_header.css.sass */ body.fixed-header header.main { position: fixed; } /* line 66, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul { list-style: none; } /* line 69, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main.is-visible { top: 0; } /* line 72, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main div.main-items { float: left; min-width: 180px; width: calc(100% - 500px); } /* line 77, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main div.main-items > ul { width: calc(100% + 300px); } /* line 80, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li { float: left; position: relative; height: 60px; text-align: center; padding: 18px; font-size: 15px; line-height: 22px; } @media only screen and (max-width: 480px) { /* line 80, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li { padding: 20px 12px; } } /* line 92, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li a { display: block; color: white; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } /* line 96, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main ul.items > li a { color: #4b4b4b; } /* line 101, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li a.is-active { color: #bb432c; } /* line 104, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li a:hover { color: silver; } /* line 111, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.has-menu:hover > a, header.main ul.items > li.has-menu:hover > a:hover, header.main ul.items > li.has-menu.active > a, header.main ul.items > li.has-menu.active > a:hover { color: #bb432c; } /* line 115, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.language-item b { font-weight: normal; font-size: 14px; padding-right: 15px; position: relative; top: -5px; } @media only screen and (max-width: 960px) { /* line 115, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.language-item b { display: none; } } /* line 125, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.language-item .menu { left: -1px; top: 50px; width: 188px; } @media only screen and (max-width: 780px) { /* line 114, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.language-item { display: none; } } /* line 134, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.train-item span { position: relative; top: -5px; } @media only screen and (max-width: 500px) { /* line 133, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.train-item { display: none; } } /* line 142, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body, header.main ul.items > li.notifications-item .menu-body { margin-top: 10px; } /* line 146, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu { overflow-x: hidden; width: calc(100% + 2px); } /* line 150, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body { overflow-y: auto; overflow-x: hidden; padding-bottom: 5px; } /* line 155, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body li { position: relative; } /* line 159, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body li:last-of-type hr { display: none; } /* line 162, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body figure { float: left; margin-top: -2px; } /* line 166, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.stars-item .menu-body figcaption { margin-left: 65px; } /* line 170, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.profile-item { min-width: 130px; line-height: 45px; padding: 12px 15px; } /* line 175, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.profile-item .menu { right: 0; min-width: 173px; padding-top: 12px; } @media only screen and (max-width: 660px) { /* line 170, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.profile-item { min-width: 60px; } /* line 183, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.profile-item .profile-pic { margin-right: 0; } /* line 186, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main ul.items > li.profile-item .profile-points { display: none; } } /* line 189, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .score, header.main .notify { font-size: 18px; float: left; line-height: 36px; } /* line 195, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .profile-pic { -webkit-box-shadow: none; box-shadow: none; width: 38px; height: 38px; background: #353535; float: left; cursor: pointer; } /* line 203, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .profile-pic:hover { background-color: silver; -webkit-transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; -ms-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; } /* line 208, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .profile-points { float: right; margin-top: 4px; line-height: 31px; } /* line 213, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .profile-points .small-hex, header.main .profile-points h5 { float: left; } /* line 216, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .profile-points .small-hex { margin-top: 3px; } /* line 219, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .menu { border-bottom: 1px solid #323232; } /* line 222, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .menu.is-right { right: -1px; } /* line 228, ../../app/assets/stylesheets/fresh/_header.css.sass */ header.main .menu .menu-body { background-color: #282828; border: 1px solid #323232; border-top: 0; border-bottom: 0; -webkit-transition: background-color 0.5s ease-in-out; -moz-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; } /* line 232, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme header.main .menu .menu-body { background-color: #282828; } /* line 242, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notify { color: #b1361e; font-size: 18px; position: absolute; bottom: 0px; right: 8px; display: none; } /* line 251, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications { position: absolute; z-index: 2; background: #282828; width: 230px; color: #efefef; left: -60px; top: 75px; display: none; opacity: 0; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -ms-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; } /* line 265, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications:before { content: ""; position: absolute; top: -19px; right: 110px; left: auto; bottom: auto; border-style: solid; border-width: 0 19px 19px; border-color: #1b1b1b transparent; display: block; width: 0; z-index: 0; } /* line 279, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications:after { content: ""; position: absolute; top: -15px; right: 114px; left: auto; bottom: auto; border-style: solid; border-width: 0 15px 15px; border-color: #282828 transparent; display: block; width: 0; z-index: 3; } /* line 293, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications li { padding: 10px; margin: 10px 20px; font-size: 0.85em; border-bottom: 1px solid #303030; } /* line 299, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications li:last-of-type { border-bottom: 0; } /* line 302, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications li a { color: silver; font-size: 14px; } /* line 306, ../../app/assets/stylesheets/fresh/_header.css.sass */ .notifications .announce { color: #ebebeb; font-weight: bold; display: inline; margin-right: 4px; font-size: 1em; } /* line 313, ../../app/assets/stylesheets/fresh/_header.css.sass */ h1.page-title { position: absolute; top: 0; margin-top: 0; margin-left: 70px; padding: 14px; font-size: 14px; line-height: 20px; font-weight: normal; background-color: rgba(0, 0, 0, 0.2); color: #c9c9c9; } /* line 326, ../../app/assets/stylesheets/fresh/_header.css.sass */ .inverted-theme h1.page-title { background-color: rgba(136, 136, 136, 0.05); color: #5c5c5c; } /* line 2, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .notifications-body { overflow-x: hidden; } /* line 6, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item a .circle { position: relative; top: -35px; left: 15px; line-height: 20px; font-weight: bold; } /* line 13, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu { z-index: 11; width: calc(100% + 1px); overflow-x: hidden; } @media only screen and (max-width: 480px) { /* line 13, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu { width: auto; } } /* line 20, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body { padding-top: 10px; text-align: left; overflow-y: auto; } /* line 25, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.rule { margin-bottom: 10px; } /* line 28, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.rule:last-of-type { display: none; } /* line 31, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification { position: relative; padding: 5px 15px; } /* line 38, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification figure { width: 40px; height: 40px; float: left; margin-bottom: 10px; } /* line 44, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification figure .square { line-height: 22px; width: 40px; height: 40px; } /* line 49, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification figure .small-hex { position: relative; top: 8px; left: -3px; } /* line 54, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification figcaption { width: 245px; margin-left: 40px; margin-top: -12px; color: white; } /* line 60, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification figcaption time { margin-left: 15px; color: #c9c9c9; } /* line 67, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification a { color: #c9c9c9; } /* line 70, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification a:hover { color: #6795de; } /* line 76, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification a.is-unread { color: white; padding-top: 10px; } /* line 80, ../../app/assets/stylesheets/fresh/_notifications.sass */ .notifications-item .menu .menu-body li.notification a.is-unread:hover { color: #6795de; } /* line 86, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container { z-index: 999999; position: fixed; display: none; } /* line 91, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast { display: none; width: 100%; height: 100%; background-color: #282828; border-radius: 5px; -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.125); box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.125); } /* line 100, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-body, #popup-notification-container .popup-dialog-body { border-top: 0; padding: 25px; background-color: #151616; overflow-y: auto; max-height: 475px; } /* line 108, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-body p:last-child, #popup-notification-container .popup-dialog-body p:last-child { margin-bottom: 0; } /* line 111, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-body { border-radius: 0 0 5px 5px; } /* line 114, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog-body { max-height: 425px; } /* line 116, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog-body p { font-size: 15px; } /* line 119, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog-buttons { padding: 15px 25px 25px; background-color: #151616; border-radius: 0 0 5px 5px; } /* line 124, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog-fade { position: absolute; bottom: 70px; height: 30px; width: 98%; z-index: 1; background-color: transparent; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(70%, #151616)); background-image: -webkit-linear-gradient(down, transparent, #151616 70%); background-image: -moz-linear-gradient(down, transparent, #151616 70%); background-image: -ms-linear-gradient(down, transparent, #151616 70%); background-image: -o-linear-gradient(down, transparent, #151616 70%); background-image: linear-gradient(down, transparent, #151616 70%); } /* line 132, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-header, #popup-notification-container .popup-dialog-header { border-radius: 5px 5px 0 0; font-size: 16px; letter-spacing: 0.5px; background-color: #4b66ce; padding: 25px; } /* line 139, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-header figure, #popup-notification-container .popup-dialog-header figure { float: left; font-size: 2.8rem; margin-right: 5px; vertical-align: middle; display: inline-block; } /* line 146, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-header figcaption, #popup-notification-container .popup-dialog-header figcaption { display: inline-block; vertical-align: middle; max-width: 82%; width: 270px; } /* line 152, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-header a.close, #popup-notification-container .popup-dialog-header a.close { position: absolute; font-size: 12px; top: 10px; right: 7px; } /* line 158, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-toast-header a.close i, #popup-notification-container .popup-dialog-header a.close i { color: white; } /* line 161, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog { display: none; position: fixed; width: 80%; max-width: 600px; max-height: 80%; top: 12.5%; left: 50%; z-index: 100; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.125); box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.125); } /* line 173, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog.is-wide { max-width: 1000px; } /* line 177, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-dialog .popup-dialog-buttons a { margin-right: 10px; display: inline-block; } /* line 181, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container .popup-backdrop { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.625); z-index: 99; } /* line 191, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container.dialog { width: 100%; top: 0; left: 0; } /* line 196, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container.dialog .popup-dialog, #popup-notification-container.dialog .popup-backdrop { display: block; } /* line 199, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container.toast { display: block; width: 380px; max-width: 95%; bottom: 10px; right: 10px; } /* line 206, ../../app/assets/stylesheets/fresh/_notifications.sass */ #popup-notification-container.toast .popup-toast { display: block; } /* line 2, ../../app/assets/stylesheets/fresh/_footer.css.sass */ .dark-theme footer { color: white; } /* line 5, ../../app/assets/stylesheets/fresh/_footer.css.sass */ .inverted-theme footer { color: #4b4b4b; } /* line 11, ../../app/assets/stylesheets/fresh/_footer.css.sass */ footer i { font-size: 18px; line-height: 24px; margin-right: 0; } /* line 16, ../../app/assets/stylesheets/fresh/_footer.css.sass */ #main_footer { *zoom: 1; padding: 0.75em; height: 50px; width: auto; margin-bottom: 0; text-align: center; } /* line 4, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ #main_footer:before, #main_footer:after { content: ""; display: table; } /* line 5, ../../app/assets/stylesheets/foundation/mixins/_clearfix.scss */ #main_footer:after { clear: both; } /* line 24, ../../app/assets/stylesheets/fresh/_footer.css.sass */ body.short-content:not(.small-screen) #main_footer { position: fixed; bottom: 0; } /* line 28, ../../app/assets/stylesheets/fresh/_footer.css.sass */ #main_footer .link-list { margin-left: 55px; } /* line 31, ../../app/assets/stylesheets/fresh/_footer.css.sass */ body.no-sidenav #main_footer .link-list { margin-left: 0; } /* line 36, ../../app/assets/stylesheets/fresh/_footer.css.sass */ #landing #main_footer .link-list { margin-bottom: 15px; } /* line 38, ../../app/assets/stylesheets/fresh/_footer.css.sass */ #landing #main_footer .poweredby_link { display: none; } /* line 51, ../../app/assets/stylesheets/fresh/_mixins.css.sass */ .clear { *zoom: 1; } /* line 18, ../../../gems/gems/bourbon-3.0.1/app/assets/stylesheets/addons/_clearfix.scss */ .clear:before, .clear:after { content: " "; display: table; } /* line 23, ../../../gems/gems/bourbon-3.0.1/app/assets/stylesheets/addons/_clearfix.scss */ .clear:after { clear: both; } /* line 5, ../../app/assets/stylesheets/controllers/_about.sass */ .product-team-profile { display: inline-block; width: 260px; text-align: left; } /* line 2, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell-row { overflow: auto; clear: both; } /* line 6, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell { float: left; width: 200px; margin-right: 15px; margin-bottom: 15px; } /* line 12, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell.double { width: 415px; } /* line 15, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell.triple { width: 630px; } /* line 18, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell.quadruple { width: 845px; } /* line 21, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell .keen-metric { width: 200px; } /* line 25, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell .keen-metric .keen-metric-title { font-size: 16px; } /* line 28, ../../app/assets/stylesheets/controllers/_analytics.sass */ #analytics .cell .keen-metric .keen-metric-value { font-size: 60px; line-height: 60px; } /* line 4, ../../app/assets/stylesheets/controllers/_articles.sass */ #articles.blog_view #shell_content { margin-left: 380px; } @media only screen and (max-width: 767px) { /* line 4, ../../app/assets/stylesheets/controllers/_articles.sass */ #articles.blog_view #shell_content { margin-left: 0; } } /* line 10, ../../app/assets/stylesheets/controllers/_articles.sass */ #articles.blog_view #main_footer { margin-left: 315px; } @media only screen and (max-width: 767px) { /* line 10, ../../app/assets/stylesheets/controllers/_articles.sass */ #articles.blog_view #main_footer { margin-left: 0; } } /* line 2, ../../app/assets/stylesheets/controllers/_blog_articles.sass */ #articles.blog_view #shell_content { margin-left: calc(25% + 55px); padding: 0; } @media only screen and (max-width: 1180px) { /* line 2, ../../app/assets/stylesheets/controllers/_blog_articles.sass */ #articles.blog_view #shell_content { margin-left: 355px; } } @media only screen and (max-width: 767px) { /* line 2, ../../app/assets/stylesheets/controllers/_blog_articles.sass */ #articles.blog_view #shell_content { margin-left: 0; } } /* line 2, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .info-row.code-challenge .star { margin-right: 7px; } /* line 5, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .info-row.code-challenge i { opacity: 0.7; } /* line 8, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .info-row.code-challenge i.icon-moon-guage { font-size: 12px; top: 0; } /* line 12, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .info-row.code-challenge em { font-style: normal; opacity: 0.7; } /* line 16, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.train-social { list-style: none; display: inline-block; position: absolute; top: 5px; right: 0; } @media only screen and (max-width: 767px) { /* line 16, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.train-social { position: static; } } /* line 26, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.train-social li { float: left; } /* line 30, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.train-social .nav-bar { margin-top: -9px; } /* line 33, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.train-social .nav-bar li { width: 100%; } /* line 36, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #vote_feedback strong { line-height: 45px; font-size: 15px; } /* line 42, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li a.btn { border: 1px solid rgba(255, 255, 255, 0.3); color: white; background-color: transparent !important; } /* line 50, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='1'].is-active a, ul.vote-assessment li[data-value='1']:hover a { color: #7c9a44; } /* line 52, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='1'].is-active a.btn, ul.vote-assessment li[data-value='1']:hover a.btn { border: 1px solid #7c9a44; } /* line 56, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='1'].is-active .icon-container, ul.vote-assessment li[data-value='1'].is-active a.btn { border: 1px solid #7c9a44; } /* line 61, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='0'].is-active a, ul.vote-assessment li[data-value='0']:hover a { color: #dfb020; } /* line 63, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='0'].is-active a.btn, ul.vote-assessment li[data-value='0']:hover a.btn { border: 1px solid #dfb020; } /* line 67, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='0'].is-active .icon-container, ul.vote-assessment li[data-value='0'].is-active a.btn { border: 1px solid #dfb020; } /* line 72, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='-1'].is-active a, ul.vote-assessment li[data-value='-1']:hover a { color: #bb432c; } /* line 74, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='-1'].is-active a.btn, ul.vote-assessment li[data-value='-1']:hover a.btn { border: 1px solid #bb432c; } /* line 78, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li[data-value='-1'].is-active .icon-container, ul.vote-assessment li[data-value='-1'].is-active a.btn { border: 1px solid #bb432c; } /* line 81, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li.is-active .icon-container { background-color: transparent; } /* line 84, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ ul.vote-assessment li .icon-container { margin-bottom: 0; } /* line 88, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .console-output .alert-box { padding: 2px; } /* line 91, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .console-output .alert-box .message { display: none; } /* line 94, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #runner_frame { border: 0; width: 100%; height: 100%; background-color: rgba(20, 20, 20, 0.96); } /* line 101, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .language-selector { width: 175px; float: left; } /* line 105, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .results-count { font-size: 14px; float: right; color: white; } @media only screen and (max-width: 767px) { /* line 105, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .results-count { float: none; clear: both; margin-top: 15px; } } /* line 115, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.maximized { padding-top: 20px; } /* line 118, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.maximized #shell_content { padding: 0 15px 15px; } /* line 121, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.maximized header, #code_challenges.maximized .game-title, #code_challenges.maximized h1.page-title { display: none !important; } /* line 124, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.maximized #minimize_layout { display: inline !important; } /* line 127, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.maximized #minimize_layout span { position: relative; top: -4px; } @media only screen and (max-width: 930px) { /* line 133, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges #list_header .field-label { display: none; } /* line 136, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges #list_header .columns { width: 100%; } } /* line 140, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view:not(.maximized) { padding-top: 55px; } /* line 144, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view #preplay .columns { padding-top: 50px; } /* line 147, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view #preplay .columns .icon-list { margin: 0 auto; width: 300px; } /* line 151, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view #language_version { width: 180px; } /* line 154, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view .keyword-tag { padding: 3px 6px; } /* line 158, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view .ide-options > li:not(:first-of-type) { margin-left: 5px; } @media only screen and (max-width: 1445px) { /* line 162, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view .layout-options { display: none; } } @media only screen and (min-width: 768px) and (max-width: 970px) { /* line 166, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view .mode-options { display: none; } } @media only screen and (min-width: 768px) and (max-width: 1160px) { /* line 170, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.play_view .theme-options { display: none; } } /* line 180, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.show_view .markdown-editor textarea { min-height: 140px; } /* line 183, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.show_view .markdown-editor .markdown { min-height: 120px; max-height: 180px; overflow-y: auto; } /* line 188, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.show_view .markdown-editor ul.is-inline { margin-bottom: -5px; } /* line 192, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .play-btns { float: right; margin: 8px 10px 0 0; list-style: none; } /* line 196, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .play-btns li { float: left; margin-left: 15px; margin-bottom: 15px; } @media only screen and (max-width: 767px) { /* line 192, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .play-btns { margin-right: 0; } /* line 202, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .play-btns li { margin-left: 0; width: 100%; } /* line 205, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges .play-btns li .btn { width: 100%; } } /* line 209, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .icon-container { width: 100px; } /* line 214, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #my_katas_panel { height: 940px; overflow: auto; background-color: transparent; } @media only screen and (max-width: 767px) { /* line 214, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #my_katas_panel { height: auto; margin: 0 30px 30px; } } /* line 222, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .field { margin-bottom: 30px; } /* line 226, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .code-editor { height: 440px; } /* line 231, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .twelve.columns .text-editor-container .commands-container { top: -35px; background-color: transparent; } /* line 235, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #write_descriptionTab { height: 310px; } /* line 238, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #description_previewTab, #code_challenges.editor_view #description_helpTab .panel { height: 310px; overflow-y: auto; } /* line 243, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .is-short #write_descriptionTab, #code_challenges.editor_view .is-short #description_previewTab, #code_challenges.editor_view .is-short #description_helpTab .panel { height: 244px; } /* line 246, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #code_challenge_description { display: none; } /* line 250, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .has-error .code-editor { min-height: 454px; } /* line 252, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .has-error .ace_editor { border-color: #c05c48; background-color: rgba(192, 92, 72, 0.1); } /* line 256, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view dd.error { border-top-color: #c05c48; } /* line 258, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view dd.error a { color: #c05c48; } /* line 262, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #languages_container .has-error small { position: relative; z-index: 4; top: 10px; } /* line 267, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #languages_container .alert-box { margin-bottom: 25px; height: 300px; } /* line 272, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #language_bar .columns { padding: 0; } /* line 274, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #language_bar .form-actions, #code_challenges.editor_view #language_bar .nav-bar { margin: 0; } /* line 277, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .dropdown { min-width: 160px; } /* line 279, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .dropdown dl { height: auto; min-height: 40px; } /* line 284, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .dark-theme #code_challenges.editor_view .dropdown dd.has-value:not(.is-active) a { background-color: #dadada; } /* line 287, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ .inverted_theme #code_challenges.editor_view .dropdown dd.has-value:not(.is-active) a { background-color: #676767; } /* line 290, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .dropdown i.remove { float: right; cursor: pointer; margin-left: 8px; display: none; } /* line 295, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .dropdown i.remove:hover { color: #b1361e; } /* line 298, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view .dropdown dd.has-value i.remove { display: inline-block; } /* line 301, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #languages { margin-top: 10px; } /* line 303, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #languages .help { height: 440px; overflow-y: auto; } /* line 307, ../../app/assets/stylesheets/controllers/_code_challenges.sass */ #code_challenges.editor_view #validate_answer { float: right; } /* line 2, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .run-result iframe { width: 100%; min-height: 150px; height: 100%; border: 0; } /* line 8, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .code-snippet-list-item { border: 1px solid transparent; } /* line 12, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .code-snippet-list-item.is-collapsed:hover { background: rgba(255, 255, 255, 0.05) !important; cursor: pointer; border-color: #6795de; } /* line 17, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .code-snippet-list-item.is-collapsed .code-snippet-list-item-details, .code-snippet-list-item.is-collapsed ul.bulleted-text { display: none; } /* line 20, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .code-snippet-list-item.is-collapsed .title-container, .code-snippet-list-item.is-collapsed .icon-container { margin-bottom: 0 !important; } /* line 23, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .code-snippet-list-item-related { background: rgba(0, 0, 0, 0.1); border: 3px dotted rgba(255, 255, 255, 0.05); border-top: 0; } /* line 30, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #filters .icon-container { width: 48px; } /* line 33, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets.edit_view { min-width: 700px; } /* line 36, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets .ide-editors { padding-bottom: 15px !important; } /* line 39, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets .dropdown { min-width: 150px; } /* line 42, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #write_descriptionTab { height: 300px; } /* line 45, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #description_previewTab, #code_snippets #description_helpTab .panel { height: 300px; overflow-y: auto; } /* line 50, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets .code_snippet_description .markdown-editor { min-height: 400px; } /* line 54, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets .code_snippet_description.is-full-height ul.tabs-content { height: calc(100% - 42px); } /* line 57, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets .code_snippet_description.is-full-height .panel { height: 100%; } /* line 61, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #test_framework { position: absolute; right: 10px; top: 8px; } /* line 67, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #code_container:not(.is-only-editor) { height: 50%; } /* line 70, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ #code_snippets #fixture_container { height: 50%; } /* line 75, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .snippet-details .votes { margin-top: -10px; margin-bottom: 15px; } /* line 79, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .snippet-details .panel { background: rgba(0, 0, 0, 0.2); } /* line 83, ../../app/assets/stylesheets/controllers/_code_snippets.sass */ .snippet-details .comments-list > .new-comment { margin-top: 0 !important; } /* line 1, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal { -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; border-radius: 6px; border: 5px solid rgba(255, 255, 255, 0.05); position: fixed; z-index: 99999; width: 90%; max-width: 600px; max-height: 500px; background-color: #282828; } /* line 14, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal h3 { margin: 10px 0 20px 10px; font-size: 16px; font-weight: bold; } /* line 19, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-content { overflow: auto; max-height: 250px; } /* line 23, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-content h4 { margin: 0 0 5px; font-size: 15px; font-weight: normal; } /* line 28, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-content ul { list-style: none; } /* line 31, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-content ul li { padding: 10px; position: relative; } /* line 38, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-content ul li a.btn { position: absolute; top: 20px; right: 20px; } /* line 43, ../../app/assets/stylesheets/controllers/_collections.sass */ #collection_modal .collection-footer { padding: 10px; } /* line 46, ../../app/assets/stylesheets/controllers/_collections.sass */ .list-item.collection { background-color: rgba(0, 0, 0, 0.1); padding: 15px 10px 10px; } /* line 50, ../../app/assets/stylesheets/controllers/_collections.sass */ .list-item.collection .icon-box { float: left; padding: 10px; font-size: 42px !important; } /* line 55, ../../app/assets/stylesheets/controllers/_collections.sass */ .list-item.collection .rank-box { float: left; margin: 15px 15px 0 0; } /* line 59, ../../app/assets/stylesheets/controllers/_collections.sass */ .list-item.collection .item-title { left: -5px; } /* line 63, ../../app/assets/stylesheets/controllers/_collections.sass */ .list-item.collection .info-row a { top: 0; color: #c9c9c9; } /* line 68, ../../app/assets/stylesheets/controllers/_collections.sass */ .flex-box .list-item.collection.flex-item { flex: 1 0 auto; flex-basis: 48%; margin-right: 15px; } /* line 74, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .description-edit-link { position: relative; top: -15px; } /* line 78, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .markdown { max-height: 250px; overflow: auto; } /* line 82, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata { margin-bottom: 15px; padding: 10px 0 5px 15px; background-color: rgba(255, 255, 255, 0.03); position: relative; } /* line 88, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .item-title { left: -10px; } /* line 91, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .info-row { margin-top: 3px; margin-bottom: 0; } /* line 95, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .icon-list { margin-right: 30px; } /* line 98, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .collected-actions { position: absolute; top: 0; right: 0; } /* line 104, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .collected-actions dd a { display: block; padding: 3px 3px 2px; opacity: 0.6; } /* line 108, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .collected-actions dd a:hover { opacity: 1; } /* line 111, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata .collected-actions dd a.remove:hover { color: #b1361e; } /* line 114, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view .list-item.kata.removed { opacity: 0.5; } /* line 119, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.show_view.creator-view .list-item.kata .icon-list { margin-right: 40px; } /* line 123, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.edit_view .markdown-editor { min-height: 310px; } /* line 126, ../../app/assets/stylesheets/controllers/_collections.sass */ #collections.edit_view .text-editor { height: 310px; } /* line 3, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard .skip-btn .btn.is-dark { padding-top: 8px; } /* line 6, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard .leaderboard { max-height: 435px; overflow-y: auto; } /* line 11, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #trainer_language dl { max-height: none; } /* line 15, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left { height: 330px; background: url(/assets/dashboard/about_bg_alt2-cd023df0ae7d9e0e16cd2d64635b78d1.png) no-repeat; position: relative; } /* line 20, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul { list-style: none; } /* line 23, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul h5 { margin-bottom: 5px; } /* line 26, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul li { position: absolute; } /* line 29, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul .bullet-1 { top: 4px; left: 180px; } /* line 33, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul .bullet-1 .small-hex { position: relative; top: -28px; left: 86px; } /* line 38, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul .bullet-2 { top: 124px; left: 340px; } /* line 42, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul .bullet-3 { top: 174px; left: 110px; } /* line 46, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .left ul .bullet-3 p { width: 235px; } /* line 50, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul { list-style: none; } /* line 53, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul li { clear: both; } /* line 56, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.belts { float: left; width: 100px; } /* line 60, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.belts h5 { text-align: center; } /* line 63, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.belts .belt { background: url(/assets/dashboard/belts_sprite-489ed9f1db0d01aa8b204476fd666581.png) no-repeat; width: 80px; height: 30px; margin: -10px auto 0; } /* line 70, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.belts .warrior .belt { background-position: 0 -98px; } /* line 74, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.belts .master .belt { background-position: 0 -184px; } /* line 77, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.levels { float: left; width: 225px; margin-left: 15px; } /* line 82, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.levels h6 { float: left; margin-top: 3px; margin-left: 10px; } /* line 87, ../../app/assets/stylesheets/controllers/_dashboard.sass */ #dashboard #about .right ul.levels .small-hex { float: left; } /* line 91, ../../app/assets/stylesheets/controllers/_dashboard.sass */ .explore-keywords a { color: #efefef; } /* line 93, ../../app/assets/stylesheets/controllers/_dashboard.sass */ .explore-keywords a:hover { color: silver; } /* line 96, ../../app/assets/stylesheets/controllers/_dashboard.sass */ .inverted-theme .explore-keywords a { color: #6c6c6c; } /* line 98, ../../app/assets/stylesheets/controllers/_dashboard.sass */ .inverted-theme .explore-keywords a:hover { color: #555555; } /* line 101, ../../app/assets/stylesheets/controllers/_dashboard.sass */ .explore-keywords .square { background-color: rgba(0, 0, 0, 0.1); } /* line 4, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner { margin: 0 -15px 30px -15px; background-color: #272727; } /* line 8, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner div { background: url("/images/jobs.jpg") no-repeat; height: 400px; position: relative; max-width: 1200px; margin: 0 auto; } /* line 14, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner div h1 { font-size: 36px; position: absolute; bottom: 10px; right: 30px; color: #353535; font-weight: normal; padding: 10px; background: rgba(255, 255, 255, 0.3); } /* line 24, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner div b { position: absolute; top: 0; height: 400px; width: 30px; } /* line 30, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner div b.left { left: 0; background-color: #272727; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, transparent)); background-image: -webkit-linear-gradient(0, #272727, transparent); background-image: -moz-linear-gradient(0, #272727, transparent); background-image: -ms-linear-gradient(0, #272727, transparent); background-image: -o-linear-gradient(0, #272727, transparent); background-image: linear-gradient(0, #272727, transparent); background-color: transparent !important; } /* line 35, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .banner div b.right { right: 0; background-color: #272727; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, transparent)); background-image: -webkit-linear-gradient(180, #272727, transparent); background-image: -moz-linear-gradient(180, #272727, transparent); background-image: -ms-linear-gradient(180, #272727, transparent); background-image: -o-linear-gradient(180, #272727, transparent); background-image: linear-gradient(180, #272727, transparent); background-color: transparent !important; } /* line 42, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .boxes .box { color: #3f3e3e; text-align: center; } /* line 46, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .boxes .box i { font-size: 50px; } /* line 48, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .boxes .box h3 { font-size: 18px; } /* line 52, ../../app/assets/stylesheets/controllers/_job_postings.css.sass */ #job_postings .btn { color: white !important; } /* line 19, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .is-black-text { color: #444444; } /* line 22, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing h1, #landing h2, #landing h3, #landing h4, #landing h5 { font-weight: normal; } /* line 25, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .btn.is-red.is-white-text { color: white; } /* line 28, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .fine-print { font-size: 75%; } /* line 32, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .is-gray-text { color: white; } /* line 35, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .vcenter-wrapper { display: table; } /* line 38, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .vcenter-content { display: table-cell; vertical-align: middle; } /* line 42, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .alt-row { background-color: #f3f3f3; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; } /* line 47, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .row-innards { width: 100%; max-width: 880px; margin: 0 auto; overflow: hidden; } /* line 53, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .github-link { color: #bb432c; } /* line 56, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #header_section { font-size: 18px; border-bottom: 2px solid #ebebeb; } /* line 61, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #enlist { overflow: hidden; } @media screen and (min-width: 768px) { /* line 61, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #enlist { margin-bottom: 30px; } } @media screen and (min-width: 1124px) { /* line 61, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #enlist { height: 624px; } } /* line 69, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading { width: calc(100% - 742px); margin-top: 7em; } @media screen and (max-width: 1123px) { /* line 69, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading { width: 100%; margin: 2em 0 2em; } } @media screen and (max-width: 767px) { /* line 69, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading { margin: 1em 0 1em; } } @media screen and (min-width: 1124px) { /* line 78, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading h1, #landing .enlist-heading h4 { display: block; max-width: 340px; margin: 0 auto; } } /* line 83, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading h1 { font-size: 40px; line-height: 1.2; } @media screen and (max-width: 767px) { /* line 83, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading h1 { font-size: 28px; } } @media screen and (min-width: 1124px) { /* line 83, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading h1 { margin-bottom: 0.4em; } } /* line 90, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading h4 { font-size: 20px; } /* line 93, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .enlist-heading .btn { color: white; padding: 15px 20px; text-transform: uppercase; } @media screen and (max-width: 1123px) { /* line 98, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up .enlist-heading { display: none; } } @media screen and (min-width: 1124px) { /* line 98, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up .enlist-heading { -webkit-transition: opacity 1.25s ease-in; -moz-transition: opacity 1.25s ease-in; -ms-transition: opacity 1.25s ease-in; -o-transition: opacity 1.25s ease-in; transition: opacity 1.25s ease-in; opacity: 0; } } /* line 105, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .editor-msg-container { max-width: calc(100% - 100px); } /* line 108, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor { margin: 0 auto; float: none; overflow: auto; } @media only screen and (min-width: 768px) { /* line 108, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor { background: url(/assets/landing/monitor-8c965420c88fa60912b3124fd7c10753.png) 50% no-repeat; height: 556px; width: 703px; } } @media screen and (min-width: 1124px) { /* line 108, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor { position: absolute; width: 703px; width: calc((38% - 330px) / 2 + 60%); left: calc((38% - 330px) / 2 + 330px); top: 68px; } } /* line 124, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen { background-color: #282828; width: 100%; padding-bottom: 15px; position: relative; } @media only screen and (min-width: 768px) { /* line 124, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen { margin: 30px auto 27px; width: 646px; height: 375px; padding-bottom: 0; } } /* line 136, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen h1 { color: #5e5e5e; } /* line 139, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen .output { background-color: black; position: absolute; top: 0; left: 0; padding: 15px; height: 100%; width: 100%; z-index: 9; } /* line 149, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen .output iframe { height: 300px; } /* line 152, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #monitor .screen .output #success_msg { background-color: #7c9a44; color: white; padding: 10px 15px; margin-top: -5px; letter-spacing: 0.5px; } @media screen and (max-width: 1123px) { /* line 159, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up #monitor { margin-top: 20px; } } @media screen and (min-width: 1124px) { /* line 159, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up #monitor { -webkit-transition: left 1s ease-in 1s; -moz-transition: left 1s ease-in 1s; -ms-transition: left 1s ease-in 1s; -o-transition: left 1s ease-in 1s; transition: left 1s ease-in 1s; left: calc(32% / 2); } } /* line 167, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up #monitor .step-vote, #landing.sign-up #monitor hr { -webkit-transition: opacity 1s ease-in; -moz-transition: opacity 1s ease-in; -ms-transition: opacity 1s ease-in; -o-transition: opacity 1s ease-in; transition: opacity 1s ease-in; opacity: 0; } /* line 171, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon { color: #7c7c7c; padding: 15px 0; } @media screen and (min-width: 1124px) { /* line 171, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon { padding: 20px 0; } } /* line 177, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon .heading { color: #5e5e5e; display: inline-block; font-size: 20px; margin-right: 30px; } @media screen and (max-width: 1123px) { /* line 177, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon .heading { font-size: 23px; display: block; margin: 0 auto 0.3em; } } /* line 187, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon ul { display: inline-block; } @media screen and (max-width: 1123px) { /* line 187, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon ul { display: block; margin: 0 auto; width: 80%; overflow: auto; } } /* line 195, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon li { display: inline-block; font-size: 20px; margin-right: 30px; } /* line 199, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon li i:first-child { margin-right: 0.5em; } @media screen and (max-width: 1123px) { /* line 195, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon li { width: 33.33%; float: left; margin-right: 0; } } /* line 208, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon .btn { font-size: 18px; padding: 9px 44px 7px; } @media screen and (min-width: 1124px) { /* line 208, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon .btn { margin-left: 30px; } } @media screen and (max-width: 1123px) { /* line 208, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #coming-soon .btn { margin-top: 1em; } } /* line 219, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .step-language .icon-list li { float: none; display: inline-block; width: 22%; } /* line 224, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .step-language .icon-list li.lang-coffeescript { display: none; } /* line 227, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .step-language .icon-list li > a { display: block; } /* line 230, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .step-language .icon-list li .icon-container { width: 100% !important; } /* line 233, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials { padding-bottom: 2em; text-align: center; } /* line 236, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials h1 { color: #404040; margin-bottom: 0.8em; } @media screen and (min-width: 768px) { /* line 236, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials h1 { margin: 1em auto; } } /* line 243, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .join-us, #landing #testimonials .learn-more { font-size: 18px; } /* line 246, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet { color: #404040; background-color: white; border-radius: 4px; border-bottom: 4px solid #e0e0e0; margin: 0 auto 6em; position: relative; padding: 16px; width: 94%; text-align: left; } @media screen and (min-width: 768px) { /* line 246, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet { width: 47%; min-height: 170px; float: left; padding: 24px; margin-bottom: 2em; } /* line 263, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:nth-child(odd) { clear: both; } /* line 265, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:nth-child(even) { margin-left: 6%; } /* line 267, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:nth-child(n+3) { margin-top: 2em; } } /* line 270, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet span { line-height: 1.5em; } @media screen and (min-width: 768px) { /* line 270, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet span { min-height: 2.5em; } } /* line 275, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet span, #landing #testimonials .tweet .author-name, #landing #testimonials .tweet .twitter-link { font-size: 1.4em; } /* line 278, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-wrapper { width: 100%; margin-top: 1.6em; } @media screen and (max-width: 767px) { /* line 278, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-wrapper { position: absolute; bottom: -75px; padding-left: 26px; font-size: 0.8em; } } /* line 287, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-pic { width: 48px; border-radius: 100px; overflow: hidden; float: left; margin-right: 1em; } @media screen and (max-width: 767px) { /* line 287, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-pic { width: 32px; } } /* line 295, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-pic img { display: block; } /* line 298, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-name { line-height: 1em; font-weight: bold; } @media screen and (min-width: 768px) { /* line 298, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .author-name { font-weight: normal; margin-bottom: 0.2em; } } /* line 305, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet .twitter-link { color: #b45050; } /* line 309, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:before, #landing #testimonials .tweet:after { content: ""; display: block; position: absolute; width: 0; height: 0; } /* line 316, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:before { left: 36px; bottom: -26px; border-left: 24px solid transparent; border-right: 24px solid transparent; border-top: 24px solid #e0e0e0; } /* line 323, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #testimonials .tweet:after { left: 40px; bottom: -20px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid white; } /* line 330, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #feedback_bar { display: none !important; } /* line 333, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #shell { position: relative; z-index: 1; } /* line 337, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #shell_content { padding: 0; } /* line 340, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #main_footer { z-index: 1; position: relative; } @media screen and (min-width: 768px) { /* line 340, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #main_footer { margin-top: 45px; } } /* line 346, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #main_footer a { color: #b1361e; } /* line 348, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #main_footer li { font-size: 14px; } /* line 351, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg { -webkit-transition: opacity 2s, ease-in; -moz-transition: opacity 2s, ease-in; -ms-transition: opacity 2s, ease-in; -o-transition: opacity 2s, ease-in; transition: opacity 2s, ease-in; background: url(/assets/bg/paper-492698e037e7a997025ba20a8bb82701.jpg); position: absolute; z-index: -1; height: 410px; width: 100%; overflow: hidden; } @media screen and (max-width: 767px) { /* line 351, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg { height: 220px; } } /* line 364, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg .bg-left, #landing .painting-bg .bg-right { position: absolute; } @media screen and (max-width: 767px) { /* line 364, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg .bg-left, #landing .painting-bg .bg-right { opacity: 0.1; } } /* line 370, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg .bg-left { background: url(/assets/landing/painting-bg-left-81c5c3604902576b437ccb002fff25b7.png) no-repeat; width: 366px; height: 410px; bottom: 0; left: 0; } /* line 377, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg .bg-right { background: url(/assets/landing/painting-bg-right-362e1dd168edb65eaae85b986ba2f0e3.png) no-repeat bottom left; height: 410px; width: 407px; right: 0; top: 0; } @media screen and (max-width: 1123px) { /* line 377, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .painting-bg .bg-right { right: -126px; } } /* line 387, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing.sign-up .painting-bg { opacity: 0.1; } /* line 390, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing h1 { font-size: 34px; } /* line 393, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing h2 { font-size: 28px; } /* line 396, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing p { font-size: 16px; } /* line 399, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #sign_in { font-size: 16px; height: 1em; position: absolute; top: 0; bottom: 0; margin: auto; right: 10px; z-index: 9; } @media screen and (max-width: 430px) { /* line 399, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #sign_in { float: none !important; position: static; height: auto; text-align: center; } /* line 413, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #sign_in .is-inline li { margin-right: 0; } } /* line 417, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing form label { display: none; } /* line 420, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing form textarea { height: 150px; } /* line 423, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing form .warning { background-color: #efefef; color: #131414; } /* line 427, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing form .warning a { color: #131414; } /* line 431, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .button-height-text { line-height: 30px; } /* line 434, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .info-icon { float: left; margin-top: 4px; color: #efefef; } /* line 439, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .language-tabs { width: 80%; } /* line 442, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .language-tabs li { margin-bottom: 0; margin-right: 10px; height: 36px; } /* line 447, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .language-tabs li i, #landing .language-tabs li span, #landing .language-tabs li b { color: #b1361e; } /* line 451, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .language-tabs li.is-active i, #landing .language-tabs li.is-active span, #landing .language-tabs li.is-active b { color: #efefef; } /* line 455, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .commands-container .expand { display: none; } /* line 460, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .progress-steps-bar li.is-done { background-color: #c9c9c9; } /* line 463, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .progress-steps-bar li.is-active { background-color: rgba(0, 0, 0, 0.4); } /* line 467, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #enlist_area ul.is-inline { position: absolute; bottom: 0; left: 50px; } /* line 473, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_start .step-language { margin-top: 15px; } /* line 476, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_start .step-vote { text-align: center; color: #dddddd; } /* line 480, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_start .step-vote a { color: #bb432c; } /* line 483, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_start .step-vote a:hover { color: #cf4b32; } @media only screen and (max-width: 767px) { /* line 487, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_start hr, #landing #step_start .step-vote { margin-top: 25px; } } /* line 492, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote ul li { font-size: 18px; margin: 0 20px 5px 0; } /* line 496, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote ul li .icon-container { color: #bb432c; } /* line 500, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote ul li .icon-container.has-text i { top: 7px; } /* line 502, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote ul li .icon-container.has-text p { padding-top: 0; } @media only screen and (min-width: 768px) { /* line 490, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote { max-height: 346px; } /* line 508, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote ul { margin-left: 15px; } } /* line 512, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote_results .item-meter { z-index: 1; } /* line 515, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote_results .item-title { z-index: 2; } /* line 518, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #step_vote_results view { height: 270px; overflow: hidden; } /* line 523, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-row { overflow: auto; } /* line 525, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .row-innards { min-height: 320px; } @media screen and (min-width: 768px) { /* line 525, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .row-innards { display: table; } } /* line 529, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words { vertical-align: middle; overflow: auto; } @media screen and (max-width: 767px) { /* line 529, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words { padding-bottom: 1em; opacity: 0.99; background-image: -webkit-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -moz-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -ms-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -o-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); } } @media screen and (min-width: 768px) { /* line 529, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words { display: table-cell; padding: 0 1em 0 0; } } @media screen and (max-width: 926px) { /* line 529, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words { padding: 0 1em; } } /* line 543, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words h1 { color: #363636; } /* line 545, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-words p { color: #404040; display: inline-block; font-size: 20px; max-width: 19em; } /* line 551, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-small { padding-top: 20px; width: 100%; height: 250px; } @media screen and (min-width: 768px) { /* line 551, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-small { display: none; } } /* line 559, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-large { vertical-align: middle; width: 500px; } /* line 562, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-large img { display: block; } @media screen and (min-width: 768px) { /* line 559, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-large { display: table-cell; } } @media screen and (max-width: 767px) { /* line 559, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .copy-image-large { display: none; } } /* line 571, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .copy .alt-row .copy-image-large { width: 380px; } /* line 576, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified a { color: #4bb05d; } /* line 579, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-text { vertical-align: middle; overflow: auto; padding: 15px 30px; text-align: center; } /* line 585, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-text p { padding: 0 30px; } @media screen and (max-width: 767px) { /* line 579, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-text { padding-bottom: 1em; opacity: 0.99; background-image: -webkit-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -moz-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -ms-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: -o-linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); background-image: linear-gradient(rgba(253, 253, 245, 0.98) 0, #fdfdf5 100%); } } @media screen and (min-width: 768px) { /* line 579, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-text { display: table-cell; padding: 0 1em 0 0; } } @media screen and (max-width: 926px) { /* line 579, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-text { padding: 0 1em; } } /* line 599, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-image-large { width: 160px; } /* line 601, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .copy-image-small { width: 120px; height: auto; margin-bottom: 15px; } /* line 605, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing #qualified .btn { color: white; background-color: #4bb05d; border: 0; } /* line 610, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .logo { background: url(/assets/landing/logo-by-q-c107e5baa8ec01bd121df5c91ee5709e.png) no-repeat; background-size: cover; width: 174px; height: 50px; margin: 20px auto 10px; display: inline-block; } @media screen and (max-width: 430px) { /* line 610, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .logo { display: block; margin-left: auto !important; } } /* line 622, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .label-hex { position: absolute; top: 0; left: 1; text-align: left; } /* line 628, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .label-hex span { margin: 6px; } /* line 631, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .points-hex { position: absolute; top: 0; right: -6px; } /* line 636, ../../app/assets/stylesheets/controllers/_landing.sass */ #landing .CodeMirror-gutters, #landing .CodeMirror-gutter-elt { display: none; } /* line 3, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer-setup { min-height: 300px; height: 100%; } /* line 10, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer-setup .keyword-tag { font-size: 13px; } /* line 13, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer-setup a.is-active .icon-container { color: white; background: rgba(255, 255, 255, 0.3); } /* line 18, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .trainer-controls { height: 260px; } /* line 21, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .play-btn { position: relative; left: 1px; margin-right: 0; z-index: 1; } /* line 27, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .trainer-info { height: 260px; padding: 20px; background-color: #3c3c3c; } /* line 33, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .markdown { height: 150px; overflow: auto; } /* line 37, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .fade { position: relative; z-index: 3; top: -20px; height: 20px; background-color: #3c3c3c; background-color: transparent; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(90%, #3c3c3c)); background-image: -webkit-linear-gradient(down, transparent, #3c3c3c 90%); background-image: -moz-linear-gradient(down, transparent, #3c3c3c 90%); background-image: -ms-linear-gradient(down, transparent, #3c3c3c 90%); background-image: -o-linear-gradient(down, transparent, #3c3c3c 90%); background-image: linear-gradient(down, transparent, #3c3c3c 90%); } /* line 45, ../../app/assets/stylesheets/controllers/_personal_trainer.sass */ .personal-trainer .keywords { height: 30px; overflow: hidden; position: relative; top: -10px; } /* line 3, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .pro { background-color: rgba(0, 0, 0, 0.4); } /* line 6, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header { padding: 30px; min-height: 110px; } /* line 10, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .title { padding-bottom: 10px; } /* line 13, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .title div { font-size: 16px; } /* line 16, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .title figure { float: left; margin-bottom: 10px; } /* line 20, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .title figure i { font-size: 4.5em; color: #bb432c; } @media only screen and (max-width: 767px) { /* line 25, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .title img { width: 70%; } } /* line 29, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .header .plans { text-align: right; } /* line 32, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content { padding: 30px; } /* line 35, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features { background-color: rgba(255, 255, 255, 0.05); padding: 15px; display: flex; flex-wrap: wrap; } /* line 41, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features h1 { margin: 10px; } /* line 44, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features .feature { flex: 1 1 400px; padding: 10px; } /* line 48, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features .feature h3 { margin-bottom: 5px; letter-spacing: 0.5px; } /* line 52, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features .feature h3 i { font-size: 20px; } /* line 55, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .features .feature p { color: #c9c9c9; } /* line 58, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .purchase { padding: 30px 30px 0; text-align: center; } /* line 62, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .purchase .radios { display: inline-block; } /* line 65, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .purchase .radios .radio { display: inline-block; margin-right: 20px; } /* line 69, ../../app/assets/stylesheets/controllers/_subscribe.sass */ #subscribe.index_view .content .purchase .fineprint { font-size: 13px; } /* line 2, ../../app/assets/stylesheets/controllers/_training_schedules.sass */ #training_schedules #kata_competition { background: url(/assets/banner_img_temple-8b784d5b80ac41df11631dfe248c11fb.png) no-repeat 1px 72px; } /* line 2, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view #shell_content { padding: 0 10px; } @media only screen and (max-width: 767px) { /* line 2, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view #shell_content { padding: 0; } } /* line 7, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .compare-row { display: flex; flex-wrap: wrap; } /* line 11, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .compare-side { flex: 1 1 500px; margin: 10px; display: block; overflow-x: hidden; } /* line 17, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .challenge-info { display: block; padding: 15px 15px 0; } /* line 21, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .challenge-info .is-left { margin-right: 10px; } /* line 24, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .challenge-info h4 { margin: 2px 0 10px; } /* line 27, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view h6 { margin-top: 0; } /* line 30, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .markdown { margin-bottom: 10px; } /* line 33, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .markdown:last-child { margin-bottom: 0; } /* line 36, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .markdown code { margin-bottom: 0; } /* line 40, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .bulleted-text > li { font-size: 13px; } /* line 43, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .bulleted-text:last-child { margin-bottom: 0; } /* line 48, ../../app/assets/stylesheets/controllers/_users_comparisons.sass */ #users_comparisons.show_view .stat-box { flex: 1 1 190px; } /* line 1, ../../app/assets/stylesheets/controllers/users/_invitations.css.sass */ #users_invitations.show_view fieldset { min-height: 384px; } /* line 4, ../../app/assets/stylesheets/controllers/users/_registrations.css.scss */ .new_view #sign_up_link { display: none; } /* line 4, ../../app/assets/stylesheets/controllers/users/_sessions.css.sass */ .signin-module { width: 320px; min-height: 465px; margin: 70px auto 70px; padding: 60px 25px 25px; } /* line 10, ../../app/assets/stylesheets/controllers/users/_sessions.css.sass */ .signin-module button.is-centered { margin-top: 20px; } /* line 13, ../../app/assets/stylesheets/controllers/users/_sessions.css.sass */ .signin-module p.special-note { border-top: solid 1px #131414; padding-top: 10px; color: #ebebeb; } /* line 3, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-bottom-right { position: absolute; bottom: 0; right: 0; } /* line 8, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-bottom-left { position: absolute; bottom: 0; left: 0; } /* line 13, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-overflow-auto { overflow: auto; } /* line 16, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-overflow-hidden { overflow: hidden; } @media only screen and (min-width: 768px) { /* line 19, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-overflow-hidden-non-mobile { overflow: hidden; } } /* line 23, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-overflow-visible { overflow: visible !important; } /* line 26, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-right { float: right !important; } @media only screen and (min-width: 768px) { /* line 29, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-right-non-mobile { float: right !important; } } /* line 33, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-left { float: left !important; } /* line 36, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-auto-width { width: auto; } /* line 39, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-auto-centered, #landing .copy .copy-image-small { margin: 0 auto; } /* line 42, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-auto-margins { margin: auto; } /* line 45, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-inline { display: inline-block; } /* line 48, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-inline-centered { margin: 0 auto; display: inline-block; } /* line 52, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-centered-text, #landing .copy .copy-image-small { text-align: center; } /* line 55, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-left-aligned-text { text-align: left; } /* line 58, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-right-aligned-text { text-align: right; } @media only screen and (max-width: 767px) { /* line 62, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-auto-centered-when-small { margin: 0 auto; } /* line 65, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-left-when-small { float: left; } /* line 68, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-right-when-small { float: right; } /* line 71, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-right-aligned-text-when-small { text-align: right; } /* line 74, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-centered-text-when-small, #landing .copy .copy-words, #landing #qualified .copy-text { text-align: center; } } @media only screen and (min-width: 768px) { /* line 78, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-auto-centered-when-not-small { margin: 0 auto; } /* line 81, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-left-when-not-small { float: left; } /* line 84, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-right-when-not-small { float: right; } /* line 87, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-centered-text-when-not-small { text-align: center; } /* line 90, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-right-aligned-text-when-not-small { text-align: right; } } /* line 93, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-static { position: static !important; } /* line 96, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-relative { position: relative; } /* line 99, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-absolute { position: absolute; top: 0; left: 0; } /* line 104, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-hidden, div.is-hidden, .btn.is-hidden, dd.is-hidden { display: none; } /* line 107, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-invisible { visibility: hidden; } /* line 110, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-visible, .is-active { display: inherit; } /* line 113, ../../app/assets/stylesheets/fresh/_state.css.sass */ .no-padding { padding: 0; } /* line 116, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-full-height { height: 100%; } @media only screen and (min-width: 768px) { /* line 119, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-full-height-when-not-small { height: 100%; } } /* line 123, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-full-width { width: 100%; display: block; } @media only screen and (max-width: 767px) { /* line 127, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-full-width-when-small { width: 100%; display: block; } } /* line 132, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-link { cursor: pointer; } /* line 135, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-bold { font-weight: bold; } /* line 138, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-not-bold { font-weight: normal !important; } /* line 141, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-uppercase { text-transform: uppercase; } /* line 144, ../../app/assets/stylesheets/fresh/_state.css.sass */ .has-auto-scrolling { overflow-y: auto; } /* line 147, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-nudged-up { position: relative; top: -2px; } /* line 151, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-nudged-up-more { position: relative; top: -5px; } /* line 155, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-nudged-down { position: relative; top: 1px; } /* line 159, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-nudged-down-next { position: relative; top: 2px; } /* line 163, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-nudged-down-more { position: relative; top: 3px; } /* line 167, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-rotated-left { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } /* line 170, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-tiny-font-size { font-size: 12px; } /* line 173, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-normal-font-size { font-size: 14px; } /* line 176, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-big-font-size { font-size: 16px; } /* line 180, ../../app/assets/stylesheets/fresh/_state.css.sass */ ul.is-unstyled, ul.no-list-style { list-style: none; } /* line 183, ../../app/assets/stylesheets/fresh/_state.css.sass */ ul.is-inline { *zoom: 1; margin-bottom: 0; list-style: none; display: inline-block; } /* line 38, ../../../gems/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ ul.is-inline:after { content: ""; display: table; clear: both; } /* line 189, ../../app/assets/stylesheets/fresh/_state.css.sass */ ul.is-inline li { float: left; margin-right: 15px; } /* line 193, ../../app/assets/stylesheets/fresh/_state.css.sass */ ul.is-inline.is-right { margin-left: 15px; } /* line 194, ../../app/assets/stylesheets/fresh/_state.css.sass */ ul.is-inline.is-right li { margin-right: 0; } /* line 198, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-red-text { color: #b1361e; } /* line 201, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-unsat-red-text { color: #bb432c; } /* line 204, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-dark-red-text { color: #742121; } /* line 207, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-yellow-text { color: #dfb020; } /* line 210, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-green-text { color: #7c9a44; } /* line 213, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-blue-text { color: #237cce; } /* line 216, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-light-text { color: #ebebeb; } /* line 219, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-transparent { background-color: transparent !important; } /* line 223, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-low-contrast-text { color: #4b4b4b; } /* line 226, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-white-text { color: #4b4b4b; } /* line 229, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-gray-text { color: #6c6c6c; } /* line 232, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .has-top-border { border-top: 1px solid rgba(226, 226, 226, 0.6); } /* line 235, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .has-bottom-border { border-bottom: 1px solid rgba(226, 226, 226, 0.6); } /* line 238, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-lightened { background-color: rgba(136, 136, 136, 0.05); } /* line 241, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-darkened { background-color: rgba(189, 195, 201, 0.15); } /* line 244, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-dimmed { background-color: rgba(199, 196, 196, 0.3) !important; } /* line 247, ../../app/assets/stylesheets/fresh/_state.css.sass */ .inverted-theme .is-blacked-out { background: rgba(255, 255, 255, 0.8); } /* line 252, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-white-text { color: white; } /* line 255, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-low-contrast-text { color: #c9c9c9; } /* line 258, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .has-back-color { background-color: #282828; } /* line 261, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .has-top-border { border-top: 1px solid rgba(255, 255, 255, 0.125); } /* line 264, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .has-bottom-border { border-bottom: 1px solid rgba(255, 255, 255, 0.125); } /* line 267, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .has-right-border { border-right: 1px solid rgba(255, 255, 255, 0.125); } /* line 270, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .has-left-border { border-left: 1px solid rgba(255, 255, 255, 0.125); } /* line 274, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme ul.items-have-border-bottom > li { border-bottom: 1px solid rgba(255, 255, 255, 0.125); } /* line 277, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme ul.items-have-border-bottom > li:last-of-type { border-bottom: 0; } /* line 280, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-darkened { background-color: rgba(0, 0, 0, 0.2) !important; } /* line 283, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-dimmed { background-color: rgba(0, 0, 0, 0.4) !important; } /* line 286, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-ultra-dimmed { background-color: rgba(0, 0, 0, 0.625) !important; } /* line 289, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-lightened { background-color: rgba(255, 255, 255, 0.125) !important; } /* line 292, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .description-edit-link, .dark-theme .is-subtle-lightened { background-color: rgba(255, 255, 255, 0.05) !important; } /* line 295, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-faint-lightened { background-color: rgba(255, 255, 255, 0.03) !important; } /* line 298, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-darkened-text { color: rgba(0, 0, 0, 0.2) !important; } /* line 301, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-brightened-text { color: rgba(255, 255, 255, 0.3) !important; } /* line 304, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-lightened-text { color: rgba(255, 255, 255, 0.125) !important; } /* line 307, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-gray-text { color: #c9c9c9 !important; } /* line 310, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-dark-gray { background-color: #282828 !important; } /* line 313, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-blackout { color: rgba(20, 20, 20, 0.96); } /* line 316, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-blacked-out { background-color: rgba(20, 20, 20, 0.96) !important; } /* line 319, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-low-light { background-color: rgba(0, 0, 0, 0.1) !important; } /* line 322, ../../app/assets/stylesheets/fresh/_state.css.sass */ .dark-theme .is-mid-light { background-color: rgba(79, 94, 112, 0.1) !important; } /* line 326, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-darkened-purple { background-color: rgba(23, 19, 48, 0.2) !important; } /* line 329, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-lightened-purple { background-color: rgba(82, 82, 158, 0.2) !important; } /* line 332, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-red { background-color: #bb432c; } /* line 335, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-green { background-color: #7c9a44; } /* line 338, ../../app/assets/stylesheets/fresh/_state.css.sass */ .no-border-radius { border-radius: 0 !important; } /* line 341, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-rounded { border-radius: 4px; } /* line 344, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-link { color: silver !important; } /* line 347, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-alt-link { color: #6795de !important; } /* line 350, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-error-text, .is-alert-text { color: #c05c48 !important; } /* line 353, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-notice-text { color: #2f7db7 !important; } /* line 356, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-glowing { -webkit-box-shadow: 0px 0px 2px white; box-shadow: 0px 0px 2px white; } /* line 359, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-glowing-red { -webkit-box-shadow: 0px 0px 2px #b1361e; box-shadow: 0px 0px 2px #b1361e; } /* line 362, ../../app/assets/stylesheets/fresh/_state.css.sass */ .is-glowing-link { -webkit-box-shadow: 0px 0px 2px silver; box-shadow: 0px 0px 2px silver; } /* line 365, ../../app/assets/stylesheets/fresh/_state.css.sass */ a:hover .is-glowing-link { -webkit-box-shadow: 0px 0px 2px #cdcdcd; box-shadow: 0px 0px 2px #cdcdcd; } /* line 368, ../../app/assets/stylesheets/fresh/_state.css.sass */ .no-user-select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* line 376, ../../app/assets/stylesheets/fresh/_state.css.sass */ .no-text-decoration { text-decoration: none !important; } /* line 2, ../../app/assets/stylesheets/fresh/_third_party.css.sass */ #Intercom em.unread_counter { position: relative; top: -2px; padding: 1px 4px; color: white; background-color: #b1361e; border: 1px solid white; border-radius: 3px; font-family: tahoma, arial; font-style: normal; font-size: 11px; } /* line 15, ../../app/assets/stylesheets/fresh/_third_party.css.sass */ .profiler-results.profiler-left { top: 55px !important; } /* Make clicks pass-through */ /* line 3, ../../vendor/assets/stylesheets/nprogress.css */ #nprogress { pointer-events: none; -webkit-pointer-events: none; } /* line 8, ../../vendor/assets/stylesheets/nprogress.css */ #nprogress .bar { background: #BB432C; position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 2px; } /* Fancy blur effect */ /* line 21, ../../vendor/assets/stylesheets/nprogress.css */ #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #eee, 0 0 5px #eee; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } /* Remove these to get rid of the spinner */ /* line 38, ../../vendor/assets/stylesheets/nprogress.css */ #nprogress .spinner { display: none; } /* line 3, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .comment { color: #969896; } /* line 6, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .comment { color: #45612b; } /* line 9, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .title { color: #eeeeee; } /* line 12, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .title { color: #302a27; } /* line 15, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-tag { color: #81a2be; } /* line 18, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-variable, pre .hljs-attribute, pre .hljs-regexp, pre .hljs-ruby .hljs-constant { color: #cc6666; } /* line 22, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-xml .hljs-tag .hljs-title, pre .hljs-xml .hljs-pi, pre .hljs-xml .hljs-doctype { color: #cc6666; } /* line 25, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-html .hljs-doctype { color: #cc6666; } /* line 29, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-css .hljs-id, pre .hljs-css .hljs-class, pre .hljs-css .hljs-pseudo { color: #cc6666; } /* line 32, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-number, pre .hljs-preprocessor, pre .hljs-built_in, pre .hljs-literal, pre .hljs-params, pre .hljs-constant { color: #de935f; } /* line 35, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-number, .inverted-theme pre .hljs-preprocessor, .inverted-theme pre .hljs-built_in, .inverted-theme pre .hljs-literal, .inverted-theme pre .hljs-params, .inverted-theme pre .hljs-constant { color: #a34503; } /* line 38, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-class .hljs-title, pre .hljs-css .hljs-rules .hljs-attribute { color: #f0c674; } /* line 41, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-class .hljs-title, .inverted-theme pre .hljs-css .hljs-rules .hljs-attribute { color: #b17500; } /* line 44, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-string, pre .hljs-value, pre .hljs-inheritance, pre .hljs-header, pre .hljs-ruby .hljs-symbol, pre .xml .cdata { color: #b5bd68; } /* line 47, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-string, .inverted-theme pre .hljs-value, .inverted-theme pre .hljs-inheritance, .inverted-theme pre .hljs-header, .inverted-theme pre .hljs-ruby .hljs-symbol, .inverted-theme pre .xml .cdata { color: #584a00; } /* line 50, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-symbol { color: #dddddd; } /* line 52, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-symbol { color: #2aa198; } /* line 55, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-css .hljs-hexcolor { color: #8abeb7; } /* line 58, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-function { color: #81a2be; } /* line 61, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-function { color: #0c6bad; } /* line 65, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .python .hljs-decorator, pre .python .hljs-title { color: #81a2be; } /* line 69, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .ruby .hljs-function .hljs-title, pre .ruby .hljs-title .hljs-keyword { color: #81a2be; } /* line 72, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .perl .hljs-sub, pre .javascript .hljs-title, pre .coffeescript .hljs-title { color: #81a2be; } /* line 75, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .hljs-keyword, pre .javascript .hljs-function { color: #b294bb; } /* line 78, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre .hljs-keyword, .inverted-theme pre .javascript .hljs-function { color: #ac40ff; } /* line 81, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre code { display: block; background: #1d1f21; color: #c5c8c6; padding: 0.5em; overflow-x: auto; font-family: "CamingoCode-Regular", monospace; font-size: 13px; } /* line 90, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ .inverted-theme pre code { background: #f1f1f1; color: #302a27; } /* line 94, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .coffeescript .javascript, pre .javascript .hljs-xml, pre .hljs-tex .hljs-formula { opacity: 0.5; } /* line 98, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ pre .xml .javascript, pre .xml .vbscript, pre .xml .hljs-css, pre .xml .hljs-cdata { opacity: 0.5; } /* line 101, ../../app/assets/stylesheets/syntax_highlighting/markdown_code.sass */ img.emoji { width: 20px; height: 20px; } /* BASICS */ /* line 4, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror { /* Set height, width, borders, and global font properties here */ font-family: monospace; height: 300px; color: black; } /* PADDING */ /* line 13, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-lines { padding: 4px 0; /* Vertical padding around content */ } /* line 16, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror pre { padding: 0 4px; /* Horizontal padding of content */ } /* line 20, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { background-color: white; /* The little square between H and V scrollbars */ } /* GUTTER */ /* line 26, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutters { border-right: 1px solid #ddd; background-color: #f7f7f7; white-space: nowrap; } /* line 32, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-linenumber { padding: 0 3px 0 5px; min-width: 20px; text-align: right; color: #999; white-space: nowrap; } /* line 40, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-guttermarker { color: black; } /* line 41, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-guttermarker-subtle { color: #999; } /* CURSOR */ /* line 45, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-cursor { border-left: 1px solid black; border-right: none; width: 0; } /* Shown when moving in bi-directional text */ /* line 51, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror div.CodeMirror-secondarycursor { border-left: 1px solid silver; } /* line 54, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-fat-cursor .CodeMirror-cursor { width: auto; border: 0 !important; background: #7e7; } /* line 59, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-fat-cursor div.CodeMirror-cursors { z-index: 1; } /* line 63, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-animate-fat-cursor { width: auto; border: 0; -webkit-animation: blink 1.06s steps(1) infinite; -moz-animation: blink 1.06s steps(1) infinite; animation: blink 1.06s steps(1) infinite; background-color: #7e7; } @-moz-keyframes blink { /* line 73, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ 50% { background-color: transparent; } } @-webkit-keyframes blink { /* line 78, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ 50% { background-color: transparent; } } @keyframes blink { /* line 83, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ 50% { background-color: transparent; } } /* Can style cursor different in overwrite (non-insert) mode */ /* line 90, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-tab { display: inline-block; text-decoration: inherit; } /* line 92, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-rulers { position: absolute; left: 0; right: 0; top: -50px; bottom: -20px; overflow: hidden; } /* line 97, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-ruler { border-left: 1px solid #ccc; top: 0; bottom: 0; position: absolute; } /* DEFAULT THEME */ /* line 105, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-header { color: blue; } /* line 106, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-quote { color: #090; } /* line 107, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-negative { color: #d44; } /* line 108, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-positive { color: #292; } /* line 109, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-header, .cm-strong { font-weight: bold; } /* line 110, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-em { font-style: italic; } /* line 111, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-link { text-decoration: underline; } /* line 112, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-strikethrough { text-decoration: line-through; } /* line 114, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-keyword { color: #708; } /* line 115, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-atom { color: #219; } /* line 116, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-number { color: #164; } /* line 117, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-def { color: #00f; } /* line 122, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-variable-2 { color: #05a; } /* line 123, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-variable-3 { color: #085; } /* line 124, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-comment { color: #a50; } /* line 125, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-string { color: #a11; } /* line 126, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-string-2 { color: #f50; } /* line 127, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-meta { color: #555; } /* line 128, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-qualifier { color: #555; } /* line 129, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-builtin { color: #30a; } /* line 130, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-bracket { color: #997; } /* line 131, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-tag { color: #170; } /* line 132, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-attribute { color: #00c; } /* line 133, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-hr { color: #999; } /* line 134, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-link { color: #00c; } /* line 136, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-s-default .cm-error { color: #f00; } /* line 137, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-invalidchar { color: #f00; } /* line 139, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-composing { border-bottom: 2px solid; } /* Default styles for common addons */ /* line 143, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ div.CodeMirror span.CodeMirror-matchingbracket { color: #0f0; } /* line 144, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ div.CodeMirror span.CodeMirror-nonmatchingbracket { color: #f22; } /* line 145, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-matchingtag { background: rgba(255, 150, 0, 0.3); } /* line 146, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-activeline-background { background: #e8f2ff; } /* STOP */ /* The rest of this file contains styles related to the mechanics of the editor. You probably shouldn't touch them. */ /* line 153, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror { position: relative; overflow: hidden; background: white; } /* line 159, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-scroll { overflow: scroll !important; /* Things will break if this is overridden */ /* 30px is the magic margin used to hide the element's real scrollbars */ /* See overflow: hidden in .CodeMirror */ margin-bottom: -30px; margin-right: -30px; padding-bottom: 30px; height: 100%; outline: none; /* Prevent dragging from highlighting the element */ position: relative; } /* line 169, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-sizer { position: relative; border-right: 30px solid transparent; } /* The fake, visible scrollbars. Used to force redraw during scrolling before actual scrolling happens, thus preventing shaking and flickering artifacts. */ /* line 177, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { position: absolute; z-index: 6; display: none; } /* line 182, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-vscrollbar { right: 0; top: 0; overflow-x: hidden; overflow-y: scroll; } /* line 187, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-hscrollbar { bottom: 0; left: 0; overflow-y: hidden; overflow-x: scroll; } /* line 192, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-scrollbar-filler { right: 0; bottom: 0; } /* line 195, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter-filler { left: 0; bottom: 0; } /* line 199, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutters { position: absolute; left: 0; top: 0; min-height: 100%; z-index: 3; } /* line 204, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter { white-space: normal; height: 100%; display: inline-block; vertical-align: top; margin-bottom: -30px; /* Hack to make IE7 behave */ *zoom: 1; *display: inline; } /* line 214, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter-wrapper { position: absolute; z-index: 4; background: none !important; border: none !important; } /* line 220, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter-background { position: absolute; top: 0; bottom: 0; z-index: 4; } /* line 225, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; } /* line 230, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-gutter-wrapper { -webkit-user-select: none; -moz-user-select: none; user-select: none; } /* line 236, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-lines { cursor: text; min-height: 1px; /* prevents collapsing before first draw */ } /* line 240, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror pre { /* Reset some styles that the rest of the page might have set */ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border-width: 0; background: transparent; font-family: inherit; font-size: inherit; margin: 0; white-space: pre; word-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; -webkit-tap-highlight-color: transparent; -webkit-font-variant-ligatures: none; font-variant-ligatures: none; } /* line 259, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-wrap pre { word-wrap: break-word; white-space: pre-wrap; word-break: normal; } /* line 265, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-linebackground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; } /* line 271, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-linewidget { position: relative; z-index: 2; overflow: auto; } /* line 279, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-code { outline: none; } /* Force content-box sizing for the elements where we expect it */ /* line 288, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-scroll, .CodeMirror-sizer, .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber { -moz-box-sizing: content-box; box-sizing: content-box; } /* line 293, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-measure { position: absolute; width: 100%; height: 0; overflow: hidden; visibility: hidden; } /* line 301, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-cursor { position: absolute; pointer-events: none; } /* line 305, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-measure pre { position: static; } /* line 307, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ div.CodeMirror-cursors { visibility: hidden; position: relative; z-index: 3; } /* line 312, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ div.CodeMirror-dragcursors { visibility: visible; } /* line 316, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-focused div.CodeMirror-cursors { visibility: visible; } /* line 320, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-selected { background: #d9d9d9; } /* line 321, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } /* line 322, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-crosshair { cursor: crosshair; } /* line 323, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } /* line 324, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } /* line 326, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-searching { background: #ffa; background: rgba(255, 255, 0, 0.4); } /* IE7 hack to prevent it from returning funny offsetTops on the spans */ /* line 332, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror span { *vertical-align: text-bottom; } /* Used to force a border model for a node */ /* line 335, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-force-border { padding-right: .1px; } @media print { /* Hide the cursor when printing */ /* line 339, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .CodeMirror div.CodeMirror-cursors { visibility: hidden; } } /* See issue #2901 */ /* line 345, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ .cm-tab-wrap-hack:after { content: ''; } /* Help users use markselection to safely style text background */ /* line 348, ../../vendor/assets/bower_components/codemirror/lib/codemirror.css */ span.CodeMirror-selectedtext { background: none; } /* line 1, ../../vendor/assets/bower_components/codemirror/addon/fold/foldgutter.css */ .CodeMirror-foldmarker { color: blue; text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px; font-family: arial; line-height: .3; cursor: pointer; } /* line 8, ../../vendor/assets/bower_components/codemirror/addon/fold/foldgutter.css */ .CodeMirror-foldgutter { width: .7em; } /* line 12, ../../vendor/assets/bower_components/codemirror/addon/fold/foldgutter.css */ .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { cursor: pointer; } /* line 15, ../../vendor/assets/bower_components/codemirror/addon/fold/foldgutter.css */ .CodeMirror-foldgutter-open:after { content: "\25BE"; } /* line 18, ../../vendor/assets/bower_components/codemirror/addon/fold/foldgutter.css */ .CodeMirror-foldgutter-folded:after { content: "\25B8"; } /* line 1, ../../vendor/assets/bower_components/codemirror/addon/dialog/dialog.css */ .CodeMirror-dialog { position: absolute; left: 0; right: 0; background: inherit; z-index: 15; padding: .1em .8em; overflow: hidden; color: inherit; } /* line 11, ../../vendor/assets/bower_components/codemirror/addon/dialog/dialog.css */ .CodeMirror-dialog-top { border-bottom: 1px solid #eee; top: 0; } /* line 16, ../../vendor/assets/bower_components/codemirror/addon/dialog/dialog.css */ .CodeMirror-dialog-bottom { border-top: 1px solid #eee; bottom: 0; } /* line 21, ../../vendor/assets/bower_components/codemirror/addon/dialog/dialog.css */ .CodeMirror-dialog input { border: none; outline: none; background: transparent; width: 20em; color: inherit; font-family: monospace; } /* line 30, ../../vendor/assets/bower_components/codemirror/addon/dialog/dialog.css */ .CodeMirror-dialog button { font-size: 70%; } /* line 1, ../../vendor/assets/bower_components/codemirror/addon/hint/show-hint.css */ .CodeMirror-hints { position: absolute; z-index: 10; overflow: hidden; list-style: none; margin: 0; padding: 2px; -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); border-radius: 3px; border: 1px solid silver; background: white; font-size: 90%; font-family: monospace; max-height: 20em; overflow-y: auto; } /* line 24, ../../vendor/assets/bower_components/codemirror/addon/hint/show-hint.css */ .CodeMirror-hint { margin: 0; padding: 0 4px; border-radius: 2px; white-space: pre; color: black; cursor: pointer; } /* line 33, ../../vendor/assets/bower_components/codemirror/addon/hint/show-hint.css */ li.CodeMirror-hint-active { background: #08f; color: white; } /* Name: Codewars Author: <NAME> CodeMirror template by <NAME> (https://github.com/idleberg/base16-codemirror) Original Base16 color scheme by <NAME> (https://github.com/chriskempson/base16) */ /* line 11, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .CodeMirror { height: 100%; font-family: 'CamingoCode-Regular', monospace; line-height: 1.25em; } /* line 13, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark.CodeMirror { background: #131414; color: #CCCCCC; } /* line 14, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark div.CodeMirror-selected { background: #4A5964 !important; } /* line 15, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark .CodeMirror-gutters { background: #131414; border-right: 0px; } /* line 16, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark .CodeMirror-linenumber { color: #515151; } /* line 17, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark .CodeMirror-cursor { border-left: 1px solid #999 !important; } /* line 19, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-comment { color: #969896; } /* line 20, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-atom { color: #CCC; } /* line 21, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-number { color: #de935f; } /* line 23, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-property, .cm-s-cw-dark span.cm-attribute { color: #81a2be; } /* line 24, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-keyword { color: #b294bb; } /* line 25, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-string { color: #b5bd68; } /* line 27, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-variable { color: #eeeeee; } /* line 28, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-variable-2 { color: #cc6666; } /* line 29, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-def { color: #de935f; } /* line 30, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-bracket { color: #cccccc; } /* line 31, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-tag { color: #f0c674; } /* line 32, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-link { color: #a16a94; } /* line 33, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-error { background: #f2777a; color: #6A6A6A; } /* line 34, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark span.cm-operator { color: #dddddd; } /* line 36, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark .CodeMirror-activeline-background { background: rgba(255, 255, 255, 0.05) !important; } /* line 37, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .cm-s-cw-dark .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; } /* line 39, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .CodeMirror-dialog { padding: 5px; background: #131414; color: white; } /* line 42, ../../app/assets/stylesheets/syntax_highlighting/cw-dark.scss */ .CodeMirror-dialog input { display: inline-block; height: 25px; margin-top: 5px; } /* line 3, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted { background-color: #efefef; color: #444444; } /* line 7, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .dark-theme .cm-s-cw-inverted { background-color: #efefef; color: #222222; } /* line 11, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .emphasis { font-weight: bold; } /* line 14, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .dotted { border-bottom: 1px dotted #c64b16; } /* line 18, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-gutter { background-color: #e8e8e8; border-right: 1px solid #e8e8e8; } /* line 22, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .dark-theme .cm-s-cw-inverted .CodeMirror-gutter { background-color: #efefef; border-color: #efefef; } /* line 26, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-gutters { border-right: 0; } /* line 30, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-gutter .CodeMirror-gutter-text { color: #93a1a1; } /* line 33, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .dark-theme .cm-s-cw-inverted .CodeMirror-gutter .CodeMirror-gutter-text { color: #839191; } /* line 36, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-cursor { border-left-color: #002b36 !important; } /* line 39, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-matchingbracket { color: #002b36; background-color: #eee8d5; box-shadow: 0 0 10px #eee8d5; font-weight: bold; } /* line 45, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-nonmatchingbracket { color: #002b36; background-color: #eee8d5; box-shadow: 0 0 10px #eee8d5; font-weight: bold; color: #c2322f; border-bottom: 1px dotted #cb4b16; } /* line 53, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-keyword { color: #ac40ff; } /* line 56, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-atom { color: #2aa198; } /* line 59, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-number { color: #a34503; } /* line 62, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-def { color: #705800; } /* line 65, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-variable { color: #302a27; } /* line 68, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-variable-2 { color: #cb4b16; } /* line 71, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-variable-3 { color: #9d4216; } /* line 74, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-comment { color: #45612b; } /* line 77, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-property { color: #0c6bad; } /* line 80, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-operator { color: #445358; } /* line 83, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-string { color: #584a00; } /* line 86, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-error { font-weight: bold; border-bottom: 1px dotted #cb262e; } /* line 90, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-bracket { color: #333333; } /* line 93, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-tag { color: #b17500; } /* line 96, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-attribute { color: #586e75; font-weight: bold; } /* line 100, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted span.cm-meta { color: #268bd2; } /* line 122, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-activeline-background { background: #ecf5ff !important; } /* line 125, ../../app/assets/stylesheets/syntax_highlighting/cw-inverted.sass */ .cm-s-cw-inverted .CodeMirror-matchingbracket { text-decoration: underline; color: #171717 !important; } /* line 3, ../../app/assets/stylesheets/carbon.css.sass */ .carbon-wrap a img { float: left; display: block; margin-right: 15px; } /* line 8, ../../app/assets/stylesheets/carbon.css.sass */ .carbon-poweredby { display: block; color: white !important; margin-top: 5px; font-size: 12px; } /* ... */
0.224565
0.070017
.monetary-container { display: flex; align-items: center; justify-content: space-evenly; flex-direction: row; height: 60%; width: 70%; padding: 30px; background-color: #FFF; margin: 25px auto; border-radius: 6px; } .monetary-container > .ngos-selector { width: 50%; margin-right: 15px; } .monetary-container > .ngos-selector > ul { list-style: none; overflow-y: scroll; height: 350px; padding: 8px 0; } .monetary-container > .ngos-selector > ul > li > label { display: flex; align-items: center; flex-direction: row; width: 100%; margin-bottom: 8px; } .monetary-container > .ngos-selector > ul > li > label > .ngo { display: flex; align-items: flex-start; flex-direction: row; width: 90%; border-radius: 4px; box-shadow: 0 0 5px 0 #0004; padding: 8px; margin-left: 8px; cursor: pointer; } .monetary-container > .ngos-selector > ul > li > label > .ngo > img { height: 86px; width: 86px; border-radius: 4px; margin-right: 12px; } .monetary-container > .ngos-selector > ul > li > label > .ngo > .details { display: flex; flex-direction: column; } .monetary-container > .ngos-selector > ul > li > label > .ngo > .details > strong { font-size: 18px; color: #222; } .monetary-container > .ngos-selector > ul > li > label > .ngo > .details > p { margin-top: 4px; color: #666; font-size: 16px; } .monetary-container > form { display: flex; flex-direction: column; width: 50%; } .monetary-container > form > label { display: inline-flex; font-weight: bold; margin-top: 15px; margin-bottom: 5px; } .monetary-container > form > label > p { color: #999; font-size: 14px; margin-left: 6px; } .monetary-container > form > label#select-picture { display: flex; align-items: center; justify-content: center; margin-top: 0; width: 100%; height: 120px; border: 1px dashed #999; border-radius: 4px; cursor: pointer; } .monetary-container > form > label > input[type="file"] { display: none; } .monetary-container > form > input, .monetary-container > form > select { height: 42px; width: 100%; padding: 0 20px; font-size: 14px; border: none; border-radius: 4px; background-color: #DDD; } .monetary-container > form > button { height: 42px; width: 100%; margin-top: 50px; background: #FF0055; border: none; border-radius: 4px; color: #fff; font-size: 16px; font-weight: bold; cursor: pointer; transition: background .2s; } .monetary-container > form > button:hover { background: #FF0055DD; } .preview { border: none !important; background-repeat: no-repeat; background-size: cover; background-position-y: 50%; } .preview > svg { display: none !important; }
web/src/pages/Monetary/styles.css
.monetary-container { display: flex; align-items: center; justify-content: space-evenly; flex-direction: row; height: 60%; width: 70%; padding: 30px; background-color: #FFF; margin: 25px auto; border-radius: 6px; } .monetary-container > .ngos-selector { width: 50%; margin-right: 15px; } .monetary-container > .ngos-selector > ul { list-style: none; overflow-y: scroll; height: 350px; padding: 8px 0; } .monetary-container > .ngos-selector > ul > li > label { display: flex; align-items: center; flex-direction: row; width: 100%; margin-bottom: 8px; } .monetary-container > .ngos-selector > ul > li > label > .ngo { display: flex; align-items: flex-start; flex-direction: row; width: 90%; border-radius: 4px; box-shadow: 0 0 5px 0 #0004; padding: 8px; margin-left: 8px; cursor: pointer; } .monetary-container > .ngos-selector > ul > li > label > .ngo > img { height: 86px; width: 86px; border-radius: 4px; margin-right: 12px; } .monetary-container > .ngos-selector > ul > li > label > .ngo > .details { display: flex; flex-direction: column; } .monetary-container > .ngos-selector > ul > li > label > .ngo > .details > strong { font-size: 18px; color: #222; } .monetary-container > .ngos-selector > ul > li > label > .ngo > .details > p { margin-top: 4px; color: #666; font-size: 16px; } .monetary-container > form { display: flex; flex-direction: column; width: 50%; } .monetary-container > form > label { display: inline-flex; font-weight: bold; margin-top: 15px; margin-bottom: 5px; } .monetary-container > form > label > p { color: #999; font-size: 14px; margin-left: 6px; } .monetary-container > form > label#select-picture { display: flex; align-items: center; justify-content: center; margin-top: 0; width: 100%; height: 120px; border: 1px dashed #999; border-radius: 4px; cursor: pointer; } .monetary-container > form > label > input[type="file"] { display: none; } .monetary-container > form > input, .monetary-container > form > select { height: 42px; width: 100%; padding: 0 20px; font-size: 14px; border: none; border-radius: 4px; background-color: #DDD; } .monetary-container > form > button { height: 42px; width: 100%; margin-top: 50px; background: #FF0055; border: none; border-radius: 4px; color: #fff; font-size: 16px; font-weight: bold; cursor: pointer; transition: background .2s; } .monetary-container > form > button:hover { background: #FF0055DD; } .preview { border: none !important; background-repeat: no-repeat; background-size: cover; background-position-y: 50%; } .preview > svg { display: none !important; }
0.22194
0.068195
html, body, .root { height: 100%; } body { line-height: 1.5; } body, .app { background: white; } /* main page */ .list-books-title { padding: 10px 0; background: #fff; text-align: center; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } .list-books-title img { width: 175px; margin-top: 7px; } .list-books-content { padding: 0 0 80px; flex: 1; } .bookshelf { padding: 0 10px 20px; } @media (min-width: 600px) { .bookshelf { padding: 0 20px 40px; } } .bookshelf:first-of-type h2 { margin-top: 0; padding-top: 0.83em; } .bookshelf-books { text-align: center; } .open-search { position: fixed; right: 25px; bottom: 25px; } .open-search a { display: block; width: 50px; height: 50px; border-radius: 50%; border: transparent; background: #fbb926; background-image: url('./icons/add.svg'); background-repeat: no-repeat; background-position: center; background-size: 28px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); font-size: 0; outline: 0; } .shelves-loading { display: inline-block; width: 64px; height: 64px; position: absolute; top: 50%; left: 50%; } .shelves-loading:after { content: ' '; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #361e6f; border-color: #361e6f transparent #361e6f transparent; animation: shelves-loader 1.2s linear infinite; } @keyframes shelves-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* search page */ .search-books-bar { position: fixed; width: 100%; top: 0; left: 0; z-index: 5; display: flex; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 0 6px rgba(0, 0, 0, 0.23); } .search-books-input-wrapper { flex: 1; background: #e9e; } .search-books-bar input { width: 100%; padding: 15px 10px; font-size: 1.25em; border: none; outline: none; } .close-search { display: block; top: 20px; left: 15px; width: 50px; height: 53px; background-color: #fff; background-image: url('./icons/arrow-back.svg'); background-position: center; background-repeat: no-repeat; background-size: 28px; font-size: 0; border: none; outline: none; } button:active { border: red; outline: none; } .search-books-results { padding: 80px 10px 20px; } /* books grid */ .books-grid { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: center; flex-wrap: wrap; } .books-grid li { padding: 10px 15px; text-align: left; } .book { width: 140px; } .book-title, .book-authors { font-size: 0.8em; } .book-title { font-weight: bold; margin-top: 10px; } .book-authors { opacity: 0.7; } .book-top { position: relative; height: 200px; display: flex; align-items: flex-end; } .book-shelf-changer { position: absolute; right: 0; bottom: -10px; width: 40px; height: 40px; border-radius: 50%; background: #361e6f; background-image: url('./icons/arrow-drop-down.svg'); background-repeat: no-repeat; background-position: center; background-size: 20px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } @media only screen and (min-width: 1025px) { .book { transition: all 0.2s ease-in-out; } .book:hover { transform: scale(1.1); } .book-shelf-changer { visibility: hidden; opacity: 0; transition: all 0.2s ease-in-out; } .book:hover .book-shelf-changer { visibility: visible; opacity: 1; transform: scale(1.1); } } .book-shelf-changer select { width: 100%; height: 100%; opacity: 0; cursor: pointer; } /* book cover */ .book-cover { box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15); background: #eee; border-radius: 3px; } .book-cover-title { padding: 20px 10px 0; text-align: center; font-size: 0.8em; } .currently-reading { color: #fff; background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); /* background: linear-gradient(to bottom, #677ec2, #4f51ca), linear-gradient(1deg, #6936ce, #00bdc1); */ background-size: 400% 400%; -webkit-animation: Gradient 10s ease infinite; -moz-animation: Gradient 10s ease infinite; animation: Gradient 10s ease infinite; } @-webkit-keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @-moz-keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
src/App.css
html, body, .root { height: 100%; } body { line-height: 1.5; } body, .app { background: white; } /* main page */ .list-books-title { padding: 10px 0; background: #fff; text-align: center; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } .list-books-title img { width: 175px; margin-top: 7px; } .list-books-content { padding: 0 0 80px; flex: 1; } .bookshelf { padding: 0 10px 20px; } @media (min-width: 600px) { .bookshelf { padding: 0 20px 40px; } } .bookshelf:first-of-type h2 { margin-top: 0; padding-top: 0.83em; } .bookshelf-books { text-align: center; } .open-search { position: fixed; right: 25px; bottom: 25px; } .open-search a { display: block; width: 50px; height: 50px; border-radius: 50%; border: transparent; background: #fbb926; background-image: url('./icons/add.svg'); background-repeat: no-repeat; background-position: center; background-size: 28px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); font-size: 0; outline: 0; } .shelves-loading { display: inline-block; width: 64px; height: 64px; position: absolute; top: 50%; left: 50%; } .shelves-loading:after { content: ' '; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #361e6f; border-color: #361e6f transparent #361e6f transparent; animation: shelves-loader 1.2s linear infinite; } @keyframes shelves-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* search page */ .search-books-bar { position: fixed; width: 100%; top: 0; left: 0; z-index: 5; display: flex; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 0 6px rgba(0, 0, 0, 0.23); } .search-books-input-wrapper { flex: 1; background: #e9e; } .search-books-bar input { width: 100%; padding: 15px 10px; font-size: 1.25em; border: none; outline: none; } .close-search { display: block; top: 20px; left: 15px; width: 50px; height: 53px; background-color: #fff; background-image: url('./icons/arrow-back.svg'); background-position: center; background-repeat: no-repeat; background-size: 28px; font-size: 0; border: none; outline: none; } button:active { border: red; outline: none; } .search-books-results { padding: 80px 10px 20px; } /* books grid */ .books-grid { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: center; flex-wrap: wrap; } .books-grid li { padding: 10px 15px; text-align: left; } .book { width: 140px; } .book-title, .book-authors { font-size: 0.8em; } .book-title { font-weight: bold; margin-top: 10px; } .book-authors { opacity: 0.7; } .book-top { position: relative; height: 200px; display: flex; align-items: flex-end; } .book-shelf-changer { position: absolute; right: 0; bottom: -10px; width: 40px; height: 40px; border-radius: 50%; background: #361e6f; background-image: url('./icons/arrow-drop-down.svg'); background-repeat: no-repeat; background-position: center; background-size: 20px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } @media only screen and (min-width: 1025px) { .book { transition: all 0.2s ease-in-out; } .book:hover { transform: scale(1.1); } .book-shelf-changer { visibility: hidden; opacity: 0; transition: all 0.2s ease-in-out; } .book:hover .book-shelf-changer { visibility: visible; opacity: 1; transform: scale(1.1); } } .book-shelf-changer select { width: 100%; height: 100%; opacity: 0; cursor: pointer; } /* book cover */ .book-cover { box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15); background: #eee; border-radius: 3px; } .book-cover-title { padding: 20px 10px 0; text-align: center; font-size: 0.8em; } .currently-reading { color: #fff; background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); /* background: linear-gradient(to bottom, #677ec2, #4f51ca), linear-gradient(1deg, #6936ce, #00bdc1); */ background-size: 400% 400%; -webkit-animation: Gradient 10s ease infinite; -moz-animation: Gradient 10s ease infinite; animation: Gradient 10s ease infinite; } @-webkit-keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @-moz-keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
0.477554
0.090494
.room-number { /*position: absolute;*/ font-size: 50px; padding: 10px; } body { margin: 10px; } #chat-wrapper { overflow: hidden; background: aliceblue; color: black; } #problem-message { resize: none; font-size: 20px; } #problem-submit { height: 50px; } .problem-created-by { cursor: pointer; overflow: scroll; width: 15%; transform: translate(0, -20px); color: #4c4c55; font-size: 15px; position: absolute; white-space: nowrap; right: 10%; } .problem-created-by:before { content: "Created by: "; } .problem-created-by:hover { color: white; } .problem-list-problem { list-style: none; font-size: 25px; padding: 2px 0px; border-bottom: 1px solid #4c4c55; border-radius: 2px; height: 35px; } .problem-list-problem>div { white-space: nowrap; width: 80%; overflow: scroll; } .problem-created-by::-webkit-scrollbar { display: none; } .problem-list-problem>div::-webkit-scrollbar { display: none; } .problem-list-problem:hover { background: rgba(255, 255, 255, 0.1); } .problem-list-problem.solved>div { width: calc(80% - 83px); margin-left: 83px; } .problem-list-problem.solved>div::before { font-size: 19px; padding: 3px 10px; content: "Solved"; position: absolute; background: #129612; border-radius: 7px; transform: translate(-83px, 0px); } .problem-list-problem>div { cursor: pointer; } .problem-list { padding: 0; } .problem-list:empty{ text-align: center; } .problem-list:empty::after { content: "No Problems"; } #chat-box { padding: 5px 15px; height: 4in; overflow: scroll; width: calc(100% - 225px); display: inline-block; border-right-color: black; border-right-width: 2px; border-left-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-style: solid; } #view-problem-content { display: none; } #users-list { padding-top: 5px; width: 180px; display: inline-block; vertical-align:top; overflow: scroll; } h1 { display: inline-block; } #controls { float: right; display: inline-block; } #message { width: calc(100% - 186px); text-align: left; } .room-info { position: absolute; right: 80px; top:10px; margin: 7px 15px; font-size: 15px; } hr { border-color: #585858; } .comment { cursor: pointer; font-size: 18px; border-left: 2px solid #585858; margin: 5px; padding-left: 5px; } .comment:not(.comment-hidden):hover { border-left: 2px solid #9c9caf; } .comment-hidden { border: 0px; } .comment-hidden>span { display: none; } #comments > .comment-hidden:after { font-size: 16px; height: 19px; display: block; content: "+"; transform: translate(-6px, 0px); background: #379ffb63; border-radius: 10px; width: 15px; padding-left: 5px; } #add-comment { display: none; } #add-comment-message { resize: none; font-size: 20px; } #comments:empty { text-align: center; } #comments:empty::after { content: "No Comments"; } #chat-wrapper *, #message { color: black !important; } .message { background: var(--primary-color-transparent); height: 52px; padding: 18px 30px; font-size: 1em; border-radius: 7px; margin: 3px; cursor: pointer; color: white; }
static/css/room.css
.room-number { /*position: absolute;*/ font-size: 50px; padding: 10px; } body { margin: 10px; } #chat-wrapper { overflow: hidden; background: aliceblue; color: black; } #problem-message { resize: none; font-size: 20px; } #problem-submit { height: 50px; } .problem-created-by { cursor: pointer; overflow: scroll; width: 15%; transform: translate(0, -20px); color: #4c4c55; font-size: 15px; position: absolute; white-space: nowrap; right: 10%; } .problem-created-by:before { content: "Created by: "; } .problem-created-by:hover { color: white; } .problem-list-problem { list-style: none; font-size: 25px; padding: 2px 0px; border-bottom: 1px solid #4c4c55; border-radius: 2px; height: 35px; } .problem-list-problem>div { white-space: nowrap; width: 80%; overflow: scroll; } .problem-created-by::-webkit-scrollbar { display: none; } .problem-list-problem>div::-webkit-scrollbar { display: none; } .problem-list-problem:hover { background: rgba(255, 255, 255, 0.1); } .problem-list-problem.solved>div { width: calc(80% - 83px); margin-left: 83px; } .problem-list-problem.solved>div::before { font-size: 19px; padding: 3px 10px; content: "Solved"; position: absolute; background: #129612; border-radius: 7px; transform: translate(-83px, 0px); } .problem-list-problem>div { cursor: pointer; } .problem-list { padding: 0; } .problem-list:empty{ text-align: center; } .problem-list:empty::after { content: "No Problems"; } #chat-box { padding: 5px 15px; height: 4in; overflow: scroll; width: calc(100% - 225px); display: inline-block; border-right-color: black; border-right-width: 2px; border-left-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-style: solid; } #view-problem-content { display: none; } #users-list { padding-top: 5px; width: 180px; display: inline-block; vertical-align:top; overflow: scroll; } h1 { display: inline-block; } #controls { float: right; display: inline-block; } #message { width: calc(100% - 186px); text-align: left; } .room-info { position: absolute; right: 80px; top:10px; margin: 7px 15px; font-size: 15px; } hr { border-color: #585858; } .comment { cursor: pointer; font-size: 18px; border-left: 2px solid #585858; margin: 5px; padding-left: 5px; } .comment:not(.comment-hidden):hover { border-left: 2px solid #9c9caf; } .comment-hidden { border: 0px; } .comment-hidden>span { display: none; } #comments > .comment-hidden:after { font-size: 16px; height: 19px; display: block; content: "+"; transform: translate(-6px, 0px); background: #379ffb63; border-radius: 10px; width: 15px; padding-left: 5px; } #add-comment { display: none; } #add-comment-message { resize: none; font-size: 20px; } #comments:empty { text-align: center; } #comments:empty::after { content: "No Comments"; } #chat-wrapper *, #message { color: black !important; } .message { background: var(--primary-color-transparent); height: 52px; padding: 18px 30px; font-size: 1em; border-radius: 7px; margin: 3px; cursor: pointer; color: white; }
0.403097
0.115636
*{ margin: 0; padding: 0; box-sizing: border-box; } .container{ width: 1140px; margin: 0 auto; } ul,ol{ list-style: none; } a{ text-decoration: none; } body{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .navbar-list{ padding: 30px 0px; display: flex; } .navbar-item{ width: 230px; display: flex; align-items: center; justify-content: center; } .navbar-link{ padding: 15px; } .navbar-img{ padding: 5px; width:35px; height: 27px; } .navbar-item:nth-child(4){ display: flex; justify-content: flex-end; } .navbar-item:nth-child(1){ width: 450px; display: flex; justify-content: flex-start; } .navbar-item:nth-child(3){ padding: 10px; width: 260px; display: flex; justify-content: flex-end; } .navbar-logo-link{ padding: 15px; font-size: 24px; font-style: normal; font-weight: 700; line-height: 29px; letter-spacing: 0.05em; text-align: left; color: black; } .navbar{ background-color: rgba(249, 246, 241, 1); } .navbar-link{ font-size: 14px; font-style: normal; font-weight: 500; line-height: 17px; letter-spacing: 0.03em; text-align: left; color: black; } .header-list{ display: flex; justify-content: space-between; align-items: center; } .header-right-list{ position: relative; } .header-right-subtitle{ position: absolute; left: 84%; top: 10%; } .header-right-title{ position: absolute; left: 75%; top: 20%; } .header-left-text{ font-size: 30px; font-style: normal; font-weight: 400; line-height: 37px; letter-spacing: 0.02em; text-align: left; color: black; } .header-left-title{ font-size: 55px; font-style: normal; font-weight: 700; line-height: 67px; letter-spacing: 0.04em; text-align: left; color: black; } .header-left-btn{ display: flex; justify-content: center; align-items: center; height: 55px; width: 240px; left: 405px; top: 419px; border: none; border-radius: 0px; font-family: Montserrat; font-size: 16px; font-style: normal; font-weight: 400; line-height: 20px; letter-spacing: 0.03em; text-align: left; color: rgba(255, 255, 255, 1); background: rgba(215, 179, 153, 1); } .header-left-item{ width: 570px; padding: 10px 0px; } .header-right-subtitle{ font-family: Montserrat; font-size: 24px; font-style: normal; font-weight: 700; line-height: 29px; letter-spacing: 0.05em; text-align: right; color: rgba(0, 0, 0, 1); } .header-right-title{ font-family: Montserrat; font-size: 42px; font-style: normal; font-weight: 700; line-height: 51px; letter-spacing: 0.02em; text-align: right; color: rgba(216, 64, 51, 1); } .header .container{ height: 600px; display: flex; align-items: center; } .header{ height: 600px; background: rgba(249, 246, 241, 1); } .header-item:nth-child(2){ display: flex; justify-content: flex-end; } .section-list{ text-align: center; } .section{ display: flex; align-items: center; height: 180px; background-color: black; } .section-title{ font-family: Montserrat; font-size: 30px; font-style: normal; font-weight: 400; line-height: 37px; letter-spacing: 0.02em; text-align: center; font-family: Roboto; font-size: 30px; font-style: normal; font-weight: 700; line-height: 35px; letter-spacing: 0.02em; text-align: center; color: white; } .section-text{ font-family: Montserrat; font-size: 21px; font-style: normal; font-weight: 300; line-height: 26px; letter-spacing: 0em; text-align: center; color: white; } .section-item{ padding: 10px; } .title-text{ font-family: Montserrat; font-size: 30px; font-style: normal; font-weight: 100; line-height: 37px; letter-spacing: 0.02em; text-align: center; color: white; } .section-title{ display: flex; justify-content: center; } .blok{ height: 250px; background-image: linear-gradient(to right,rgba(249, 246, 241, 1) 0% 50%,rgba(244, 244, 244, 1) 50% 100%); } .blok-left, .blok-right{ position: relative; width: 570px; } .blok-list{ display: flex; } .blok-left-item, .blok-right-item:nth-child(1){ display: flex; align-items: center; } .blok-left-title, .blok-right-title{ padding: 20px ; font-size: 24px; font-style: normal; font-weight: 500; line-height: 29px; letter-spacing: 0.06em; text-align: left; color: black; } .blok-right-title-text, .blok-left-title-text{ padding: 0px; font-family: Roboto; font-size: 24px; font-style: normal; font-weight: 200; line-height: 28px; letter-spacing: 0.03em; text-align: left; color: black; } .blok-left-text, .blok-right-text{ padding: 10px 20px; font-family: Montserrat; font-size: 16px; font-style: normal; font-weight: 300; line-height: 20px; letter-spacing: 0em; text-align: left; color: black; } .blok-right-img-box, .blok-left-img-box{ position: absolute; top: 70%; left: 60%; } .catalog-box{ height: 236px; width: 277px; position: relative; } .catalog-text{ position: absolute; top: 80%; left: 13%; font-family: Montserrat; font-size: 21px; font-style: normal; font-weight: 300; line-height: 26px; letter-spacing: 0.03em; text-align: left; color:rgba(0, 0, 0, 1); } .catalog-list{ display: flex; flex-wrap: wrap; } .catalog-bottom-list{ padding-top: 30px; text-align: center; } .catalog-inlist{ display: flex; justify-content: center; } .inlist-item{ padding: 5px; } .catalog-bottom-item{ padding: 30px; } .bottom-btn-text{ display: flex; justify-content: center; align-items: center; height: 55px; width: 220px; left: 850px; top: 3631px; border-radius: 0px; background: rgba(215, 179, 153, 1); } .bottom-btn-text{ font-size: 16px; font-style: normal; font-weight: 400; line-height: 20px; letter-spacing: 0.03em; text-align: left; color: white; } .catalog{ position: relative; } .arrow-box{ position: absolute; }
style.css
*{ margin: 0; padding: 0; box-sizing: border-box; } .container{ width: 1140px; margin: 0 auto; } ul,ol{ list-style: none; } a{ text-decoration: none; } body{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .navbar-list{ padding: 30px 0px; display: flex; } .navbar-item{ width: 230px; display: flex; align-items: center; justify-content: center; } .navbar-link{ padding: 15px; } .navbar-img{ padding: 5px; width:35px; height: 27px; } .navbar-item:nth-child(4){ display: flex; justify-content: flex-end; } .navbar-item:nth-child(1){ width: 450px; display: flex; justify-content: flex-start; } .navbar-item:nth-child(3){ padding: 10px; width: 260px; display: flex; justify-content: flex-end; } .navbar-logo-link{ padding: 15px; font-size: 24px; font-style: normal; font-weight: 700; line-height: 29px; letter-spacing: 0.05em; text-align: left; color: black; } .navbar{ background-color: rgba(249, 246, 241, 1); } .navbar-link{ font-size: 14px; font-style: normal; font-weight: 500; line-height: 17px; letter-spacing: 0.03em; text-align: left; color: black; } .header-list{ display: flex; justify-content: space-between; align-items: center; } .header-right-list{ position: relative; } .header-right-subtitle{ position: absolute; left: 84%; top: 10%; } .header-right-title{ position: absolute; left: 75%; top: 20%; } .header-left-text{ font-size: 30px; font-style: normal; font-weight: 400; line-height: 37px; letter-spacing: 0.02em; text-align: left; color: black; } .header-left-title{ font-size: 55px; font-style: normal; font-weight: 700; line-height: 67px; letter-spacing: 0.04em; text-align: left; color: black; } .header-left-btn{ display: flex; justify-content: center; align-items: center; height: 55px; width: 240px; left: 405px; top: 419px; border: none; border-radius: 0px; font-family: Montserrat; font-size: 16px; font-style: normal; font-weight: 400; line-height: 20px; letter-spacing: 0.03em; text-align: left; color: rgba(255, 255, 255, 1); background: rgba(215, 179, 153, 1); } .header-left-item{ width: 570px; padding: 10px 0px; } .header-right-subtitle{ font-family: Montserrat; font-size: 24px; font-style: normal; font-weight: 700; line-height: 29px; letter-spacing: 0.05em; text-align: right; color: rgba(0, 0, 0, 1); } .header-right-title{ font-family: Montserrat; font-size: 42px; font-style: normal; font-weight: 700; line-height: 51px; letter-spacing: 0.02em; text-align: right; color: rgba(216, 64, 51, 1); } .header .container{ height: 600px; display: flex; align-items: center; } .header{ height: 600px; background: rgba(249, 246, 241, 1); } .header-item:nth-child(2){ display: flex; justify-content: flex-end; } .section-list{ text-align: center; } .section{ display: flex; align-items: center; height: 180px; background-color: black; } .section-title{ font-family: Montserrat; font-size: 30px; font-style: normal; font-weight: 400; line-height: 37px; letter-spacing: 0.02em; text-align: center; font-family: Roboto; font-size: 30px; font-style: normal; font-weight: 700; line-height: 35px; letter-spacing: 0.02em; text-align: center; color: white; } .section-text{ font-family: Montserrat; font-size: 21px; font-style: normal; font-weight: 300; line-height: 26px; letter-spacing: 0em; text-align: center; color: white; } .section-item{ padding: 10px; } .title-text{ font-family: Montserrat; font-size: 30px; font-style: normal; font-weight: 100; line-height: 37px; letter-spacing: 0.02em; text-align: center; color: white; } .section-title{ display: flex; justify-content: center; } .blok{ height: 250px; background-image: linear-gradient(to right,rgba(249, 246, 241, 1) 0% 50%,rgba(244, 244, 244, 1) 50% 100%); } .blok-left, .blok-right{ position: relative; width: 570px; } .blok-list{ display: flex; } .blok-left-item, .blok-right-item:nth-child(1){ display: flex; align-items: center; } .blok-left-title, .blok-right-title{ padding: 20px ; font-size: 24px; font-style: normal; font-weight: 500; line-height: 29px; letter-spacing: 0.06em; text-align: left; color: black; } .blok-right-title-text, .blok-left-title-text{ padding: 0px; font-family: Roboto; font-size: 24px; font-style: normal; font-weight: 200; line-height: 28px; letter-spacing: 0.03em; text-align: left; color: black; } .blok-left-text, .blok-right-text{ padding: 10px 20px; font-family: Montserrat; font-size: 16px; font-style: normal; font-weight: 300; line-height: 20px; letter-spacing: 0em; text-align: left; color: black; } .blok-right-img-box, .blok-left-img-box{ position: absolute; top: 70%; left: 60%; } .catalog-box{ height: 236px; width: 277px; position: relative; } .catalog-text{ position: absolute; top: 80%; left: 13%; font-family: Montserrat; font-size: 21px; font-style: normal; font-weight: 300; line-height: 26px; letter-spacing: 0.03em; text-align: left; color:rgba(0, 0, 0, 1); } .catalog-list{ display: flex; flex-wrap: wrap; } .catalog-bottom-list{ padding-top: 30px; text-align: center; } .catalog-inlist{ display: flex; justify-content: center; } .inlist-item{ padding: 5px; } .catalog-bottom-item{ padding: 30px; } .bottom-btn-text{ display: flex; justify-content: center; align-items: center; height: 55px; width: 220px; left: 850px; top: 3631px; border-radius: 0px; background: rgba(215, 179, 153, 1); } .bottom-btn-text{ font-size: 16px; font-style: normal; font-weight: 400; line-height: 20px; letter-spacing: 0.03em; text-align: left; color: white; } .catalog{ position: relative; } .arrow-box{ position: absolute; }
0.433262
0.057998
:root { /** sunny side **/ --blue-background: #c2e9f6; --blue-border: #72cce3; --blue-color: #96dcee; --yellow-background: #fffaa8; --yellow-border: #f5eb71; /** dark side **/ --indigo-background: #808fc7; --indigo-border: #5d6baa; --indigo-color: #6b7abb; --gray-border: #e8e8ea; --gray-dots: #e8e8ea; /** general **/ --white: #fff; } * { margin: 0; padding: 0; } /* body { */ /* display: grid; */ /* place-items: left; */ /* min-height: 100vh; */ /* position: relative; */ /* } */ .background { position: absolute; left: 0; top: 0; background: var(--blue-background); z-index: -1; width: 100%; height: 200%; transition: all 250ms ease-in; } .lightToggle--checkbox { display: none; } .lightToggle--checkbox:checked { /** This will all flip from sun to moon **/ /** Change the label color **/ } .lightToggle--checkbox:checked ~ .background { background: var(--indigo-background); } .lightToggle--checkbox:checked + .lightToggle--label { background: var(--indigo-color); border-color: var(--indigo-border); /** Change the cloud to stars **/ /** Change the sun into the moon **/ /** Show the dimples on the moon **/ } .lightToggle--checkbox:checked + .lightToggle--label .lightToggle--label-background { left: 60px; width: 5px; } .lightToggle--checkbox:checked + .lightToggle--label .lightToggle--label-background:before { width: 5px; height: 5px; top: -25px; } .lightToggle--checkbox:checked + .lightToggle--label .lightToggle--label-background:after { width: 5px; height: 5px; left: -30px; top: 20px; } .lightToggle--checkbox:checked + .lightToggle--label:before { background: var(--white); border-color: var(--gray-border); animation-name: switch; animation-duration: 350ms; animation-fill-mode: forwards; } .lightToggle--checkbox:checked + .lightToggle--label:after { transition-delay: 350ms; opacity: 1; } .lightToggle--label { /** Placeholder element, starting at blue **/ width: 200px; height: 100px; background: var(--blue-color); border-radius: 100px; border: 5px solid var(--blue-border); display: flex; position: relative; transition: all 350ms ease-in; /** The sun cloud and moon stars **/ /** Sun/Moon element **/ /** Gray dots on the moon **/ } .lightToggle--label-background { width: 10px; height: 5px; border-radius: 5px; position: relative; background: var(--white); left: 135px; top: 45px; transition: all 150ms ease-in; } .lightToggle--label-background:before { content: ""; position: absolute; top: -5px; width: 40px; height: 5px; border-radius: 5px; background: var(--white); left: -20px; transition: all 150ms ease-in; } .lightToggle--label-background:after { content: ""; position: absolute; top: 5px; width: 40px; height: 5px; border-radius: 5px; background: var(--white); left: -10px; transition: all 150ms ease-in; } .lightToggle--label:before { animation-name: reverse; animation-duration: 350ms; animation-fill-mode: forwards; transition: all 350ms ease-in; content: ""; width: 82px; height: 82px; border: 5px solid var(--yellow-border); top: 4px; left: 4px; position: absolute; border-radius: 82px; background: var(--yellow-background); } .lightToggle--label:after { transition-delay: 0ms; transition: all 250ms ease-in; position: absolute; content: ""; box-shadow: var(--gray-dots) -13px 0 0 2px, var(--gray-dots) -24px 14px 0 -2px; left: 143px; top: 23px; width: 10px; height: 10px; background: transparent; border-radius: 50%; opacity: 0; } @keyframes switch { 0% { left: 4px; } 60% { left: 4px; width: 112px; } 100% { left: 104px; width: 82px; } } @keyframes reverse { 0% { left: 104px; width: 82px; } 60% { left: 72px; width: 112px; } 100% { left: 4px; } }
Server/templates/led.css
:root { /** sunny side **/ --blue-background: #c2e9f6; --blue-border: #72cce3; --blue-color: #96dcee; --yellow-background: #fffaa8; --yellow-border: #f5eb71; /** dark side **/ --indigo-background: #808fc7; --indigo-border: #5d6baa; --indigo-color: #6b7abb; --gray-border: #e8e8ea; --gray-dots: #e8e8ea; /** general **/ --white: #fff; } * { margin: 0; padding: 0; } /* body { */ /* display: grid; */ /* place-items: left; */ /* min-height: 100vh; */ /* position: relative; */ /* } */ .background { position: absolute; left: 0; top: 0; background: var(--blue-background); z-index: -1; width: 100%; height: 200%; transition: all 250ms ease-in; } .lightToggle--checkbox { display: none; } .lightToggle--checkbox:checked { /** This will all flip from sun to moon **/ /** Change the label color **/ } .lightToggle--checkbox:checked ~ .background { background: var(--indigo-background); } .lightToggle--checkbox:checked + .lightToggle--label { background: var(--indigo-color); border-color: var(--indigo-border); /** Change the cloud to stars **/ /** Change the sun into the moon **/ /** Show the dimples on the moon **/ } .lightToggle--checkbox:checked + .lightToggle--label .lightToggle--label-background { left: 60px; width: 5px; } .lightToggle--checkbox:checked + .lightToggle--label .lightToggle--label-background:before { width: 5px; height: 5px; top: -25px; } .lightToggle--checkbox:checked + .lightToggle--label .lightToggle--label-background:after { width: 5px; height: 5px; left: -30px; top: 20px; } .lightToggle--checkbox:checked + .lightToggle--label:before { background: var(--white); border-color: var(--gray-border); animation-name: switch; animation-duration: 350ms; animation-fill-mode: forwards; } .lightToggle--checkbox:checked + .lightToggle--label:after { transition-delay: 350ms; opacity: 1; } .lightToggle--label { /** Placeholder element, starting at blue **/ width: 200px; height: 100px; background: var(--blue-color); border-radius: 100px; border: 5px solid var(--blue-border); display: flex; position: relative; transition: all 350ms ease-in; /** The sun cloud and moon stars **/ /** Sun/Moon element **/ /** Gray dots on the moon **/ } .lightToggle--label-background { width: 10px; height: 5px; border-radius: 5px; position: relative; background: var(--white); left: 135px; top: 45px; transition: all 150ms ease-in; } .lightToggle--label-background:before { content: ""; position: absolute; top: -5px; width: 40px; height: 5px; border-radius: 5px; background: var(--white); left: -20px; transition: all 150ms ease-in; } .lightToggle--label-background:after { content: ""; position: absolute; top: 5px; width: 40px; height: 5px; border-radius: 5px; background: var(--white); left: -10px; transition: all 150ms ease-in; } .lightToggle--label:before { animation-name: reverse; animation-duration: 350ms; animation-fill-mode: forwards; transition: all 350ms ease-in; content: ""; width: 82px; height: 82px; border: 5px solid var(--yellow-border); top: 4px; left: 4px; position: absolute; border-radius: 82px; background: var(--yellow-background); } .lightToggle--label:after { transition-delay: 0ms; transition: all 250ms ease-in; position: absolute; content: ""; box-shadow: var(--gray-dots) -13px 0 0 2px, var(--gray-dots) -24px 14px 0 -2px; left: 143px; top: 23px; width: 10px; height: 10px; background: transparent; border-radius: 50%; opacity: 0; } @keyframes switch { 0% { left: 4px; } 60% { left: 4px; width: 112px; } 100% { left: 104px; width: 82px; } } @keyframes reverse { 0% { left: 104px; width: 82px; } 60% { left: 72px; width: 112px; } 100% { left: 4px; } }
0.699152
0.139338
body{ font: 'Nunito Semibold'; text-align: center; background: #e0e0e0; } /* Columns in Grid CSS... */ #content{ display: grid; /* grid-template-columns: 33.3% 33.3% 33.3%; */ /* grid-template-columns: 1fr 2fr 1fr; */ /* grid-template-columns: repeat(9, 1fr); */ grid-template-columns: repeat(3, 1fr); /* grid-auto-rows: 200px; */ /* grid-auto-rows: minmax(200px, auto); */ grid-template-rows: repeat(3, minmax(200px, auto)); /* grid-column-gap: 5px; grid-row-gap: 3px; */ grid-gap: 3px; max-width: 960px; margin: 0 auto; font-size: 1.1em; font-weight: 600; font-family: 'Lucida Sans', 'Lucida Sans Regular'; } #content div{ background: #2f496e; /* background: #0f284d; */ padding: 30px; color: #fff; } #content div:nth-child(even){ background: #dcc7aa; color: #000; } h2{ color: #000; margin-top: 20px; } #content2{ display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(6, minmax(150px, auto)); grid-gap: 3px; max-width: 65%; margin: 0 auto; font-size: 1.2em; font-weight: 700; } #content2 div{ background: #1f1f29; padding: 30px; color: #fff; } #content2 div:nth-child(even){ background: #f26968; color: #000; } .one{ /* long hand */ /* grid-column-start: 1; grid-column-end: 3; */ /* short hand */ grid-column: 1 / 3; } .two{ grid-column: 3 / 7; } .three{ /* long hand */ /* grid-column-start: 4; grid-column-end: 7; grid-row-start: 2; grid-row-end: 4; */ /* short hand */ grid-column: 1 / 5; grid-row: 2 / 5; } .four{ grid-column: 5 / 7; grid-row: 2 / 5; } .five{ grid-column: 1 / 7; grid-row: 5 / 6; } .six{ grid-column: 1 / 7; grid-row: 6 / 7; } #nextPage { font-family: 'Courier New', Courier, monospace; font-size: 1.1em; font-weight: 600; margin-top: 30px; margin-left: 950px; } #license{ font-family: 'Courier New', Courier, monospace; font-size: 1.1em; font-weight: 600; margin-bottom: 0; padding-bottom: 0; padding-left: 0px; margin-left: -35px; } #license a { text-decoration: none; } #footer{ font-family: 'Courier New', Courier, monospace; font-size: 1.4em; font-weight: 700; padding-top: 0; margin-top: 0; } #footer a{ text-decoration: none; } #footer a:hover { color: #000; }
style.css
body{ font: 'Nunito Semibold'; text-align: center; background: #e0e0e0; } /* Columns in Grid CSS... */ #content{ display: grid; /* grid-template-columns: 33.3% 33.3% 33.3%; */ /* grid-template-columns: 1fr 2fr 1fr; */ /* grid-template-columns: repeat(9, 1fr); */ grid-template-columns: repeat(3, 1fr); /* grid-auto-rows: 200px; */ /* grid-auto-rows: minmax(200px, auto); */ grid-template-rows: repeat(3, minmax(200px, auto)); /* grid-column-gap: 5px; grid-row-gap: 3px; */ grid-gap: 3px; max-width: 960px; margin: 0 auto; font-size: 1.1em; font-weight: 600; font-family: 'Lucida Sans', 'Lucida Sans Regular'; } #content div{ background: #2f496e; /* background: #0f284d; */ padding: 30px; color: #fff; } #content div:nth-child(even){ background: #dcc7aa; color: #000; } h2{ color: #000; margin-top: 20px; } #content2{ display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(6, minmax(150px, auto)); grid-gap: 3px; max-width: 65%; margin: 0 auto; font-size: 1.2em; font-weight: 700; } #content2 div{ background: #1f1f29; padding: 30px; color: #fff; } #content2 div:nth-child(even){ background: #f26968; color: #000; } .one{ /* long hand */ /* grid-column-start: 1; grid-column-end: 3; */ /* short hand */ grid-column: 1 / 3; } .two{ grid-column: 3 / 7; } .three{ /* long hand */ /* grid-column-start: 4; grid-column-end: 7; grid-row-start: 2; grid-row-end: 4; */ /* short hand */ grid-column: 1 / 5; grid-row: 2 / 5; } .four{ grid-column: 5 / 7; grid-row: 2 / 5; } .five{ grid-column: 1 / 7; grid-row: 5 / 6; } .six{ grid-column: 1 / 7; grid-row: 6 / 7; } #nextPage { font-family: 'Courier New', Courier, monospace; font-size: 1.1em; font-weight: 600; margin-top: 30px; margin-left: 950px; } #license{ font-family: 'Courier New', Courier, monospace; font-size: 1.1em; font-weight: 600; margin-bottom: 0; padding-bottom: 0; padding-left: 0px; margin-left: -35px; } #license a { text-decoration: none; } #footer{ font-family: 'Courier New', Courier, monospace; font-size: 1.4em; font-weight: 700; padding-top: 0; margin-top: 0; } #footer a{ text-decoration: none; } #footer a:hover { color: #000; }
0.316792
0.162945
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap"); @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800"); @import url("https://fonts.googleapis.com/css?family=Lobster"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } html, body { height: 100%; place-items: center; text-align: center; background: #f2f2f2; } a { text-decoration: none; } /* NAV */ .header-area { position: relative; height: 60vh; background: #5bc0de; background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover; } .banner { background-image: url("https://trendland.com/wp-content/uploads/2019/03/editorial-illustration-by-spiros-halaris-3.jpg"); display: flex; align-items: center; position: relative; height: 100%; color: #fff; text-align: center; z-index: 1; } .banner h1 { font-weight: 400; font-family: "Lobster", cursive; } .banner p { font-weight: 700; } .navbar { position: fixed; left: 0; top: 0; padding: 0; width: 100%; transition: background 0.6s ease-in; z-index: 99999; overflow: hidden; background-color: #333; position: fixed; top: 0; opacity: 80%; } .navbar .navbar-brand { font-family: "Lobster", cursive; font-size: 2.5rem; } /* end of NAV */ /* Carousel */ .trending { margin: 1rem; font-family: "Lobster", cursive; } .slider { max-width: 1100px; display: flex; margin: auto; } .slider .card { flex: 1; margin: 0 0.8rem; background: #fff; height: 400px; } .slider .card .img { height: 200px; width: 100%; } .slider .card .img img { height: 100%; width: 100%; object-fit: cover; } .carousel-title { padding: 1rem; font-size: 1.1rem; font-weight: 400; color: #ff6768; line-height: 20px; height: 100px; } .carousel-author { text-align: right; padding: 10px 20px; } .card .content .btn { display: block; text-align: left; margin: 10px 20px; background: #d88a83; color: #fff; border: none; outline: none; font-size: 17px; padding: 5px 8px; border-radius: 5px; cursor: pointer; transition: 0.2s; } .card .content .btn:hover { transform: scale(0.9); } .col-md-4 { display: none; } /* Main */ .card-body { min-height: 400px; } .card-title-middle { height: 8vw; } .card-text { height: 200px; text-overflow: ellipsis; } .card-img-top { width: 100%; height: 15vw; object-fit: cover; } /* Cat */ .ha-section-1 { padding: 10px 60px 10px 60px; max-width: 100%vw; margin: 20px; } .select-button { border: 0px; margin: 10px; } button { margin-left: 5px; } .choose-cat-container { display: flex; align-items: start; margin-bottom: 30px; } a { color: black; } input { padding: 5px; } input.text { font-size: small; }
style.css
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap"); @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800"); @import url("https://fonts.googleapis.com/css?family=Lobster"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } html, body { height: 100%; place-items: center; text-align: center; background: #f2f2f2; } a { text-decoration: none; } /* NAV */ .header-area { position: relative; height: 60vh; background: #5bc0de; background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover; } .banner { background-image: url("https://trendland.com/wp-content/uploads/2019/03/editorial-illustration-by-spiros-halaris-3.jpg"); display: flex; align-items: center; position: relative; height: 100%; color: #fff; text-align: center; z-index: 1; } .banner h1 { font-weight: 400; font-family: "Lobster", cursive; } .banner p { font-weight: 700; } .navbar { position: fixed; left: 0; top: 0; padding: 0; width: 100%; transition: background 0.6s ease-in; z-index: 99999; overflow: hidden; background-color: #333; position: fixed; top: 0; opacity: 80%; } .navbar .navbar-brand { font-family: "Lobster", cursive; font-size: 2.5rem; } /* end of NAV */ /* Carousel */ .trending { margin: 1rem; font-family: "Lobster", cursive; } .slider { max-width: 1100px; display: flex; margin: auto; } .slider .card { flex: 1; margin: 0 0.8rem; background: #fff; height: 400px; } .slider .card .img { height: 200px; width: 100%; } .slider .card .img img { height: 100%; width: 100%; object-fit: cover; } .carousel-title { padding: 1rem; font-size: 1.1rem; font-weight: 400; color: #ff6768; line-height: 20px; height: 100px; } .carousel-author { text-align: right; padding: 10px 20px; } .card .content .btn { display: block; text-align: left; margin: 10px 20px; background: #d88a83; color: #fff; border: none; outline: none; font-size: 17px; padding: 5px 8px; border-radius: 5px; cursor: pointer; transition: 0.2s; } .card .content .btn:hover { transform: scale(0.9); } .col-md-4 { display: none; } /* Main */ .card-body { min-height: 400px; } .card-title-middle { height: 8vw; } .card-text { height: 200px; text-overflow: ellipsis; } .card-img-top { width: 100%; height: 15vw; object-fit: cover; } /* Cat */ .ha-section-1 { padding: 10px 60px 10px 60px; max-width: 100%vw; margin: 20px; } .select-button { border: 0px; margin: 10px; } button { margin-left: 5px; } .choose-cat-container { display: flex; align-items: start; margin-bottom: 30px; } a { color: black; } input { padding: 5px; } input.text { font-size: small; }
0.282691
0.07072
html, body, .capa { height: 100%; } body{ background: url('imagens/capa.png'), url('imagens/ruido.png'), linear-gradient(50deg, #ff4169, #7c26f8); background-attachment: fixed; font-family: Helvetica, Arial, sans-serif; overflow-x: hidden; } /* -- Barra de navegação -- */ .img-logo { height: 40px; width: 132px; display: block; background: url('imagens/spotify.svg') no-repeat; /*border: 1px solid red;*/ background-size: contain; color: transparent; } nav.navbar-transparent { padding: 15px 0px; background: rgba(0, 0, 0, 0.6); border: none; } .navbar-brand{ padding: 0px; } .divisor { width: 1px; height: 16px; background: white; margin: 16px 10px; } /*Imagem de capa*/ .capa { width: 100%; display: table; } .texto-capa { text-align: center; color: white; display: table-cell; vertical-align: middle; } /* Configurações dos botões */ .btn-custom { color: white; border-radius: 500px; -webkit-border-radius: 500px; -moz-border-radius: 500px; padding: 10px 35px; margin: 0px 15px; text-transform: uppercase; transition: background 0.4s, color 0.4s; } .btn-roxo { background: #7c25f8; } .btn-roxo:hover { background-color: #6207e3; color: white; } .btn-branco { border: 2px solid white; } .btn-branco:hover { background-color: white; color: black; } /* Secao de Servicos*/ #servicos { background: white; padding-top: 20px; padding-bottom: 20px; } .albuns { padding: 10px 0px 10px 0px } /* Secao de Recursos*/ #recursos { padding-top: 20px; padding-bottom: 20px; color: white; } .rotacionar { transform: rotate(30deg); -ms-transform: rotate(30deg); /* IE Explorer */ -webkit-transform: rotate(30deg);/* Chrome, Safari, Opera*/ padding-left: 80px; } /* Rodape */ footer { background: #000; padding: 50px 0px 20px 0px; position: relative; } footer .nav a { color: white; } footer .nav a:hover { color: #9bf0e1; background: none; } .item-rede-social { float: right; } /* ========================== Tipografia ========================== */ h1 { font-size: 100px; font-weight: 900; letter-spacing: -0.05em; margin-bottom: 50px; } h2 { font-size: 50px; font-weight: 700; letter-spacing: -0.04em; } h3 { font-size: 35px; font-weight: 700; letter-spacing: -0.04em; } #servicos h2, #servicos h3 { color: #7c25f8; } #recursos h3 { color: #9bf0e1; } #rodape h4 { color: #919496; font-size: 12px; text-transform: uppercase; }
estilo.css
html, body, .capa { height: 100%; } body{ background: url('imagens/capa.png'), url('imagens/ruido.png'), linear-gradient(50deg, #ff4169, #7c26f8); background-attachment: fixed; font-family: Helvetica, Arial, sans-serif; overflow-x: hidden; } /* -- Barra de navegação -- */ .img-logo { height: 40px; width: 132px; display: block; background: url('imagens/spotify.svg') no-repeat; /*border: 1px solid red;*/ background-size: contain; color: transparent; } nav.navbar-transparent { padding: 15px 0px; background: rgba(0, 0, 0, 0.6); border: none; } .navbar-brand{ padding: 0px; } .divisor { width: 1px; height: 16px; background: white; margin: 16px 10px; } /*Imagem de capa*/ .capa { width: 100%; display: table; } .texto-capa { text-align: center; color: white; display: table-cell; vertical-align: middle; } /* Configurações dos botões */ .btn-custom { color: white; border-radius: 500px; -webkit-border-radius: 500px; -moz-border-radius: 500px; padding: 10px 35px; margin: 0px 15px; text-transform: uppercase; transition: background 0.4s, color 0.4s; } .btn-roxo { background: #7c25f8; } .btn-roxo:hover { background-color: #6207e3; color: white; } .btn-branco { border: 2px solid white; } .btn-branco:hover { background-color: white; color: black; } /* Secao de Servicos*/ #servicos { background: white; padding-top: 20px; padding-bottom: 20px; } .albuns { padding: 10px 0px 10px 0px } /* Secao de Recursos*/ #recursos { padding-top: 20px; padding-bottom: 20px; color: white; } .rotacionar { transform: rotate(30deg); -ms-transform: rotate(30deg); /* IE Explorer */ -webkit-transform: rotate(30deg);/* Chrome, Safari, Opera*/ padding-left: 80px; } /* Rodape */ footer { background: #000; padding: 50px 0px 20px 0px; position: relative; } footer .nav a { color: white; } footer .nav a:hover { color: #9bf0e1; background: none; } .item-rede-social { float: right; } /* ========================== Tipografia ========================== */ h1 { font-size: 100px; font-weight: 900; letter-spacing: -0.05em; margin-bottom: 50px; } h2 { font-size: 50px; font-weight: 700; letter-spacing: -0.04em; } h3 { font-size: 35px; font-weight: 700; letter-spacing: -0.04em; } #servicos h2, #servicos h3 { color: #7c25f8; } #recursos h3 { color: #9bf0e1; } #rodape h4 { color: #919496; font-size: 12px; text-transform: uppercase; }
0.296247
0.065905
@import "./animations.css"; @import "./variables.css"; @import "./paddings.css"; @import "./margins.css"; @import "./shadows.css"; @import "./opacity.css"; @import "./colors.css"; @import "./fonts.css"; @import "./flexs.css"; * { font-family: var(--font-family-normal); -moz-user-select: -moz-none; -webkit-user-select: none; -ms-user-select: none; user-select: none; outline: none; padding: 0; margin: 0; } *:focus { outline: var(--outline-padrao); } .selected, *[selected="true"] { background-color: var(--main-select-color); } .editing { background-color: var(--main-editing-color); } .selected, *[selected="true"]:hover { background-color: var(--main-select-color) !important; } html, body, #root, .App { background-color: var(--main-background); height: var(--size-window-vh-fill); width: var(--size-window-vw-fill); overflow: hidden; color: white; display: flex; } div, nav { display: flex; background-color: var(--color-transparent); } a { cursor: pointer; color: var(--font-color-link); } a:hover { color: var(--font-color-link-hover); } a:active { color: var(--color-white); opacity: 0.5; } label { cursor: pointer; } input, textarea, select { background-color: var(--main-background-bars); padding: var(--size-s); border-radius: var(--size-xs); padding-right: var(--size-xs); padding-left: var(--size-xs); border: var(--input-border); color: var(--color-white); } input:disabled, textarea:disabled, select:disabled { opacity: 0.7; } input:focus, textarea:focus, select:focus { background-color: var(--main-background-input-focus); outline: var(--outline-none); } /* Remove os botões da input de texto */ /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type="number"] { -moz-appearance: textfield; } input[type="checkbox"] { all: unset; background-color: var(--main-background-bars); margin-right: var(--margin-s); border-radius: var(--size-xs); border: var(--input-border); padding: var(--size-xs); height: var(--size-m); width: var(--size-m); cursor: pointer; } input[type="checkbox"]:checked { background-color: var(--color-primary); } .text-ellipsis { text-overflow: ellipsis; display: inline-block; white-space: nowrap; text-align: start; overflow: hidden; } .input-border { border: var(--input-border); } .border-radius { border-radius: var(--size-xs); } .border-radius-soft { border-radius: var(--size-xs); } .border-default { border: thin solid var(--main-background-highlighted); } .border-default-transparent { border: thin solid transparent; } .border-none { border: none; } .no-events { pointer-events: none; } .events-unset { pointer-events: unset; } .events-all { pointer-events: all; } .events-borders-only { pointer-events: stroke; } .input-medium { height: var(--size-g); padding: var(--size-xs); } .hover:hover, .focus:focus { opacity: 0.7; } .active:active { opacity: 0.5; } .disabled { background-color: unset; opacity: 0.5; } .disabled:hover { background-color: unset; opacity: 0.5; } .full-width { width: var(--size-fill); } .full-height { height: var(--size-fill); } .absolute { position: absolute; } .fixed { position: fixed; } .cursor-pointer { cursor: pointer; } .display-block { display: block; } .overflow-auto { overflow: auto; } .overflow-scroll { overflow: scroll; } .overflow-contrast:hover::-webkit-scrollbar-thumb { background-color: var(--color-scroll-bar-hover); } .outline-none { outline: var(--outline-none); } .main-header { font-size: var(--font-size-h3); color: var(--color-gray-5); font-weight: 500; } .hr { background-color: var(--main-background); height: var(--size-xxs); border: none; } .hr.hr-vertical { min-height: var(--size-fill); max-height: var(--size-fill); min-width: var(--size-xxs); max-width: var(--size-xxs); height: var(--size-fill); width: var(--size-xxs); } .hr.hr-white { background-color: var(--main-background-highlighted); width: 100%; } .hr.hr-transparent { background-color: transparent; width: 100%; } .hr.divider { margin-bottom: var(--size-s); margin-top: var(--size-s); } .btn { border: var(--size-none) solid var(--color-white); color: var(--font-color-input-propertie-editor); padding: var(--size-xs); width: fit-content; cursor: pointer; } .btn:hover { background-color: var(--main-background-highlighted); color: var(--color-white); } .btn:focus { background-color: var(--main-background-highlighted); color: var(--color-white); } .btn:active { color: var(--color-white); opacity: 0.5; } .btn-xs { height: calc(var(--size-xs) * 3); } .btn-s { height: calc(var(--size-s) * 3); } .btn-m { height: calc(var(--size-m) * 3); } .btn-g { height: calc(var(--size-g) * 3); } .btn-xg { height: calc(var(--size-xg) * 3); } .z1 { z-index: 1; } .z2 { z-index: 2; } .z3 { z-index: 3; } .z4 { z-index: 4; } .z5 { z-index: 5; } .z6 { z-index: 6; } .z7 { z-index: 7; } .z8 { z-index: 8; } .z9 { z-index: 9; } .z10 { z-index: 10; } .no-draggable { -webkit-user-drag: none; } .width-auto { width: auto; } /* Ajusta o scroll de todos os elementos. */ ::-webkit-scrollbar { width: var(--size-x-scroll-bar); height: var(--size-x-scroll-bar); } ::-webkit-scrollbar-corner { background-color: var(--color-transparent); } ::-webkit-scrollbar:horizontal { height: var(--size-scroll-bar-horizontal); } ::-webkit-scrollbar-button { display: none; } ::-webkit-scrollbar-track { background-color: var(--color-transparent); } ::-webkit-scrollbar-thumb { background-color: var(--color-scroll-bar); } ::-webkit-scrollbar-thumb:hover { background-color: var(--color-scroll-bar-hover); } ::-webkit-scrollbar-thumb:active { background-color: var(--color-scroll-bar-active); } .mini-scroll-bar::-webkit-scrollbar { width: var(--size-x-scroll-bar-small); } .mini-scroll-bar::-webkit-scrollbar-thumb { background-color: var(--main-background-bars); width: var(--size-x-scroll-bar-small); }
src/app/style/global.css
@import "./animations.css"; @import "./variables.css"; @import "./paddings.css"; @import "./margins.css"; @import "./shadows.css"; @import "./opacity.css"; @import "./colors.css"; @import "./fonts.css"; @import "./flexs.css"; * { font-family: var(--font-family-normal); -moz-user-select: -moz-none; -webkit-user-select: none; -ms-user-select: none; user-select: none; outline: none; padding: 0; margin: 0; } *:focus { outline: var(--outline-padrao); } .selected, *[selected="true"] { background-color: var(--main-select-color); } .editing { background-color: var(--main-editing-color); } .selected, *[selected="true"]:hover { background-color: var(--main-select-color) !important; } html, body, #root, .App { background-color: var(--main-background); height: var(--size-window-vh-fill); width: var(--size-window-vw-fill); overflow: hidden; color: white; display: flex; } div, nav { display: flex; background-color: var(--color-transparent); } a { cursor: pointer; color: var(--font-color-link); } a:hover { color: var(--font-color-link-hover); } a:active { color: var(--color-white); opacity: 0.5; } label { cursor: pointer; } input, textarea, select { background-color: var(--main-background-bars); padding: var(--size-s); border-radius: var(--size-xs); padding-right: var(--size-xs); padding-left: var(--size-xs); border: var(--input-border); color: var(--color-white); } input:disabled, textarea:disabled, select:disabled { opacity: 0.7; } input:focus, textarea:focus, select:focus { background-color: var(--main-background-input-focus); outline: var(--outline-none); } /* Remove os botões da input de texto */ /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type="number"] { -moz-appearance: textfield; } input[type="checkbox"] { all: unset; background-color: var(--main-background-bars); margin-right: var(--margin-s); border-radius: var(--size-xs); border: var(--input-border); padding: var(--size-xs); height: var(--size-m); width: var(--size-m); cursor: pointer; } input[type="checkbox"]:checked { background-color: var(--color-primary); } .text-ellipsis { text-overflow: ellipsis; display: inline-block; white-space: nowrap; text-align: start; overflow: hidden; } .input-border { border: var(--input-border); } .border-radius { border-radius: var(--size-xs); } .border-radius-soft { border-radius: var(--size-xs); } .border-default { border: thin solid var(--main-background-highlighted); } .border-default-transparent { border: thin solid transparent; } .border-none { border: none; } .no-events { pointer-events: none; } .events-unset { pointer-events: unset; } .events-all { pointer-events: all; } .events-borders-only { pointer-events: stroke; } .input-medium { height: var(--size-g); padding: var(--size-xs); } .hover:hover, .focus:focus { opacity: 0.7; } .active:active { opacity: 0.5; } .disabled { background-color: unset; opacity: 0.5; } .disabled:hover { background-color: unset; opacity: 0.5; } .full-width { width: var(--size-fill); } .full-height { height: var(--size-fill); } .absolute { position: absolute; } .fixed { position: fixed; } .cursor-pointer { cursor: pointer; } .display-block { display: block; } .overflow-auto { overflow: auto; } .overflow-scroll { overflow: scroll; } .overflow-contrast:hover::-webkit-scrollbar-thumb { background-color: var(--color-scroll-bar-hover); } .outline-none { outline: var(--outline-none); } .main-header { font-size: var(--font-size-h3); color: var(--color-gray-5); font-weight: 500; } .hr { background-color: var(--main-background); height: var(--size-xxs); border: none; } .hr.hr-vertical { min-height: var(--size-fill); max-height: var(--size-fill); min-width: var(--size-xxs); max-width: var(--size-xxs); height: var(--size-fill); width: var(--size-xxs); } .hr.hr-white { background-color: var(--main-background-highlighted); width: 100%; } .hr.hr-transparent { background-color: transparent; width: 100%; } .hr.divider { margin-bottom: var(--size-s); margin-top: var(--size-s); } .btn { border: var(--size-none) solid var(--color-white); color: var(--font-color-input-propertie-editor); padding: var(--size-xs); width: fit-content; cursor: pointer; } .btn:hover { background-color: var(--main-background-highlighted); color: var(--color-white); } .btn:focus { background-color: var(--main-background-highlighted); color: var(--color-white); } .btn:active { color: var(--color-white); opacity: 0.5; } .btn-xs { height: calc(var(--size-xs) * 3); } .btn-s { height: calc(var(--size-s) * 3); } .btn-m { height: calc(var(--size-m) * 3); } .btn-g { height: calc(var(--size-g) * 3); } .btn-xg { height: calc(var(--size-xg) * 3); } .z1 { z-index: 1; } .z2 { z-index: 2; } .z3 { z-index: 3; } .z4 { z-index: 4; } .z5 { z-index: 5; } .z6 { z-index: 6; } .z7 { z-index: 7; } .z8 { z-index: 8; } .z9 { z-index: 9; } .z10 { z-index: 10; } .no-draggable { -webkit-user-drag: none; } .width-auto { width: auto; } /* Ajusta o scroll de todos os elementos. */ ::-webkit-scrollbar { width: var(--size-x-scroll-bar); height: var(--size-x-scroll-bar); } ::-webkit-scrollbar-corner { background-color: var(--color-transparent); } ::-webkit-scrollbar:horizontal { height: var(--size-scroll-bar-horizontal); } ::-webkit-scrollbar-button { display: none; } ::-webkit-scrollbar-track { background-color: var(--color-transparent); } ::-webkit-scrollbar-thumb { background-color: var(--color-scroll-bar); } ::-webkit-scrollbar-thumb:hover { background-color: var(--color-scroll-bar-hover); } ::-webkit-scrollbar-thumb:active { background-color: var(--color-scroll-bar-active); } .mini-scroll-bar::-webkit-scrollbar { width: var(--size-x-scroll-bar-small); } .mini-scroll-bar::-webkit-scrollbar-thumb { background-color: var(--main-background-bars); width: var(--size-x-scroll-bar-small); }
0.386185
0.062531
.lines { border-left: 2px solid #ffaa9f; border-right: 2px solid #ffaa9f; width: 10px; float: left; height: 266px; margin-left: 20px; } .titulo{ margin: 2px 0px 0px 2px; color: #cd0000; font-size: 42px; letter-spacing: -2px; text-align: left; } textarea { width: 600px; height: 266px; font: normal 14px verdana; line-height: 25px; padding: 2px 10px; border: solid 1px #ddd; resize: none; overflow-y: auto; } .close{ font-size: 40px; } #btnNew{ margin: 5px 0px 5px 15px; } #notas{ overflow-y: auto; } .options{ position: absolute; top: 5px; right: 5px; font-size: 18px; } #quit{ position: absolute; top: -5px; right: 5px; font-size: 24px; } /*Bootstrap v4-alpha card css*/ .card{position:relative;display:block;margin-bottom:.75rem;background-color:#fff;border:1px solid #e5e5e5;border-radius:.25rem} .card-block{padding:1.25rem} .card-title{margin-bottom:.75rem} .card-subtitle{margin-top:-.375rem;margin-bottom:0} .card-text:last-child{margin-bottom:0} .card-link:hover{text-decoration:none} .card-link+.card-link{margin-left:1.25rem} .card>.list-group:first-child .list-group-item:first-child{border-radius:.25rem .25rem 0 0} .card>.list-group:last-child .list-group-item:last-child{border-radius:0 0 .25rem .25rem} .card-header{padding:.75rem 1.25rem;background-color:#f5f5f5;border-bottom:1px solid #e5e5e5} .card-header:first-child{border-radius:.25rem .25rem 0 0} .card-footer{padding:.75rem 1.25rem;background-color:#f5f5f5;border-top:1px solid #e5e5e5} .card-footer:last-child{border-radius:0 0 .25rem .25rem} .card-primary{background-color:#0275d8;border-color:#0275d8} .card-success{background-color:#5cb85c;border-color:#5cb85c} .card-info{background-color:#5bc0de;border-color:#5bc0de} .card-warning{background-color:#f0ad4e;border-color:#f0ad4e} .card-danger{background-color:#d9534f;border-color:#d9534f} .card-primary-outline{background-color:transparent;border-color:#0275d8} .card-secondary-outline{background-color:transparent;border-color:#ccc} .card-info-outline{background-color:transparent;border-color:#5bc0de} .card-success-outline{background-color:transparent;border-color:#5cb85c} .card-warning-outline{background-color:transparent;border-color:#f0ad4e} .card-danger-outline{background-color:transparent;border-color:#d9534f} .card-inverse .card-footer,.card-inverse .card-header{border-bottom:1px solid rgba(255,255,255,.2)} .card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{color:#fff} .card-inverse .card-blockquote>footer,.card-inverse .card-link,.card-inverse .card-text{color:rgba(255,255,255,.65)} .card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff} .card-blockquote{padding:0;margin-bottom:0;border-left:0} .card-img{border-radius:.25rem} .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem} .card-img-top{border-radius:.25rem .25rem 0 0} .card-img-bottom{border-radius:0 0 .25rem .25rem} @media (min-width:544px){ .card-deck{display:table;table-layout:fixed;border-spacing:1.25rem 0} .card-deck .card{display:table-cell;width:1%;vertical-align:top} .card-deck-wrapper{margin-right:-1.25rem;margin-left:-1.25rem} } @media (min-width:544px){ .card-group{display:table;width:100%;table-layout:fixed} .card-group .card{display:table-cell;vertical-align:top} .card-group .card+.card{margin-left:0;border-left:0} .card-group .card:first-child{border-top-right-radius:0;border-bottom-right-radius:0} .card-group .card:first-child .card-img-top{border-top-right-radius:0} .card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0} .card-group .card:last-child{border-top-left-radius:0;border-bottom-left-radius:0} .card-group .card:last-child .card-img-top{border-top-left-radius:0} .card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0} .card-group .card:not(:first-child):not(:last-child){border-radius:0} .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0} } @media (min-width:544px){ .card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem} .card-columns .card{display:inline-block;width:100%} }
resources/styles.css
.lines { border-left: 2px solid #ffaa9f; border-right: 2px solid #ffaa9f; width: 10px; float: left; height: 266px; margin-left: 20px; } .titulo{ margin: 2px 0px 0px 2px; color: #cd0000; font-size: 42px; letter-spacing: -2px; text-align: left; } textarea { width: 600px; height: 266px; font: normal 14px verdana; line-height: 25px; padding: 2px 10px; border: solid 1px #ddd; resize: none; overflow-y: auto; } .close{ font-size: 40px; } #btnNew{ margin: 5px 0px 5px 15px; } #notas{ overflow-y: auto; } .options{ position: absolute; top: 5px; right: 5px; font-size: 18px; } #quit{ position: absolute; top: -5px; right: 5px; font-size: 24px; } /*Bootstrap v4-alpha card css*/ .card{position:relative;display:block;margin-bottom:.75rem;background-color:#fff;border:1px solid #e5e5e5;border-radius:.25rem} .card-block{padding:1.25rem} .card-title{margin-bottom:.75rem} .card-subtitle{margin-top:-.375rem;margin-bottom:0} .card-text:last-child{margin-bottom:0} .card-link:hover{text-decoration:none} .card-link+.card-link{margin-left:1.25rem} .card>.list-group:first-child .list-group-item:first-child{border-radius:.25rem .25rem 0 0} .card>.list-group:last-child .list-group-item:last-child{border-radius:0 0 .25rem .25rem} .card-header{padding:.75rem 1.25rem;background-color:#f5f5f5;border-bottom:1px solid #e5e5e5} .card-header:first-child{border-radius:.25rem .25rem 0 0} .card-footer{padding:.75rem 1.25rem;background-color:#f5f5f5;border-top:1px solid #e5e5e5} .card-footer:last-child{border-radius:0 0 .25rem .25rem} .card-primary{background-color:#0275d8;border-color:#0275d8} .card-success{background-color:#5cb85c;border-color:#5cb85c} .card-info{background-color:#5bc0de;border-color:#5bc0de} .card-warning{background-color:#f0ad4e;border-color:#f0ad4e} .card-danger{background-color:#d9534f;border-color:#d9534f} .card-primary-outline{background-color:transparent;border-color:#0275d8} .card-secondary-outline{background-color:transparent;border-color:#ccc} .card-info-outline{background-color:transparent;border-color:#5bc0de} .card-success-outline{background-color:transparent;border-color:#5cb85c} .card-warning-outline{background-color:transparent;border-color:#f0ad4e} .card-danger-outline{background-color:transparent;border-color:#d9534f} .card-inverse .card-footer,.card-inverse .card-header{border-bottom:1px solid rgba(255,255,255,.2)} .card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{color:#fff} .card-inverse .card-blockquote>footer,.card-inverse .card-link,.card-inverse .card-text{color:rgba(255,255,255,.65)} .card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff} .card-blockquote{padding:0;margin-bottom:0;border-left:0} .card-img{border-radius:.25rem} .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem} .card-img-top{border-radius:.25rem .25rem 0 0} .card-img-bottom{border-radius:0 0 .25rem .25rem} @media (min-width:544px){ .card-deck{display:table;table-layout:fixed;border-spacing:1.25rem 0} .card-deck .card{display:table-cell;width:1%;vertical-align:top} .card-deck-wrapper{margin-right:-1.25rem;margin-left:-1.25rem} } @media (min-width:544px){ .card-group{display:table;width:100%;table-layout:fixed} .card-group .card{display:table-cell;vertical-align:top} .card-group .card+.card{margin-left:0;border-left:0} .card-group .card:first-child{border-top-right-radius:0;border-bottom-right-radius:0} .card-group .card:first-child .card-img-top{border-top-right-radius:0} .card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0} .card-group .card:last-child{border-top-left-radius:0;border-bottom-left-radius:0} .card-group .card:last-child .card-img-top{border-top-left-radius:0} .card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0} .card-group .card:not(:first-child):not(:last-child){border-radius:0} .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0} } @media (min-width:544px){ .card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem} .card-columns .card{display:inline-block;width:100%} }
0.316264
0.108566
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } body { background: #000020; } a { color: #555; text-decoration: none; } .container { width: 100%; position: relative; } .clr { clear: both; padding: 0; height: 0; margin: 0; } .support-note { clear: both; } .support-note span{ color: #ac375d; font-size: 16px; display: none; padding: 20px; font-weight: bold; text-align: center; } @media screen and (max-width: 640px){ .codrops-demos { text-align: left;} } .tp-grid { list-style-type: none; position: relative; display: block; } .tp-grid li { position: absolute; cursor: pointer; border: 10px solid #fff; box-shadow: 0 2px 3px rgba(0,0,0,0.2); display: none; overflow: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; } .no-js .tp-grid li { position: relative; display: inline-block; } .tp-grid li a { display: block; outline: none; } .tp-grid li img { display: block; border: none; } .tp-info, .tp-title { position: absolute; background: #fff; line-height: 20px; color: #333; top: 40%; width: 75%; padding: 10px; font-weight: 700; text-align: right; left: -100%; box-shadow: 1px 1px 1px rgba(0,0,0,0.1), 5px 0 5px -3px rgba(0,0,0,0.4), inset 0 0 5px rgba(0,0,0,0.04); } .touch .tp-info { left: 0px; } .no-touch .tp-info { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .no-touch .tp-grid li:hover .tp-info { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -o-transition-delay: 150ms; -ms-transition-delay: 150ms; transition-delay: 150ms; } .no-touch .tp-open li:hover .tp-info { left: 0px; } .tp-title { margin-top: 70px; padding: 10px 35px 10px 10px; left: 0px; } .tp-title span:nth-child(2){ color: #aaa; padding: 0 5px; background: #F7F7F7; right: 0px; height: 100%; line-height: 40px; top: 0px; position: absolute; display: block; } /* Custom elements style */ .wrapper { position: relative; padding: 0 0 50px 0; } .topbar { position: relative; padding: 20px 0; margin: 60px 0 40px; box-shadow: 0 1px 0 #aaa; } .back { width: 40px; height: 40px; position: absolute; left: 50%; top: 50%; margin: -20px 0 0 -20px; border-radius: 50%; text-align: center; line-height: 38px; color: #999; background: #ddd; background: rgba(255,255,255,0.5); cursor: pointer; display: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .no-touch .back:hover { background: #fff; background: rgba(255,255,255,0.9); } .topbar h2, .topbar h3 { display: inline-block; font-weight: 300; font-size: 40px; width: 49%; min-width: 320px; } .topbar h2 { padding-right: 20px; color: #666; } .topbar h3 { text-align: right; padding-left: 20px; color: #aaa; } /* Loader */ .loader { left: 50%; position: absolute; margin-left: -120px; } .loader i { display: inline-block; width: 40px; height: 40px; -webkit-animation: loading 1s linear infinite forwards; -moz-animation: loading 1s linear infinite forwards; -o-animation: loading 1s linear infinite forwards; -ms-animation: loading 1s linear infinite forwards; animation: loading 1s linear infinite forwards; } .cssanimations .loader span { display: none; } .no-cssanimations .loader i { display: none; } .loader i:nth-child(2){ -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; -ms-animation-delay: 0.1s; animation-delay: 0.1s; } .loader i:nth-child(3){ -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; -ms-animation-delay: 0.2s; animation-delay: 0.2s; } .loader i:nth-child(4){ -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; -ms-animation-delay: 0.3s; animation-delay: 0.3s; } .loader i:nth-child(5){ -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -o-animation-delay: 0.4s; -ms-animation-delay: 0.4s; animation-delay: 0.4s; } .loader i:nth-child(6){ -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; -ms-animation-delay: 0.5s; animation-delay: 0.5s; } @-webkit-keyframes loading{ 0%{ opacity: 0; background-color: rgba(255,255,255,0.9); } 100%{ opacity: 1; -webkit-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9); } } @-moz-keyframes loading{ 0%{ opacity: 0; background-color: rgba(255,255,255,0.9); } 100%{ opacity: 1; -moz-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9); } } @-o-keyframes loading{ 0%{ opacity: 0; background-color: rgba(255,255,255,0.9); } 100%{ opacity: 1; -o-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9); } } @-ms-keyframes loading{ 0%{ opacity: 0; background-color: rgba(255,255,255,0.9); } 100%{ opacity: 1; -ms-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9); } } @keyframes loading{ 0%{ opacity: 0; background-color: rgba(255,255,255,0.9); } 100%{ opacity: 1; transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9); } } @media screen and (max-width: 680px){ .topbar h2, .topbar h3 { text-align: left; padding: 0; display: block;} .back { left: auto; right: 0px; margin-left: 0px;} } @font-face { font-family: Aller; src: url('../fonts/Aller/Aller_Rg.ttf'); font-weight: 400; font-style: normal; } * { font-family: Aller !important; font-weight: 400; font-style: normal;}
contents/css/team.css
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } body { background: #000020; } a { color: #555; text-decoration: none; } .container { width: 100%; position: relative; } .clr { clear: both; padding: 0; height: 0; margin: 0; } .support-note { clear: both; } .support-note span{ color: #ac375d; font-size: 16px; display: none; padding: 20px; font-weight: bold; text-align: center; } @media screen and (max-width: 640px){ .codrops-demos { text-align: left;} } .tp-grid { list-style-type: none; position: relative; display: block; } .tp-grid li { position: absolute; cursor: pointer; border: 10px solid #fff; box-shadow: 0 2px 3px rgba(0,0,0,0.2); display: none; overflow: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; } .no-js .tp-grid li { position: relative; display: inline-block; } .tp-grid li a { display: block; outline: none; } .tp-grid li img { display: block; border: none; } .tp-info, .tp-title { position: absolute; background: #fff; line-height: 20px; color: #333; top: 40%; width: 75%; padding: 10px; font-weight: 700; text-align: right; left: -100%; box-shadow: 1px 1px 1px rgba(0,0,0,0.1), 5px 0 5px -3px rgba(0,0,0,0.4), inset 0 0 5px rgba(0,0,0,0.04); } .touch .tp-info { left: 0px; } .no-touch .tp-info { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .no-touch .tp-grid li:hover .tp-info { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -o-transition-delay: 150ms; -ms-transition-delay: 150ms; transition-delay: 150ms; } .no-touch .tp-open li:hover .tp-info { left: 0px; } .tp-title { margin-top: 70px; padding: 10px 35px 10px 10px; left: 0px; } .tp-title span:nth-child(2){ color: #aaa; padding: 0 5px; background: #F7F7F7; right: 0px; height: 100%; line-height: 40px; top: 0px; position: absolute; display: block; } /* Custom elements style */ .wrapper { position: relative; padding: 0 0 50px 0; } .topbar { position: relative; padding: 20px 0; margin: 60px 0 40px; box-shadow: 0 1px 0 #aaa; } .back { width: 40px; height: 40px; position: absolute; left: 50%; top: 50%; margin: -20px 0 0 -20px; border-radius: 50%; text-align: center; line-height: 38px; color: #999; background: #ddd; background: rgba(255,255,255,0.5); cursor: pointer; display: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .no-touch .back:hover { background: #fff; background: rgba(255,255,255,0.9); } .topbar h2, .topbar h3 { display: inline-block; font-weight: 300; font-size: 40px; width: 49%; min-width: 320px; } .topbar h2 { padding-right: 20px; color: #666; } .topbar h3 { text-align: right; padding-left: 20px; color: #aaa; } /* Loader */ .loader { left: 50%; position: absolute; margin-left: -120px; } .loader i { display: inline-block; width: 40px; height: 40px; -webkit-animation: loading 1s linear infinite forwards; -moz-animation: loading 1s linear infinite forwards; -o-animation: loading 1s linear infinite forwards; -ms-animation: loading 1s linear infinite forwards; animation: loading 1s linear infinite forwards; } .cssanimations .loader span { display: none; } .no-cssanimations .loader i { display: none; } .loader i:nth-child(2){ -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; -ms-animation-delay: 0.1s; animation-delay: 0.1s; } .loader i:nth-child(3){ -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; -ms-animation-delay: 0.2s; animation-delay: 0.2s; } .loader i:nth-child(4){ -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; -ms-animation-delay: 0.3s; animation-delay: 0.3s; } .loader i:nth-child(5){ -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -o-animation-delay: 0.4s; -ms-animation-delay: 0.4s; animation-delay: 0.4s; } .loader i:nth-child(6){ -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; -ms-animation-delay: 0.5s; animation-delay: 0.5s; } @-webkit-keyframes loading{ 0%{ opacity: 0; background-color: rgba(255,255,255,0.9); } 100%{ opacity: 1; -webkit-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9); } } @-moz-keyframes loading{ 0%{ opacity: 0; background-color: rgba(255,255,255,0.9); } 100%{ opacity: 1; -moz-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9); } } @-o-keyframes loading{ 0%{ opacity: 0; background-color: rgba(255,255,255,0.9); } 100%{ opacity: 1; -o-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9); } } @-ms-keyframes loading{ 0%{ opacity: 0; background-color: rgba(255,255,255,0.9); } 100%{ opacity: 1; -ms-transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9); } } @keyframes loading{ 0%{ opacity: 0; background-color: rgba(255,255,255,0.9); } 100%{ opacity: 1; transform: scale(0.25) rotate(75deg); background-color: rgba(155,155,155,0.9); } } @media screen and (max-width: 680px){ .topbar h2, .topbar h3 { text-align: left; padding: 0; display: block;} .back { left: auto; right: 0px; margin-left: 0px;} } @font-face { font-family: Aller; src: url('../fonts/Aller/Aller_Rg.ttf'); font-weight: 400; font-style: normal; } * { font-family: Aller !important; font-weight: 400; font-style: normal;}
0.208179
0.044848
:root{ --background-color: #080e29; --primary-color: #1a2248; --material-shaduw-1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); --material-shaduw-2: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); --material-shaduw-3: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); --material-shaduw-4: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); --material-shaduw-5: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); --transition: all 0.3s cubic-bezier(.25,.8,.25,1); } *{ box-sizing: border-box; padding: 0; margin: 0; } :focus, textarea:focus{ background-color: yellow; color: black; } html, body{ height: 100%; font-family: 'Ubuntu', sans-serif; scroll-behavior: smooth; } .container{ display: grid; grid-template-areas: 'nav' 'portfolio'; grid-template-rows: 5em minmax(auto, 1fr); } header{ grid-area: nav; } .homepage main{ grid-area: portfolio; grid-template: 'investment' 'coins'; } /******************** Navigation *********************/ nav{ display: flex; width: 100%; height: 100%; justify-content: center; background-color: var(--background-color); } nav ul{ display: flex; list-style: none; justify-content: space-around; width: 100%; } nav ul a{ display: flex; align-items: center; height: 100%; padding: 1rem; text-decoration: none; color: white; } /************************** Main ***************************/ .coins-menu{ display: grid; grid-template-areas: 'filter addCoin'; grid-template-columns: 1fr minmax(min-content, max-content); width: 100%; position: sticky; top: 0; z-index: 10; width: 80%; } .coins-menu button { font-size: 1rem; padding: 1rem; border:none; } .filter{ grid-area: filter; } .filter ul{ list-style: none; display: flex; } .filter button{ border: none; margin-right: 1rem; } .add{ grid-area: addCoin; } .add a{ padding: 1rem 2rem; background-color: yellow; font-weight: bold; text-decoration: none; } .investment-container{ display: flex; flex-direction: column; align-items: center; padding: 7rem 1rem; background-color: var(--background-color); color: white; position: relative; z-index: 10; } @media (min-width: 50em){ .investment-container{ min-height: 60vh; } } .investment-container .description{ font-size: 1.4em; font-weight: lighter; } .investment-container .belance{ font-size: 28vw; font-weight: 800; } @media (min-width: 50em){ .investment-container .belance{ font-size: 20vw; } } .investment-container .change{ font-size: 2.7em; } .change.gain{ color: green; } /************************** Coin **************************/ .coins-container{ display: flex; flex-wrap: wrap; justify-content: center; background-color: var(--background-color); } .coin{ display: flex; padding: 1rem; transition: 0.7s; background-color: rgba(127, 135, 225, 0.116); scroll-behavior: smooth; position: relative; width: 100%; } .coin .coin-portfolio{ margin-left: auto; display: flex; flex-direction: column; width: 100%; } .coin .coin-portfolio .assets-value{ font-size: 10vw; margin-left: auto; } @media (min-width: 50em){ .coin .coin-portfolio .assets-value { font-size: 2em; } } .coin .coin-portfolio .change{ font-size: 7vw; margin-left: auto; margin-top: auto; } @media (min-width: 50em){ .coin .coin-portfolio .change{ font-size: 1em; } } .coin .coin-value-description{ width: 100%; margin-top: 1rem; } .coin .coin-image{ width: 30%; } .coin .coin-market{ display: flex; flex-wrap: wrap; align-items: center; } .coin .coin-name{ font-size: 4vw; font-weight: bold; margin-left: 0.7rem; } @media (min-width: 50em) { .coin .coin-name { font-size: 1em; } } .link-coin{ text-decoration: none; display: flex; justify-content: center; color:rgba(255, 255, 255, 0.822); transition: 0.4s cubic-bezier(1,0,0,1); } .link-coin:hover, .link-coin:focus{ background-color: yellow; color: black; } .your-coins{ width: 100%; color: white; text-align: center; margin-top: 1rem; margin-bottom: 2rem; } .coin-wrapper{ width: 80%; display: grid; grid-template-columns: repeat(auto-fill, minmax(20em, 1fr)); grid-column-gap: 1.4rem; grid-row-gap: 1.4rem; } /************************ Zero state ************************/ .zero-state{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: var(--background-color); display: flex; justify-content: center; align-items: center; } .zero-state .add-coin{ height: 50%; max-height: 20em; width: 50%; max-width: 20em; padding: 2rem; } .zero-state .add-coin span:first-of-type{ display: flex; justify-content: center; font-size: 7rem; } .zero-state .add-coin span:nth-of-type(2){ font-size: 1.4rem; } /************************************ Add coin ************************************/ .add-coin-1{ height: 100%; background-color: var(--background-color); display: flex; justify-content: center; align-items: center; } .add-coin-1-container { display: flex; justify-content: center; flex-direction: column; align-items: center; } .add-coin-1-container p{ color: white; font-size: 2vw; max-width: 60vw; text-align: center; } .add-coin-1-container a{ display: flex; flex-wrap: wrap; max-width: 20em; width: 100%; background-color: #fff; color: black; justify-content: center; flex-direction: column; align-items: center; margin-top: 4rem; text-decoration: none; padding: 2rem; transition: 0.7s; } .add-coin-1-container a:hover, .add-coin-1-container a:focus{ background-color: yellow; transform: scale(1.04S); } .add-coin-1-container a span:first-of-type{ font-size: 7em; } .add-coin-2{ height: 100%; background-color: var(--background-color); display: flex; justify-content: center; align-items: center; } .add-coin-2 .add-coin-2-container{ background-color: #fff; } .add-coin-2-container legend{ padding-top: 2rem; font-size: 1.7em; text-align: center; } .choose-coin-container{ display: flex; } .choose-coin-container div{ display: flex; flex-direction: column; margin: 1rem; border: solid 1px rgb(170, 170, 170); } .choose-coin-container input[type=radio]:checked ~label{ background-color: var(--background-color); color: white; } .choose-coin-container input[type=radio]:focus ~label{ background-color: yellow; color: black; } .choose-coin-container div label{ display: flex; flex-direction: column; padding: 1.7rem; } .choose-coin-container div label span{ display: flex; width: 100%; justify-content: center; margin-bottom: 0.7rem; } .add-coin-2-container form fieldset{ border: none; padding: 4rem; } .add-coin-2-container .submit-coin{ margin-top: 2rem; border: solid 1px black; padding: 1rem; margin-left: 1rem; display: flex; text-decoration: none; color: black; width: fit-content; background-color: rgb(224, 224, 224); } .add-coin-2-container .submit-coin:hover, .add-coin-2-container .submit-coin:focus{ background-color: yellow; color: black; } .add-coin-2-container .submit-amount{ margin-top: 2rem; border: solid 1px black; padding: 1rem; display: flex; text-decoration: none; color: black; width: fit-content; background-color: rgb(224, 224, 224); } .add-coin-2-container .submit-amount:hover, .add-coin-2-container .submit-amount:focus{ background-color: yellow; color: black; } .add-coin-indicator li{ list-style: none; } .add-coin-indicator a{ color: white; text-decoration: none; margin-left: 0.7rem; } .add-coin-indicator a:focus span{ background-color: yellow; color: black; } .add-coin-indicator a span{ display: inline-flex; padding: 2rem; border: solid 1px rgba(255, 255, 255, 0.068); } .add-coin-indicator .done span{ background-color: rgb(75, 136, 75); } .add-coin-indicator a span:first-of-type{ margin-bottom: 1rem; } .add-coin-indicator .active a span{ border: solid 1px white; } .add-coin-indicator .active a span:nth-of-type(1){ border: solid 1px black; background-color: grey; } .add-coin-indicator .active a span:nth-of-type(2){ border: solid 1px black; background-color: grey; }
public/stylesheet.css
:root{ --background-color: #080e29; --primary-color: #1a2248; --material-shaduw-1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); --material-shaduw-2: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); --material-shaduw-3: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); --material-shaduw-4: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); --material-shaduw-5: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); --transition: all 0.3s cubic-bezier(.25,.8,.25,1); } *{ box-sizing: border-box; padding: 0; margin: 0; } :focus, textarea:focus{ background-color: yellow; color: black; } html, body{ height: 100%; font-family: 'Ubuntu', sans-serif; scroll-behavior: smooth; } .container{ display: grid; grid-template-areas: 'nav' 'portfolio'; grid-template-rows: 5em minmax(auto, 1fr); } header{ grid-area: nav; } .homepage main{ grid-area: portfolio; grid-template: 'investment' 'coins'; } /******************** Navigation *********************/ nav{ display: flex; width: 100%; height: 100%; justify-content: center; background-color: var(--background-color); } nav ul{ display: flex; list-style: none; justify-content: space-around; width: 100%; } nav ul a{ display: flex; align-items: center; height: 100%; padding: 1rem; text-decoration: none; color: white; } /************************** Main ***************************/ .coins-menu{ display: grid; grid-template-areas: 'filter addCoin'; grid-template-columns: 1fr minmax(min-content, max-content); width: 100%; position: sticky; top: 0; z-index: 10; width: 80%; } .coins-menu button { font-size: 1rem; padding: 1rem; border:none; } .filter{ grid-area: filter; } .filter ul{ list-style: none; display: flex; } .filter button{ border: none; margin-right: 1rem; } .add{ grid-area: addCoin; } .add a{ padding: 1rem 2rem; background-color: yellow; font-weight: bold; text-decoration: none; } .investment-container{ display: flex; flex-direction: column; align-items: center; padding: 7rem 1rem; background-color: var(--background-color); color: white; position: relative; z-index: 10; } @media (min-width: 50em){ .investment-container{ min-height: 60vh; } } .investment-container .description{ font-size: 1.4em; font-weight: lighter; } .investment-container .belance{ font-size: 28vw; font-weight: 800; } @media (min-width: 50em){ .investment-container .belance{ font-size: 20vw; } } .investment-container .change{ font-size: 2.7em; } .change.gain{ color: green; } /************************** Coin **************************/ .coins-container{ display: flex; flex-wrap: wrap; justify-content: center; background-color: var(--background-color); } .coin{ display: flex; padding: 1rem; transition: 0.7s; background-color: rgba(127, 135, 225, 0.116); scroll-behavior: smooth; position: relative; width: 100%; } .coin .coin-portfolio{ margin-left: auto; display: flex; flex-direction: column; width: 100%; } .coin .coin-portfolio .assets-value{ font-size: 10vw; margin-left: auto; } @media (min-width: 50em){ .coin .coin-portfolio .assets-value { font-size: 2em; } } .coin .coin-portfolio .change{ font-size: 7vw; margin-left: auto; margin-top: auto; } @media (min-width: 50em){ .coin .coin-portfolio .change{ font-size: 1em; } } .coin .coin-value-description{ width: 100%; margin-top: 1rem; } .coin .coin-image{ width: 30%; } .coin .coin-market{ display: flex; flex-wrap: wrap; align-items: center; } .coin .coin-name{ font-size: 4vw; font-weight: bold; margin-left: 0.7rem; } @media (min-width: 50em) { .coin .coin-name { font-size: 1em; } } .link-coin{ text-decoration: none; display: flex; justify-content: center; color:rgba(255, 255, 255, 0.822); transition: 0.4s cubic-bezier(1,0,0,1); } .link-coin:hover, .link-coin:focus{ background-color: yellow; color: black; } .your-coins{ width: 100%; color: white; text-align: center; margin-top: 1rem; margin-bottom: 2rem; } .coin-wrapper{ width: 80%; display: grid; grid-template-columns: repeat(auto-fill, minmax(20em, 1fr)); grid-column-gap: 1.4rem; grid-row-gap: 1.4rem; } /************************ Zero state ************************/ .zero-state{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: var(--background-color); display: flex; justify-content: center; align-items: center; } .zero-state .add-coin{ height: 50%; max-height: 20em; width: 50%; max-width: 20em; padding: 2rem; } .zero-state .add-coin span:first-of-type{ display: flex; justify-content: center; font-size: 7rem; } .zero-state .add-coin span:nth-of-type(2){ font-size: 1.4rem; } /************************************ Add coin ************************************/ .add-coin-1{ height: 100%; background-color: var(--background-color); display: flex; justify-content: center; align-items: center; } .add-coin-1-container { display: flex; justify-content: center; flex-direction: column; align-items: center; } .add-coin-1-container p{ color: white; font-size: 2vw; max-width: 60vw; text-align: center; } .add-coin-1-container a{ display: flex; flex-wrap: wrap; max-width: 20em; width: 100%; background-color: #fff; color: black; justify-content: center; flex-direction: column; align-items: center; margin-top: 4rem; text-decoration: none; padding: 2rem; transition: 0.7s; } .add-coin-1-container a:hover, .add-coin-1-container a:focus{ background-color: yellow; transform: scale(1.04S); } .add-coin-1-container a span:first-of-type{ font-size: 7em; } .add-coin-2{ height: 100%; background-color: var(--background-color); display: flex; justify-content: center; align-items: center; } .add-coin-2 .add-coin-2-container{ background-color: #fff; } .add-coin-2-container legend{ padding-top: 2rem; font-size: 1.7em; text-align: center; } .choose-coin-container{ display: flex; } .choose-coin-container div{ display: flex; flex-direction: column; margin: 1rem; border: solid 1px rgb(170, 170, 170); } .choose-coin-container input[type=radio]:checked ~label{ background-color: var(--background-color); color: white; } .choose-coin-container input[type=radio]:focus ~label{ background-color: yellow; color: black; } .choose-coin-container div label{ display: flex; flex-direction: column; padding: 1.7rem; } .choose-coin-container div label span{ display: flex; width: 100%; justify-content: center; margin-bottom: 0.7rem; } .add-coin-2-container form fieldset{ border: none; padding: 4rem; } .add-coin-2-container .submit-coin{ margin-top: 2rem; border: solid 1px black; padding: 1rem; margin-left: 1rem; display: flex; text-decoration: none; color: black; width: fit-content; background-color: rgb(224, 224, 224); } .add-coin-2-container .submit-coin:hover, .add-coin-2-container .submit-coin:focus{ background-color: yellow; color: black; } .add-coin-2-container .submit-amount{ margin-top: 2rem; border: solid 1px black; padding: 1rem; display: flex; text-decoration: none; color: black; width: fit-content; background-color: rgb(224, 224, 224); } .add-coin-2-container .submit-amount:hover, .add-coin-2-container .submit-amount:focus{ background-color: yellow; color: black; } .add-coin-indicator li{ list-style: none; } .add-coin-indicator a{ color: white; text-decoration: none; margin-left: 0.7rem; } .add-coin-indicator a:focus span{ background-color: yellow; color: black; } .add-coin-indicator a span{ display: inline-flex; padding: 2rem; border: solid 1px rgba(255, 255, 255, 0.068); } .add-coin-indicator .done span{ background-color: rgb(75, 136, 75); } .add-coin-indicator a span:first-of-type{ margin-bottom: 1rem; } .add-coin-indicator .active a span{ border: solid 1px white; } .add-coin-indicator .active a span:nth-of-type(1){ border: solid 1px black; background-color: grey; } .add-coin-indicator .active a span:nth-of-type(2){ border: solid 1px black; background-color: grey; }
0.573678
0.142769
@import "reset.css"; html { scroll-behavior: smooth; } body { background-color: #FFD8CA; color: #C46041; font-family: "Poppins", Helvetica, sans-serif; } @media screen and (min-width: 600px) { .right { float: right; } .left { float: left; } } .container { width: auto; max-width: 1128px; min-height: 100vh; margin: 0 auto; padding: 0 32px; } @media screen and (min-width: 600px) { .container { padding: 0 32px; } } @media screen and (min-width: 1024px) { .container { padding: 0 64px; } } .header { padding: 32px 0; } .header-inner { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-column-gap: 16px; grid-row-gap: 0px; } .header-inner div { display: block; } .name { font-size: 1rem; line-height: 1rem; font-weight: bold; color: #C46041; vertical-align: middle; margin: 0; display: inline; } section { margin-top: 3rem; display: block; } section h1 { font-size: 4rem; font-style: italic; font-weight: normal; letter-spacing: -0.03em; } section.intro { min-height: 90vh; position: relative; } .intro-container { max-width: 936px; display: block; position: absolute; bottom: 160px; } .intro-container p { font-size: 24px; line-height: 36px; font-weight: bold; } @media screen and (min-width: 600px) { .intro-container p { font-size: 48px; line-height: 66px; font-weight: bold; } } p.big { font-size: 48px; line-height: 66px; color: #C46041; font-weight: bold; } p.big-links a { display: block; font-weight: bold; } p.big-links .bullet { display: none; } @media screen and (min-width: 600px) { p.big-links { font-size: 36px; } p.big-links a { display: inline; } p.big-links .bullet { display: inline; } } section.about { margin-bottom: 280px; } section.about p { font-size: 24px; line-height: 36px; } @media screen and (min-width: 600px) { section.about p { font-size: 2rem; line-height: 52px; } } section.about p:first-of-type { margin-top: 172px; font-weight: bold; } section.work-history { margin-bottom: 160px; } section.work-history h3 { font-size: 28px; margin: 0 0 8px; } section.work-history p { margin: 0; } .job { display: flow-root; margin-bottom: 80px; } @media screen and (min-width: 600px) { .job-meta { float: left; width: 25%; } } .job-meta p { font-size: 22px; } .job-description { color: #111111; } @media screen and (min-width: 600px) { .job-description { float: left; width: 75%; } } .job-description p { font-size: 20px; line-height: 30px; font-weight: normal; } section.testimonials { display: flow-root; margin-bottom: 10rem; } .testimonial { box-sizing: border-box; display: flow-root; width: 100%; min-height: 100px; float: left; padding: 64px 0; background-color: #C17A64; color: #ffffff; } @media screen and (min-width: 960px) { .testimonial { width: 50%; } } .testimonial .testimonial-inner { margin: 0 40px; } @media screen and (min-width: 960px) { .testimonial .testimonial-inner { max-width: 468px; margin: 0 104px; } } .testimonial p { margin: 0; font-size: 20px; } .testimonial p.testimonial-attribution { margin-top: 24px; font-weight: 600; } .testimonial:nth-of-type(2) { background-color: #DE8F77; } .work .work-block { width: 100%; margin: 0 0 48px 0; } .work .work-block h3 { color: #111111; font-size: 28px; line-height: 40px; margin: 0 0 8px; } .work .work-block h3 a { color: inherit; text-decoration: none; } .work .work-block p { color: #111111; margin: 0; font-size: 20px; line-height: 30px; } .work .work-block a { text-decoration: underline; } .work .work-block p.work-meta { color: #C46041; font-size: 22px; line-height: normal; margin: 0 0 16px; } @media screen and (min-width: 960px) { .work-container { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); grid-column-gap: 24px; grid-row-gap: 80px; } .work-container .work-block { border-top: 1px solid #C17A64; padding-top: 24px; } } section.contact { text-align: center; margin: 3rem 0; } footer { width: 100%; } footer .copyright { text-align: center; font-size: 0.8rem; color: #111111; } html { -webkit-font-smoothing: antialiased; font-size: 14px; } @media screen and (min-width: 600px) { html { font-size: 16px; } } @media screen and (min-width: 1024px) { html { font-size: 18px; } } h2 { font-size: 20px; font-weight: 500; text-transform: uppercase; color: #111111; letter-spacing: 4px; text-align: center; margin: 0 0 64px; } p { font-size: 1.15rem; line-height: 1.6; } a { color: #C46041; transition: color 0.2s, background 0.2s; } a:hover { color: #111111; background: #DE8F77; } .center { text-align: center; } :target:before { content: ""; display: block; height: 100px; margin: -100px 0 0; } .social-links { margin: 0 auto; text-align: center; justify-self: end; } .social-links a:hover { background: none; } @media screen and (min-width: 376px) { .social-links { margin: 0; text-align: left; } } ion-icon { font-size: 24px; color: #C46041; margin: 0 6px; transition: color 0.3s; } ion-icon:hover { color: #111111; }
assets/css/main.css
@import "reset.css"; html { scroll-behavior: smooth; } body { background-color: #FFD8CA; color: #C46041; font-family: "Poppins", Helvetica, sans-serif; } @media screen and (min-width: 600px) { .right { float: right; } .left { float: left; } } .container { width: auto; max-width: 1128px; min-height: 100vh; margin: 0 auto; padding: 0 32px; } @media screen and (min-width: 600px) { .container { padding: 0 32px; } } @media screen and (min-width: 1024px) { .container { padding: 0 64px; } } .header { padding: 32px 0; } .header-inner { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-column-gap: 16px; grid-row-gap: 0px; } .header-inner div { display: block; } .name { font-size: 1rem; line-height: 1rem; font-weight: bold; color: #C46041; vertical-align: middle; margin: 0; display: inline; } section { margin-top: 3rem; display: block; } section h1 { font-size: 4rem; font-style: italic; font-weight: normal; letter-spacing: -0.03em; } section.intro { min-height: 90vh; position: relative; } .intro-container { max-width: 936px; display: block; position: absolute; bottom: 160px; } .intro-container p { font-size: 24px; line-height: 36px; font-weight: bold; } @media screen and (min-width: 600px) { .intro-container p { font-size: 48px; line-height: 66px; font-weight: bold; } } p.big { font-size: 48px; line-height: 66px; color: #C46041; font-weight: bold; } p.big-links a { display: block; font-weight: bold; } p.big-links .bullet { display: none; } @media screen and (min-width: 600px) { p.big-links { font-size: 36px; } p.big-links a { display: inline; } p.big-links .bullet { display: inline; } } section.about { margin-bottom: 280px; } section.about p { font-size: 24px; line-height: 36px; } @media screen and (min-width: 600px) { section.about p { font-size: 2rem; line-height: 52px; } } section.about p:first-of-type { margin-top: 172px; font-weight: bold; } section.work-history { margin-bottom: 160px; } section.work-history h3 { font-size: 28px; margin: 0 0 8px; } section.work-history p { margin: 0; } .job { display: flow-root; margin-bottom: 80px; } @media screen and (min-width: 600px) { .job-meta { float: left; width: 25%; } } .job-meta p { font-size: 22px; } .job-description { color: #111111; } @media screen and (min-width: 600px) { .job-description { float: left; width: 75%; } } .job-description p { font-size: 20px; line-height: 30px; font-weight: normal; } section.testimonials { display: flow-root; margin-bottom: 10rem; } .testimonial { box-sizing: border-box; display: flow-root; width: 100%; min-height: 100px; float: left; padding: 64px 0; background-color: #C17A64; color: #ffffff; } @media screen and (min-width: 960px) { .testimonial { width: 50%; } } .testimonial .testimonial-inner { margin: 0 40px; } @media screen and (min-width: 960px) { .testimonial .testimonial-inner { max-width: 468px; margin: 0 104px; } } .testimonial p { margin: 0; font-size: 20px; } .testimonial p.testimonial-attribution { margin-top: 24px; font-weight: 600; } .testimonial:nth-of-type(2) { background-color: #DE8F77; } .work .work-block { width: 100%; margin: 0 0 48px 0; } .work .work-block h3 { color: #111111; font-size: 28px; line-height: 40px; margin: 0 0 8px; } .work .work-block h3 a { color: inherit; text-decoration: none; } .work .work-block p { color: #111111; margin: 0; font-size: 20px; line-height: 30px; } .work .work-block a { text-decoration: underline; } .work .work-block p.work-meta { color: #C46041; font-size: 22px; line-height: normal; margin: 0 0 16px; } @media screen and (min-width: 960px) { .work-container { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); grid-column-gap: 24px; grid-row-gap: 80px; } .work-container .work-block { border-top: 1px solid #C17A64; padding-top: 24px; } } section.contact { text-align: center; margin: 3rem 0; } footer { width: 100%; } footer .copyright { text-align: center; font-size: 0.8rem; color: #111111; } html { -webkit-font-smoothing: antialiased; font-size: 14px; } @media screen and (min-width: 600px) { html { font-size: 16px; } } @media screen and (min-width: 1024px) { html { font-size: 18px; } } h2 { font-size: 20px; font-weight: 500; text-transform: uppercase; color: #111111; letter-spacing: 4px; text-align: center; margin: 0 0 64px; } p { font-size: 1.15rem; line-height: 1.6; } a { color: #C46041; transition: color 0.2s, background 0.2s; } a:hover { color: #111111; background: #DE8F77; } .center { text-align: center; } :target:before { content: ""; display: block; height: 100px; margin: -100px 0 0; } .social-links { margin: 0 auto; text-align: center; justify-self: end; } .social-links a:hover { background: none; } @media screen and (min-width: 376px) { .social-links { margin: 0; text-align: left; } } ion-icon { font-size: 24px; color: #C46041; margin: 0 6px; transition: color 0.3s; } ion-icon:hover { color: #111111; }
0.401688
0.114591
body { background: #fff; color: #333; font-size: 11px; padding: 0 0 0px; } /*----------------------------------------------- */ a {color: #000;font-weight:bold;text-decoration: none;} a:hover {color:#333;} .floatleft{float:left;} .floatright{float:right} .small{font-size:9px;} .inline-ul li{display:inline; color:#fff;} .marginleft10{margin-left:10px;} .grey{color:#C2C2C2;} /*----------------------------------------------- */ .container_12{background:#095a8e;} /*----------------------------------------------- */ h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;} h2 {margin-top:1em;} h6 {font-size:1em; text-transform:uppercase;} h1 a {font-weight:normal;} /*----------------------------------------------- */ #branding { font-weight:normal; text-align:left; padding:2em 1em 1.6em 1em; margin-bottom:0; } #branding a{color:#A1EAFF; font-weight:normal;} #branding a:hover{color:#fff} #branding a:before{content:" | "; color:#fff;} #branding ul, #branding ul li{margin:0px; padding:0px;} #branding li{padding:0px 0px 0px 0px !important;} .top-10{margin-top:-10px;} .header-repeat{background:url(../../images/main/header-repeat.jpg) repeat-x;} /*----------------------------------------------- */ .box { background:#fff; margin-bottom:20px; padding:10px 10px 10px 10px; margin-left:-8px; } .box.round{ -moz-border-radius: 5px 5px 0px 0px; /* Firefox */ -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */ border-radius: 5px 5px 0px 0px; /* CSS3 */ } .box h2 { font-size:1.2em; font-weight:bold; color:#1B548D; background:#E6F0F3; margin:-10px -10px 0 -10px; padding:10px 12px; border-bottom:1px solid #B3CBD6; -moz-border-radius: 5px 5px 0px 0px; /* Firefox */ -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */ border-radius: 5px 5px 0px 0px; /* CSS3 */ } /*----------------------------------------------- */ .box.first{margin-top:20px;} .block { padding-top:20px;} /*----------------------------------------------- */ table.form {width:100%;} table.form td {padding:4px 0px;} table.form label {font-weight:bold;} table.form .col1{width:20%;} table.form .col2{} table.form input, table.form select{ padding: 4px 4px 5px 4px; border-top: 1px solid #b3b3b3; border-left: 1px solid #b3b3b3; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; } /*----------------------------------------------- */ input.medium{ width: 55%;} /*----------------------------------------------- */ #site_info { width:100%; color:#fff; background:#204562; border-top:1px solid #1d3b53; } #site_info p{padding-left:20px;line-height:35px; margin-bottom:0px;} #site_info a { color:#9ab6cc; } #site_info a:hover { color:#000; } /*----------------------------------------------- */ .fullpage{margin-left:0px;} /*----------------------------------------------- */ .btn { background-position: 0 -80px; font-size: 12px; height: 32px; line-height: 29px; background-repeat: repeat-x; color: #FFF; font-weight: bold; display: inline-block; text-decoration: none; border-width: 1px; border-style: solid; padding: 0 15px 4px; *padding: 0 7px 4px; margin: 0; text-shadow: 1px 1px 1px rgba(0,0,0,.2); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.25); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25); -moz-border-radius: 4px; -webkit-border-radius: 4px; filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2); cursor: pointer; position: relative; } /*----------------------------------------------- */ .btn-black, .btn-black:visited { background-color: #111; border-color: #000; } .btn-black:hover { background-color: #000; } /*----------------------------------------------- */ .btn-black{ background-image: url(../../images/main/bg-dark.png) !important; } /*----------------------------------------------- */ .message { padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; margin-bottom: 10px; -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5); -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5); box-shadow:inset 0 1px 0 rgba(255,255,255,0.5); } .message h5 {margin-top: 0;} .message p {margin-bottom: 0;} .message.info { border: 1px solid #cadcea; background: #e1f2fc; background: -webkit-gradient(linear, left top, left bottom, from(#e1f2fc), to(#cae9fd)); background: -moz-linear-gradient(top, #e1f2fc, #cae9fd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f2fc', endColorstr='#cae9fd'); color: #225b86; text-shadow: 0 1px 0 #fff; } .bordered { border: solid #ccc 1px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 1px 1px #ccc; -moz-box-shadow: 0 1px 1px #ccc; box-shadow: 0 1px 1px #ccc; } .bordered tr:hover { background: #fbf8e9; -o-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } .bordered td, .bordered th { border-left: 1px solid #ccc; border-top: 1px solid #ccc; padding: 10px; text-align: left; } .bordered th { background-color: #dce9f9; background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9)); background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9); background-image: linear-gradient(top, #ebf3fc, #dce9f9); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset; box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; border-top: none; text-shadow: 0 1px 0 rgba(255,255,255,.5); } .bordered td:first-child, .bordered th:first-child { border-left: none; } .bordered th:first-child { -moz-border-radius: 6px 0 0 0; -webkit-border-radius: 6px 0 0 0; border-radius: 6px 0 0 0; } .bordered th:last-child { -moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0; } .bordered th:only-child{ -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .bordered tr:last-child td:first-child { -moz-border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px; } .bordered tr:last-child td:last-child { -moz-border-radius: 0 0 6px 0; -webkit-border-radius: 0 0 6px 0; border-radius: 0 0 6px 0; }
css/main/layout.css
body { background: #fff; color: #333; font-size: 11px; padding: 0 0 0px; } /*----------------------------------------------- */ a {color: #000;font-weight:bold;text-decoration: none;} a:hover {color:#333;} .floatleft{float:left;} .floatright{float:right} .small{font-size:9px;} .inline-ul li{display:inline; color:#fff;} .marginleft10{margin-left:10px;} .grey{color:#C2C2C2;} /*----------------------------------------------- */ .container_12{background:#095a8e;} /*----------------------------------------------- */ h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;} h2 {margin-top:1em;} h6 {font-size:1em; text-transform:uppercase;} h1 a {font-weight:normal;} /*----------------------------------------------- */ #branding { font-weight:normal; text-align:left; padding:2em 1em 1.6em 1em; margin-bottom:0; } #branding a{color:#A1EAFF; font-weight:normal;} #branding a:hover{color:#fff} #branding a:before{content:" | "; color:#fff;} #branding ul, #branding ul li{margin:0px; padding:0px;} #branding li{padding:0px 0px 0px 0px !important;} .top-10{margin-top:-10px;} .header-repeat{background:url(../../images/main/header-repeat.jpg) repeat-x;} /*----------------------------------------------- */ .box { background:#fff; margin-bottom:20px; padding:10px 10px 10px 10px; margin-left:-8px; } .box.round{ -moz-border-radius: 5px 5px 0px 0px; /* Firefox */ -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */ border-radius: 5px 5px 0px 0px; /* CSS3 */ } .box h2 { font-size:1.2em; font-weight:bold; color:#1B548D; background:#E6F0F3; margin:-10px -10px 0 -10px; padding:10px 12px; border-bottom:1px solid #B3CBD6; -moz-border-radius: 5px 5px 0px 0px; /* Firefox */ -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */ border-radius: 5px 5px 0px 0px; /* CSS3 */ } /*----------------------------------------------- */ .box.first{margin-top:20px;} .block { padding-top:20px;} /*----------------------------------------------- */ table.form {width:100%;} table.form td {padding:4px 0px;} table.form label {font-weight:bold;} table.form .col1{width:20%;} table.form .col2{} table.form input, table.form select{ padding: 4px 4px 5px 4px; border-top: 1px solid #b3b3b3; border-left: 1px solid #b3b3b3; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; } /*----------------------------------------------- */ input.medium{ width: 55%;} /*----------------------------------------------- */ #site_info { width:100%; color:#fff; background:#204562; border-top:1px solid #1d3b53; } #site_info p{padding-left:20px;line-height:35px; margin-bottom:0px;} #site_info a { color:#9ab6cc; } #site_info a:hover { color:#000; } /*----------------------------------------------- */ .fullpage{margin-left:0px;} /*----------------------------------------------- */ .btn { background-position: 0 -80px; font-size: 12px; height: 32px; line-height: 29px; background-repeat: repeat-x; color: #FFF; font-weight: bold; display: inline-block; text-decoration: none; border-width: 1px; border-style: solid; padding: 0 15px 4px; *padding: 0 7px 4px; margin: 0; text-shadow: 1px 1px 1px rgba(0,0,0,.2); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.25); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25); -moz-border-radius: 4px; -webkit-border-radius: 4px; filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2); cursor: pointer; position: relative; } /*----------------------------------------------- */ .btn-black, .btn-black:visited { background-color: #111; border-color: #000; } .btn-black:hover { background-color: #000; } /*----------------------------------------------- */ .btn-black{ background-image: url(../../images/main/bg-dark.png) !important; } /*----------------------------------------------- */ .message { padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; margin-bottom: 10px; -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5); -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5); box-shadow:inset 0 1px 0 rgba(255,255,255,0.5); } .message h5 {margin-top: 0;} .message p {margin-bottom: 0;} .message.info { border: 1px solid #cadcea; background: #e1f2fc; background: -webkit-gradient(linear, left top, left bottom, from(#e1f2fc), to(#cae9fd)); background: -moz-linear-gradient(top, #e1f2fc, #cae9fd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f2fc', endColorstr='#cae9fd'); color: #225b86; text-shadow: 0 1px 0 #fff; } .bordered { border: solid #ccc 1px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 1px 1px #ccc; -moz-box-shadow: 0 1px 1px #ccc; box-shadow: 0 1px 1px #ccc; } .bordered tr:hover { background: #fbf8e9; -o-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } .bordered td, .bordered th { border-left: 1px solid #ccc; border-top: 1px solid #ccc; padding: 10px; text-align: left; } .bordered th { background-color: #dce9f9; background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9)); background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9); background-image: linear-gradient(top, #ebf3fc, #dce9f9); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset; box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; border-top: none; text-shadow: 0 1px 0 rgba(255,255,255,.5); } .bordered td:first-child, .bordered th:first-child { border-left: none; } .bordered th:first-child { -moz-border-radius: 6px 0 0 0; -webkit-border-radius: 6px 0 0 0; border-radius: 6px 0 0 0; } .bordered th:last-child { -moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0; } .bordered th:only-child{ -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .bordered tr:last-child td:first-child { -moz-border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px; } .bordered tr:last-child td:last-child { -moz-border-radius: 0 0 6px 0; -webkit-border-radius: 0 0 6px 0; border-radius: 0 0 6px 0; }
0.296043
0.10725
.rpd-wpd-toolkit-node.rpd-wpd-object, .rpd-wpd-toolkit-node.rpd-wpd-message, .rpd-wpd-toolkit-node.rpd-wpd-number, .rpd-wpd-toolkit-node.rpd-wpd-symbol, .rpd-wpd-toolkit-node.rpd-wpd-toolbar, .rpd-wpd-toolkit-node.rpd-wpd-edit-switch { fill: #f8f8f8; stroke-width: 1; stroke: #c0c0c0; } .rpd-wpd-toolkit-node.rpd-wpd-bang, .rpd-wpd-toolkit-node.rpd-wpd-toggle { fill: transparent; stroke: black; } .rpd-wpd-toolkit-node.rpd-wpd-comment { fill: none; } .rpd-wpd-toolkit-node text, .rpd-wpd-text-editor { font-family: 'PT Mono', Menlo, Monaco, monospace; font-size: 11px; } .rpd-wpd-toolkit-node text { fill: black; stroke-width: 0; dominant-baseline: central; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* pointer-events: none; */ } .rpd-wpd-number path, .rpd-wpd-symbol path { fill: #e0e0e0; } .rpd-wpd-text-editor { background-color: transparent; border: none; } .rpd-wpd-text-editor:focus { outline: none; } .rpd-wpd-text-editor.rpd-wpd-selected { color: #0921ec; } .rpd-wpd-selected, .rpd-dragging { stroke: #0921ec; } .rpd-wpd-selected text, .rpd-dragging text { stroke-width: 0; fill: #0921ec; } .rpd-wpd-bang.rpd-wpd-selected circle { fill: #0921ec; } .rpd-wpd-comment rect { stroke-width: 0; } .rpd-wpd-object rect.rpd-wpd-erratic { stroke: #c00; stroke-dasharray: 5, 5; } .rpd-wpd-object .rpd-wpd-selected rect.rpd-wpd-erratic { stroke: #0921ec; } .rpd-inlet .rpd-connector:hover, .rpd-outlet .rpd-connector:hover { fill: #0921ec; } .rpd-wpd-bang .rpd-inlet .rpd-connector, .rpd-wpd-toggle .rpd-inlet .rpd-connector { fill: black; } .rpd-wpd-bang .rpd-outlet .rpd-connector, .rpd-wpd-toggle .rpd-outlet .rpd-connector { fill: black; } .rpd-inlet.rpd-wpd-dsp .rpd-connector, .rpd-outlet.rpd-wpd-dsp .rpd-connector { fill: darkblue; /* TODO: mark red only in edit mode */ } .rpd-link.rpd-disabled { stroke: red; } .rpd-link.rpd-wpd-dsp { stroke: darkblue; stroke-width: 2; } .rpd-wpd-message .rpd-wpd-send-value path { stroke-width: 2px; stroke: #ccc; } .rpd-wpd-bang .rpd-wpd-send-value circle { fill: black; } .rpd-wpd-audio-control .rpd-wpd-channel { fill: red; } .rpd-wpd-audio-control .rpd-wpd-channel-on { fill: green; } .rpd-wpd-toggle g.rpd-wpd-mark { visibility: hidden; } .rpd-wpd-toggle g.rpd-wpd-mark.rpd-wpd-enabled { visibility: visible; } .rpd-wpd-number rect.rpd-wpd-handle { stroke: none; fill: transparent; cursor: n-resize; } .rpd-wpd-toolbar .rpd-wpd-toolbar-border, .rpd-wpd-toolbar rect { stroke: black; } .rpd-wpd-toolbar.rpd-dragging circle, .rpd-wpd-toolbar.rpd-dragging rect { stroke: gray; } .rpd-wpd-toolbar.rpd-dragging text, .rpd-wpd-toolbar.rpd-dragging .rpd-wpd-buttons .rpd-wpd-accessible text { fill: gray; } .rpd-wpd-toolbar .rpd-wpd-edit-mode circle:nth-child(2), .rpd-wpd-edit-switch circle:nth-child(2) { fill: black; } .rpd-wpd-toolbar .rpd-wpd-edit-mode text, .rpd-wpd-edit-switch text { fill: gray; font-size: 0.5em; font-weight: bold; } .rpd-wpd-toolbar .rpd-wpd-edit-mode.rpd-wpd-enabled circle:nth-child(2), .rpd-wpd-edit-switch .rpd-wpd-enabled circle:nth-child(2) { fill: transparent; } .rpd-wpd-toolbar .rpd-wpd-edit-mode.rpd-wpd-enabled text, .rpd-wpd-edit-switch .rpd-wpd-enabled text { fill: gray; font-weight: normal; } .rpd-wpd-toolbar .rpd-wpd-buttons text { fill: gray; } .rpd-wpd-toolbar .rpd-wpd-buttons .rpd-wpd-accessible text { fill: black; } .rpd-wpd-toolbar .rpd-wpd-buttons .rpd-wpd-accessible:hover rect { fill: black; } .rpd-wpd-toolbar .rpd-wpd-buttons .rpd-wpd-accessible:hover text { fill: white; } .rpd-wpd-toolbar .rpd-wpd-edit-mode.rpd-wpd-enabled text.rpd-wpd-key-label, .rpd-wpd-edit-switch text.rpd-wpd-key-label, .rpd-wpd-edit-switch .rpd-wpd-enabled text.rpd-wpd-key-label, .rpd-wpd-toolbar text.rpd-wpd-key-label, .rpd-wpd-toolbar .rpd-wpd-buttons .rpd-wpd-accessible text.rpd-wpd-key-label { font-size: 0.4em; font-weight: normal; fill: teal; } .rpd-wpd-toolbar .rpd-wpd-buttons text.rpd-wpd-key-label { text-anchor: end; }
src/toolkit/webpd/svg.css
.rpd-wpd-toolkit-node.rpd-wpd-object, .rpd-wpd-toolkit-node.rpd-wpd-message, .rpd-wpd-toolkit-node.rpd-wpd-number, .rpd-wpd-toolkit-node.rpd-wpd-symbol, .rpd-wpd-toolkit-node.rpd-wpd-toolbar, .rpd-wpd-toolkit-node.rpd-wpd-edit-switch { fill: #f8f8f8; stroke-width: 1; stroke: #c0c0c0; } .rpd-wpd-toolkit-node.rpd-wpd-bang, .rpd-wpd-toolkit-node.rpd-wpd-toggle { fill: transparent; stroke: black; } .rpd-wpd-toolkit-node.rpd-wpd-comment { fill: none; } .rpd-wpd-toolkit-node text, .rpd-wpd-text-editor { font-family: 'PT Mono', Menlo, Monaco, monospace; font-size: 11px; } .rpd-wpd-toolkit-node text { fill: black; stroke-width: 0; dominant-baseline: central; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* pointer-events: none; */ } .rpd-wpd-number path, .rpd-wpd-symbol path { fill: #e0e0e0; } .rpd-wpd-text-editor { background-color: transparent; border: none; } .rpd-wpd-text-editor:focus { outline: none; } .rpd-wpd-text-editor.rpd-wpd-selected { color: #0921ec; } .rpd-wpd-selected, .rpd-dragging { stroke: #0921ec; } .rpd-wpd-selected text, .rpd-dragging text { stroke-width: 0; fill: #0921ec; } .rpd-wpd-bang.rpd-wpd-selected circle { fill: #0921ec; } .rpd-wpd-comment rect { stroke-width: 0; } .rpd-wpd-object rect.rpd-wpd-erratic { stroke: #c00; stroke-dasharray: 5, 5; } .rpd-wpd-object .rpd-wpd-selected rect.rpd-wpd-erratic { stroke: #0921ec; } .rpd-inlet .rpd-connector:hover, .rpd-outlet .rpd-connector:hover { fill: #0921ec; } .rpd-wpd-bang .rpd-inlet .rpd-connector, .rpd-wpd-toggle .rpd-inlet .rpd-connector { fill: black; } .rpd-wpd-bang .rpd-outlet .rpd-connector, .rpd-wpd-toggle .rpd-outlet .rpd-connector { fill: black; } .rpd-inlet.rpd-wpd-dsp .rpd-connector, .rpd-outlet.rpd-wpd-dsp .rpd-connector { fill: darkblue; /* TODO: mark red only in edit mode */ } .rpd-link.rpd-disabled { stroke: red; } .rpd-link.rpd-wpd-dsp { stroke: darkblue; stroke-width: 2; } .rpd-wpd-message .rpd-wpd-send-value path { stroke-width: 2px; stroke: #ccc; } .rpd-wpd-bang .rpd-wpd-send-value circle { fill: black; } .rpd-wpd-audio-control .rpd-wpd-channel { fill: red; } .rpd-wpd-audio-control .rpd-wpd-channel-on { fill: green; } .rpd-wpd-toggle g.rpd-wpd-mark { visibility: hidden; } .rpd-wpd-toggle g.rpd-wpd-mark.rpd-wpd-enabled { visibility: visible; } .rpd-wpd-number rect.rpd-wpd-handle { stroke: none; fill: transparent; cursor: n-resize; } .rpd-wpd-toolbar .rpd-wpd-toolbar-border, .rpd-wpd-toolbar rect { stroke: black; } .rpd-wpd-toolbar.rpd-dragging circle, .rpd-wpd-toolbar.rpd-dragging rect { stroke: gray; } .rpd-wpd-toolbar.rpd-dragging text, .rpd-wpd-toolbar.rpd-dragging .rpd-wpd-buttons .rpd-wpd-accessible text { fill: gray; } .rpd-wpd-toolbar .rpd-wpd-edit-mode circle:nth-child(2), .rpd-wpd-edit-switch circle:nth-child(2) { fill: black; } .rpd-wpd-toolbar .rpd-wpd-edit-mode text, .rpd-wpd-edit-switch text { fill: gray; font-size: 0.5em; font-weight: bold; } .rpd-wpd-toolbar .rpd-wpd-edit-mode.rpd-wpd-enabled circle:nth-child(2), .rpd-wpd-edit-switch .rpd-wpd-enabled circle:nth-child(2) { fill: transparent; } .rpd-wpd-toolbar .rpd-wpd-edit-mode.rpd-wpd-enabled text, .rpd-wpd-edit-switch .rpd-wpd-enabled text { fill: gray; font-weight: normal; } .rpd-wpd-toolbar .rpd-wpd-buttons text { fill: gray; } .rpd-wpd-toolbar .rpd-wpd-buttons .rpd-wpd-accessible text { fill: black; } .rpd-wpd-toolbar .rpd-wpd-buttons .rpd-wpd-accessible:hover rect { fill: black; } .rpd-wpd-toolbar .rpd-wpd-buttons .rpd-wpd-accessible:hover text { fill: white; } .rpd-wpd-toolbar .rpd-wpd-edit-mode.rpd-wpd-enabled text.rpd-wpd-key-label, .rpd-wpd-edit-switch text.rpd-wpd-key-label, .rpd-wpd-edit-switch .rpd-wpd-enabled text.rpd-wpd-key-label, .rpd-wpd-toolbar text.rpd-wpd-key-label, .rpd-wpd-toolbar .rpd-wpd-buttons .rpd-wpd-accessible text.rpd-wpd-key-label { font-size: 0.4em; font-weight: normal; fill: teal; } .rpd-wpd-toolbar .rpd-wpd-buttons text.rpd-wpd-key-label { text-anchor: end; }
0.340266
0.116261
{ padding:10px; background-color:#ffffff !important; /*border-left:1px solid #acacac;*/ text-align:justify; } /*** this makes paragraphs and breaks look the same for easy handling ***/ p { margin-top:0px; margin-bottom:0px; } /*********** TEXT ***********/ /* grant that default text always looks like '.text' */ #content, .mceContentBody, .text { font-family:Arial, Verdana, Helvetica, Sans-serif; font-size:13px; color:#555555; } /*********** HEADINGS ***********/ .heading_1 { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#880000; font-style:normal; font-weight:normal; font-size:22px; margin-bottom:10px; display:block; } .heading_2 { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#880000; font-style:normal; font-weight:normal; font-size:17px; margin-bottom:7px; margin-top:7px; display:block; } .chapter_heading { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#000000; font-style:normal; font-weight:bold; font-size:13px; display:block; background:url("../imgs/chapter_line.png") no-repeat left bottom; padding-bottom:10px; margin-bottom:10px; margin-top:10px; } .accentuation { color:#880000; } .accentuation_intense { color:#555555; font-weight:bold; } ul { padding-left:30px; list-style-image:url("../imgs/bullet1.png") !important; list-style-position:outside; } ul ul { padding-left:25px; list-style-image:url("../imgs/bullet2.png") !important; list-style-position:outside; } /* use default font style for LI elements to solve strange styling behavior in nested lists when applying styles to parent LI */ li { margin-top:3px; margin-bottom:3px; font-family:Arial, Verdana, Helvetica, Sans-serif; font-size:13px; color:#555555; } /** important for sitemap **/ li.separator { list-style-type:none !important; list-style-image:none; } /*********** TABLES ***********/ .table_header, .table_header td { font-family:Arial, Verdana, Helvetica, Sans-serif; font-weight:bold; font-size:13px; color:#000000; background-color:#3e6530; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; line-height:18px; height:1px; background:url("../imgs/table_header_big_light.png") repeat-x left top; } .table_header_intense, .table_header_intense td { font-family:Arial, Verdana, Helvetica, Sans-serif; font-weight:bold; font-size:13px; color:#000000; background-color:#3e6530; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; line-height:18px; height:1px; background:url("../imgs/table_header_big_intense.png") repeat-x left top; } .table_header_slim, .table_header_slim td { font-family:Arial, Verdana, Helvetica, Sans-serif; font-weight:normal; font-size:13px; color:#000000; background-color:#3e6530; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px; line-height:18px; height:18px; background:url("../imgs/table_header_slim_light.png") repeat-x left top; } .table_header_slim_intense, .table_header_slim_intense td { font-family:Arial, Verdana, Helvetica, Sans-serif; font-weight:normal; font-size:13px; color:#000000; background-color:#3e6530; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px; line-height:18px; height:18px; background:url("../imgs/table_header_slim_intense.png") repeat-x left top; } .table_content { font-family:Arial, Verdana, Helvetica, Sans-serif; font-size:13px; background-color:#fafafa; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; vertical-align:top; } .table_content_color { font-family:Arial, Verdana, Helvetica, Sans-serif; font-size:13px; background-color:#fff4f4; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; vertical-align:top; } .table_content_no { font-family:Arial, Verdana, Helvetica, Sans-serif; font-size:13px; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; vertical-align:top; } /*********** HACKS ***********/ /* THIS IS FOR LINKS TO ACTUALLY BE DISPLAYED AS THEY SHOULD */ /* Important is needed in Gecko browsers inorder to style links */ a { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#880000 !important; font-weight:bold !important; } table.mceItemTable, #content table { width:717px; } .table_header a { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#ffffff !important; font-weight:bold !important; text-decoration:underline; } a:hover { font-family:Arial, Verdana, Helvetica, Sans-serif; color: #ca5656 !important; font-weight:bold !important; } .table_header a:hover { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#ca5656 !important; font-weight:bold !important; text-decoration:underline; } a.link_pdf { padding-left:20px; padding-right:-20px; background:url("../imgs/pdficon16.jpg") no-repeat left center; } a img { border:1px solid #880000 !important; } a:hover img{ border:1px solid #ca5656 !important; } /* Style selection range colors in Gecko browsers */ ::-moz-selection { background-color: #fab4b4; color: #880000; } /* important to grant that paragraphs will look the same in IE and FF when nested in tables etc. Test: 2 tds, one with text only, one with text in a P (all v-align top). FF will show the second cell content not properly top aligned This is now limited to P elements in tables only, since on top level, the automatic spacing between paragraphs is needed after all. Temporarily disabled at all, since it doesn't seem to make a difference And what is most important: the customer did not like this anyway, since all spaces were gone where he even liked them. */ /* #content table p { margin-top:0px; margin-bottom:0px; } */
ph-css/src/test/resources/testfiles/css21/good/phloc/phloc/content.css
{ padding:10px; background-color:#ffffff !important; /*border-left:1px solid #acacac;*/ text-align:justify; } /*** this makes paragraphs and breaks look the same for easy handling ***/ p { margin-top:0px; margin-bottom:0px; } /*********** TEXT ***********/ /* grant that default text always looks like '.text' */ #content, .mceContentBody, .text { font-family:Arial, Verdana, Helvetica, Sans-serif; font-size:13px; color:#555555; } /*********** HEADINGS ***********/ .heading_1 { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#880000; font-style:normal; font-weight:normal; font-size:22px; margin-bottom:10px; display:block; } .heading_2 { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#880000; font-style:normal; font-weight:normal; font-size:17px; margin-bottom:7px; margin-top:7px; display:block; } .chapter_heading { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#000000; font-style:normal; font-weight:bold; font-size:13px; display:block; background:url("../imgs/chapter_line.png") no-repeat left bottom; padding-bottom:10px; margin-bottom:10px; margin-top:10px; } .accentuation { color:#880000; } .accentuation_intense { color:#555555; font-weight:bold; } ul { padding-left:30px; list-style-image:url("../imgs/bullet1.png") !important; list-style-position:outside; } ul ul { padding-left:25px; list-style-image:url("../imgs/bullet2.png") !important; list-style-position:outside; } /* use default font style for LI elements to solve strange styling behavior in nested lists when applying styles to parent LI */ li { margin-top:3px; margin-bottom:3px; font-family:Arial, Verdana, Helvetica, Sans-serif; font-size:13px; color:#555555; } /** important for sitemap **/ li.separator { list-style-type:none !important; list-style-image:none; } /*********** TABLES ***********/ .table_header, .table_header td { font-family:Arial, Verdana, Helvetica, Sans-serif; font-weight:bold; font-size:13px; color:#000000; background-color:#3e6530; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; line-height:18px; height:1px; background:url("../imgs/table_header_big_light.png") repeat-x left top; } .table_header_intense, .table_header_intense td { font-family:Arial, Verdana, Helvetica, Sans-serif; font-weight:bold; font-size:13px; color:#000000; background-color:#3e6530; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; line-height:18px; height:1px; background:url("../imgs/table_header_big_intense.png") repeat-x left top; } .table_header_slim, .table_header_slim td { font-family:Arial, Verdana, Helvetica, Sans-serif; font-weight:normal; font-size:13px; color:#000000; background-color:#3e6530; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px; line-height:18px; height:18px; background:url("../imgs/table_header_slim_light.png") repeat-x left top; } .table_header_slim_intense, .table_header_slim_intense td { font-family:Arial, Verdana, Helvetica, Sans-serif; font-weight:normal; font-size:13px; color:#000000; background-color:#3e6530; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px; line-height:18px; height:18px; background:url("../imgs/table_header_slim_intense.png") repeat-x left top; } .table_content { font-family:Arial, Verdana, Helvetica, Sans-serif; font-size:13px; background-color:#fafafa; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; vertical-align:top; } .table_content_color { font-family:Arial, Verdana, Helvetica, Sans-serif; font-size:13px; background-color:#fff4f4; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; vertical-align:top; } .table_content_no { font-family:Arial, Verdana, Helvetica, Sans-serif; font-size:13px; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; vertical-align:top; } /*********** HACKS ***********/ /* THIS IS FOR LINKS TO ACTUALLY BE DISPLAYED AS THEY SHOULD */ /* Important is needed in Gecko browsers inorder to style links */ a { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#880000 !important; font-weight:bold !important; } table.mceItemTable, #content table { width:717px; } .table_header a { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#ffffff !important; font-weight:bold !important; text-decoration:underline; } a:hover { font-family:Arial, Verdana, Helvetica, Sans-serif; color: #ca5656 !important; font-weight:bold !important; } .table_header a:hover { font-family:Arial, Verdana, Helvetica, Sans-serif; color:#ca5656 !important; font-weight:bold !important; text-decoration:underline; } a.link_pdf { padding-left:20px; padding-right:-20px; background:url("../imgs/pdficon16.jpg") no-repeat left center; } a img { border:1px solid #880000 !important; } a:hover img{ border:1px solid #ca5656 !important; } /* Style selection range colors in Gecko browsers */ ::-moz-selection { background-color: #fab4b4; color: #880000; } /* important to grant that paragraphs will look the same in IE and FF when nested in tables etc. Test: 2 tds, one with text only, one with text in a P (all v-align top). FF will show the second cell content not properly top aligned This is now limited to P elements in tables only, since on top level, the automatic spacing between paragraphs is needed after all. Temporarily disabled at all, since it doesn't seem to make a difference And what is most important: the customer did not like this anyway, since all spaces were gone where he even liked them. */ /* #content table p { margin-top:0px; margin-bottom:0px; } */
0.241668
0.055336
@charset "utf-8"; /* CSS Document */ @media only screen and (max-width:359px){ .clsaddnewvendorform {width: 100%;margin: 0;padding: 0;} .clsaddnewvendorform row {float: left; width: 100%; padding-left: 0 !important; padding-right: 0 !important;} .clsaddnewvendorform .col-md-12 {float: left; width: 100%; padding: 0;} .clsformelements .col-md-3 {padding: 0;} .clsformelements button {float: left; width: 95%; margin: 20px 2.5%; padding: 8px 5px !important;} .form-group {text-align: center;padding-bottom: 15px;} .clsheaderbanner {margin: 10px 0;} .table-responsive .row {overflow-x: scroll;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} .table-responsive h5 {padding-right: 5px;} .footer {bottom: 0;left: 0; position: relative; right: 0; float: left; width: 100%;} table.dataTable tbody td {padding: 8px 2px;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:360px) and (max-width:480px){ .clsaddnewvendorform {width: 100%;margin: 0;padding: 0;} .clsformelements label{text-align:left;} .clsaddnewvendorform row {float: left; width: 100%; padding-left: 0 !important; padding-right: 0 !important;} .clsaddnewvendorform .col-md-12 {float: left; width: 100%; padding: 0;} .clsformelements .col-md-3 {padding: 0;} .clsformelements button {float: left; width: 95%; margin: 20px 2.5%; padding: 8px 5px !important;} .form-group {text-align: center;padding-bottom: 15px;} .clsheaderbanner {margin: 10px 0;} .table-responsive .row {overflow-x: scroll;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} .table-responsive h5 {padding-right: 5px;} .footer {bottom: 0;left: 0; position: relative; right: 0; float: left; width: 100%;} table.dataTable tbody td {padding: 8px 2px;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:481px) and (max-width:768px){ .clsaddnewvendorform {width: 100%;margin: 0;} .clsformelements label{text-align:left;} .clsaddnewvendorform row {float: left; width: 100%; padding-left: 0 !important; padding-right: 0 !important;} .clsaddnewvendorform .col-md-12 {float: left; width: 100%; padding: 0;} .clsformelements .col-md-3 {padding: 0;} .clsformelements button {float: left; width: 95%; margin: 20px 2.5%; padding: 8px 5px !important;} .form-group {text-align: center;padding-bottom: 15px;} .clsheaderbanner {margin: 10px 0;} .table-responsive h5 {padding-right: 5px;} .table-responsive .row {margin-left: 0 !important;margin-right: 0 !important;} .dataTables_length label {width: 100%;} .dataTables_length select.input-sm {width: 80%;margin: 0 10%;} .dataTables_wrapper .dataTables_filter input {width: 80%;margin: 0 10%;} .table-responsive .row {overflow-x: scroll;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} .footer {bottom: 0;left: 0; position: relative; right: 0; float: left; width: 100%;} table.dataTable tbody td {padding: 8px 2px;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:650px) and (max-width:769px){ .dataTables_wrapper .col-sm-6 {float: left;width: 50%;} .dataTables_length{width:100%;} .dataTables_length select.input-sm {width: 100%;margin: 0;} .dataTables_wrapper .dataTables_filter input {width: 100%;margin: 0;} } @media only screen and (min-width:769px) and (max-width:991px){ .clsaddnewvendorform {width: 100%; margin: 0;padding: 0;} .clsaddnewvendorform row {float: left; width: 100%; padding-left: 0 !important; padding-right: 0 !important;} .clsaddnewvendorform .col-md-12 {float: left; width: 100%; padding: 0;} .clsformelements .col-md-3 {padding: 0;} .clsformelements button {float: left; width: 95%; margin: 20px 2.5%; padding: 8px 5px !important;} .row.border-bottom {margin-right: 0;margin-left: 0;} .form-group {text-align: center;padding-bottom: 15px;} .clsheaderbanner {margin: 10px 0;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} .table-responsive .row {overflow-x: scroll;} .footer {bottom: 0;left: 0; position: relative; right: 0; float: left; width: 100%;} table.dataTable tbody td {padding: 8px 2px;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:992px) and (max-width:1199px){ .clsformelements .col-md-3 {width:30%;} .clsformelements button {width: 25% !important;} .row.border-bottom {margin-right: 0;margin-left: 0;} .form-group {text-align: center;padding-bottom: 15px;} .clsheaderbanner {margin: 10px 0;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} /*.dataTables_wrapper {transform: scale(0.95);}*/ .button.addnewcustomerusers{float: left;} .footer {bottom: 0;left: 0; position: relative; right: 0; float: left; width: 100%;} .dataTables_wrapper {transform: scale(0.95); overflow-x: scroll;} table.dataTable tbody td {padding: 8px 2px;} .gradeX.odd td span {padding: 1px !important;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:1200px) and (max-width:1365px){ .clsformelements label {font-size: 13px;} .clsformelements h3 {font-size: 16px;} .row.border-bottom {margin-right: 0;margin-left: 0;} .form-group {text-align: center;padding-bottom: 15px;float: left;width: 100%;} .form-group .dropdown {width: 17%;margin: 0 1.5%;padding: 0;} .form-group .dropbtn {width: 100%;} .form-group .dropdown-content {min-width: 100%;} .clsheaderbanner {margin: 10px 0;} .ibox-title {min-height: 56px;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} .clsaddnewvendorform table.dataTable tbody td {padding: 8px 2px;} .dataTables_wrapper {transform: scale(0.95);} /*.clsaddnewvendorform .gradeX .button {padding: 6px 6px; width: 60% !important; float:right; margin-top:0 !important;}*/ .button.addnewvendor{margin: 10px;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:1366px) and (max-width:1599px){ .clsformelements h3 {font-size: 16px;} .row.border-bottom {margin-right: 0;margin-left: 0;} .form-group {text-align: center;padding-bottom: 15px;float: left;width: 100%;} .form-group .dropdown {width: 14%;margin: 0 3%;padding: 0;} .form-group .dropbtn {width: 100%;} .form-group .dropdown-content {min-width: 100%;} .clsheaderbanner {margin: 10px 0;} .ibox-title {min-height: 56px;} .gradeX.odd .button{padding: 6px 0 !important;} .gradeX.even .button{padding: 6px 0 !important;} .clsaddnewvendorform table.dataTable tbody td {padding: 8px 2px;} .clsaddnewvendorform {padding: 0;} .wrapper-content .col-lg-12 {padding: 0;} .selectcustomers {padding: 5px !important;} .deletevendors {padding: 5px !important;} /*.clsaddnewvendorform .gradeX .button {padding: 6px 6px; width: 60% !important; float:right; margin-top:0 !important;}*/ .button.addnewvendor{margin: 10px;} .clsaddnewvendorform .row{margin-left:0 !important; margin-right:0 !important;} .clsaddnewvendorform .table .button{padding: 6px 15px;width: 70% !important;margin: 5px 15%;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:1600px){ .row.border-bottom {margin-right: 0;margin-left: 0;} .form-group {text-align: center;padding-bottom: 15px;float: left;width: 100%;} .form-group .dropdown {width: 14%;margin: 0 3%;padding: 0;} .form-group .dropbtn {width: 100%;} .form-group .dropdown-content {min-width: 100%;} .clsheaderbanner {margin: 10px 0;} .ibox-title {min-height: 56px;} /*.clsaddnewvendorform .gradeX .button {padding: 6px 6px; width: 60% !important; float:right; margin-top:0 !important;}*/ .button.addnewvendor{margin: 10px;} .clsaddnewvendorform .table .button{padding: 6px 15px;width: 60% !important;margin: 5px 20%;} }
public/custom_css/responsive.css
@charset "utf-8"; /* CSS Document */ @media only screen and (max-width:359px){ .clsaddnewvendorform {width: 100%;margin: 0;padding: 0;} .clsaddnewvendorform row {float: left; width: 100%; padding-left: 0 !important; padding-right: 0 !important;} .clsaddnewvendorform .col-md-12 {float: left; width: 100%; padding: 0;} .clsformelements .col-md-3 {padding: 0;} .clsformelements button {float: left; width: 95%; margin: 20px 2.5%; padding: 8px 5px !important;} .form-group {text-align: center;padding-bottom: 15px;} .clsheaderbanner {margin: 10px 0;} .table-responsive .row {overflow-x: scroll;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} .table-responsive h5 {padding-right: 5px;} .footer {bottom: 0;left: 0; position: relative; right: 0; float: left; width: 100%;} table.dataTable tbody td {padding: 8px 2px;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:360px) and (max-width:480px){ .clsaddnewvendorform {width: 100%;margin: 0;padding: 0;} .clsformelements label{text-align:left;} .clsaddnewvendorform row {float: left; width: 100%; padding-left: 0 !important; padding-right: 0 !important;} .clsaddnewvendorform .col-md-12 {float: left; width: 100%; padding: 0;} .clsformelements .col-md-3 {padding: 0;} .clsformelements button {float: left; width: 95%; margin: 20px 2.5%; padding: 8px 5px !important;} .form-group {text-align: center;padding-bottom: 15px;} .clsheaderbanner {margin: 10px 0;} .table-responsive .row {overflow-x: scroll;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} .table-responsive h5 {padding-right: 5px;} .footer {bottom: 0;left: 0; position: relative; right: 0; float: left; width: 100%;} table.dataTable tbody td {padding: 8px 2px;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:481px) and (max-width:768px){ .clsaddnewvendorform {width: 100%;margin: 0;} .clsformelements label{text-align:left;} .clsaddnewvendorform row {float: left; width: 100%; padding-left: 0 !important; padding-right: 0 !important;} .clsaddnewvendorform .col-md-12 {float: left; width: 100%; padding: 0;} .clsformelements .col-md-3 {padding: 0;} .clsformelements button {float: left; width: 95%; margin: 20px 2.5%; padding: 8px 5px !important;} .form-group {text-align: center;padding-bottom: 15px;} .clsheaderbanner {margin: 10px 0;} .table-responsive h5 {padding-right: 5px;} .table-responsive .row {margin-left: 0 !important;margin-right: 0 !important;} .dataTables_length label {width: 100%;} .dataTables_length select.input-sm {width: 80%;margin: 0 10%;} .dataTables_wrapper .dataTables_filter input {width: 80%;margin: 0 10%;} .table-responsive .row {overflow-x: scroll;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} .footer {bottom: 0;left: 0; position: relative; right: 0; float: left; width: 100%;} table.dataTable tbody td {padding: 8px 2px;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:650px) and (max-width:769px){ .dataTables_wrapper .col-sm-6 {float: left;width: 50%;} .dataTables_length{width:100%;} .dataTables_length select.input-sm {width: 100%;margin: 0;} .dataTables_wrapper .dataTables_filter input {width: 100%;margin: 0;} } @media only screen and (min-width:769px) and (max-width:991px){ .clsaddnewvendorform {width: 100%; margin: 0;padding: 0;} .clsaddnewvendorform row {float: left; width: 100%; padding-left: 0 !important; padding-right: 0 !important;} .clsaddnewvendorform .col-md-12 {float: left; width: 100%; padding: 0;} .clsformelements .col-md-3 {padding: 0;} .clsformelements button {float: left; width: 95%; margin: 20px 2.5%; padding: 8px 5px !important;} .row.border-bottom {margin-right: 0;margin-left: 0;} .form-group {text-align: center;padding-bottom: 15px;} .clsheaderbanner {margin: 10px 0;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} .table-responsive .row {overflow-x: scroll;} .footer {bottom: 0;left: 0; position: relative; right: 0; float: left; width: 100%;} table.dataTable tbody td {padding: 8px 2px;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:992px) and (max-width:1199px){ .clsformelements .col-md-3 {width:30%;} .clsformelements button {width: 25% !important;} .row.border-bottom {margin-right: 0;margin-left: 0;} .form-group {text-align: center;padding-bottom: 15px;} .clsheaderbanner {margin: 10px 0;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} /*.dataTables_wrapper {transform: scale(0.95);}*/ .button.addnewcustomerusers{float: left;} .footer {bottom: 0;left: 0; position: relative; right: 0; float: left; width: 100%;} .dataTables_wrapper {transform: scale(0.95); overflow-x: scroll;} table.dataTable tbody td {padding: 8px 2px;} .gradeX.odd td span {padding: 1px !important;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:1200px) and (max-width:1365px){ .clsformelements label {font-size: 13px;} .clsformelements h3 {font-size: 16px;} .row.border-bottom {margin-right: 0;margin-left: 0;} .form-group {text-align: center;padding-bottom: 15px;float: left;width: 100%;} .form-group .dropdown {width: 17%;margin: 0 1.5%;padding: 0;} .form-group .dropbtn {width: 100%;} .form-group .dropdown-content {min-width: 100%;} .clsheaderbanner {margin: 10px 0;} .ibox-title {min-height: 56px;} .gradeX.odd .button{margin: 5px 0 !important; width: 100% !important;} .gradeX.even .button{margin: 5px 0 !important; width: 100% !important;} .clsaddnewvendorform table.dataTable tbody td {padding: 8px 2px;} .dataTables_wrapper {transform: scale(0.95);} /*.clsaddnewvendorform .gradeX .button {padding: 6px 6px; width: 60% !important; float:right; margin-top:0 !important;}*/ .button.addnewvendor{margin: 10px;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:1366px) and (max-width:1599px){ .clsformelements h3 {font-size: 16px;} .row.border-bottom {margin-right: 0;margin-left: 0;} .form-group {text-align: center;padding-bottom: 15px;float: left;width: 100%;} .form-group .dropdown {width: 14%;margin: 0 3%;padding: 0;} .form-group .dropbtn {width: 100%;} .form-group .dropdown-content {min-width: 100%;} .clsheaderbanner {margin: 10px 0;} .ibox-title {min-height: 56px;} .gradeX.odd .button{padding: 6px 0 !important;} .gradeX.even .button{padding: 6px 0 !important;} .clsaddnewvendorform table.dataTable tbody td {padding: 8px 2px;} .clsaddnewvendorform {padding: 0;} .wrapper-content .col-lg-12 {padding: 0;} .selectcustomers {padding: 5px !important;} .deletevendors {padding: 5px !important;} /*.clsaddnewvendorform .gradeX .button {padding: 6px 6px; width: 60% !important; float:right; margin-top:0 !important;}*/ .button.addnewvendor{margin: 10px;} .clsaddnewvendorform .row{margin-left:0 !important; margin-right:0 !important;} .clsaddnewvendorform .table .button{padding: 6px 15px;width: 70% !important;margin: 5px 15%;} .gradeX.odd td .selectcustomers {padding: 1px !important;} .gradeX.even td .selectcustomers {padding: 1px !important;} .gradeX.odd td .delete {padding: 1px !important;} .gradeX.even td .delete {padding: 1px !important;} } @media only screen and (min-width:1600px){ .row.border-bottom {margin-right: 0;margin-left: 0;} .form-group {text-align: center;padding-bottom: 15px;float: left;width: 100%;} .form-group .dropdown {width: 14%;margin: 0 3%;padding: 0;} .form-group .dropbtn {width: 100%;} .form-group .dropdown-content {min-width: 100%;} .clsheaderbanner {margin: 10px 0;} .ibox-title {min-height: 56px;} /*.clsaddnewvendorform .gradeX .button {padding: 6px 6px; width: 60% !important; float:right; margin-top:0 !important;}*/ .button.addnewvendor{margin: 10px;} .clsaddnewvendorform .table .button{padding: 6px 15px;width: 60% !important;margin: 5px 20%;} }
0.161717
0.168104
.banniere_img{ width: 100px; margin-bottom: 10px; margin-top: 10px; } .table_img{ width: 60px; } .gallery_img{ width: 100%; padding-top: 10px; } .navtab_img{ height: 50px; padding-bottom: 10px; } .filter_img{ width: 80px; } #logo{ width: 180px; position: absolute; margin: 0 auto; left: 0; right: 0; z-index: 2; } #banniere_bande{ height: 70px; background-color: var(--color1); } #menu_haut{ /*background-color: #adc917;*/ } .navbar-default { background-color: var(--color1); border-color: var(--color1); background-image: none; background-repeat: no-repeat; } #main{ background-color: var(--color3); } .panel-heading{ background-color: var(--color2); } .panel-body{ background-color: var(--color4); } #main_content{ min-height: 500px; } body{ background-color: var(--color3); } .panel{ min-height: 500px; background-color: var(--color4); } #footer{ background-color: var(--color5); } .vertical-align { display: flex; align-items: center; } .vertical_center { display: flex; align-items: center; } .article_entete{ background-color: var(--color1); } .article_entete a{ background-color: var(--color1); color: whitesmoke; } /*.article_lien > a{ background-color: var(--color2); color: black; }*/ .article_summary{ background-color: whitesmoke; color: black; } .article_header{ font-style: italic; } .article_header span{ font-style: normal; color: orangered; } span.fc-title { padding: 5px !important; text-overflow: ellipsis; white-space: pre-line; } #map { height: 500px; } .category_entete{ height: 50px; margin-bottom: 5px; } .list_img{ height: 50px; align-items: center; } .list_img img{ margin-bottom: 5px; margin-top: 5px; width: 50px; } .list_title{ height: 50px; } .list_title h3{ padding-bottom: 10px; } .list_img2 img{ margin-bottom: 5px; margin-top: 10px; width: 70px; max-height: 90px; } .list_text{ height: 90px; } .product_list_item{ margin-bottom: 15px; background-color: whitesmoke; background-color: var(--color3); height: 90px; } .product_list_item a{ color: black; } .producteur_list_item{ margin-bottom: 15px; background-color: whitesmoke; background-color: var(--color3); height: 90px; padding-left: 10px; } .producteur_list_item a{ color: black; } .panel-heading{ height: 50px; } #admin_menu{ margin-bottom: 10px; } .product_tag{ margin-right: 5px; } .coordinateur_title{ text-decoration: underline; } .fa{ margin-right: 2px; width: 14px; } .fiche_produit{ background-color: var(--color3); } .fiche_produit_entete{ height: 50px; background-color: var(--color2); } .fiche_produit_entete div{ height: 50px; } .fiche_produit_entete h3{ padding-bottom: 10px; } .fiche_produit_content{ margin-bottom: 5px; } .fiche_produit_major{ font-weight: bold; } /*.fiche_produit{ border-style: solid; border-width: 5px; }*/ .action_column{ width: 140px; } .aside_title{ font-weight: bold; text-decoration: underline; }
web/css/main.css
.banniere_img{ width: 100px; margin-bottom: 10px; margin-top: 10px; } .table_img{ width: 60px; } .gallery_img{ width: 100%; padding-top: 10px; } .navtab_img{ height: 50px; padding-bottom: 10px; } .filter_img{ width: 80px; } #logo{ width: 180px; position: absolute; margin: 0 auto; left: 0; right: 0; z-index: 2; } #banniere_bande{ height: 70px; background-color: var(--color1); } #menu_haut{ /*background-color: #adc917;*/ } .navbar-default { background-color: var(--color1); border-color: var(--color1); background-image: none; background-repeat: no-repeat; } #main{ background-color: var(--color3); } .panel-heading{ background-color: var(--color2); } .panel-body{ background-color: var(--color4); } #main_content{ min-height: 500px; } body{ background-color: var(--color3); } .panel{ min-height: 500px; background-color: var(--color4); } #footer{ background-color: var(--color5); } .vertical-align { display: flex; align-items: center; } .vertical_center { display: flex; align-items: center; } .article_entete{ background-color: var(--color1); } .article_entete a{ background-color: var(--color1); color: whitesmoke; } /*.article_lien > a{ background-color: var(--color2); color: black; }*/ .article_summary{ background-color: whitesmoke; color: black; } .article_header{ font-style: italic; } .article_header span{ font-style: normal; color: orangered; } span.fc-title { padding: 5px !important; text-overflow: ellipsis; white-space: pre-line; } #map { height: 500px; } .category_entete{ height: 50px; margin-bottom: 5px; } .list_img{ height: 50px; align-items: center; } .list_img img{ margin-bottom: 5px; margin-top: 5px; width: 50px; } .list_title{ height: 50px; } .list_title h3{ padding-bottom: 10px; } .list_img2 img{ margin-bottom: 5px; margin-top: 10px; width: 70px; max-height: 90px; } .list_text{ height: 90px; } .product_list_item{ margin-bottom: 15px; background-color: whitesmoke; background-color: var(--color3); height: 90px; } .product_list_item a{ color: black; } .producteur_list_item{ margin-bottom: 15px; background-color: whitesmoke; background-color: var(--color3); height: 90px; padding-left: 10px; } .producteur_list_item a{ color: black; } .panel-heading{ height: 50px; } #admin_menu{ margin-bottom: 10px; } .product_tag{ margin-right: 5px; } .coordinateur_title{ text-decoration: underline; } .fa{ margin-right: 2px; width: 14px; } .fiche_produit{ background-color: var(--color3); } .fiche_produit_entete{ height: 50px; background-color: var(--color2); } .fiche_produit_entete div{ height: 50px; } .fiche_produit_entete h3{ padding-bottom: 10px; } .fiche_produit_content{ margin-bottom: 5px; } .fiche_produit_major{ font-weight: bold; } /*.fiche_produit{ border-style: solid; border-width: 5px; }*/ .action_column{ width: 140px; } .aside_title{ font-weight: bold; text-decoration: underline; }
0.349866
0.119639
*, *:before, *:after { box-sizing: inherit; } html { box-sizing: border-box; height: 100%; margin: 0; padding: 0; } #content img { max-width: 100%; height: auto; } header { padding: 1rem; border-top: 3px solid green; background-color: #fff; } h1 { margin: 0 auto; text-align: center; } h1 svg { max-width: 900px; height: initial; margin: 0 auto; } .current { color: inherit; background-color: inherit; } header + hr, nav + hr { display: none; } nav { margin: 0; padding: 0; background-color: #fff; } nav ul { display: flex; margin: 0; padding: 0; flex-wrap: nowrap; justify-content: center; align-content: space-around; align-items: center; } nav li { font-size: 0.66em; display: inline-block; padding: 0.3rem 1rem; order: 0; flex: 1 1 auto; align-self: center; text-align: center; } nav li:last-of-type { } #content { background-color: #fff; } #content .number { font-weight: bold; font-size: 7em; text-align: center; padding: 0; margin: 0; } #content h1 { max-width: 960px; text-align: center; font-size: 3em; padding: 0; margin: 0 auto 0em; } audio { width: 100%; } .nav-header { font-size: 1.25rem; } .nav-header .current { color: white; background-color: black; } .episode__details { background-color: #cf0; margin: 0 auto; xpadding: 1em 0; font-size: 0.6rem; text-transform: uppercase; text-align: center; display: flex; flex-wrap: nowrap; justify-content: center; align-content: space-around; align-items: center; } .episode__details span { order: 0; flex: 2 1 auto; align-self: center; text-align: center; } .episode__player { margin: 0; padding: 0; } audio { transition: all 0.3s ease-out; opacity: 0.9; box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.5); } audio:hover, audio:focus, audio:active { transition: all 0.3s ease-out; opacity: 0.7; box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0); } audio::-webkit-media-controls-panel { border-top: 1px solid rgba(153, 153, 153, 0.8); background-color: #f4d03f; background-image: linear-gradient(90deg, #f4d03f 0%, #16a085 100%); } audio::-webkit-media-controls-panel:hover { border-top: initial; } audio::-webkit-media-controls-play-button, audio::-webkit-media-controls-mute-button, audio::-webkit-media-controls-current-time-display, audio::-webkit-media-controls-volume-slider { color: red; } section.network { background-color: black; text-align: center; margin: 0; } .subscribe__links a[href^="http"] { padding-left: 19px; background-repeat: no-repeat; background-position: left center; background-size: 16px 16px; } .subscribe__links a[href*="itunes.apple.com"] { background-image: url(http://www.google.com/s2/favicons?domain=itunes.apple.com); } .subscribe__links a[href*="stitcher.com"] { background-image: url(http://www.google.com/s2/favicons?domain=stitcher.com); } .subscribe__links a[href*="tunein.com"] { background-image: url(http://www.google.com/s2/favicons?domain=tunein.com); } .subscribe__links a[href*="youtube.com"] { background-image: url(http://www.google.com/s2/favicons?domain=youtube.com); } .subscribe__links a[href*="facebook.com"] { background-image: url(http://www.google.com/s2/favicons?domain=facebook.com); } .subscribe__links a { display: block; margin: 10px; text-decoration: none; } .subscribe__links { margin-left: 0; padding-left: 0; list-style-type: none; }
_includes/css/common.css
*, *:before, *:after { box-sizing: inherit; } html { box-sizing: border-box; height: 100%; margin: 0; padding: 0; } #content img { max-width: 100%; height: auto; } header { padding: 1rem; border-top: 3px solid green; background-color: #fff; } h1 { margin: 0 auto; text-align: center; } h1 svg { max-width: 900px; height: initial; margin: 0 auto; } .current { color: inherit; background-color: inherit; } header + hr, nav + hr { display: none; } nav { margin: 0; padding: 0; background-color: #fff; } nav ul { display: flex; margin: 0; padding: 0; flex-wrap: nowrap; justify-content: center; align-content: space-around; align-items: center; } nav li { font-size: 0.66em; display: inline-block; padding: 0.3rem 1rem; order: 0; flex: 1 1 auto; align-self: center; text-align: center; } nav li:last-of-type { } #content { background-color: #fff; } #content .number { font-weight: bold; font-size: 7em; text-align: center; padding: 0; margin: 0; } #content h1 { max-width: 960px; text-align: center; font-size: 3em; padding: 0; margin: 0 auto 0em; } audio { width: 100%; } .nav-header { font-size: 1.25rem; } .nav-header .current { color: white; background-color: black; } .episode__details { background-color: #cf0; margin: 0 auto; xpadding: 1em 0; font-size: 0.6rem; text-transform: uppercase; text-align: center; display: flex; flex-wrap: nowrap; justify-content: center; align-content: space-around; align-items: center; } .episode__details span { order: 0; flex: 2 1 auto; align-self: center; text-align: center; } .episode__player { margin: 0; padding: 0; } audio { transition: all 0.3s ease-out; opacity: 0.9; box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.5); } audio:hover, audio:focus, audio:active { transition: all 0.3s ease-out; opacity: 0.7; box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0); } audio::-webkit-media-controls-panel { border-top: 1px solid rgba(153, 153, 153, 0.8); background-color: #f4d03f; background-image: linear-gradient(90deg, #f4d03f 0%, #16a085 100%); } audio::-webkit-media-controls-panel:hover { border-top: initial; } audio::-webkit-media-controls-play-button, audio::-webkit-media-controls-mute-button, audio::-webkit-media-controls-current-time-display, audio::-webkit-media-controls-volume-slider { color: red; } section.network { background-color: black; text-align: center; margin: 0; } .subscribe__links a[href^="http"] { padding-left: 19px; background-repeat: no-repeat; background-position: left center; background-size: 16px 16px; } .subscribe__links a[href*="itunes.apple.com"] { background-image: url(http://www.google.com/s2/favicons?domain=itunes.apple.com); } .subscribe__links a[href*="stitcher.com"] { background-image: url(http://www.google.com/s2/favicons?domain=stitcher.com); } .subscribe__links a[href*="tunein.com"] { background-image: url(http://www.google.com/s2/favicons?domain=tunein.com); } .subscribe__links a[href*="youtube.com"] { background-image: url(http://www.google.com/s2/favicons?domain=youtube.com); } .subscribe__links a[href*="facebook.com"] { background-image: url(http://www.google.com/s2/favicons?domain=facebook.com); } .subscribe__links a { display: block; margin: 10px; text-decoration: none; } .subscribe__links { margin-left: 0; padding-left: 0; list-style-type: none; }
0.521471
0.078289
1. COMMON css ===========================*/ @import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Poppins:400,500,500i,600i,700,700i|Rubik&amp;display=swap"); body { font-family: "Heebo", sans-serif; font-weight: normal; font-style: normal; color: #83868c; } * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } img { max-width: 100%; } a:focus, input:focus, textarea:focus, button:focus, .slick-initialized .slick-slide:focus { text-decoration: none; outline: none; } a:focus, a:hover { text-decoration: none; } i, span, a { display: inline-block; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; font-weight: 700; color: #13287d; margin: 0px; } h1 { font-size: 48px; } h2 { font-size: 36px; } h3 { font-size: 28px; } h4 { font-size: 22px; } h5 { font-size: 18px; } h6 { font-size: 16px; } ul, ol { margin: 0px; padding: 0px; list-style-type: none; } p { font-size: 15px; font-weight: 400; line-height: 27px; color: #83868c; margin: 0px; font-family: "Heebo", sans-serif; } .bg_cover { background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; } /*others common css here*/ /*===== All Button Style =====*/ .main-btn { display: inline-block; font-weight: 600; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid #ffc600; padding: 0 43px; font-size: 15px; line-height: 50px; border-radius: 30px; color: #222; cursor: pointer; z-index: 5; font-family: "Poppins", sans-serif; -webkit-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; background-color: #ffc600; } .main-btn:hover { background-color: #279e64; color: #fff; border-color: #279e64; } .main-btn.main-btn-2 { background-color: #279e64; color: #fff; border-color: #279e64; } .main-btn.main-btn-2:hover { background-color: #ffc600; border-color: #ffc600; color: #222; } .main-btn.main-btn-3 { background-color: #fff; color: #13287d; border-color: #fff; } .main-btn.main-btn-3:hover { background-color: #279e64; border-color: #279e64; color: #fff; } .main-btn.play-btn { border: none; background-color: transparent; padding: 0; color: #fff; position: relative; padding-left: 70px; } .main-btn.play-btn i { height: 50px; width: 50px; text-align: center; border: 1px solid #fff; border-radius: 50%; position: absolute; left: 0; top: 0; } .section-title img { padding-bottom: 25px; } .section-title .title { font-size: 48px; font-weight: 700; line-height: 60px; font-family: "Poppins", sans-serif; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .section-title .title { font-size: 40px; line-height: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .section-title .title { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .section-title .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .section-title .title { font-size: 40px; line-height: 50px; } } .section-title span { font-weight: 700; font-family: "Poppins", sans-serif; color: #279e64; padding-top: 15px; padding-bottom: 47px; } .section-title.section-title-2 span { padding-top: 0; padding-bottom: 15px; } .section-title.section-title-2 .title { padding-bottom: 49px; } /*=========================== HEADER css ===========================*/ .header-area .header-top { border-bottom: 1px solid #e1e3e6; height: 80px; } .header-area .header-top .header-top-item .header-info ul li { display: inline-block; position: relative; } .header-area .header-top .header-top-item .header-info ul li span { font-size: 15px; color: #83868c; } .header-area .header-top .header-top-item .header-info ul li span span { font-size: 16px; } .header-area .header-top .header-top-item .header-info ul li i { position: absolute; left: -40px; top: 0; font-size: 24px; color: #279e64; } .header-area .header-top .header-top-item .header-info ul li:last-child { margin-left: 100px; } .header-nav { position: absolute; top: 80px; right: 0; left: 0; z-index: 99; background: #fff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav { padding: 15px 0; } } @media (max-width: 767px) { .header-nav { padding: 15px 0; } } .header-nav.sticky { position: fixed; top: 0; left: 0; right: 0; background: #fff; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); z-index: 999; -webkit-animation: sticky 1.2s; animation: sticky 1.2s; } .header-nav.sticky .navbar .navbar-nav .nav-item a { line-height: 80px !important; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav.sticky .navbar .navbar-nav .nav-item a { line-height: 40px !important; } } @media (max-width: 767px) { .header-nav.sticky .navbar .navbar-nav .nav-item a { line-height: 40px !important; } } .header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a { line-height: 30px !important; } .header-nav .navigation .navbar { position: relative; padding: 0; } .header-nav .navigation .navbar .country-flag img { border: 5px solid #fff; border-radius: 6px; -webkit-box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2); box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2); } .header-nav .navigation .navbar .navbar-toggler { border: 0; } .header-nav .navigation .navbar .navbar-toggler .toggler-icon { width: 30px; height: 2px; background-color: #222; margin: 5px 0; display: block; position: relative; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) { -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 7px; } .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) { opacity: 0; } .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) { -webkit-transform: rotate(135deg); transform: rotate(135deg); top: -7px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-collapse { position: absolute; top: 130%; left: 0; width: 100%; background-color: #279e64; z-index: 8; padding: 10px 16px; -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-collapse { position: absolute; top: 130%; left: 0; width: 100%; background-color: #279e64; z-index: 8; padding: 10px 16px; -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav { margin-right: 0; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav { margin-right: 0; } } .header-nav .navigation .navbar .navbar-nav .nav-item { position: relative; } .header-nav .navigation .navbar .navbar-nav .nav-item a { font-size: 18px; font-weight: 500; color: #13287d; text-transform: capitalize; position: relative; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; margin: 0 12px; line-height: 90px; padding: 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item a { color: #fff; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item a { color: #fff; } } .header-nav .navigation .navbar .navbar-nav .nav-item a > i { margin-left: 2px; position: relative; top: 1px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item a > i { display: none; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item a > i { display: none; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header-nav .navigation .navbar .navbar-nav .nav-item a { font-size: 14px; padding: 0 5px; margin: 0 6px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item a { padding: 0; display: block; border: 0; margin: 0; line-height: 40px; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item a { padding: 0; display: block; border: 0; margin: 0; line-height: 40px; } } .header-nav .navigation .navbar .navbar-nav .nav-item a span { padding-left: 5px; font-size: 15px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item a span { display: none; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item a span { display: none; } } .header-nav .navigation .navbar .navbar-nav .nav-item:first-child a { margin-left: 0; } .header-nav .navigation .navbar .navbar-nav .nav-item:last-child a { margin-right: 0; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { position: absolute; left: 0; top: 110%; width: 200px; background-color: #fff; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 99; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { position: relative !important; width: 100% !important; left: 0 !important; top: auto !important; opacity: 1 !important; visibility: visible !important; display: none; right: auto; -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transition: all none ease-out 0s; transition: all none ease-out 0s; -webkit-box-shadow: none; box-shadow: none; text-align: left; border-top: 0; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { position: relative !important; width: 100% !important; left: 0 !important; top: auto !important; opacity: 1 !important; visibility: visible !important; display: none; right: auto; -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transition: all none ease-out 0s; transition: all none ease-out 0s; -webkit-box-shadow: none; box-shadow: none; text-align: left; border-top: 0; } } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li { position: relative; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler { color: #13287d; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a { display: block; padding: 8px 24px; position: relative; color: #7e7e7e; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 0; margin: 0 0; line-height: 30px; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { float: right; font-size: 14px; margin-top: 5px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { display: none; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { display: none; } } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i { display: inline-block; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { right: auto; left: 100%; top: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { padding-left: 30px; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { padding-left: 30px; } } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu { top: 100%; opacity: 1; visibility: visible; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler { color: #fff; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a { background-color: #279e64; color: #fff !important; } .header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu { opacity: 1; visibility: visible; top: 100%; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { display: none; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { display: inline-block; position: absolute; top: -14px; right: 0; padding: 10px 14px; font-size: 16px; background: none; border: 0; color: #fff; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { display: inline-block; position: absolute; top: -14px; right: 0; padding: 10px 14px; font-size: 16px; background: none; border: 0; color: #fff; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-btn { position: absolute; right: 70px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-btn { position: absolute; right: 70px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } } header .header-social ul li { display: inline-block; } header .header-social ul li a { height: 40px; width: 40px; background: #eaebee; text-align: center; line-height: 40px; border-radius: 50%; color: #13287d; margin-right: 8px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } header .header-social ul li a:hover { background: #279e64; color: #fff; } .header-area.header-absolute { position: absolute; left: 0; top: 0; width: 100%; z-index: 99; background-color: transparent; } .header-area.header-absolute .header-top .header-top-item .header-info ul li { padding-left: 40px; } .header-area.header-absolute .header-top .header-top-item .header-info ul li span { color: #fff; } .header-area.header-absolute .header-top .header-top-item .header-info ul li i { left: 0; color: #fff; } .header-area.header-absolute .header-top .header-top-item .header-contact-info p { color: #fff; padding-right: 30px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-area.header-absolute .header-top .header-top-item .header-contact-info p { display: none; } } .header-area.header-absolute .header-nav { background-color: transparent; position: unset; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-area.header-absolute .header-nav .navigation .navbar { padding-right: 60px; } } @media (max-width: 767px) { .header-area.header-absolute .header-nav .navigation .navbar { padding-right: 60px; } } .header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li a { color: #7e7e7e; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li:hover a { background-color: #13287d; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item a { color: #fff; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li a { background-color: #59659b; color: #fff; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li a:hover { background-color: #279e64; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li:last-child a { margin-right: 0; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-toggler { position: absolute; right: 0; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-toggler .toggler-icon { background: #fff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-area.header-absolute .header-nav .navigation .navbar .navbar-collapse { background-color: #13287d; } } @media (max-width: 767px) { .header-area.header-absolute .header-nav .navigation .navbar .navbar-collapse { background-color: #13287d; } } .header-area.header-absolute .header-nav.sticky { position: fixed; background-color: #13287d; } .header-area.header-absolute .header-top { border-color: #525e95; } @-webkit-keyframes sticky { 0% { top: -200px; } 100% { top: 0; } } @keyframes sticky { 0% { top: -200px; } 100% { top: 0; } } /*=========================== BANNER css ===========================*/ .banner-area { height: 850px; margin-top: 90px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area { height: 700px; } } @media (max-width: 767px) { .banner-area { height: 600px; } } .banner-area .banner-content span { font-size: 18px; font-weight: 600; color: #ffc600; } .banner-area .banner-content span img { padding-right: 19px; } .banner-area .banner-content .title { font-size: 70px; font-weight: 700; color: #fff; line-height: 85px; padding-top: 17px; padding-bottom: 33px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .banner-area .banner-content .title { font-size: 60px; line-height: 70px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area .banner-content .title { font-size: 52px; line-height: 62px; } } @media (max-width: 767px) { .banner-area .banner-content .title { font-size: 38px; line-height: 48px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .banner-area .banner-content .title { font-size: 60px; line-height: 70px; } } .banner-area .banner-content p { color: #fff; line-height: 28px; opacity: 0.7; padding-right: 42px; padding-bottom: 55px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .banner-area .banner-content p { padding-right: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area .banner-content p { padding-right: 0; } } @media (max-width: 767px) { .banner-area .banner-content p { padding-right: 0; } } .banner-area .banner-content ul li { display: inline-block; } .banner-area .banner-content ul li:first-child { margin-right: 20px; } @media (max-width: 767px) { .banner-area .banner-content ul li a { padding: 0 20px; font-size: 14px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .banner-area .banner-content ul li a { padding: 0 43px; font-size: 15px; } } .banner-area.banner-two { height: 960px; position: relative; z-index: 1; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .banner-area.banner-two { height: 850px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area.banner-two { height: 1300px; } } @media (max-width: 767px) { .banner-area.banner-two { height: 1130px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .banner-area.banner-two { height: 1150px; } } .banner-area.banner-two::before, .banner-area.banner-two::after { position: absolute; left: 0; top: 0; background-color: #13287d; content: ''; z-index: -2; width: 100%; height: 100%; opacity: 0.85; border-bottom-left-radius: 150px; -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%); clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%); } @media only screen and (min-width: 992px) and (max-width: 1200px) { .banner-area.banner-two::before, .banner-area.banner-two::after { border-bottom-left-radius: 65px; } } .banner-area.banner-two::after { background-image: url(../images/banner-bg-2.jpg); background-size: cover; background-position: center; z-index: -3; } .banner-area.banner-two .banner-shape { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: contain; background-position: center; background-image: url(../images/shape/banner-shape.jpg); background-repeat: no-repeat; z-index: -1; } .banner-area.banner-two .banner-content { padding-bottom: 125px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area.banner-two .banner-content { padding-bottom: 70px; } } @media (max-width: 767px) { .banner-area.banner-two .banner-content { padding-bottom: 70px; } .banner-area.banner-two .banner-content ul li a.play-btn { padding-left: 65px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .banner-area.banner-two .banner-content .title { font-size: 48px; line-height: 58px; } } .banner-area.banner-two .banner-form { padding-left: 50px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .banner-area.banner-two .banner-form { padding-left: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area.banner-two .banner-form { padding-left: 0; } } @media (max-width: 767px) { .banner-area.banner-two .banner-form { padding-left: 0; } } .banner-area.banner-two .banner-form .banner-form-inner { padding: 40px; border-radius: 3px; -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1); box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1); } @media (max-width: 767px) { .banner-area.banner-two .banner-form .banner-form-inner { padding: 30px; } } .banner-area.banner-two .banner-form .banner-form-inner .title { font-size: 30px; color: #13287d; margin-bottom: 20px; } .banner-area.banner-two .banner-form .banner-form-inner input, .banner-area.banner-two .banner-form .banner-form-inner select, .banner-area.banner-two .banner-form .banner-form-inner .nice-select, .banner-area.banner-two .banner-form .banner-form-inner textarea { width: 100%; height: 55px; border-radius: 3px; background-color: #eeeff2; border: none; line-height: 55px; padding-left: 20px; } .banner-area.banner-two .banner-form .banner-form-inner textarea { height: 120px; } .banner-area.banner-two .banner-form .banner-form-inner button { width: 100%; background-color: #279e64; color: #fff; border: none; height: 55px; border-radius: 3px; margin-top: 20px; font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 700; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .banner-area.banner-two .banner-form .banner-form-inner button:hover { background-color: #13287d; } /*=========================== FEATURE css ===========================*/ .feature-area { position: relative; } .feature-area .feature-item { border: 1px solid #dcdfe2; padding-top: 60px; padding-bottom: 45px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature-area .feature-item i { height: 70px; width: 70px; border-radius: 5px; text-align: center; line-height: 70px; color: #fff; font-size: 40px; position: relative; z-index: 10; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature-area .feature-item i::after { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background: #279e64; border-radius: 5px; z-index: -1; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature-area .feature-item i span { position: absolute; left: -10px; top: -10px; background: #eeeff2; border-radius: 5px; z-index: -2; height: 70px; width: 70px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature-area .feature-item .title { font-size: 22px; color: #13287d; padding-top: 35px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature-area .feature-item p { font-size: 15px; color: #83868c; padding: 23px 35px 0; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature-area .feature-item p { padding: 23px 30px 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature-area .feature-item p { padding: 23px 45px 0; } } @media (max-width: 767px) { .feature-area .feature-item p { padding: 23px 12px 0; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .feature-area .feature-item p { padding: 23px 35px 0; } } .feature-area .feature-item.active { background: #279e64; border-color: #279e64; } .feature-area .feature-item.active i { color: #279e64; } .feature-area .feature-item.active i::after { background: #fff; } .feature-area .feature-item.active i span { background: #63b68f; } .feature-area .feature-item.active .title { color: #fff; } .feature-area .feature-item.active p { color: #fff; } .feature-area .feature-item.style-two { padding: 0; padding-right: 70px; border: none; } .feature-area .feature-item.style-two i { margin-left: 10px; } .feature-area .feature-item.style-two p { padding: 0; padding-top: 20px; } .feature-area .feature-item.style-three { padding: 0 20px; border: none; } .feature-area .feature-item.style-three p { padding: 0; padding-top: 20px; } .feature-area .shape-1 { position: absolute; top: 180px; left: 40px; } .feature-area .shape-2 { position: absolute; top: 180px; right: 40px; } .feature-area .shape-3 { position: absolute; bottom: 180px; left: 40px; } .feature-area .shape-4 { position: absolute; bottom: 180px; right: 40px; } /*=========================== ABOUT css ===========================*/ .about-area { background: #eff2f7; position: relative; } @media (max-width: 767px) { .about-area { padding-top: 650px; } } .about-area::before { position: absolute; content: ''; right: 0; top: 0; height: 100%; width: 45%; background-image: url(../images/about-side.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area::before { width: 37%; } } @media (max-width: 767px) { .about-area::before { width: 100%; height: 600px; } } .about-area .about-content span { color: #279e64; font-family: "Poppins", sans-serif; font-weight: 700; padding-bottom: 16px; } .about-area .about-content .title { font-size: 48px; line-height: 60px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-area .about-content .title { font-size: 38px; line-height: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area .about-content .title { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .about-area .about-content .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .about-area .about-content .title { font-size: 40px; line-height: 50px; } } .about-area .about-content p { font-size: 15px; line-height: 27px; padding-top: 27px; padding-bottom: 29px; } .about-area .about-experience .about-item p { font-size: 15px; line-height: 27px; margin-left: -10px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area .about-experience .about-item p { margin-left: 0; } } @media (max-width: 767px) { .about-area .about-experience .about-item p { margin-left: 0; } } .about-area .about-experience .about-item .title { font-size: 36px; line-height: 36px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-area .about-experience .about-item .title { font-size: 26px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area .about-experience .about-item .title { padding-bottom: 15px; } } @media (max-width: 767px) { .about-area .about-experience .about-item .title { padding-bottom: 15px; font-size: 28px; line-height: 32px; } } .about-area .about-experience .about-item .title span { font-size: 80px; color: #279e64; } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area .about-experience .about-item .title span { padding-bottom: 25px; } } @media (max-width: 767px) { .about-area .about-experience .about-item .title span { padding-bottom: 25px; } } .about-area.design-two { background: transparent; } @media (max-width: 767px) { .about-area.design-two { padding-top: 124px; } } .about-area.design-two::before { display: none; } .about-area.design-two .about-img { position: relative; z-index: 1; } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area.design-two .about-img { text-align: center; margin-bottom: 50px; } } @media (max-width: 767px) { .about-area.design-two .about-img { text-align: center; margin-bottom: 50px; } } .about-area.design-two .about-img .about-shape { position: absolute; right: -40px; top: -40px; z-index: -1; height: 100%; } @media (max-width: 767px) { .about-area.design-two .about-img .about-shape { right: 0; } } /*=========================== SERVICE css ===========================*/ .services-area { padding-top: 127px; } .services-area .services-item .services-thumb img { width: 100%; } .services-area .services-item .services-content { border: 1px solid #dcdfe2; border-top: 0; padding: 35px 30px 40px; } .services-area .services-item .services-content .title { font-size: 22px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .services-area .services-item .services-content p { font-size: 15px; line-height: 27px; padding-top: 16px; padding-bottom: 20px; } .services-area .services-item .services-content a { font-size: 15px; font-weight: 700; font-family: "Poppins", sans-serif; color: #13287d; } .services-area .services-item .services-content a i { height: 45px; width: 45px; background: #fff; text-align: center; line-height: 45px; color: #13287d; margin-left: 18px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .services-area .services-item:hover .services-content .title { color: #279e64; } .services-area .services-item:hover .services-content a i { background: #279e64; color: #fff; -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); } .services-area.services-area-two { padding-top: 130px; background-color: #eff2f7; background-image: url(../images/service-bg.jpg); background-position: center; background-size: cover; } .services-area.services-area-two .services-item-2 { background-color: transparent; border: 1px solid #dcdfe2; border-radius: 5px; padding: 30px 55px 55px 55px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .services-area.services-area-two .services-item-2 { padding: 25px; } } .services-area.services-area-two .services-item-2 .services-thumb { font-size: 80px; position: relative; z-index: 1; margin-bottom: 30px; color: #279e64; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .services-area.services-area-two .services-item-2 .services-thumb .icon-shape { position: absolute; left: 50px; z-index: -1; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .services-area.services-area-two .services-item-2 .services-content { padding: 0; border: none; } .services-area.services-area-two .services-item-2 .services-content i { background: transparent; } .services-area.services-area-two .services-item-2 .services-content, .services-area.services-area-two .services-item-2 .services-content .title, .services-area.services-area-two .services-item-2 .services-content p, .services-area.services-area-two .services-item-2 .services-content i, .services-area.services-area-two .services-item-2 .services-content a { -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .services-area.services-area-two .services-item-2.active { background-color: #279e64; } .services-area.services-area-two .services-item-2.active .services-thumb { color: #fff; } .services-area.services-area-two .services-item-2.active .services-thumb .icon-shape { opacity: 0.15; } .services-area.services-area-two .services-item-2.active .services-content .title, .services-area.services-area-two .services-item-2.active .services-content a, .services-area.services-area-two .services-item-2.active .services-content p { color: #fff; } .services-area.services-area-two .services-item-2.active .services-content i { -webkit-box-shadow: none; box-shadow: none; background-color: transparent; } /*=========================== COUNTER css ===========================*/ .counter-area { padding-bottom: 88px; } .counter-area .counter-item i { height: 120px; width: 120px; text-align: center; line-height: 120px; border-radius: 50%; border: 2px dashed #fff; color: #fff; font-size: 55px; } .counter-area .counter-item .title { color: #fff; font-weight: 700; color: #fff; font-size: 56px; padding-top: 21px; padding-bottom: 5px; } .counter-area .counter-item span { font-size: 15px; color: #fff; } /*=========================== PLAY css ===========================*/ .play-area { z-index: 11; position: relative; } .play-area .play-thumb { position: relative; width: 100%; height: 557px; background-position: center; background-size: cover; } .play-area .play-thumb .play-item { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(39, 158, 100, 0.5); } .play-area .play-thumb .play-item a { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 95px; width: 95px; text-align: center; line-height: 95px; background-color: rgba(253, 253, 253, 0.7); border-radius: 50%; font-size: 18px; color: #279e64; } .play-area .play-quote { background: #13287d; padding: 0 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .play-area .play-quote form { width: 100%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .play-area .play-quote { padding: 37px 20px 44px; } } @media (max-width: 767px) { .play-area .play-quote { padding: 37px 20px 52px; } } .play-area .play-quote .quote-title .title { color: #fff; font-size: 30px; text-transform: capitalize; padding-bottom: 13px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .play-area .play-quote .quote-title .title { font-size: 25px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .play-area .play-quote .quote-title .title { font-size: 26px; } } @media (max-width: 767px) { .play-area .play-quote .quote-title .title { font-size: 26px; } } .play-area .play-quote .play-input .input-box input { width: 100%; background: #fff; line-height: 55px; border: 0; border-radius: 5px; padding-left: 20px; font-size: 14px; color: #83868c; } .play-area .play-quote .play-input .input-box input::-webkit-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box input:-ms-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box input::-ms-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box input::placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box textarea { width: 100%; height: 105px; background: #fff; border: 0; border-radius: 5px; padding-left: 20px; padding-top: 15px; font-size: 14px; color: #83868c; } .play-area .play-quote .play-input .input-box textarea::-webkit-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box textarea:-ms-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box textarea::-ms-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box textarea::placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box button { width: 100%; background: #ffc600; border: 0; border-radius: 5px; line-height: 55px; color: #83868c; margin-top: 20px; font-family: "Poppins", sans-serif; font-weight: 700; color: #222; } .play-area .play-quote .play-input .input-box .nice-select { width: 100%; margin-bottom: 20px; line-height: 55px; height: 55px; border: 0; } .play-area .play-quote .play-input .input-box .nice-select .list { margin-top: 0; width: 100%; } /*=========================== CHOOSE css ===========================*/ .choose-us-area { margin-top: -190px; padding-top: 313px; padding-bottom: 123px; position: relative; z-index: 10; } .choose-us-area .choose-us-content .choose-us-content-item span { font-size: 16px; color: #279e64; font-weight: 700; font-family: "Poppins", sans-serif; padding-bottom: 16px; } .choose-us-area .choose-us-content .choose-us-content-item .title { font-size: 48px; line-height: 60px; padding-bottom: 17px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .choose-us-area .choose-us-content .choose-us-content-item .title { font-size: 40px; line-height: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .choose-us-area .choose-us-content .choose-us-content-item .title { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .choose-us-area .choose-us-content .choose-us-content-item .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .choose-us-area .choose-us-content .choose-us-content-item .title { font-size: 40px; line-height: 50px; } } .choose-us-area .choose-us-content .choose-us-content-item p { padding-bottom: 50px; } .choose-us-area .choose-us-content .choose-item .choose-item-1 { width: 50%; } .choose-us-area .choose-us-content .choose-item .choose-item-1 i { height: 70px; width: 70px; text-align: center; line-height: 70px; background: #b7e3ce; border-radius: 50%; font-size: 38px; color: #13287d; margin-bottom: 25px; } .choose-us-area .choose-us-content .choose-item .choose-item-1 p { padding-right: 20px; padding-top: 15px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .choose-us-area .choose-us-content .choose-item .choose-item-1 p { padding-right: 100px; } } .choose-us-area .choose-us-content .choose-item .choose-item-1.choose-item-2 i { background: #ede0b3; } .choose-us-area .choose-thumb { position: absolute; left: 0; bottom: 0; z-index: -1; } @media only screen and (min-width: 768px) and (max-width: 991px) { .choose-us-area .choose-thumb { display: none; } } @media (max-width: 767px) { .choose-us-area .choose-thumb { display: none; } } .choose-us-area .choose-thumb img { width: 75%; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .choose-us-area .choose-thumb img { width: 60%; } } /*=========================== PROJECT css ===========================*/ .finished-Poject-area { padding-top: 123px; } .finished-Poject-area .project-menu ul li { display: inline-block; cursor: pointer; line-height: 40px; color: #13287d; border: 1px solid #dcdfe2; border-radius: 30px; font-size: 15px; font-weight: 600; font-family: "Poppins", sans-serif; padding: 0 38px; margin-right: 18px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .finished-Poject-area .project-menu ul li { padding: 0 28px; margin-right: 10px; } } @media (max-width: 767px) { .finished-Poject-area .project-menu ul li { padding: 0 12px; font-size: 13px; margin-right: 0; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .finished-Poject-area .project-menu ul li { padding: 0 26px; } } .finished-Poject-area .project-menu ul li.active { background: #279e64; color: #fff; border-color: #279e64; } .finished-Poject-thumb { position: relative; overflow: hidden; z-index: 10; } .finished-Poject-thumb img { width: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .finished-Poject-thumb::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(19, 40, 125, 0.9); -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 5; opacity: 0; } .finished-Poject-thumb .hover-action { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%); z-index: 6; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; visibility: hidden; opacity: 0; } .finished-Poject-thumb .hover-action a { height: 55px; width: 55px; border-radius: 50%; line-height: 55px; text-align: center; color: #fff; border: 1px solid #fff; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 18px; margin: 0 4px; } .finished-Poject-thumb .hover-action a:hover { background-color: #279e64; border-color: #279e64; } .finished-Poject-thumb:hover .hover-action { visibility: visible; opacity: 1; } .finished-Poject-thumb .finished-Poject-content { position: absolute; left: 30px; bottom: 30px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 6; opacity: 0; } .finished-Poject-thumb .finished-Poject-content .title { color: #fff; font-size: 22px; font-weight: 700; font-family: "Poppins", sans-serif; } @media only screen and (min-width: 768px) and (max-width: 991px) { .finished-Poject-thumb .finished-Poject-content .title { font-size: 18px; } } .finished-Poject-thumb .finished-Poject-content a { color: #fff; font-size: 15px; font-weight: 700; font-family: "Poppins", sans-serif; margin-top: 25px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .finished-Poject-thumb .finished-Poject-content a { margin-top: 10px; } } .finished-Poject-thumb .finished-Poject-content a i { margin-left: 13px; height: 45px; width: 45px; text-align: center; line-height: 45px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .finished-Poject-thumb .finished-Poject-content a:hover i { background: #279e64; } .finished-Poject-thumb:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .finished-Poject-thumb:hover::before { opacity: 1; } .finished-Poject-thumb:hover .finished-Poject-content { opacity: 1; } .finished-Poject-content.no-hover { margin-top: 20px; } .finished-Poject-content.no-hover span.project-date { font-size: 14px; font-weight: 500; padding-top: 10px; } /*=========================== EXPERTISE css ===========================*/ .expertise-area .expertise-thumb { position: relative; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .expertise-area .expertise-thumb { margin-right: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area .expertise-thumb { margin-right: 0; } } @media (max-width: 767px) { .expertise-area .expertise-thumb { margin-right: 0; } } .expertise-area .expertise-thumb img { width: 100%; } .expertise-area .expertise-thumb .expertise-item { position: absolute; bottom: 0; right: 0; background: #ffc600; padding: 0 56px; border-radius: 5px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area .expertise-thumb .expertise-item { padding: 0 30px; } } .expertise-area .expertise-thumb .expertise-item .title { color: #fff; font-size: 45px; padding-top: 20px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area .expertise-thumb .expertise-item .title { padding-top: 10px; font-size: 36px; } } .expertise-area .expertise-thumb .expertise-item span { font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 700; color: #fff; padding-bottom: 25px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area .expertise-thumb .expertise-item span { padding-bottom: 15px; } } .expertise-area .expertise-content span { color: #279e64; font-weight: 700; font-family: "Poppins", sans-serif; } @media (max-width: 767px) { .expertise-area .expertise-content span { margin-top: 40px; } } .expertise-area .expertise-content .title { font-size: 48px; line-height: 60px; padding-top: 16px; padding-bottom: 43px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .expertise-area .expertise-content .title { font-size: 42px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area .expertise-content .title { font-size: 36px; line-height: 44px; } } @media (max-width: 767px) { .expertise-area .expertise-content .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .expertise-area .expertise-content .title { font-size: 40px; line-height: 50px; } } .expertise-area.service-page { background-color: #eff2f7; position: relative; } .expertise-area.service-page .expertise-thumb { position: absolute; right: 0; top: 0; height: 100%; width: 44%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area.service-page .expertise-thumb { position: unset; margin-bottom: 55px; width: 100%; height: 500px; margin-top: -130px; } } @media (max-width: 767px) { .expertise-area.service-page .expertise-thumb { position: unset; margin-bottom: 55px; width: 100%; height: 500px; margin-top: -130px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } } .expertise-area.service-page .expertise-thumb .expertise-item { background-color: #279e64; position: unset; display: inline-block; padding: 40px 30px; } .expertise-area.service-page .expertise-thumb .expertise-item h3 { font-size: 27px; line-height: 36px; padding: 0; } .expertise-area.service-page .expertise-thumb .expertise-item h3 span { display: inline-block; padding: 0; font-size: 60px; } .skills { position: relative; } .skills .skill-item { position: relative; margin-bottom: 46px; } .skills .skill-item .skill-header { position: relative; margin-bottom: 10px; } .skills .skill-item .skill-header .skill-title { font-size: 15px; font-weight: 400; margin-bottom: 0; color: #13287d; opacity: 0.8; padding-bottom: 10px; } .skills .skill-item .skill-header .skill-percentage { position: absolute; right: 0; top: 1px; font-size: 15px; font-weight: 600; color: #ff5e14; } .skills .skill-item .skill-header .skill-percentage .count-box { font-weight: 500; font-size: 15px; font-family: "Heebo", sans-serif; color: #13287d; } .skills .skill-item .skill-header .skill-percentage .count-box span { font-weight: 500; font-size: 15px; font-family: "Heebo", sans-serif; color: #13287d; } .skills .skill-item:last-child { margin-bottom: 0; } .skills .skill-item .skill-bar { position: relative; width: 100%; } .skills .skill-item .skill-bar .bar-inner { position: relative; width: 100%; border-top: 15px solid #eeeff2; border-bottom: 15px solid #eeeff2; border-radius: 0px; } .skills .skill-item .skill-bar .bar-inner .bar { position: absolute; left: 0; top: -12px; width: 0; height: 30px; background: #279e64; -webkit-transition: all 2000ms ease; transition: all 2000ms ease; border-radius: 0px; margin-top: -3px; } .skills .skill-item.item-2 .skill-bar .bar-inner .bar { background: #ffc600; } .skills .skill-item.item-3 .skill-bar .bar-inner .bar { background: #13287d; } /*=========================== FEEDBACK css ===========================*/ .feedback-area { padding-top: 123px; } .feedback-area .section-title .title { font-size: 40px; line-height: 50px; } @media (max-width: 767px) { .feedback-area .section-title .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .feedback-area .section-title .title { font-size: 40px; line-height: 50px; } } .feedback-area .feedback-item .feedback-content { padding: 26px 40px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .feedback-area .feedback-item .feedback-content { padding: 26px 28px; } } @media (max-width: 767px) { .feedback-area .feedback-item .feedback-content { padding: 26px 24px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feedback-area .feedback-item .feedback-content p { font-size: 16px; } } .feedback-area .feedback-item i { font-size: 44px; color: #e3e5e6; } .feedback-area .feedback-info { padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #dcdfe2; position: relative; padding-left: 120px; } @media (max-width: 767px) { .feedback-area .feedback-info { padding-left: 100px; } } .feedback-area .feedback-info img { position: absolute; left: 40px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } @media (max-width: 767px) { .feedback-area .feedback-info img { left: 20px; } } .feedback-area .feedback-active .slick-arrow { position: absolute; top: 0; right: 0; height: 55px; width: 55px; text-align: center; line-height: 55px; border-radius: 50%; background: #fff; top: -160px; font-size: 15px; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feedback-area .feedback-active .slick-arrow:hover { background: #279e64; color: #fff; } .feedback-area .feedback-active .slick-arrow.prev { right: 70px; } .feedback-area .feedback-active.about-page .slick-arrow { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: -25px; z-index: 1; -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 15, 56, 0.1); box-shadow: 0px 10px 30px 0px rgba(0, 15, 56, 0.1); color: #13287d; } .feedback-area .feedback-active.about-page .slick-arrow:hover { color: #fff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .feedback-area .feedback-active.about-page .slick-arrow { right: -15px; } } @media (max-width: 767px) { .feedback-area .feedback-active.about-page .slick-arrow { right: -15px; } } .feedback-area .feedback-active.about-page .slick-arrow.prev { right: auto; left: -25px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .feedback-area .feedback-active.about-page .slick-arrow.prev { left: -15px; right: auto; } } @media (max-width: 767px) { .feedback-area .feedback-active.about-page .slick-arrow.prev { left: -15px; right: auto; } } .feedback-area.feedback-area-two .section-title span, .feedback-area.feedback-area-two .section-title .title { color: #fff; } .feedback-area.feedback-area-two .feedback-item { position: relative; min-height: 380px; border-radius: 3px; padding: 40px 292px 40px 40px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feedback-area.feedback-area-two .feedback-item { padding: 40px 190px 40px 40px; } } @media (max-width: 767px) { .feedback-area.feedback-area-two .feedback-item { padding: 40px; } } .feedback-area.feedback-area-two .feedback-item .feedback-content, .feedback-area.feedback-area-two .feedback-item .feedback-info { padding: 0; } .feedback-area.feedback-area-two .feedback-item .feedback-info { margin-top: 35px; border: none; } .feedback-area.feedback-area-two .feedback-item .feedback-info h5 { font-size: 22px; margin-bottom: 10px; } .feedback-area.feedback-area-two .feedback-item .feedback-info span { font-size: 15px; } .feedback-area.feedback-area-two .feedback-item .feedback-img { position: absolute; bottom: 0; right: 15px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feedback-area.feedback-area-two .feedback-item .feedback-img { max-width: 48%; } } @media (max-width: 767px) { .feedback-area.feedback-area-two .feedback-item .feedback-img { display: none; } } /*=========================== BLOG css ===========================*/ .blog-area .section-title .title { font-size: 38px; line-height: 48px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .blog-area .section-title .title { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .blog-area .section-title .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .blog-area .section-title .title { font-size: 40px; line-height: 50px; } } .blog-area .blog-item .blog-thumb img { width: 100%; } .blog-area .blog-item .blog-content { border: 1px solid #dcdfe2; padding: 30px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog-area .blog-item .blog-content { padding: 30px 20px; } } .blog-area .blog-item .blog-content span { color: #83868c; font-size: 14px; font-weight: 500; } .blog-area .blog-item .blog-content span span { color: #13287d; } .blog-area .blog-item .blog-content .title { font-size: 22px; font-weight: 700; font-family: "Poppins", sans-serif; line-height: 36px; padding-top: 14px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog-area .blog-item .blog-content .title { font-size: 18px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .blog-area .blog-item .blog-content .title { font-size: 18px; } } @media (max-width: 767px) { .blog-area .blog-item .blog-content .title { font-size: 20px; line-height: 28px; } } .blog-area .blog-item .blog-content a { font-size: 15px; font-family: "Poppins", sans-serif; font-weight: 700; color: #13287d; margin-top: 30px; } .blog-area .blog-item .blog-content a i { padding-left: 35px; } .blog-area .blog-item.blog-item-two .title { margin-bottom: 20px; } .blog-area .blog-item.blog-item-two .blog-thumb { position: relative; } .blog-area .blog-item.blog-item-two .blog-thumb .blog-cat { position: absolute; left: 25px; top: 25px; z-index: 1; background-color: #279e64; color: #fff; font-size: 13px; font-weight: 500; display: inline-block; padding: 10px 30px; text-transform: uppercase; border-radius: 30px; } .brand-area .brand-item { text-align: center; } .brand-area .brand-item img { display: inline-block; } .blog-loop .single-blog { margin-bottom: 50px; } .blog-loop .single-blog .blog-thumb { position: relative; } .blog-loop .single-blog .blog-thumb .blog-cat { position: absolute; left: 30px; top: 30px; width: 130px; height: 40px; text-align: center; line-height: 44px; background-color: #279e64; font-size: 13px; font-weight: 500; text-transform: uppercase; border-radius: 30px; color: #fff; } .blog-loop .single-blog .blog-meta li { display: inline-block; font-weight: 500; } .blog-loop .single-blog .blog-meta li.blog-tags a { color: #13287d; } .blog-loop .single-blog .blog-meta li a, .blog-loop .single-blog .blog-meta li { color: #83868c; } .blog-loop .single-blog .title { font-size: 36px; line-height: 50px; margin-bottom: 20px; } .blog-loop .single-blog .title a { color: #13287d; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog-loop .single-blog .title { font-size: 35px; line-height: 45px; } } @media (max-width: 767px) { .blog-loop .single-blog .title { font-size: 20px; line-height: 30px; } } .blog-loop .single-blog .read-more { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15px; color: #13287d; margin-top: 30px; display: inline-block; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog-loop .single-blog .read-more i { margin-left: 40px; height: 46px; width: 46px; text-align: center; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; line-height: 46px; } .blog-loop .single-blog .read-more:hover i { background-color: #279e64; color: #fff; -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); } .blog-loop .single-blog.video-post .video-popup { position: absolute; left: 50%; top: 50%; height: 96px; width: 96px; text-align: center; line-height: 96px; background-color: #fff; color: #279e64; border-radius: 50%; font-size: 18px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .blog-loop .single-blog.no-thumb { background-color: #eeeff2; padding: 40px 25px; } .blog-loop .single-blog.no-thumb .blog-thumb .blog-cat { position: unset; } /*=========================== Feature List css ===========================*/ .feature-list-area .feature-content { padding-top: 30px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature-list-area .feature-content { margin-bottom: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature-list-area .feature-content { margin-bottom: 50px; } } @media (max-width: 767px) { .feature-list-area .feature-content { margin-bottom: 50px; } } .feature-list-area .feature-content span { color: #279e64; font-family: "Poppins", sans-serif; font-weight: 700; padding-bottom: 15px; } .feature-list-area .feature-content .title { font-size: 48px; line-height: 60px; margin-bottom: 30px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature-list-area .feature-content .title { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .feature-list-area .feature-content .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .feature-list-area .feature-content .title { font-size: 40px; line-height: 50px; } } .feature-list-area .feature-content a.main-btn { margin-top: 50px; } .feature-list-area .feature-list-wrap { position: relative; padding-left: 450px; } @media (max-width: 767px) { .feature-list-area .feature-list-wrap { padding-left: 0; } } .feature-list-area .feature-list-wrap .feature-list-img { position: absolute; left: 0; top: 0; height: 100%; } @media (max-width: 767px) { .feature-list-area .feature-list-wrap .feature-list-img { position: unset; margin-bottom: 40px; } } .feature-list-area .feature-list-wrap .feature-list li { margin-bottom: 20px; } .feature-list-area .feature-list-wrap .feature-list li i { color: #279e64; font-size: 40px; margin-bottom: 10px; } .feature-list-area .feature-list-wrap .feature-list li h4 { color: #13287d; margin-bottom: 20px; } /*=========================== EXPERT CSS ===========================*/ .expert-items { position: relative; } .expert-items img { width: 100%; } .expert-items .expert-content { text-align: center; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; visibility: hidden; width: 100%; } .expert-items .expert-content h4 { color: #13287d; line-height: 32px; margin-bottom: 20px; } .expert-items .expert-content .expert-position { font-size: 15px; } .expert-items .expert-content .expert-social { margin-bottom: 40px; margin-top: 30px; } .expert-items .expert-content .expert-social li { display: inline-block; margin: 0px 4px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .expert-items .expert-content .expert-social li { margin: 0; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .expert-items .expert-content .expert-social li { margin: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .expert-items .expert-content .expert-social li { margin: 0; } } @media (max-width: 767px) { .expert-items .expert-content .expert-social li { margin: 0; } } .expert-items .expert-content .expert-social li a { height: 40px; width: 40px; border: 1px solid #279e64; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; line-height: 40px; font-size: 14px; color: #279e64; border-radius: 50%; position: relative; z-index: 1; } .expert-items .expert-content .expert-social li a::before { position: absolute; left: 50%; top: 50%; width: 0; height: 0; background-color: #279e64; z-index: -1; content: ''; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; visibility: hidden; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .expert-items .expert-content .expert-social li a:hover { color: #fff; } .expert-items .expert-content .expert-social li a:hover::before { opacity: 1; visibility: visible; width: 100%; height: 100%; } .expert-items::before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: #fff; content: ''; z-index: 1; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; visibility: hidden; } .expert-items:hover::before { left: 20px; right: 20px; top: 20px; bottom: 20px; opacity: 0.9; visibility: visible; } .expert-items:hover .expert-content { opacity: 1; visibility: visible; } .our-expert-area .container-fluid { padding-left: 80px; padding-right: 80px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .our-expert-area .container-fluid { padding-left: 15px; padding-right: 15px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .our-expert-area .container-fluid { padding-left: 15px; padding-right: 15px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .our-expert-area .container-fluid { padding-left: 15px; padding-right: 15px; } } @media (max-width: 767px) { .our-expert-area .container-fluid { padding-left: 15px; padding-right: 15px; } } /*=========================== FAQ CSS ===========================*/ .faq-area { position: relative; min-height: 1015px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 767px) { .faq-area { min-height: auto; padding-top: 130px; padding-bottom: 130px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .faq-area { max-height: 900px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .faq-area { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding-bottom: 80px; min-height: 1450px; } } .faq-area .faq-img { position: absolute; left: 80px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); max-width: 50%; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .faq-area .faq-img { max-width: 30%; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .faq-area .faq-img { max-width: 32%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .faq-area .faq-img { left: 50%; top: 130px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); max-width: 380px; } } @media (max-width: 767px) { .faq-area .faq-img { display: none; } } .faq-wrap { position: relative; } .faq-wrap .faq-title span { color: #279e64; font-family: "Poppins", sans-serif; font-weight: 700; padding-bottom: 16px; } .faq-wrap .faq-title .title { font-size: 48px; line-height: 60px; } @media (max-width: 767px) { .faq-wrap .faq-title .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .faq-wrap .faq-title .title { font-size: 40px; line-height: 50px; } } .faq-wrap .faq-accordion .card { border: none; border-bottom: 1px solid #dcdfe2 !important; } .faq-wrap .faq-accordion .card .card-header { background-color: transparent; border: none; padding: 40px 0; position: relative; } .faq-wrap .faq-accordion .card .card-header button { font-size: 22px; color: #13287d; font-family: "Poppins", sans-serif; font-weight: 700; border: none; background-color: transparent; width: 100%; text-align: left; } .faq-wrap .faq-accordion .card .card-header button .open-icon, .faq-wrap .faq-accordion .card .card-header button .close-icon { position: absolute; height: 45px; width: 45px; right: 0; top: 50%; line-height: 45px; text-align: center; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .faq-wrap .faq-accordion .card .card-header button .close-icon { display: none; } .faq-wrap .faq-accordion .card .card-header button .open-icon { display: block; } .faq-wrap .faq-accordion .card .card-header button.active-accordion .close-icon { display: block; } .faq-wrap .faq-accordion .card .card-header button.active-accordion .open-icon { display: none; } @media (max-width: 767px) { .faq-wrap .faq-accordion .card .card-header button { font-size: 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .faq-wrap .faq-accordion .card .card-header button { font-size: 22px; } } .faq-wrap .faq-accordion .card .card-header:hover .open-icon, .faq-wrap .faq-accordion .card .card-header:hover .close-icon, .faq-wrap .faq-accordion .card .card-header button.active-accordion .open-icon, .faq-wrap .faq-accordion .card .card-header button.active-accordion .close-icon { -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); background-color: #279e64; color: #fff; } .faq-wrap .faq-accordion .card .card-body { padding: 0 0 40px 0; } .faq-wrap .faq-accordion .card:last-child { border: none !important; } /*=========================== Pricing ===========================*/ .single-pricing-box { margin-bottom: 30px; padding: 50px; background-color: #eff2f7; text-align: center; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .single-pricing-box { padding: 40px 30px; } } .single-pricing-box .title { font-size: 30px; margin-bottom: 30px; } .single-pricing-box .main-btn { border: 1px solid #dcdfe2; background-color: #fff; margin-top: 25px; margin-bottom: 40px; } .single-pricing-box .pricing-icon { font-size: 75px; color: #279e64; } .single-pricing-box p { font-family: "Rubik", sans-serif; } .single-pricing-box .price-tag { font-size: 48px; line-height: 60px; display: block; color: #13287d; font-weight: 700; font-family: "Poppins", sans-serif; margin-top: 40px; } .single-pricing-box:hover .main-btn { background-color: #279e64; color: #fff; border-color: #279e64; } .single-pricing-box.bg-white .main-btn { background-color: #eff2f7; color: #13287d; } .single-pricing-box.bg-white:hover .main-btn { background-color: #279e64; color: #fff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .pricing-tab-btn { margin-bottom: 45px; } } @media (max-width: 767px) { .pricing-tab-btn { margin-bottom: 45px; } } .pricing-tab-btn span { color: #279e64; font-family: "Poppins", sans-serif; font-weight: 700; padding-bottom: 16px; } .pricing-tab-btn .title { font-size: 48px; line-height: 60px; margin-bottom: 30px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .pricing-tab-btn .title { font-size: 42px; line-height: 52px; } } @media (max-width: 767px) { .pricing-tab-btn .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .pricing-tab-btn .title { font-size: 40px; line-height: 50px; } } .pricing-tab-btn ul { margin-top: 55px; } .pricing-tab-btn ul .main-btn { margin-right: 10px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .pricing-tab-btn ul .main-btn { padding: 0 35px; } } .pricing-tab-btn ul .main-btn.active, .pricing-tab-btn ul .main-btn:hover { background-color: #13287d; border-color: #13287d; color: #fff; } /*=========================== Breadcrumb css ===========================*/ .breadcrumbs-section { position: relative; z-index: 1; } .breadcrumbs-section .breadcrumbs-text { text-align: center; } .breadcrumbs-section .breadcrumbs-text, .breadcrumbs-section .breadcrumbs-text a, .breadcrumbs-section .breadcrumbs-text h1 { color: #fff; font-family: "Poppins", sans-serif; font-weight: 700; } .breadcrumbs-section .breadcrumbs-text h1 { font-size: 70px; margin-bottom: 20px; padding-bottom: 20px; position: relative; } .breadcrumbs-section .breadcrumbs-text h1::before { position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: #fff; height: 2px; width: 80px; content: ''; } @media (max-width: 767px) { .breadcrumbs-section .breadcrumbs-text h1 { font-size: 40px; line-height: 50px; } } .breadcrumbs-section .breadcrumbs-text ul li { display: inline-block; position: relative; font-size: 15px; margin-right: 6px; padding-right: 5px; } .breadcrumbs-section .breadcrumbs-text ul li::after { position: absolute; right: -5px; top: 50%; content: '/'; color: #fff; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 14px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .breadcrumbs-section .breadcrumbs-text ul li:last-child::after { display: none; } .breadcrumbs-section::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background-color: #13287d; z-index: -1; opacity: 0.6; } /*=========================== Inner Pages ===========================*/ .about-page-content .about-title span, .about-page-content .about-title h2 { font-family: "Poppins", sans-serif; font-weight: 700; } .about-page-content .about-title span { font-size: 16px; color: #279e64; padding-bottom: 25px; } .about-page-content .about-title h2 { font-size: 48px; line-height: 60px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-page-content .about-title h2 { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .about-page-content .about-title h2 { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .about-page-content .about-title h2 { font-size: 40px; line-height: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-page-content .about-list { margin-top: 40px; } } @media (max-width: 767px) { .about-page-content .about-list { margin-top: 40px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .about-page-content .about-list { margin-top: 40px; } } .about-page-content .about-list ul li { margin-bottom: 30px; padding-left: 35px; position: relative; } .about-page-content .about-list ul li::before { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 25px; width: 25px; border-radius: 50%; background-color: #279e64; color: #fff; content: '\f00c'; font-family: 'Font Awesome 5 Pro'; text-align: center; font-size: 12px; line-height: 25px; font-weight: 900; } .about-page-content .about-video { height: 550px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1; } @media (max-width: 767px) { .about-page-content .about-video { height: 400px; } } .about-page-content .about-video::before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background-color: #279e64; z-index: -1; opacity: 0.6; } .about-page-content .about-video a { height: 96px; width: 96px; line-height: 96px; border-radius: 50%; background-color: #fff; color: #279e64; text-align: center; } .cta-section { background-color: #279e64; padding: 80px 0; } .cta-section a, .cta-section h2, .cta-section p { color: #fff; font-family: "Poppins", sans-serif; font-weight: 700; } .cta-section .cta-text h2 { font-size: 48px; line-height: 60px; margin-bottom: 25px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .cta-section .cta-text h2 { text-align: center; } } @media (max-width: 767px) { .cta-section .cta-text h2 { font-size: 28px; line-height: 38px; text-align: center; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .cta-section .cta-text h2 { font-size: 40px; line-height: 50px; } } .cta-section .cta-text p { font-size: 22px; font-weight: 400; } @media only screen and (min-width: 768px) and (max-width: 991px) { .cta-section .cta-text p { text-align: center; } } @media (max-width: 767px) { .cta-section .cta-text p { font-size: 16px; text-align: center; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .cta-section .cta-links { text-align: center !important; margin-top: 45px; } } @media (max-width: 767px) { .cta-section .cta-links { text-align: center !important; margin-top: 45px; } } .cta-section .cta-links a { padding: 0 38px; margin-bottom: 10px; } .cta-section .cta-links a.main-btn { color: #111111; margin-bottom: 0; } /*=========================== Shop ===========================*/ .shop-wrapper-top select, .shop-wrapper-top .nice-select, .shop-wrapper-top input { border: 1px solid #dcdfe2; border-radius: 3px; padding: 0 20px; font-size: 14px; height: 50px; line-height: 50px; } .shop-wrapper-top ::-webkit-input-placeholder { font-size: 14px; } .shop-wrapper-top :-ms-input-placeholder { font-size: 14px; } .shop-wrapper-top ::-ms-input-placeholder { font-size: 14px; } .shop-wrapper-top ::placeholder { font-size: 14px; } .shop-wrapper-top .nice-select ul.list { width: 100%; } @media (max-width: 767px) { .shop-wrapper-top .product-sorting { width: 50%; } } .shop-wrapper-top .product-sorting select, .shop-wrapper-top .product-sorting .nice-select { width: 218px; } @media (max-width: 767px) { .shop-wrapper-top .product-sorting select, .shop-wrapper-top .product-sorting .nice-select { width: 100%; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .shop-wrapper-top .product-sorting select, .shop-wrapper-top .product-sorting .nice-select { width: 150px; } } .shop-wrapper-top .product-showing { float: left; margin-left: 20px; } @media (max-width: 767px) { .shop-wrapper-top .product-showing { width: calc(50% - 20px); } } .shop-wrapper-top .product-showing select, .shop-wrapper-top .product-showing .nice-select { width: 140px; } @media (max-width: 767px) { .shop-wrapper-top .product-showing select, .shop-wrapper-top .product-showing .nice-select { width: 100%; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .shop-wrapper-top .product-showing select, .shop-wrapper-top .product-showing .nice-select { width: 105px; } } .shop-wrapper-top .product-search { position: relative; display: inline-block; float: right; } @media (max-width: 767px) { .shop-wrapper-top .product-search { width: 100%; margin-top: 20px; } } .shop-wrapper-top .product-search input { padding-right: 40px; } @media (max-width: 767px) { .shop-wrapper-top .product-search input { width: 100%; } } .shop-wrapper-top .product-search button { position: absolute; right: 20px; top: 0; height: 100%; z-index: 2; line-height: 50px; background: none; border: none; color: #83868c; } .product-items { margin-bottom: 50px; text-align: center; position: relative; } .product-items .product-img { margin-bottom: 20px; position: relative; } .product-items .product-img .product-action { position: absolute; left: 0; width: 100%; text-align: center; bottom: 0; visibility: hidden; opacity: 0; -webkit-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; z-index: 2; } .product-items .product-img .product-action ul li { display: inline-block; margin: 0 5px; } .product-items .product-img .product-action ul li a { border-radius: 50%; background-color: #fff; -webkit-box-shadow: 0px 10px 20px 0px rgba(26, 32, 43, 0.1); box-shadow: 0px 10px 20px 0px rgba(26, 32, 43, 0.1); color: #13287d; height: 42px; width: 42px; text-align: center; font-size: 15px; line-height: 42px; -webkit-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .product-items .product-img .product-action ul li a:hover { color: #fff; background-color: #279e64; } .product-items h6 { font-size: 15px; font-family: "Heebo", sans-serif; font-weight: 500; margin-bottom: 10px; } .product-items h6 a { color: #13287d; } .product-items .price-tag { font-weight: 500; } .product-items:hover .product-img .product-action { bottom: 30px; visibility: visible; opacity: 1; } .product-items .sale-tag { position: absolute; right: 20px; top: 20px; z-index: 2; text-transform: uppercase; padding: 8px 12px; background-color: #279e64; color: #fff; display: inline-block; font-size: 13px; font-weight: 500; } .product-items .sale-tag.hot { background-color: #f45460; } .product-items .sale-tag.new { background-color: #ffc600; color: #111111; } .pagination-wrap ul li { display: inline-block; } .pagination-wrap ul li a { font-size: 16px; color: #13287d; border: 1px solid #dcdfe2; border-radius: 50%; background-color: rgba(39, 158, 100, 0); width: 54px; height: 54px; line-height: 54px; text-align: center; -webkit-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .pagination-wrap ul li.active a, .pagination-wrap ul li a:hover { color: #fff; background-color: #279e64; border-color: #279e64; } /*=========================== Product Details ===========================*/ .single-product-wrapper h3.single-page-title { font-size: 30px; margin-bottom: 30px; } @media (max-width: 767px) { .single-product-wrapper h3.single-page-title { font-size: 22px; line-height: 30px; } } .single-product-wrapper .short-desc-wrap h4.title { margin-bottom: 20px; line-height: 30px; } .single-product-wrapper .short-desc-wrap .price-tag { font-size: 18px; font-family: "Poppins", sans-serif; font-weight: 700; color: #279e64; margin-bottom: 15px; } .single-product-wrapper .short-desc-wrap .price-tag del { font-weight: 400; color: #83868c; padding-left: 18px; } .single-product-wrapper .short-desc-wrap .rating { margin-bottom: 20px; } .single-product-wrapper .short-desc-wrap .rating li { display: inline-block; font-size: 12px; color: #b0b5bb; margin-right: 2px; } .single-product-wrapper .short-desc-wrap .rating li.fill { color: #fe4c4c; } .single-product-wrapper .short-desc-wrap .rating li.review-count { color: #83868c; font-size: 15px; margin-left: 25px; } .single-product-wrapper .short-desc-wrap .divider { margin-top: 30px; margin-bottom: 30px; height: 1px; width: 100%; background-color: #e1e3e6; } @media (max-width: 767px) { .single-product-wrapper .short-desc-wrap .quantity-area { position: relative; padding-bottom: 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .single-product-wrapper .short-desc-wrap .quantity-area { padding-bottom: 0; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .single-product-wrapper .short-desc-wrap .quantity-area { position: relative; padding-bottom: 20px; } } .single-product-wrapper .short-desc-wrap .quantity-area label { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 16px; color: #13287d; margin-bottom: 0; } .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity { color: #279e64; font-size: 12px; } @media (max-width: 767px) { .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity { position: absolute; left: 0; bottom: 0; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity { position: unset; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity { position: absolute; left: 0; bottom: 0; } } .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input { margin-right: 10px; margin-left: 20px; } .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input div, .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input { height: 40px; width: 40px; line-height: 40px; border: 1px solid #e1e3e6; display: inline-block; text-align: center; font-size: 14px; cursor: pointer; } .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input { color: #13287d; margin: 0 8px; } .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input::-webkit-outer-spin-button, .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .single-product-wrapper .short-desc-wrap .product-meta ul li { margin-bottom: 15px; } .single-product-wrapper .short-desc-wrap .product-meta ul li span.title { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 16px; color: #13287d; margin-right: 10px; } .single-product-wrapper .short-desc-wrap .product-meta ul li:last-child { margin-bottom: 0; } .single-product-wrapper .short-desc-wrap .product-meta ul li .color-1, .single-product-wrapper .short-desc-wrap .product-meta ul li .color-2, .single-product-wrapper .short-desc-wrap .product-meta ul li .color-3, .single-product-wrapper .short-desc-wrap .product-meta ul li .color-4 { height: 15px; width: 15px; border-radius: 50%; background-color: #279e64; display: inline-block; margin-right: 10px; } .single-product-wrapper .short-desc-wrap .product-meta ul li .color-2 { background-color: #f3b701; } .single-product-wrapper .short-desc-wrap .product-meta ul li .color-3 { background-color: #25baff; } .single-product-wrapper .short-desc-wrap .product-meta ul li .color-3 { background-color: #fe5970; } .single-product-wrapper .short-desc-wrap .product-btn .main-btn { padding: 0 36px; margin-right: 12px; } .single-product-wrapper .short-desc-wrap .product-btn .add-wishlist, .single-product-wrapper .short-desc-wrap .product-btn .pro-share { height: 50px; width: 50px; text-align: center; color: #279e64; line-height: 50px; text-align: center; border: 1px solid #e1e3e6; margin: 0 4px; } .single-product-wrapper .gallery-slide-wrap { position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-product-wrapper .gallery-slide-wrap { margin-bottom: 40px; } } .single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow { position: absolute; left: 0; top: 50%; z-index: 1; height: 50px; width: 50px; border: none; margin-top: -25px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background-color: #279e64; color: #fff; opacity: 0; visibility: hidden; } .single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow.next-arrow { left: auto; right: 0; } .single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow:hover { background-color: #13287d; } .single-product-wrapper .gallery-slide-wrap:hover .gallery-arrows .slick-arrow { opacity: 0.8; visibility: visible; } @media (max-width: 767px) { .single-product-wrapper .gallery-dots ul { margin-left: -10px; margin-right: -10px; margin-top: 20px; margin-bottom: 30px; } } .single-product-wrapper .gallery-dots ul li { margin-bottom: 20px; cursor: pointer; padding-left: 10px; padding-right: 10px; } @media (max-width: 767px) { .single-product-wrapper .gallery-dots ul li { display: inline-block; margin-bottom: 0; max-width: 33.33%; } } .single-product-wrapper .products-tabs .nav { margin-bottom: 35px; } @media (max-width: 767px) { .single-product-wrapper .products-tabs .nav .nav-item { width: 100%; margin-bottom: 20px; } .single-product-wrapper .products-tabs .nav .nav-item:last-child { margin-bottom: 0; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .single-product-wrapper .products-tabs .nav .nav-item { width: auto; margin-bottom: 0; } } .single-product-wrapper .products-tabs .nav .nav-item .nav-link { border: 1px solid #dcdfe2; border-radius: 30px; padding: 15px 40px; color: #83868c; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15px; margin-right: 20px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .single-product-wrapper .products-tabs .nav .nav-item .nav-link:hover, .single-product-wrapper .products-tabs .nav .nav-item .nav-link.active { background-color: #279e64; color: #fff; border-color: #279e64; } @media only screen and (min-width: 576px) and (max-width: 767px) { .single-product-wrapper .products-tabs .nav .nav-item .nav-link { padding: 15px 38px; margin-right: 10px; } } /*=========================== Contact ===========================*/ .contact-page-wrap .contact-maps { width: 100%; height: 650px; margin-top: 130px; } @media (max-width: 767px) { .contact-page-wrap .contact-maps { margin-top: 100px; height: 500px; } } .contact-page-wrap .contact-maps iframe { width: 100%; height: 100%; } .contact-page-wrap .contact-information span { font-weight: 700; font-family: "Poppins", sans-serif; font-size: 16px; color: #279e64; padding-bottom: 17px; } .contact-page-wrap .contact-information h2.title { font-size: 48px; line-height: 60px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-page-wrap .contact-information h2.title { font-size: 32px; line-height: 40px; } } @media (max-width: 767px) { .contact-page-wrap .contact-information h2.title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-page-wrap .contact-information h2.title { font-size: 32px; line-height: 40px; } } .contact-page-wrap .contact-information ul li { margin-bottom: 25px; font-size: 18px; font-weight: 700; font-family: "Poppins", sans-serif; color: #13287d; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-page-wrap .contact-information ul li { font-size: 16px; } } @media (max-width: 767px) { .contact-page-wrap .contact-information ul li { font-size: 16px; } } .contact-page-wrap .contact-information ul li i { font-size: 24px; color: #279e64; margin-right: 15px; } .contact-page-wrap .contact-form { padding-top: 40px; } .contact-page-wrap .contact-form .title { font-size: 30px; line-height: 40px; margin-bottom: 25px; } @media (max-width: 767px) { .contact-page-wrap .contact-form .title { font-size: 25px; line-height: 35px; } } .contact-page-wrap .contact-form input, .contact-page-wrap .contact-form textarea, .contact-page-wrap .contact-form ::-webkit-input-placeholder { font-size: 14px; color: #83868c; } .contact-page-wrap .contact-form input, .contact-page-wrap .contact-form textarea, .contact-page-wrap .contact-form :-ms-input-placeholder { font-size: 14px; color: #83868c; } .contact-page-wrap .contact-form input, .contact-page-wrap .contact-form textarea, .contact-page-wrap .contact-form ::-ms-input-placeholder { font-size: 14px; color: #83868c; } .contact-page-wrap .contact-form input, .contact-page-wrap .contact-form textarea, .contact-page-wrap .contact-form ::placeholder { font-size: 14px; color: #83868c; } .contact-page-wrap .contact-form input, .contact-page-wrap .contact-form textarea { width: 100%; padding-left: 20px; border: 1px solid #dcdfe2; height: 60px; } .contact-page-wrap .contact-form textarea { padding-top: 20px; height: 190px; } /*=========================== Single Pages ===========================*/ .service-details .title, .project-details .title { font-size: 48px; line-height: 48px; margin-bottom: 50px; } @media (max-width: 767px) { .service-details .title, .project-details .title { font-size: 30px; line-height: 40px; margin-bottom: 20px; } } .service-details p, .project-details p { margin-bottom: 30px; } .service-details p:last-child, .project-details p:last-child { margin-bottom: 0; } .service-details h3, .project-details h3 { font-size: 30px; line-height: 40px; margin-bottom: 30px; } @media (max-width: 767px) { .service-details h3, .project-details h3 { font-size: 24px; line-height: 34px; } } .service-details .service-quote, .project-details .service-quote { font-size: 18px; line-height: 30px; margin-bottom: 45px; font-family: "Heebo", sans-serif; font-weight: 400; } .service-details .service-list-icon li, .project-details .service-list-icon li { margin-bottom: 20px; } .service-details .service-list-icon li:last-child, .project-details .service-list-icon li:last-child { margin-bottom: 0; } .service-details .service-list-icon i, .project-details .service-list-icon i { color: #279e64; font-size: 55px; margin-bottom: 10px; } .service-details .service-list-icon h4, .project-details .service-list-icon h4 { font-size: 22px; margin-bottom: 10px; } .service-details .service-list-icon p, .project-details .service-list-icon p { margin-bottom: 0; } @media (max-width: 767px) { .service-details .service-list-icon img, .project-details .service-list-icon img { margin-bottom: 50px; } } .service-details .service-list li, .project-details .service-list li { margin-bottom: 20px; } .service-details .service-list li:last-child, .project-details .service-list li:last-child { margin-bottom: 0; } .service-details .service-list li i, .project-details .service-list li i { height: 25px; width: 25px; background-color: #279e64; color: #fff; border-radius: 50%; text-align: center; font-size: 12px; line-height: 25px; margin-right: 12px; } .project-details .project-list-info li { margin-bottom: 40px; position: relative; padding-left: 75px; } .project-details .project-list-info li p { margin-bottom: 0; } .project-details .project-list-info li h4 { margin-bottom: 20px; font-size: 22px; line-height: 30px; } .project-details .project-list-info li span { position: absolute; left: 0; top: 8px; height: 50px; width: 50px; border-radius: 3px; background-color: #279e64; color: #fff; text-align: center; line-height: 50px; font-size: 30px; } .project-details .video-wrap { height: 470px; width: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 2; } .project-details .video-wrap a { height: 96px; width: 96px; text-align: center; line-height: 96px; background-color: #fff; color: #279e64; border-radius: 50%; font-size: 18px; } .project-details .video-wrap::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #279e64; opacity: 0.6; content: ''; z-index: -1; } .related-project h3 { font-size: 30px; margin-top: 35px; } .blog-details p { margin-bottom: 35px; } .blog-details p:last-child { margin-bottom: 0; } .blog-details .title { font-size: 36px; line-height: 50px; margin-bottom: 20px; } @media (max-width: 767px) { .blog-details .title { font-size: 24px; line-height: 34px; } } .blog-details .blog-meta { margin-top: 40px; margin-bottom: 30px; } .blog-details .blog-meta li { display: inline-block; margin-right: 30px; margin-bottom: 0; padding-left: 0; } @media (max-width: 767px) { .blog-details .blog-meta li { margin-right: 20px; } } .blog-details .blog-meta li:last-child { margin-bottom: 0; } .blog-details .blog-meta li a { font-size: 14px; color: #83868c; font-weight: 500; } .blog-details .blog-meta li a i { margin-right: 10px; } .blog-details .blog-meta li::before { display: none; } .blog-details blockquote { padding-left: 65px; margin: 0; margin-bottom: 30px; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 22px; position: relative; color: #13287d; } .blog-details blockquote::before { position: absolute; left: 0; top: 0; font-family: 'Flaticon'; content: '\f10c'; color: #ffc600; font-size: 40px; } @media (max-width: 767px) { .blog-details blockquote { padding-left: 0; padding-top: 60px; font-size: 18px; } } .blog-details ul li { padding-left: 20px; position: relative; margin-bottom: 25px; } .blog-details ul li::before { position: absolute; left: 0; top: 50%; background-color: #bfc2c3; height: 10px; width: 10px; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: ''; } .blog-details h3 { font-size: 30px; line-height: 40px; margin-bottom: 30px; } @media (max-width: 767px) { .blog-details h3 { font-size: 20px; line-height: 30px; } } .blog-footer { margin-top: 45px; } .blog-footer .blog-tag a { border: 1px solid #dcdfe2; padding: 10px 30px; display: inline-block; color: #83868c; margin-right: 10px; } @media (max-width: 767px) { .blog-footer .blog-tag a { padding: 10px 25px; margin-right: 5px; } } @media (max-width: 767px) { .blog-footer .social-share { margin-top: 30px; } } .blog-footer .social-share a { background-color: #eaebee; height: 40px; width: 40px; text-align: center; color: #13287d; text-align: center; line-height: 42px; border-radius: 50%; font-size: 14px; position: relative; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; margin-left: 10px; } .blog-footer .social-share a::before { position: absolute; left: 50%; top: 50%; width: 0; height: 0; background-color: #279e64; z-index: -1; content: ''; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; visibility: hidden; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .blog-footer .social-share a:hover { color: #fff; background-color: transparent; } .blog-footer .social-share a:hover::before { opacity: 1; visibility: visible; width: 100%; height: 100%; } .blog-author { background-color: #eeeff2; padding: 40px 40px 40px 165px; position: relative; margin-top: 40px; } @media (max-width: 767px) { .blog-author { padding: 40px; } } .blog-author .author-img { position: absolute; top: 40px; left: 30px; } .blog-author .author-img img { border-radius: 50%; } @media (max-width: 767px) { .blog-author .author-img { position: unset; margin-bottom: 20px; } } .blog-author .author-content h6 { font-size: 18px; margin-bottom: 20px; } .blog-author .author-content .social-links { margin-top: 20px; } .blog-author .author-content .social-links a { color: #13287d; -webkit-transition: 0.3s; transition: 0.3s; font-size: 14px; margin-right: 10px; } .blog-author .author-content .social-links a:hover { color: #279e64; } .blog-author .author-content .social-links a:last-child { margin: 0; } .comments-area { margin-top: 60px; } .comments-area .title { font-size: 30px; line-height: 36px; margin-bottom: 30px; } .comments-area .comments-list li { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 45px; } .comments-area .comments-list li:last-child { margin-bottom: 0; } .comments-area .comments-list li .comment-img img { max-width: 100px; max-height: 100px; border-radius: 50%; } .comments-area .comments-list li .comments-content { padding-left: 30px; } .comments-area .comments-list li .comments-content h6 { font-size: 18px; margin-bottom: 10px; } .comments-area .comments-list li .comments-content .date { font-size: 14px; font-weight: 500; margin-right: 20px; } .comments-area .comments-list li .comments-content .reply { font-size: 13px; font-weight: 700; font-family: "Poppins", sans-serif; color: #13287d; } .comments-form { margin-top: 60px; } .comments-form .title { font-size: 30px; line-height: 36px; margin-bottom: 30px; } .comments-form input, .comments-form textarea { margin-bottom: 30px; border: 1px solid #dcdfe2; height: 50px; padding-left: 20px; width: 100%; } .comments-form textarea { padding-top: 20px; height: 200px; } .comments-form .main-btn { padding: 0 35px; line-height: 60px; } /*=========================== Sidebar ===========================*/ @media only screen and (min-width: 768px) and (max-width: 991px) { .sidebar { margin-top: 50px; } } @media (max-width: 767px) { .sidebar { margin-top: 50px; } } .sidebar .widgets { margin-bottom: 30px; } .sidebar .widgets .widget-title { font-size: 22px; line-height: 24px; margin-bottom: 20px; } .sidebar .widgets.service-cat .service-cat-list li { margin-bottom: 20px; } .sidebar .widgets.service-cat .service-cat-list li a { display: block; border: 1px solid #dcdfe2; padding: 20px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; position: relative; color: #83868c; position: relative; } .sidebar .widgets.service-cat .service-cat-list li a i { position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .sidebar .widgets.service-cat .service-cat-list li:last-child { margin-bottom: 0; } .sidebar .widgets.service-cat .service-cat-list li.active a, .sidebar .widgets.service-cat .service-cat-list li a:hover { color: #fff; background-color: #279e64; border-color: #279e64; } .sidebar .widgets.contact-form input, .sidebar .widgets.contact-form textarea { width: 100%; border: 1px solid #dcdfe2; height: 60px; font-size: 15px; padding: 0 20px; } .sidebar .widgets.contact-form ::-webkit-input-placeholder { color: #999999; font-size: 15px; } .sidebar .widgets.contact-form :-ms-input-placeholder { color: #999999; font-size: 15px; } .sidebar .widgets.contact-form ::-ms-input-placeholder { color: #999999; font-size: 15px; } .sidebar .widgets.contact-form ::placeholder { color: #999999; font-size: 15px; } .sidebar .widgets.contact-form textarea { height: 110px; padding-top: 20px; } .sidebar .widgets.contact-form.with-bg input, .sidebar .widgets.contact-form.with-bg textarea { background-color: #eeeff2; border-color: #eeeff2; } .sidebar .widgets.project-information ul { padding: 40px 30px; background-color: #eeeff2; } .sidebar .widgets.project-information ul li { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #dcdfe2; } .sidebar .widgets.project-information ul li span { font-weight: 500; margin-right: 12px; } .sidebar .widgets.project-information ul li:last-child { margin-bottom: 0; padding-bottom: 0; border: none; } .sidebar .widgets.poster-widget img { width: 100%; } .sidebar.blog-sidebar .widgets { background-color: #eeeff2; padding: 50px 30px; } .sidebar.blog-sidebar .widgets .widget-title { margin-bottom: 30px; padding-bottom: 15px; position: relative; } .sidebar.blog-sidebar .widgets .widget-title::before, .sidebar.blog-sidebar .widgets .widget-title::after { position: absolute; left: 0; bottom: 0; background-color: #279e64; width: 20px; height: 3px; content: ''; } .sidebar.blog-sidebar .widgets .widget-title::after { left: 30px; width: 30px; } .sidebar.blog-sidebar .widgets.search-widget form { position: relative; } .sidebar.blog-sidebar .widgets.search-widget input { width: 100%; border: 1px solid #dcdfe2; background-color: #fff; height: 60px; padding-left: 20px; padding-right: 55px; } .sidebar.blog-sidebar .widgets.search-widget button { position: absolute; right: 5px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 50px; width: 50px; background-color: #279e64; color: #fff; line-height: 50px; font-size: 18px; border: none; } .sidebar.blog-sidebar .widgets.search-widget ::-webkit-input-placeholder, .sidebar.blog-sidebar .widgets.search-widget input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.search-widget :-ms-input-placeholder, .sidebar.blog-sidebar .widgets.search-widget input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.search-widget ::-ms-input-placeholder, .sidebar.blog-sidebar .widgets.search-widget input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.search-widget ::placeholder, .sidebar.blog-sidebar .widgets.search-widget input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.poster-widget { padding: 0; } .sidebar.blog-sidebar .widgets.category-widget ul li { margin-bottom: 15px; } .sidebar.blog-sidebar .widgets.category-widget ul li:last-child { margin-bottom: 0; } .sidebar.blog-sidebar .widgets.category-widget ul li a { background-color: #fff; padding: 22px 20px; display: block; color: #83868c; font-size: 14px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .sidebar.blog-sidebar .widgets.category-widget ul li a .cat-count { float: right; } .sidebar.blog-sidebar .widgets.category-widget ul li a:hover { background-color: #279e64; color: #fff; } .sidebar.blog-sidebar .widgets.popular-post ul li { margin-bottom: 30px; } .sidebar.blog-sidebar .widgets.popular-post ul li:last-child { margin-bottom: 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .sidebar.blog-sidebar .widgets.popular-post ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .sidebar.blog-sidebar .widgets.popular-post ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } .sidebar.blog-sidebar .widgets.popular-post ul li img { margin-bottom: 20px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .sidebar.blog-sidebar .widgets.popular-post ul li img { max-width: 180px; margin-bottom: 0; margin-right: 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .sidebar.blog-sidebar .widgets.popular-post ul li img { max-width: 180px; margin-bottom: 0; margin-right: 20px; } } .sidebar.blog-sidebar .widgets.popular-post ul li h6 { font-size: 16px; line-height: 28px; } .sidebar.blog-sidebar .widgets.popular-post ul li h6 a { color: #13287d; } .sidebar.blog-sidebar .widgets.popular-tags { padding-bottom: 40px; } .sidebar.blog-sidebar .widgets.popular-tags ul li { display: inline-block; } .sidebar.blog-sidebar .widgets.popular-tags ul li a { background-color: #fff; padding: 10px 20px; display: block; margin-bottom: 10px; margin-right: 10px; color: #83868c; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 3px; } .sidebar.blog-sidebar .widgets.popular-tags ul li a:hover { color: #fff; background-color: #279e64; } .sidebar.blog-sidebar .widgets.newsletter input, .sidebar.blog-sidebar .widgets.newsletter button { width: 100%; border: 1px solid #dcdfe2; background-color: #fff; height: 60px; padding-left: 20px; } .sidebar.blog-sidebar .widgets.newsletter ::-webkit-input-placeholder, .sidebar.blog-sidebar .widgets.newsletter input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.newsletter :-ms-input-placeholder, .sidebar.blog-sidebar .widgets.newsletter input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.newsletter ::-ms-input-placeholder, .sidebar.blog-sidebar .widgets.newsletter input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.newsletter ::placeholder, .sidebar.blog-sidebar .widgets.newsletter input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.newsletter button { width: 100%; height: 60px; text-align: center; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15px; margin-top: 15px; background-color: #279e64; color: #fff; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .sidebar.blog-sidebar .widgets.newsletter button:hover { background-color: #13287d; } /*=========================== FOOTER css ===========================*/ footer .footer-top-area { background-color: #0a1126; } footer .footer-top-area .footer-nav { padding-bottom: 50px; border-bottom: 1px solid #2c3242; margin-bottom: 50px; } footer .footer-top-area .footer-nav .footer-menu { text-align: center; } footer .footer-top-area .footer-nav .footer-menu ul li { display: inline-block; } footer .footer-top-area .footer-nav .footer-menu ul li a { color: #fff; font-weight: 500; font-size: 17px; padding: 0 20px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { footer .footer-top-area .footer-nav .footer-menu ul li a { font-size: 15px; padding: 0 15px; } } footer .footer-top-area .footer-nav .footer-social { text-align: right; } footer .footer-top-area .footer-nav .footer-social ul li { display: inline-block; } footer .footer-top-area .footer-nav .footer-social ul li a { color: #fff; margin-left: 23px; position: relative; } footer .footer-top-area .footer-widgets .widget { margin-bottom: 30px; } footer .footer-top-area .footer-widgets .widget .title { font-size: 22px; font-weight: 700; font-family: "Poppins", sans-serif; color: #fff; margin-bottom: 30px; } footer .footer-top-area .footer-widgets .widget.footer-about-widget p { font-size: 15px; color: #83868c; padding-top: 25px; } footer .footer-top-area .footer-widgets .widget.footer-about-widget span { font-size: 15px; font-weight: 500; padding-top: 17px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { footer .footer-top-area .footer-widgets .widget.footer-about-widget span { font-size: 13px; } } footer .footer-top-area .footer-widgets .widget.footer-about-widget span span { color: #279e64; padding-right: 5px; } footer .footer-top-area .footer-widgets .widget.footer-menu-widget { padding-left: 60px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { footer .footer-top-area .footer-widgets .widget.footer-menu-widget { padding-left: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { footer .footer-top-area .footer-widgets .widget.footer-menu-widget { padding-left: 0; } } @media (max-width: 767px) { footer .footer-top-area .footer-widgets .widget.footer-menu-widget { padding-left: 0; } } footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a { color: #83868c; font-size: 15px; line-height: 40px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a i { padding-right: 6px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a:hover { color: #279e64; } footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a:hover i { padding-right: 12px; } footer .footer-top-area .footer-widgets .widget.footer-contact-info { padding-left: 50px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { footer .footer-top-area .footer-widgets .widget.footer-contact-info { padding-left: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { footer .footer-top-area .footer-widgets .widget.footer-contact-info { padding-left: 0; } } @media (max-width: 767px) { footer .footer-top-area .footer-widgets .widget.footer-contact-info { padding-left: 0; } } footer .footer-top-area .footer-widgets .widget.footer-contact-info ul { padding-top: 12px; } footer .footer-top-area .footer-widgets .widget.footer-contact-info ul li { line-height: 40px; font-size: 15px; } footer .footer-top-area .footer-widgets .widget.footer-contact-info ul li i { color: #279e64; padding-right: 8px; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box { margin-top: 20px; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input { width: 100%; line-height: 60px; padding-left: 20px; font-size: 14px; color: #83868c; margin-bottom: 20px; border: 0; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::-webkit-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input:-ms-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::-ms-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box { margin-top: 20px; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input { width: 100%; line-height: 60px; padding-left: 20px; font-size: 14px; color: #83868c; margin-bottom: 20px; border: 0; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::-webkit-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input:-ms-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::-ms-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::placeholder { opacity: 1; color: #83868c; } footer .footer-copyright-area { background: #141928; padding: 20px 0; } footer .footer-copyright-area .footer-copyright ul li { display: inline-block; margin-left: 8px; } footer .footer-copyright-area .footer-copyright p.copyright-text { color: #83868c; font-size: 15px; } @media (max-width: 767px) { footer .footer-copyright-area .footer-copyright p.copyright-text { font-size: 14px; } } footer .footer-copyright-area .footer-copyright p.copyright-text a { color: #279e64; } footer.footer-two .footer-top-area { background-color: #eff2f7; } footer.footer-two .footer-top-area .footer-widgets .title { color: #13287d; } footer.footer-two .footer-top-area .brand-area .brand-inner-wrap { background-color: #fff; border-radius: 10px; padding: 45px 0; overflow: hidden; } footer.footer-two .footer-copyright-area { padding: 30px 0; background-color: #eff2f7; border: 1px solid #d9dade; } footer.footer-two .footer-copyright-area p.copyright-text a { color: #279e64; } @media only screen and (min-width: 768px) and (max-width: 991px) { footer.footer-two .footer-copyright-area p.copyright-text a { margin-top: 30px; } } footer.footer-two .footer-copyright-area .footer-social li { display: inline-block; margin: 0px 4px; } footer.footer-two .footer-copyright-area .footer-social li a { height: 40px; width: 40px; border: 1px solid #83868c; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; line-height: 40px; font-size: 14px; color: #83868c; border-radius: 50%; position: relative; z-index: 1; text-align: center; } footer.footer-two .footer-copyright-area .footer-social li a::before { position: absolute; left: 50%; top: 50%; width: 0; height: 0; background-color: #279e64; z-index: -1; content: ''; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; visibility: hidden; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } footer.footer-two .footer-copyright-area .footer-social li a:hover { color: #fff; } footer.footer-two .footer-copyright-area .footer-social li a:hover::before { opacity: 1; visibility: visible; width: 100%; height: 100%; } @media only screen and (min-width: 768px) and (max-width: 991px) { footer.footer-two .footer-copyright-area .footer-social { text-align: right; } } @media (max-width: 767px) { footer.footer-two .footer-copyright-area .footer-logo, footer.footer-two .footer-copyright-area .footer-social { text-align: center; margin-bottom: 30px; } } /*===== Go Top =====*/ .go-top-area { position: relative; z-index: 9999; } .go-top-area .go-top { position: fixed; cursor: pointer; top: 0; right: 24px; color: #ffffff; background-color: #279e64; z-index: 9999; width: 40px; text-align: center; height: 42px; line-height: 42px; opacity: 0; visibility: hidden; -webkit-transition: all 0.9s ease-out 0s; transition: all 0.9s ease-out 0s; border-right: 0; } .go-top-area .go-top i { position: absolute; top: 50%; left: -4px; right: 0; margin: 0 auto; font-size: 15px; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } .go-top-area .go-top i:last-child { opacity: 0; visibility: hidden; top: 60%; } .go-top-area .go-top::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-color: #279e64; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } .go-top-area .go-top:focus, .go-top-area .go-top:hover { color: #fff; } .go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before { opacity: 1; visibility: visible; } .go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child { opacity: 0; top: 0; visibility: hidden; } .go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child { opacity: 1; visibility: visible; top: 50%; } .go-top-area .go-top.active { top: 98%; -webkit-transform: translateY(-98%); transform: translateY(-98%); opacity: 1; visibility: visible; border-radius: 0; right: 20px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .go-top-area .go-top.active { top: 93%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .go-top-area .go-top.active { top: 93%; } } .go-top-wrap { position: relative; } .go-top-wrap .go-top-btn { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; top: 3px; z-index: 1; background: #279e64; } .go-top-wrap .go-top-btn i { font-size: 20px; font-weight: 700; padding-left: 4px; color: #fff; } .go-top-wrap .go-top-btn::after { z-index: -1; content: ''; position: absolute; left: 0; top: 0; width: 40px; height: 40px; -webkit-animation: ripple 1.6s ease-out infinite; animation: ripple 1.6s ease-out infinite; opacity: 0; background: #279e64; } .go-top-wrap .go-top-btn:hover { background-color: #222; color: #fff; } @keyframes ripple { 0%, 35% { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } 50% { -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0.8; } 100% { opacity: 0; -webkit-transform: scale(2); transform: scale(2); } } @-webkit-keyframes ripple { 0%, 35% { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } 50% { -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0.8; } 100% { opacity: 0; -webkit-transform: scale(2); transform: scale(2); } } /*# sourceMappingURL=style.css.map */
public/assets/css/style.css
1. COMMON css ===========================*/ @import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Poppins:400,500,500i,600i,700,700i|Rubik&amp;display=swap"); body { font-family: "Heebo", sans-serif; font-weight: normal; font-style: normal; color: #83868c; } * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } img { max-width: 100%; } a:focus, input:focus, textarea:focus, button:focus, .slick-initialized .slick-slide:focus { text-decoration: none; outline: none; } a:focus, a:hover { text-decoration: none; } i, span, a { display: inline-block; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; font-weight: 700; color: #13287d; margin: 0px; } h1 { font-size: 48px; } h2 { font-size: 36px; } h3 { font-size: 28px; } h4 { font-size: 22px; } h5 { font-size: 18px; } h6 { font-size: 16px; } ul, ol { margin: 0px; padding: 0px; list-style-type: none; } p { font-size: 15px; font-weight: 400; line-height: 27px; color: #83868c; margin: 0px; font-family: "Heebo", sans-serif; } .bg_cover { background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; } /*others common css here*/ /*===== All Button Style =====*/ .main-btn { display: inline-block; font-weight: 600; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid #ffc600; padding: 0 43px; font-size: 15px; line-height: 50px; border-radius: 30px; color: #222; cursor: pointer; z-index: 5; font-family: "Poppins", sans-serif; -webkit-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; background-color: #ffc600; } .main-btn:hover { background-color: #279e64; color: #fff; border-color: #279e64; } .main-btn.main-btn-2 { background-color: #279e64; color: #fff; border-color: #279e64; } .main-btn.main-btn-2:hover { background-color: #ffc600; border-color: #ffc600; color: #222; } .main-btn.main-btn-3 { background-color: #fff; color: #13287d; border-color: #fff; } .main-btn.main-btn-3:hover { background-color: #279e64; border-color: #279e64; color: #fff; } .main-btn.play-btn { border: none; background-color: transparent; padding: 0; color: #fff; position: relative; padding-left: 70px; } .main-btn.play-btn i { height: 50px; width: 50px; text-align: center; border: 1px solid #fff; border-radius: 50%; position: absolute; left: 0; top: 0; } .section-title img { padding-bottom: 25px; } .section-title .title { font-size: 48px; font-weight: 700; line-height: 60px; font-family: "Poppins", sans-serif; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .section-title .title { font-size: 40px; line-height: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .section-title .title { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .section-title .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .section-title .title { font-size: 40px; line-height: 50px; } } .section-title span { font-weight: 700; font-family: "Poppins", sans-serif; color: #279e64; padding-top: 15px; padding-bottom: 47px; } .section-title.section-title-2 span { padding-top: 0; padding-bottom: 15px; } .section-title.section-title-2 .title { padding-bottom: 49px; } /*=========================== HEADER css ===========================*/ .header-area .header-top { border-bottom: 1px solid #e1e3e6; height: 80px; } .header-area .header-top .header-top-item .header-info ul li { display: inline-block; position: relative; } .header-area .header-top .header-top-item .header-info ul li span { font-size: 15px; color: #83868c; } .header-area .header-top .header-top-item .header-info ul li span span { font-size: 16px; } .header-area .header-top .header-top-item .header-info ul li i { position: absolute; left: -40px; top: 0; font-size: 24px; color: #279e64; } .header-area .header-top .header-top-item .header-info ul li:last-child { margin-left: 100px; } .header-nav { position: absolute; top: 80px; right: 0; left: 0; z-index: 99; background: #fff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav { padding: 15px 0; } } @media (max-width: 767px) { .header-nav { padding: 15px 0; } } .header-nav.sticky { position: fixed; top: 0; left: 0; right: 0; background: #fff; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); z-index: 999; -webkit-animation: sticky 1.2s; animation: sticky 1.2s; } .header-nav.sticky .navbar .navbar-nav .nav-item a { line-height: 80px !important; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav.sticky .navbar .navbar-nav .nav-item a { line-height: 40px !important; } } @media (max-width: 767px) { .header-nav.sticky .navbar .navbar-nav .nav-item a { line-height: 40px !important; } } .header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a { line-height: 30px !important; } .header-nav .navigation .navbar { position: relative; padding: 0; } .header-nav .navigation .navbar .country-flag img { border: 5px solid #fff; border-radius: 6px; -webkit-box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2); box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2); } .header-nav .navigation .navbar .navbar-toggler { border: 0; } .header-nav .navigation .navbar .navbar-toggler .toggler-icon { width: 30px; height: 2px; background-color: #222; margin: 5px 0; display: block; position: relative; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) { -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 7px; } .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) { opacity: 0; } .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) { -webkit-transform: rotate(135deg); transform: rotate(135deg); top: -7px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-collapse { position: absolute; top: 130%; left: 0; width: 100%; background-color: #279e64; z-index: 8; padding: 10px 16px; -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-collapse { position: absolute; top: 130%; left: 0; width: 100%; background-color: #279e64; z-index: 8; padding: 10px 16px; -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav { margin-right: 0; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav { margin-right: 0; } } .header-nav .navigation .navbar .navbar-nav .nav-item { position: relative; } .header-nav .navigation .navbar .navbar-nav .nav-item a { font-size: 18px; font-weight: 500; color: #13287d; text-transform: capitalize; position: relative; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; margin: 0 12px; line-height: 90px; padding: 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item a { color: #fff; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item a { color: #fff; } } .header-nav .navigation .navbar .navbar-nav .nav-item a > i { margin-left: 2px; position: relative; top: 1px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item a > i { display: none; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item a > i { display: none; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header-nav .navigation .navbar .navbar-nav .nav-item a { font-size: 14px; padding: 0 5px; margin: 0 6px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item a { padding: 0; display: block; border: 0; margin: 0; line-height: 40px; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item a { padding: 0; display: block; border: 0; margin: 0; line-height: 40px; } } .header-nav .navigation .navbar .navbar-nav .nav-item a span { padding-left: 5px; font-size: 15px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item a span { display: none; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item a span { display: none; } } .header-nav .navigation .navbar .navbar-nav .nav-item:first-child a { margin-left: 0; } .header-nav .navigation .navbar .navbar-nav .nav-item:last-child a { margin-right: 0; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { position: absolute; left: 0; top: 110%; width: 200px; background-color: #fff; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 99; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { position: relative !important; width: 100% !important; left: 0 !important; top: auto !important; opacity: 1 !important; visibility: visible !important; display: none; right: auto; -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transition: all none ease-out 0s; transition: all none ease-out 0s; -webkit-box-shadow: none; box-shadow: none; text-align: left; border-top: 0; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { position: relative !important; width: 100% !important; left: 0 !important; top: auto !important; opacity: 1 !important; visibility: visible !important; display: none; right: auto; -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transition: all none ease-out 0s; transition: all none ease-out 0s; -webkit-box-shadow: none; box-shadow: none; text-align: left; border-top: 0; } } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li { position: relative; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler { color: #13287d; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a { display: block; padding: 8px 24px; position: relative; color: #7e7e7e; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 0; margin: 0 0; line-height: 30px; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { float: right; font-size: 14px; margin-top: 5px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { display: none; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { display: none; } } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i { display: inline-block; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { right: auto; left: 100%; top: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { padding-left: 30px; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { padding-left: 30px; } } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu { top: 100%; opacity: 1; visibility: visible; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler { color: #fff; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a { background-color: #279e64; color: #fff !important; } .header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu { opacity: 1; visibility: visible; top: 100%; } .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { display: none; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { display: inline-block; position: absolute; top: -14px; right: 0; padding: 10px 14px; font-size: 16px; background: none; border: 0; color: #fff; } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { display: inline-block; position: absolute; top: -14px; right: 0; padding: 10px 14px; font-size: 16px; background: none; border: 0; color: #fff; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-nav .navigation .navbar .navbar-btn { position: absolute; right: 70px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } } @media (max-width: 767px) { .header-nav .navigation .navbar .navbar-btn { position: absolute; right: 70px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } } header .header-social ul li { display: inline-block; } header .header-social ul li a { height: 40px; width: 40px; background: #eaebee; text-align: center; line-height: 40px; border-radius: 50%; color: #13287d; margin-right: 8px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } header .header-social ul li a:hover { background: #279e64; color: #fff; } .header-area.header-absolute { position: absolute; left: 0; top: 0; width: 100%; z-index: 99; background-color: transparent; } .header-area.header-absolute .header-top .header-top-item .header-info ul li { padding-left: 40px; } .header-area.header-absolute .header-top .header-top-item .header-info ul li span { color: #fff; } .header-area.header-absolute .header-top .header-top-item .header-info ul li i { left: 0; color: #fff; } .header-area.header-absolute .header-top .header-top-item .header-contact-info p { color: #fff; padding-right: 30px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-area.header-absolute .header-top .header-top-item .header-contact-info p { display: none; } } .header-area.header-absolute .header-nav { background-color: transparent; position: unset; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-area.header-absolute .header-nav .navigation .navbar { padding-right: 60px; } } @media (max-width: 767px) { .header-area.header-absolute .header-nav .navigation .navbar { padding-right: 60px; } } .header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li a { color: #7e7e7e; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li:hover a { background-color: #13287d; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item a { color: #fff; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li a { background-color: #59659b; color: #fff; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li a:hover { background-color: #279e64; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li:last-child a { margin-right: 0; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-toggler { position: absolute; right: 0; } .header-area.header-absolute .header-nav .navigation .navbar .navbar-toggler .toggler-icon { background: #fff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-area.header-absolute .header-nav .navigation .navbar .navbar-collapse { background-color: #13287d; } } @media (max-width: 767px) { .header-area.header-absolute .header-nav .navigation .navbar .navbar-collapse { background-color: #13287d; } } .header-area.header-absolute .header-nav.sticky { position: fixed; background-color: #13287d; } .header-area.header-absolute .header-top { border-color: #525e95; } @-webkit-keyframes sticky { 0% { top: -200px; } 100% { top: 0; } } @keyframes sticky { 0% { top: -200px; } 100% { top: 0; } } /*=========================== BANNER css ===========================*/ .banner-area { height: 850px; margin-top: 90px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area { height: 700px; } } @media (max-width: 767px) { .banner-area { height: 600px; } } .banner-area .banner-content span { font-size: 18px; font-weight: 600; color: #ffc600; } .banner-area .banner-content span img { padding-right: 19px; } .banner-area .banner-content .title { font-size: 70px; font-weight: 700; color: #fff; line-height: 85px; padding-top: 17px; padding-bottom: 33px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .banner-area .banner-content .title { font-size: 60px; line-height: 70px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area .banner-content .title { font-size: 52px; line-height: 62px; } } @media (max-width: 767px) { .banner-area .banner-content .title { font-size: 38px; line-height: 48px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .banner-area .banner-content .title { font-size: 60px; line-height: 70px; } } .banner-area .banner-content p { color: #fff; line-height: 28px; opacity: 0.7; padding-right: 42px; padding-bottom: 55px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .banner-area .banner-content p { padding-right: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area .banner-content p { padding-right: 0; } } @media (max-width: 767px) { .banner-area .banner-content p { padding-right: 0; } } .banner-area .banner-content ul li { display: inline-block; } .banner-area .banner-content ul li:first-child { margin-right: 20px; } @media (max-width: 767px) { .banner-area .banner-content ul li a { padding: 0 20px; font-size: 14px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .banner-area .banner-content ul li a { padding: 0 43px; font-size: 15px; } } .banner-area.banner-two { height: 960px; position: relative; z-index: 1; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .banner-area.banner-two { height: 850px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area.banner-two { height: 1300px; } } @media (max-width: 767px) { .banner-area.banner-two { height: 1130px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .banner-area.banner-two { height: 1150px; } } .banner-area.banner-two::before, .banner-area.banner-two::after { position: absolute; left: 0; top: 0; background-color: #13287d; content: ''; z-index: -2; width: 100%; height: 100%; opacity: 0.85; border-bottom-left-radius: 150px; -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%); clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%); } @media only screen and (min-width: 992px) and (max-width: 1200px) { .banner-area.banner-two::before, .banner-area.banner-two::after { border-bottom-left-radius: 65px; } } .banner-area.banner-two::after { background-image: url(../images/banner-bg-2.jpg); background-size: cover; background-position: center; z-index: -3; } .banner-area.banner-two .banner-shape { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: contain; background-position: center; background-image: url(../images/shape/banner-shape.jpg); background-repeat: no-repeat; z-index: -1; } .banner-area.banner-two .banner-content { padding-bottom: 125px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area.banner-two .banner-content { padding-bottom: 70px; } } @media (max-width: 767px) { .banner-area.banner-two .banner-content { padding-bottom: 70px; } .banner-area.banner-two .banner-content ul li a.play-btn { padding-left: 65px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .banner-area.banner-two .banner-content .title { font-size: 48px; line-height: 58px; } } .banner-area.banner-two .banner-form { padding-left: 50px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .banner-area.banner-two .banner-form { padding-left: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .banner-area.banner-two .banner-form { padding-left: 0; } } @media (max-width: 767px) { .banner-area.banner-two .banner-form { padding-left: 0; } } .banner-area.banner-two .banner-form .banner-form-inner { padding: 40px; border-radius: 3px; -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1); box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1); } @media (max-width: 767px) { .banner-area.banner-two .banner-form .banner-form-inner { padding: 30px; } } .banner-area.banner-two .banner-form .banner-form-inner .title { font-size: 30px; color: #13287d; margin-bottom: 20px; } .banner-area.banner-two .banner-form .banner-form-inner input, .banner-area.banner-two .banner-form .banner-form-inner select, .banner-area.banner-two .banner-form .banner-form-inner .nice-select, .banner-area.banner-two .banner-form .banner-form-inner textarea { width: 100%; height: 55px; border-radius: 3px; background-color: #eeeff2; border: none; line-height: 55px; padding-left: 20px; } .banner-area.banner-two .banner-form .banner-form-inner textarea { height: 120px; } .banner-area.banner-two .banner-form .banner-form-inner button { width: 100%; background-color: #279e64; color: #fff; border: none; height: 55px; border-radius: 3px; margin-top: 20px; font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 700; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .banner-area.banner-two .banner-form .banner-form-inner button:hover { background-color: #13287d; } /*=========================== FEATURE css ===========================*/ .feature-area { position: relative; } .feature-area .feature-item { border: 1px solid #dcdfe2; padding-top: 60px; padding-bottom: 45px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature-area .feature-item i { height: 70px; width: 70px; border-radius: 5px; text-align: center; line-height: 70px; color: #fff; font-size: 40px; position: relative; z-index: 10; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature-area .feature-item i::after { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background: #279e64; border-radius: 5px; z-index: -1; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature-area .feature-item i span { position: absolute; left: -10px; top: -10px; background: #eeeff2; border-radius: 5px; z-index: -2; height: 70px; width: 70px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature-area .feature-item .title { font-size: 22px; color: #13287d; padding-top: 35px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature-area .feature-item p { font-size: 15px; color: #83868c; padding: 23px 35px 0; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature-area .feature-item p { padding: 23px 30px 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature-area .feature-item p { padding: 23px 45px 0; } } @media (max-width: 767px) { .feature-area .feature-item p { padding: 23px 12px 0; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .feature-area .feature-item p { padding: 23px 35px 0; } } .feature-area .feature-item.active { background: #279e64; border-color: #279e64; } .feature-area .feature-item.active i { color: #279e64; } .feature-area .feature-item.active i::after { background: #fff; } .feature-area .feature-item.active i span { background: #63b68f; } .feature-area .feature-item.active .title { color: #fff; } .feature-area .feature-item.active p { color: #fff; } .feature-area .feature-item.style-two { padding: 0; padding-right: 70px; border: none; } .feature-area .feature-item.style-two i { margin-left: 10px; } .feature-area .feature-item.style-two p { padding: 0; padding-top: 20px; } .feature-area .feature-item.style-three { padding: 0 20px; border: none; } .feature-area .feature-item.style-three p { padding: 0; padding-top: 20px; } .feature-area .shape-1 { position: absolute; top: 180px; left: 40px; } .feature-area .shape-2 { position: absolute; top: 180px; right: 40px; } .feature-area .shape-3 { position: absolute; bottom: 180px; left: 40px; } .feature-area .shape-4 { position: absolute; bottom: 180px; right: 40px; } /*=========================== ABOUT css ===========================*/ .about-area { background: #eff2f7; position: relative; } @media (max-width: 767px) { .about-area { padding-top: 650px; } } .about-area::before { position: absolute; content: ''; right: 0; top: 0; height: 100%; width: 45%; background-image: url(../images/about-side.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area::before { width: 37%; } } @media (max-width: 767px) { .about-area::before { width: 100%; height: 600px; } } .about-area .about-content span { color: #279e64; font-family: "Poppins", sans-serif; font-weight: 700; padding-bottom: 16px; } .about-area .about-content .title { font-size: 48px; line-height: 60px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-area .about-content .title { font-size: 38px; line-height: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area .about-content .title { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .about-area .about-content .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .about-area .about-content .title { font-size: 40px; line-height: 50px; } } .about-area .about-content p { font-size: 15px; line-height: 27px; padding-top: 27px; padding-bottom: 29px; } .about-area .about-experience .about-item p { font-size: 15px; line-height: 27px; margin-left: -10px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area .about-experience .about-item p { margin-left: 0; } } @media (max-width: 767px) { .about-area .about-experience .about-item p { margin-left: 0; } } .about-area .about-experience .about-item .title { font-size: 36px; line-height: 36px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-area .about-experience .about-item .title { font-size: 26px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area .about-experience .about-item .title { padding-bottom: 15px; } } @media (max-width: 767px) { .about-area .about-experience .about-item .title { padding-bottom: 15px; font-size: 28px; line-height: 32px; } } .about-area .about-experience .about-item .title span { font-size: 80px; color: #279e64; } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area .about-experience .about-item .title span { padding-bottom: 25px; } } @media (max-width: 767px) { .about-area .about-experience .about-item .title span { padding-bottom: 25px; } } .about-area.design-two { background: transparent; } @media (max-width: 767px) { .about-area.design-two { padding-top: 124px; } } .about-area.design-two::before { display: none; } .about-area.design-two .about-img { position: relative; z-index: 1; } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-area.design-two .about-img { text-align: center; margin-bottom: 50px; } } @media (max-width: 767px) { .about-area.design-two .about-img { text-align: center; margin-bottom: 50px; } } .about-area.design-two .about-img .about-shape { position: absolute; right: -40px; top: -40px; z-index: -1; height: 100%; } @media (max-width: 767px) { .about-area.design-two .about-img .about-shape { right: 0; } } /*=========================== SERVICE css ===========================*/ .services-area { padding-top: 127px; } .services-area .services-item .services-thumb img { width: 100%; } .services-area .services-item .services-content { border: 1px solid #dcdfe2; border-top: 0; padding: 35px 30px 40px; } .services-area .services-item .services-content .title { font-size: 22px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .services-area .services-item .services-content p { font-size: 15px; line-height: 27px; padding-top: 16px; padding-bottom: 20px; } .services-area .services-item .services-content a { font-size: 15px; font-weight: 700; font-family: "Poppins", sans-serif; color: #13287d; } .services-area .services-item .services-content a i { height: 45px; width: 45px; background: #fff; text-align: center; line-height: 45px; color: #13287d; margin-left: 18px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .services-area .services-item:hover .services-content .title { color: #279e64; } .services-area .services-item:hover .services-content a i { background: #279e64; color: #fff; -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); } .services-area.services-area-two { padding-top: 130px; background-color: #eff2f7; background-image: url(../images/service-bg.jpg); background-position: center; background-size: cover; } .services-area.services-area-two .services-item-2 { background-color: transparent; border: 1px solid #dcdfe2; border-radius: 5px; padding: 30px 55px 55px 55px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .services-area.services-area-two .services-item-2 { padding: 25px; } } .services-area.services-area-two .services-item-2 .services-thumb { font-size: 80px; position: relative; z-index: 1; margin-bottom: 30px; color: #279e64; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .services-area.services-area-two .services-item-2 .services-thumb .icon-shape { position: absolute; left: 50px; z-index: -1; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .services-area.services-area-two .services-item-2 .services-content { padding: 0; border: none; } .services-area.services-area-two .services-item-2 .services-content i { background: transparent; } .services-area.services-area-two .services-item-2 .services-content, .services-area.services-area-two .services-item-2 .services-content .title, .services-area.services-area-two .services-item-2 .services-content p, .services-area.services-area-two .services-item-2 .services-content i, .services-area.services-area-two .services-item-2 .services-content a { -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .services-area.services-area-two .services-item-2.active { background-color: #279e64; } .services-area.services-area-two .services-item-2.active .services-thumb { color: #fff; } .services-area.services-area-two .services-item-2.active .services-thumb .icon-shape { opacity: 0.15; } .services-area.services-area-two .services-item-2.active .services-content .title, .services-area.services-area-two .services-item-2.active .services-content a, .services-area.services-area-two .services-item-2.active .services-content p { color: #fff; } .services-area.services-area-two .services-item-2.active .services-content i { -webkit-box-shadow: none; box-shadow: none; background-color: transparent; } /*=========================== COUNTER css ===========================*/ .counter-area { padding-bottom: 88px; } .counter-area .counter-item i { height: 120px; width: 120px; text-align: center; line-height: 120px; border-radius: 50%; border: 2px dashed #fff; color: #fff; font-size: 55px; } .counter-area .counter-item .title { color: #fff; font-weight: 700; color: #fff; font-size: 56px; padding-top: 21px; padding-bottom: 5px; } .counter-area .counter-item span { font-size: 15px; color: #fff; } /*=========================== PLAY css ===========================*/ .play-area { z-index: 11; position: relative; } .play-area .play-thumb { position: relative; width: 100%; height: 557px; background-position: center; background-size: cover; } .play-area .play-thumb .play-item { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(39, 158, 100, 0.5); } .play-area .play-thumb .play-item a { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 95px; width: 95px; text-align: center; line-height: 95px; background-color: rgba(253, 253, 253, 0.7); border-radius: 50%; font-size: 18px; color: #279e64; } .play-area .play-quote { background: #13287d; padding: 0 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .play-area .play-quote form { width: 100%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .play-area .play-quote { padding: 37px 20px 44px; } } @media (max-width: 767px) { .play-area .play-quote { padding: 37px 20px 52px; } } .play-area .play-quote .quote-title .title { color: #fff; font-size: 30px; text-transform: capitalize; padding-bottom: 13px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .play-area .play-quote .quote-title .title { font-size: 25px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .play-area .play-quote .quote-title .title { font-size: 26px; } } @media (max-width: 767px) { .play-area .play-quote .quote-title .title { font-size: 26px; } } .play-area .play-quote .play-input .input-box input { width: 100%; background: #fff; line-height: 55px; border: 0; border-radius: 5px; padding-left: 20px; font-size: 14px; color: #83868c; } .play-area .play-quote .play-input .input-box input::-webkit-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box input:-ms-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box input::-ms-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box input::placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box textarea { width: 100%; height: 105px; background: #fff; border: 0; border-radius: 5px; padding-left: 20px; padding-top: 15px; font-size: 14px; color: #83868c; } .play-area .play-quote .play-input .input-box textarea::-webkit-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box textarea:-ms-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box textarea::-ms-input-placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box textarea::placeholder { opacity: 1; } .play-area .play-quote .play-input .input-box button { width: 100%; background: #ffc600; border: 0; border-radius: 5px; line-height: 55px; color: #83868c; margin-top: 20px; font-family: "Poppins", sans-serif; font-weight: 700; color: #222; } .play-area .play-quote .play-input .input-box .nice-select { width: 100%; margin-bottom: 20px; line-height: 55px; height: 55px; border: 0; } .play-area .play-quote .play-input .input-box .nice-select .list { margin-top: 0; width: 100%; } /*=========================== CHOOSE css ===========================*/ .choose-us-area { margin-top: -190px; padding-top: 313px; padding-bottom: 123px; position: relative; z-index: 10; } .choose-us-area .choose-us-content .choose-us-content-item span { font-size: 16px; color: #279e64; font-weight: 700; font-family: "Poppins", sans-serif; padding-bottom: 16px; } .choose-us-area .choose-us-content .choose-us-content-item .title { font-size: 48px; line-height: 60px; padding-bottom: 17px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .choose-us-area .choose-us-content .choose-us-content-item .title { font-size: 40px; line-height: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .choose-us-area .choose-us-content .choose-us-content-item .title { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .choose-us-area .choose-us-content .choose-us-content-item .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .choose-us-area .choose-us-content .choose-us-content-item .title { font-size: 40px; line-height: 50px; } } .choose-us-area .choose-us-content .choose-us-content-item p { padding-bottom: 50px; } .choose-us-area .choose-us-content .choose-item .choose-item-1 { width: 50%; } .choose-us-area .choose-us-content .choose-item .choose-item-1 i { height: 70px; width: 70px; text-align: center; line-height: 70px; background: #b7e3ce; border-radius: 50%; font-size: 38px; color: #13287d; margin-bottom: 25px; } .choose-us-area .choose-us-content .choose-item .choose-item-1 p { padding-right: 20px; padding-top: 15px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .choose-us-area .choose-us-content .choose-item .choose-item-1 p { padding-right: 100px; } } .choose-us-area .choose-us-content .choose-item .choose-item-1.choose-item-2 i { background: #ede0b3; } .choose-us-area .choose-thumb { position: absolute; left: 0; bottom: 0; z-index: -1; } @media only screen and (min-width: 768px) and (max-width: 991px) { .choose-us-area .choose-thumb { display: none; } } @media (max-width: 767px) { .choose-us-area .choose-thumb { display: none; } } .choose-us-area .choose-thumb img { width: 75%; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .choose-us-area .choose-thumb img { width: 60%; } } /*=========================== PROJECT css ===========================*/ .finished-Poject-area { padding-top: 123px; } .finished-Poject-area .project-menu ul li { display: inline-block; cursor: pointer; line-height: 40px; color: #13287d; border: 1px solid #dcdfe2; border-radius: 30px; font-size: 15px; font-weight: 600; font-family: "Poppins", sans-serif; padding: 0 38px; margin-right: 18px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .finished-Poject-area .project-menu ul li { padding: 0 28px; margin-right: 10px; } } @media (max-width: 767px) { .finished-Poject-area .project-menu ul li { padding: 0 12px; font-size: 13px; margin-right: 0; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .finished-Poject-area .project-menu ul li { padding: 0 26px; } } .finished-Poject-area .project-menu ul li.active { background: #279e64; color: #fff; border-color: #279e64; } .finished-Poject-thumb { position: relative; overflow: hidden; z-index: 10; } .finished-Poject-thumb img { width: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .finished-Poject-thumb::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(19, 40, 125, 0.9); -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 5; opacity: 0; } .finished-Poject-thumb .hover-action { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%); z-index: 6; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; visibility: hidden; opacity: 0; } .finished-Poject-thumb .hover-action a { height: 55px; width: 55px; border-radius: 50%; line-height: 55px; text-align: center; color: #fff; border: 1px solid #fff; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 18px; margin: 0 4px; } .finished-Poject-thumb .hover-action a:hover { background-color: #279e64; border-color: #279e64; } .finished-Poject-thumb:hover .hover-action { visibility: visible; opacity: 1; } .finished-Poject-thumb .finished-Poject-content { position: absolute; left: 30px; bottom: 30px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 6; opacity: 0; } .finished-Poject-thumb .finished-Poject-content .title { color: #fff; font-size: 22px; font-weight: 700; font-family: "Poppins", sans-serif; } @media only screen and (min-width: 768px) and (max-width: 991px) { .finished-Poject-thumb .finished-Poject-content .title { font-size: 18px; } } .finished-Poject-thumb .finished-Poject-content a { color: #fff; font-size: 15px; font-weight: 700; font-family: "Poppins", sans-serif; margin-top: 25px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .finished-Poject-thumb .finished-Poject-content a { margin-top: 10px; } } .finished-Poject-thumb .finished-Poject-content a i { margin-left: 13px; height: 45px; width: 45px; text-align: center; line-height: 45px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .finished-Poject-thumb .finished-Poject-content a:hover i { background: #279e64; } .finished-Poject-thumb:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .finished-Poject-thumb:hover::before { opacity: 1; } .finished-Poject-thumb:hover .finished-Poject-content { opacity: 1; } .finished-Poject-content.no-hover { margin-top: 20px; } .finished-Poject-content.no-hover span.project-date { font-size: 14px; font-weight: 500; padding-top: 10px; } /*=========================== EXPERTISE css ===========================*/ .expertise-area .expertise-thumb { position: relative; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .expertise-area .expertise-thumb { margin-right: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area .expertise-thumb { margin-right: 0; } } @media (max-width: 767px) { .expertise-area .expertise-thumb { margin-right: 0; } } .expertise-area .expertise-thumb img { width: 100%; } .expertise-area .expertise-thumb .expertise-item { position: absolute; bottom: 0; right: 0; background: #ffc600; padding: 0 56px; border-radius: 5px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area .expertise-thumb .expertise-item { padding: 0 30px; } } .expertise-area .expertise-thumb .expertise-item .title { color: #fff; font-size: 45px; padding-top: 20px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area .expertise-thumb .expertise-item .title { padding-top: 10px; font-size: 36px; } } .expertise-area .expertise-thumb .expertise-item span { font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 700; color: #fff; padding-bottom: 25px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area .expertise-thumb .expertise-item span { padding-bottom: 15px; } } .expertise-area .expertise-content span { color: #279e64; font-weight: 700; font-family: "Poppins", sans-serif; } @media (max-width: 767px) { .expertise-area .expertise-content span { margin-top: 40px; } } .expertise-area .expertise-content .title { font-size: 48px; line-height: 60px; padding-top: 16px; padding-bottom: 43px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .expertise-area .expertise-content .title { font-size: 42px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area .expertise-content .title { font-size: 36px; line-height: 44px; } } @media (max-width: 767px) { .expertise-area .expertise-content .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .expertise-area .expertise-content .title { font-size: 40px; line-height: 50px; } } .expertise-area.service-page { background-color: #eff2f7; position: relative; } .expertise-area.service-page .expertise-thumb { position: absolute; right: 0; top: 0; height: 100%; width: 44%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .expertise-area.service-page .expertise-thumb { position: unset; margin-bottom: 55px; width: 100%; height: 500px; margin-top: -130px; } } @media (max-width: 767px) { .expertise-area.service-page .expertise-thumb { position: unset; margin-bottom: 55px; width: 100%; height: 500px; margin-top: -130px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } } .expertise-area.service-page .expertise-thumb .expertise-item { background-color: #279e64; position: unset; display: inline-block; padding: 40px 30px; } .expertise-area.service-page .expertise-thumb .expertise-item h3 { font-size: 27px; line-height: 36px; padding: 0; } .expertise-area.service-page .expertise-thumb .expertise-item h3 span { display: inline-block; padding: 0; font-size: 60px; } .skills { position: relative; } .skills .skill-item { position: relative; margin-bottom: 46px; } .skills .skill-item .skill-header { position: relative; margin-bottom: 10px; } .skills .skill-item .skill-header .skill-title { font-size: 15px; font-weight: 400; margin-bottom: 0; color: #13287d; opacity: 0.8; padding-bottom: 10px; } .skills .skill-item .skill-header .skill-percentage { position: absolute; right: 0; top: 1px; font-size: 15px; font-weight: 600; color: #ff5e14; } .skills .skill-item .skill-header .skill-percentage .count-box { font-weight: 500; font-size: 15px; font-family: "Heebo", sans-serif; color: #13287d; } .skills .skill-item .skill-header .skill-percentage .count-box span { font-weight: 500; font-size: 15px; font-family: "Heebo", sans-serif; color: #13287d; } .skills .skill-item:last-child { margin-bottom: 0; } .skills .skill-item .skill-bar { position: relative; width: 100%; } .skills .skill-item .skill-bar .bar-inner { position: relative; width: 100%; border-top: 15px solid #eeeff2; border-bottom: 15px solid #eeeff2; border-radius: 0px; } .skills .skill-item .skill-bar .bar-inner .bar { position: absolute; left: 0; top: -12px; width: 0; height: 30px; background: #279e64; -webkit-transition: all 2000ms ease; transition: all 2000ms ease; border-radius: 0px; margin-top: -3px; } .skills .skill-item.item-2 .skill-bar .bar-inner .bar { background: #ffc600; } .skills .skill-item.item-3 .skill-bar .bar-inner .bar { background: #13287d; } /*=========================== FEEDBACK css ===========================*/ .feedback-area { padding-top: 123px; } .feedback-area .section-title .title { font-size: 40px; line-height: 50px; } @media (max-width: 767px) { .feedback-area .section-title .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .feedback-area .section-title .title { font-size: 40px; line-height: 50px; } } .feedback-area .feedback-item .feedback-content { padding: 26px 40px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .feedback-area .feedback-item .feedback-content { padding: 26px 28px; } } @media (max-width: 767px) { .feedback-area .feedback-item .feedback-content { padding: 26px 24px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feedback-area .feedback-item .feedback-content p { font-size: 16px; } } .feedback-area .feedback-item i { font-size: 44px; color: #e3e5e6; } .feedback-area .feedback-info { padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #dcdfe2; position: relative; padding-left: 120px; } @media (max-width: 767px) { .feedback-area .feedback-info { padding-left: 100px; } } .feedback-area .feedback-info img { position: absolute; left: 40px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } @media (max-width: 767px) { .feedback-area .feedback-info img { left: 20px; } } .feedback-area .feedback-active .slick-arrow { position: absolute; top: 0; right: 0; height: 55px; width: 55px; text-align: center; line-height: 55px; border-radius: 50%; background: #fff; top: -160px; font-size: 15px; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feedback-area .feedback-active .slick-arrow:hover { background: #279e64; color: #fff; } .feedback-area .feedback-active .slick-arrow.prev { right: 70px; } .feedback-area .feedback-active.about-page .slick-arrow { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: -25px; z-index: 1; -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 15, 56, 0.1); box-shadow: 0px 10px 30px 0px rgba(0, 15, 56, 0.1); color: #13287d; } .feedback-area .feedback-active.about-page .slick-arrow:hover { color: #fff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .feedback-area .feedback-active.about-page .slick-arrow { right: -15px; } } @media (max-width: 767px) { .feedback-area .feedback-active.about-page .slick-arrow { right: -15px; } } .feedback-area .feedback-active.about-page .slick-arrow.prev { right: auto; left: -25px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .feedback-area .feedback-active.about-page .slick-arrow.prev { left: -15px; right: auto; } } @media (max-width: 767px) { .feedback-area .feedback-active.about-page .slick-arrow.prev { left: -15px; right: auto; } } .feedback-area.feedback-area-two .section-title span, .feedback-area.feedback-area-two .section-title .title { color: #fff; } .feedback-area.feedback-area-two .feedback-item { position: relative; min-height: 380px; border-radius: 3px; padding: 40px 292px 40px 40px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feedback-area.feedback-area-two .feedback-item { padding: 40px 190px 40px 40px; } } @media (max-width: 767px) { .feedback-area.feedback-area-two .feedback-item { padding: 40px; } } .feedback-area.feedback-area-two .feedback-item .feedback-content, .feedback-area.feedback-area-two .feedback-item .feedback-info { padding: 0; } .feedback-area.feedback-area-two .feedback-item .feedback-info { margin-top: 35px; border: none; } .feedback-area.feedback-area-two .feedback-item .feedback-info h5 { font-size: 22px; margin-bottom: 10px; } .feedback-area.feedback-area-two .feedback-item .feedback-info span { font-size: 15px; } .feedback-area.feedback-area-two .feedback-item .feedback-img { position: absolute; bottom: 0; right: 15px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feedback-area.feedback-area-two .feedback-item .feedback-img { max-width: 48%; } } @media (max-width: 767px) { .feedback-area.feedback-area-two .feedback-item .feedback-img { display: none; } } /*=========================== BLOG css ===========================*/ .blog-area .section-title .title { font-size: 38px; line-height: 48px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .blog-area .section-title .title { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .blog-area .section-title .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .blog-area .section-title .title { font-size: 40px; line-height: 50px; } } .blog-area .blog-item .blog-thumb img { width: 100%; } .blog-area .blog-item .blog-content { border: 1px solid #dcdfe2; padding: 30px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog-area .blog-item .blog-content { padding: 30px 20px; } } .blog-area .blog-item .blog-content span { color: #83868c; font-size: 14px; font-weight: 500; } .blog-area .blog-item .blog-content span span { color: #13287d; } .blog-area .blog-item .blog-content .title { font-size: 22px; font-weight: 700; font-family: "Poppins", sans-serif; line-height: 36px; padding-top: 14px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog-area .blog-item .blog-content .title { font-size: 18px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .blog-area .blog-item .blog-content .title { font-size: 18px; } } @media (max-width: 767px) { .blog-area .blog-item .blog-content .title { font-size: 20px; line-height: 28px; } } .blog-area .blog-item .blog-content a { font-size: 15px; font-family: "Poppins", sans-serif; font-weight: 700; color: #13287d; margin-top: 30px; } .blog-area .blog-item .blog-content a i { padding-left: 35px; } .blog-area .blog-item.blog-item-two .title { margin-bottom: 20px; } .blog-area .blog-item.blog-item-two .blog-thumb { position: relative; } .blog-area .blog-item.blog-item-two .blog-thumb .blog-cat { position: absolute; left: 25px; top: 25px; z-index: 1; background-color: #279e64; color: #fff; font-size: 13px; font-weight: 500; display: inline-block; padding: 10px 30px; text-transform: uppercase; border-radius: 30px; } .brand-area .brand-item { text-align: center; } .brand-area .brand-item img { display: inline-block; } .blog-loop .single-blog { margin-bottom: 50px; } .blog-loop .single-blog .blog-thumb { position: relative; } .blog-loop .single-blog .blog-thumb .blog-cat { position: absolute; left: 30px; top: 30px; width: 130px; height: 40px; text-align: center; line-height: 44px; background-color: #279e64; font-size: 13px; font-weight: 500; text-transform: uppercase; border-radius: 30px; color: #fff; } .blog-loop .single-blog .blog-meta li { display: inline-block; font-weight: 500; } .blog-loop .single-blog .blog-meta li.blog-tags a { color: #13287d; } .blog-loop .single-blog .blog-meta li a, .blog-loop .single-blog .blog-meta li { color: #83868c; } .blog-loop .single-blog .title { font-size: 36px; line-height: 50px; margin-bottom: 20px; } .blog-loop .single-blog .title a { color: #13287d; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog-loop .single-blog .title { font-size: 35px; line-height: 45px; } } @media (max-width: 767px) { .blog-loop .single-blog .title { font-size: 20px; line-height: 30px; } } .blog-loop .single-blog .read-more { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15px; color: #13287d; margin-top: 30px; display: inline-block; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog-loop .single-blog .read-more i { margin-left: 40px; height: 46px; width: 46px; text-align: center; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; line-height: 46px; } .blog-loop .single-blog .read-more:hover i { background-color: #279e64; color: #fff; -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); } .blog-loop .single-blog.video-post .video-popup { position: absolute; left: 50%; top: 50%; height: 96px; width: 96px; text-align: center; line-height: 96px; background-color: #fff; color: #279e64; border-radius: 50%; font-size: 18px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .blog-loop .single-blog.no-thumb { background-color: #eeeff2; padding: 40px 25px; } .blog-loop .single-blog.no-thumb .blog-thumb .blog-cat { position: unset; } /*=========================== Feature List css ===========================*/ .feature-list-area .feature-content { padding-top: 30px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature-list-area .feature-content { margin-bottom: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature-list-area .feature-content { margin-bottom: 50px; } } @media (max-width: 767px) { .feature-list-area .feature-content { margin-bottom: 50px; } } .feature-list-area .feature-content span { color: #279e64; font-family: "Poppins", sans-serif; font-weight: 700; padding-bottom: 15px; } .feature-list-area .feature-content .title { font-size: 48px; line-height: 60px; margin-bottom: 30px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature-list-area .feature-content .title { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .feature-list-area .feature-content .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .feature-list-area .feature-content .title { font-size: 40px; line-height: 50px; } } .feature-list-area .feature-content a.main-btn { margin-top: 50px; } .feature-list-area .feature-list-wrap { position: relative; padding-left: 450px; } @media (max-width: 767px) { .feature-list-area .feature-list-wrap { padding-left: 0; } } .feature-list-area .feature-list-wrap .feature-list-img { position: absolute; left: 0; top: 0; height: 100%; } @media (max-width: 767px) { .feature-list-area .feature-list-wrap .feature-list-img { position: unset; margin-bottom: 40px; } } .feature-list-area .feature-list-wrap .feature-list li { margin-bottom: 20px; } .feature-list-area .feature-list-wrap .feature-list li i { color: #279e64; font-size: 40px; margin-bottom: 10px; } .feature-list-area .feature-list-wrap .feature-list li h4 { color: #13287d; margin-bottom: 20px; } /*=========================== EXPERT CSS ===========================*/ .expert-items { position: relative; } .expert-items img { width: 100%; } .expert-items .expert-content { text-align: center; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; visibility: hidden; width: 100%; } .expert-items .expert-content h4 { color: #13287d; line-height: 32px; margin-bottom: 20px; } .expert-items .expert-content .expert-position { font-size: 15px; } .expert-items .expert-content .expert-social { margin-bottom: 40px; margin-top: 30px; } .expert-items .expert-content .expert-social li { display: inline-block; margin: 0px 4px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .expert-items .expert-content .expert-social li { margin: 0; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .expert-items .expert-content .expert-social li { margin: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .expert-items .expert-content .expert-social li { margin: 0; } } @media (max-width: 767px) { .expert-items .expert-content .expert-social li { margin: 0; } } .expert-items .expert-content .expert-social li a { height: 40px; width: 40px; border: 1px solid #279e64; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; line-height: 40px; font-size: 14px; color: #279e64; border-radius: 50%; position: relative; z-index: 1; } .expert-items .expert-content .expert-social li a::before { position: absolute; left: 50%; top: 50%; width: 0; height: 0; background-color: #279e64; z-index: -1; content: ''; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; visibility: hidden; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .expert-items .expert-content .expert-social li a:hover { color: #fff; } .expert-items .expert-content .expert-social li a:hover::before { opacity: 1; visibility: visible; width: 100%; height: 100%; } .expert-items::before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: #fff; content: ''; z-index: 1; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; visibility: hidden; } .expert-items:hover::before { left: 20px; right: 20px; top: 20px; bottom: 20px; opacity: 0.9; visibility: visible; } .expert-items:hover .expert-content { opacity: 1; visibility: visible; } .our-expert-area .container-fluid { padding-left: 80px; padding-right: 80px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .our-expert-area .container-fluid { padding-left: 15px; padding-right: 15px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .our-expert-area .container-fluid { padding-left: 15px; padding-right: 15px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .our-expert-area .container-fluid { padding-left: 15px; padding-right: 15px; } } @media (max-width: 767px) { .our-expert-area .container-fluid { padding-left: 15px; padding-right: 15px; } } /*=========================== FAQ CSS ===========================*/ .faq-area { position: relative; min-height: 1015px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 767px) { .faq-area { min-height: auto; padding-top: 130px; padding-bottom: 130px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .faq-area { max-height: 900px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .faq-area { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding-bottom: 80px; min-height: 1450px; } } .faq-area .faq-img { position: absolute; left: 80px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); max-width: 50%; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .faq-area .faq-img { max-width: 30%; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .faq-area .faq-img { max-width: 32%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .faq-area .faq-img { left: 50%; top: 130px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); max-width: 380px; } } @media (max-width: 767px) { .faq-area .faq-img { display: none; } } .faq-wrap { position: relative; } .faq-wrap .faq-title span { color: #279e64; font-family: "Poppins", sans-serif; font-weight: 700; padding-bottom: 16px; } .faq-wrap .faq-title .title { font-size: 48px; line-height: 60px; } @media (max-width: 767px) { .faq-wrap .faq-title .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .faq-wrap .faq-title .title { font-size: 40px; line-height: 50px; } } .faq-wrap .faq-accordion .card { border: none; border-bottom: 1px solid #dcdfe2 !important; } .faq-wrap .faq-accordion .card .card-header { background-color: transparent; border: none; padding: 40px 0; position: relative; } .faq-wrap .faq-accordion .card .card-header button { font-size: 22px; color: #13287d; font-family: "Poppins", sans-serif; font-weight: 700; border: none; background-color: transparent; width: 100%; text-align: left; } .faq-wrap .faq-accordion .card .card-header button .open-icon, .faq-wrap .faq-accordion .card .card-header button .close-icon { position: absolute; height: 45px; width: 45px; right: 0; top: 50%; line-height: 45px; text-align: center; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .faq-wrap .faq-accordion .card .card-header button .close-icon { display: none; } .faq-wrap .faq-accordion .card .card-header button .open-icon { display: block; } .faq-wrap .faq-accordion .card .card-header button.active-accordion .close-icon { display: block; } .faq-wrap .faq-accordion .card .card-header button.active-accordion .open-icon { display: none; } @media (max-width: 767px) { .faq-wrap .faq-accordion .card .card-header button { font-size: 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .faq-wrap .faq-accordion .card .card-header button { font-size: 22px; } } .faq-wrap .faq-accordion .card .card-header:hover .open-icon, .faq-wrap .faq-accordion .card .card-header:hover .close-icon, .faq-wrap .faq-accordion .card .card-header button.active-accordion .open-icon, .faq-wrap .faq-accordion .card .card-header button.active-accordion .close-icon { -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5); background-color: #279e64; color: #fff; } .faq-wrap .faq-accordion .card .card-body { padding: 0 0 40px 0; } .faq-wrap .faq-accordion .card:last-child { border: none !important; } /*=========================== Pricing ===========================*/ .single-pricing-box { margin-bottom: 30px; padding: 50px; background-color: #eff2f7; text-align: center; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .single-pricing-box { padding: 40px 30px; } } .single-pricing-box .title { font-size: 30px; margin-bottom: 30px; } .single-pricing-box .main-btn { border: 1px solid #dcdfe2; background-color: #fff; margin-top: 25px; margin-bottom: 40px; } .single-pricing-box .pricing-icon { font-size: 75px; color: #279e64; } .single-pricing-box p { font-family: "Rubik", sans-serif; } .single-pricing-box .price-tag { font-size: 48px; line-height: 60px; display: block; color: #13287d; font-weight: 700; font-family: "Poppins", sans-serif; margin-top: 40px; } .single-pricing-box:hover .main-btn { background-color: #279e64; color: #fff; border-color: #279e64; } .single-pricing-box.bg-white .main-btn { background-color: #eff2f7; color: #13287d; } .single-pricing-box.bg-white:hover .main-btn { background-color: #279e64; color: #fff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .pricing-tab-btn { margin-bottom: 45px; } } @media (max-width: 767px) { .pricing-tab-btn { margin-bottom: 45px; } } .pricing-tab-btn span { color: #279e64; font-family: "Poppins", sans-serif; font-weight: 700; padding-bottom: 16px; } .pricing-tab-btn .title { font-size: 48px; line-height: 60px; margin-bottom: 30px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .pricing-tab-btn .title { font-size: 42px; line-height: 52px; } } @media (max-width: 767px) { .pricing-tab-btn .title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .pricing-tab-btn .title { font-size: 40px; line-height: 50px; } } .pricing-tab-btn ul { margin-top: 55px; } .pricing-tab-btn ul .main-btn { margin-right: 10px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .pricing-tab-btn ul .main-btn { padding: 0 35px; } } .pricing-tab-btn ul .main-btn.active, .pricing-tab-btn ul .main-btn:hover { background-color: #13287d; border-color: #13287d; color: #fff; } /*=========================== Breadcrumb css ===========================*/ .breadcrumbs-section { position: relative; z-index: 1; } .breadcrumbs-section .breadcrumbs-text { text-align: center; } .breadcrumbs-section .breadcrumbs-text, .breadcrumbs-section .breadcrumbs-text a, .breadcrumbs-section .breadcrumbs-text h1 { color: #fff; font-family: "Poppins", sans-serif; font-weight: 700; } .breadcrumbs-section .breadcrumbs-text h1 { font-size: 70px; margin-bottom: 20px; padding-bottom: 20px; position: relative; } .breadcrumbs-section .breadcrumbs-text h1::before { position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: #fff; height: 2px; width: 80px; content: ''; } @media (max-width: 767px) { .breadcrumbs-section .breadcrumbs-text h1 { font-size: 40px; line-height: 50px; } } .breadcrumbs-section .breadcrumbs-text ul li { display: inline-block; position: relative; font-size: 15px; margin-right: 6px; padding-right: 5px; } .breadcrumbs-section .breadcrumbs-text ul li::after { position: absolute; right: -5px; top: 50%; content: '/'; color: #fff; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 14px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .breadcrumbs-section .breadcrumbs-text ul li:last-child::after { display: none; } .breadcrumbs-section::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background-color: #13287d; z-index: -1; opacity: 0.6; } /*=========================== Inner Pages ===========================*/ .about-page-content .about-title span, .about-page-content .about-title h2 { font-family: "Poppins", sans-serif; font-weight: 700; } .about-page-content .about-title span { font-size: 16px; color: #279e64; padding-bottom: 25px; } .about-page-content .about-title h2 { font-size: 48px; line-height: 60px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-page-content .about-title h2 { font-size: 40px; line-height: 50px; } } @media (max-width: 767px) { .about-page-content .about-title h2 { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .about-page-content .about-title h2 { font-size: 40px; line-height: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-page-content .about-list { margin-top: 40px; } } @media (max-width: 767px) { .about-page-content .about-list { margin-top: 40px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .about-page-content .about-list { margin-top: 40px; } } .about-page-content .about-list ul li { margin-bottom: 30px; padding-left: 35px; position: relative; } .about-page-content .about-list ul li::before { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 25px; width: 25px; border-radius: 50%; background-color: #279e64; color: #fff; content: '\f00c'; font-family: 'Font Awesome 5 Pro'; text-align: center; font-size: 12px; line-height: 25px; font-weight: 900; } .about-page-content .about-video { height: 550px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1; } @media (max-width: 767px) { .about-page-content .about-video { height: 400px; } } .about-page-content .about-video::before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background-color: #279e64; z-index: -1; opacity: 0.6; } .about-page-content .about-video a { height: 96px; width: 96px; line-height: 96px; border-radius: 50%; background-color: #fff; color: #279e64; text-align: center; } .cta-section { background-color: #279e64; padding: 80px 0; } .cta-section a, .cta-section h2, .cta-section p { color: #fff; font-family: "Poppins", sans-serif; font-weight: 700; } .cta-section .cta-text h2 { font-size: 48px; line-height: 60px; margin-bottom: 25px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .cta-section .cta-text h2 { text-align: center; } } @media (max-width: 767px) { .cta-section .cta-text h2 { font-size: 28px; line-height: 38px; text-align: center; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .cta-section .cta-text h2 { font-size: 40px; line-height: 50px; } } .cta-section .cta-text p { font-size: 22px; font-weight: 400; } @media only screen and (min-width: 768px) and (max-width: 991px) { .cta-section .cta-text p { text-align: center; } } @media (max-width: 767px) { .cta-section .cta-text p { font-size: 16px; text-align: center; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .cta-section .cta-links { text-align: center !important; margin-top: 45px; } } @media (max-width: 767px) { .cta-section .cta-links { text-align: center !important; margin-top: 45px; } } .cta-section .cta-links a { padding: 0 38px; margin-bottom: 10px; } .cta-section .cta-links a.main-btn { color: #111111; margin-bottom: 0; } /*=========================== Shop ===========================*/ .shop-wrapper-top select, .shop-wrapper-top .nice-select, .shop-wrapper-top input { border: 1px solid #dcdfe2; border-radius: 3px; padding: 0 20px; font-size: 14px; height: 50px; line-height: 50px; } .shop-wrapper-top ::-webkit-input-placeholder { font-size: 14px; } .shop-wrapper-top :-ms-input-placeholder { font-size: 14px; } .shop-wrapper-top ::-ms-input-placeholder { font-size: 14px; } .shop-wrapper-top ::placeholder { font-size: 14px; } .shop-wrapper-top .nice-select ul.list { width: 100%; } @media (max-width: 767px) { .shop-wrapper-top .product-sorting { width: 50%; } } .shop-wrapper-top .product-sorting select, .shop-wrapper-top .product-sorting .nice-select { width: 218px; } @media (max-width: 767px) { .shop-wrapper-top .product-sorting select, .shop-wrapper-top .product-sorting .nice-select { width: 100%; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .shop-wrapper-top .product-sorting select, .shop-wrapper-top .product-sorting .nice-select { width: 150px; } } .shop-wrapper-top .product-showing { float: left; margin-left: 20px; } @media (max-width: 767px) { .shop-wrapper-top .product-showing { width: calc(50% - 20px); } } .shop-wrapper-top .product-showing select, .shop-wrapper-top .product-showing .nice-select { width: 140px; } @media (max-width: 767px) { .shop-wrapper-top .product-showing select, .shop-wrapper-top .product-showing .nice-select { width: 100%; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .shop-wrapper-top .product-showing select, .shop-wrapper-top .product-showing .nice-select { width: 105px; } } .shop-wrapper-top .product-search { position: relative; display: inline-block; float: right; } @media (max-width: 767px) { .shop-wrapper-top .product-search { width: 100%; margin-top: 20px; } } .shop-wrapper-top .product-search input { padding-right: 40px; } @media (max-width: 767px) { .shop-wrapper-top .product-search input { width: 100%; } } .shop-wrapper-top .product-search button { position: absolute; right: 20px; top: 0; height: 100%; z-index: 2; line-height: 50px; background: none; border: none; color: #83868c; } .product-items { margin-bottom: 50px; text-align: center; position: relative; } .product-items .product-img { margin-bottom: 20px; position: relative; } .product-items .product-img .product-action { position: absolute; left: 0; width: 100%; text-align: center; bottom: 0; visibility: hidden; opacity: 0; -webkit-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; z-index: 2; } .product-items .product-img .product-action ul li { display: inline-block; margin: 0 5px; } .product-items .product-img .product-action ul li a { border-radius: 50%; background-color: #fff; -webkit-box-shadow: 0px 10px 20px 0px rgba(26, 32, 43, 0.1); box-shadow: 0px 10px 20px 0px rgba(26, 32, 43, 0.1); color: #13287d; height: 42px; width: 42px; text-align: center; font-size: 15px; line-height: 42px; -webkit-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .product-items .product-img .product-action ul li a:hover { color: #fff; background-color: #279e64; } .product-items h6 { font-size: 15px; font-family: "Heebo", sans-serif; font-weight: 500; margin-bottom: 10px; } .product-items h6 a { color: #13287d; } .product-items .price-tag { font-weight: 500; } .product-items:hover .product-img .product-action { bottom: 30px; visibility: visible; opacity: 1; } .product-items .sale-tag { position: absolute; right: 20px; top: 20px; z-index: 2; text-transform: uppercase; padding: 8px 12px; background-color: #279e64; color: #fff; display: inline-block; font-size: 13px; font-weight: 500; } .product-items .sale-tag.hot { background-color: #f45460; } .product-items .sale-tag.new { background-color: #ffc600; color: #111111; } .pagination-wrap ul li { display: inline-block; } .pagination-wrap ul li a { font-size: 16px; color: #13287d; border: 1px solid #dcdfe2; border-radius: 50%; background-color: rgba(39, 158, 100, 0); width: 54px; height: 54px; line-height: 54px; text-align: center; -webkit-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .pagination-wrap ul li.active a, .pagination-wrap ul li a:hover { color: #fff; background-color: #279e64; border-color: #279e64; } /*=========================== Product Details ===========================*/ .single-product-wrapper h3.single-page-title { font-size: 30px; margin-bottom: 30px; } @media (max-width: 767px) { .single-product-wrapper h3.single-page-title { font-size: 22px; line-height: 30px; } } .single-product-wrapper .short-desc-wrap h4.title { margin-bottom: 20px; line-height: 30px; } .single-product-wrapper .short-desc-wrap .price-tag { font-size: 18px; font-family: "Poppins", sans-serif; font-weight: 700; color: #279e64; margin-bottom: 15px; } .single-product-wrapper .short-desc-wrap .price-tag del { font-weight: 400; color: #83868c; padding-left: 18px; } .single-product-wrapper .short-desc-wrap .rating { margin-bottom: 20px; } .single-product-wrapper .short-desc-wrap .rating li { display: inline-block; font-size: 12px; color: #b0b5bb; margin-right: 2px; } .single-product-wrapper .short-desc-wrap .rating li.fill { color: #fe4c4c; } .single-product-wrapper .short-desc-wrap .rating li.review-count { color: #83868c; font-size: 15px; margin-left: 25px; } .single-product-wrapper .short-desc-wrap .divider { margin-top: 30px; margin-bottom: 30px; height: 1px; width: 100%; background-color: #e1e3e6; } @media (max-width: 767px) { .single-product-wrapper .short-desc-wrap .quantity-area { position: relative; padding-bottom: 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .single-product-wrapper .short-desc-wrap .quantity-area { padding-bottom: 0; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .single-product-wrapper .short-desc-wrap .quantity-area { position: relative; padding-bottom: 20px; } } .single-product-wrapper .short-desc-wrap .quantity-area label { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 16px; color: #13287d; margin-bottom: 0; } .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity { color: #279e64; font-size: 12px; } @media (max-width: 767px) { .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity { position: absolute; left: 0; bottom: 0; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity { position: unset; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity { position: absolute; left: 0; bottom: 0; } } .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input { margin-right: 10px; margin-left: 20px; } .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input div, .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input { height: 40px; width: 40px; line-height: 40px; border: 1px solid #e1e3e6; display: inline-block; text-align: center; font-size: 14px; cursor: pointer; } .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input { color: #13287d; margin: 0 8px; } .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input::-webkit-outer-spin-button, .single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .single-product-wrapper .short-desc-wrap .product-meta ul li { margin-bottom: 15px; } .single-product-wrapper .short-desc-wrap .product-meta ul li span.title { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 16px; color: #13287d; margin-right: 10px; } .single-product-wrapper .short-desc-wrap .product-meta ul li:last-child { margin-bottom: 0; } .single-product-wrapper .short-desc-wrap .product-meta ul li .color-1, .single-product-wrapper .short-desc-wrap .product-meta ul li .color-2, .single-product-wrapper .short-desc-wrap .product-meta ul li .color-3, .single-product-wrapper .short-desc-wrap .product-meta ul li .color-4 { height: 15px; width: 15px; border-radius: 50%; background-color: #279e64; display: inline-block; margin-right: 10px; } .single-product-wrapper .short-desc-wrap .product-meta ul li .color-2 { background-color: #f3b701; } .single-product-wrapper .short-desc-wrap .product-meta ul li .color-3 { background-color: #25baff; } .single-product-wrapper .short-desc-wrap .product-meta ul li .color-3 { background-color: #fe5970; } .single-product-wrapper .short-desc-wrap .product-btn .main-btn { padding: 0 36px; margin-right: 12px; } .single-product-wrapper .short-desc-wrap .product-btn .add-wishlist, .single-product-wrapper .short-desc-wrap .product-btn .pro-share { height: 50px; width: 50px; text-align: center; color: #279e64; line-height: 50px; text-align: center; border: 1px solid #e1e3e6; margin: 0 4px; } .single-product-wrapper .gallery-slide-wrap { position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-product-wrapper .gallery-slide-wrap { margin-bottom: 40px; } } .single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow { position: absolute; left: 0; top: 50%; z-index: 1; height: 50px; width: 50px; border: none; margin-top: -25px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background-color: #279e64; color: #fff; opacity: 0; visibility: hidden; } .single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow.next-arrow { left: auto; right: 0; } .single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow:hover { background-color: #13287d; } .single-product-wrapper .gallery-slide-wrap:hover .gallery-arrows .slick-arrow { opacity: 0.8; visibility: visible; } @media (max-width: 767px) { .single-product-wrapper .gallery-dots ul { margin-left: -10px; margin-right: -10px; margin-top: 20px; margin-bottom: 30px; } } .single-product-wrapper .gallery-dots ul li { margin-bottom: 20px; cursor: pointer; padding-left: 10px; padding-right: 10px; } @media (max-width: 767px) { .single-product-wrapper .gallery-dots ul li { display: inline-block; margin-bottom: 0; max-width: 33.33%; } } .single-product-wrapper .products-tabs .nav { margin-bottom: 35px; } @media (max-width: 767px) { .single-product-wrapper .products-tabs .nav .nav-item { width: 100%; margin-bottom: 20px; } .single-product-wrapper .products-tabs .nav .nav-item:last-child { margin-bottom: 0; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .single-product-wrapper .products-tabs .nav .nav-item { width: auto; margin-bottom: 0; } } .single-product-wrapper .products-tabs .nav .nav-item .nav-link { border: 1px solid #dcdfe2; border-radius: 30px; padding: 15px 40px; color: #83868c; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15px; margin-right: 20px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .single-product-wrapper .products-tabs .nav .nav-item .nav-link:hover, .single-product-wrapper .products-tabs .nav .nav-item .nav-link.active { background-color: #279e64; color: #fff; border-color: #279e64; } @media only screen and (min-width: 576px) and (max-width: 767px) { .single-product-wrapper .products-tabs .nav .nav-item .nav-link { padding: 15px 38px; margin-right: 10px; } } /*=========================== Contact ===========================*/ .contact-page-wrap .contact-maps { width: 100%; height: 650px; margin-top: 130px; } @media (max-width: 767px) { .contact-page-wrap .contact-maps { margin-top: 100px; height: 500px; } } .contact-page-wrap .contact-maps iframe { width: 100%; height: 100%; } .contact-page-wrap .contact-information span { font-weight: 700; font-family: "Poppins", sans-serif; font-size: 16px; color: #279e64; padding-bottom: 17px; } .contact-page-wrap .contact-information h2.title { font-size: 48px; line-height: 60px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-page-wrap .contact-information h2.title { font-size: 32px; line-height: 40px; } } @media (max-width: 767px) { .contact-page-wrap .contact-information h2.title { font-size: 28px; line-height: 38px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-page-wrap .contact-information h2.title { font-size: 32px; line-height: 40px; } } .contact-page-wrap .contact-information ul li { margin-bottom: 25px; font-size: 18px; font-weight: 700; font-family: "Poppins", sans-serif; color: #13287d; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-page-wrap .contact-information ul li { font-size: 16px; } } @media (max-width: 767px) { .contact-page-wrap .contact-information ul li { font-size: 16px; } } .contact-page-wrap .contact-information ul li i { font-size: 24px; color: #279e64; margin-right: 15px; } .contact-page-wrap .contact-form { padding-top: 40px; } .contact-page-wrap .contact-form .title { font-size: 30px; line-height: 40px; margin-bottom: 25px; } @media (max-width: 767px) { .contact-page-wrap .contact-form .title { font-size: 25px; line-height: 35px; } } .contact-page-wrap .contact-form input, .contact-page-wrap .contact-form textarea, .contact-page-wrap .contact-form ::-webkit-input-placeholder { font-size: 14px; color: #83868c; } .contact-page-wrap .contact-form input, .contact-page-wrap .contact-form textarea, .contact-page-wrap .contact-form :-ms-input-placeholder { font-size: 14px; color: #83868c; } .contact-page-wrap .contact-form input, .contact-page-wrap .contact-form textarea, .contact-page-wrap .contact-form ::-ms-input-placeholder { font-size: 14px; color: #83868c; } .contact-page-wrap .contact-form input, .contact-page-wrap .contact-form textarea, .contact-page-wrap .contact-form ::placeholder { font-size: 14px; color: #83868c; } .contact-page-wrap .contact-form input, .contact-page-wrap .contact-form textarea { width: 100%; padding-left: 20px; border: 1px solid #dcdfe2; height: 60px; } .contact-page-wrap .contact-form textarea { padding-top: 20px; height: 190px; } /*=========================== Single Pages ===========================*/ .service-details .title, .project-details .title { font-size: 48px; line-height: 48px; margin-bottom: 50px; } @media (max-width: 767px) { .service-details .title, .project-details .title { font-size: 30px; line-height: 40px; margin-bottom: 20px; } } .service-details p, .project-details p { margin-bottom: 30px; } .service-details p:last-child, .project-details p:last-child { margin-bottom: 0; } .service-details h3, .project-details h3 { font-size: 30px; line-height: 40px; margin-bottom: 30px; } @media (max-width: 767px) { .service-details h3, .project-details h3 { font-size: 24px; line-height: 34px; } } .service-details .service-quote, .project-details .service-quote { font-size: 18px; line-height: 30px; margin-bottom: 45px; font-family: "Heebo", sans-serif; font-weight: 400; } .service-details .service-list-icon li, .project-details .service-list-icon li { margin-bottom: 20px; } .service-details .service-list-icon li:last-child, .project-details .service-list-icon li:last-child { margin-bottom: 0; } .service-details .service-list-icon i, .project-details .service-list-icon i { color: #279e64; font-size: 55px; margin-bottom: 10px; } .service-details .service-list-icon h4, .project-details .service-list-icon h4 { font-size: 22px; margin-bottom: 10px; } .service-details .service-list-icon p, .project-details .service-list-icon p { margin-bottom: 0; } @media (max-width: 767px) { .service-details .service-list-icon img, .project-details .service-list-icon img { margin-bottom: 50px; } } .service-details .service-list li, .project-details .service-list li { margin-bottom: 20px; } .service-details .service-list li:last-child, .project-details .service-list li:last-child { margin-bottom: 0; } .service-details .service-list li i, .project-details .service-list li i { height: 25px; width: 25px; background-color: #279e64; color: #fff; border-radius: 50%; text-align: center; font-size: 12px; line-height: 25px; margin-right: 12px; } .project-details .project-list-info li { margin-bottom: 40px; position: relative; padding-left: 75px; } .project-details .project-list-info li p { margin-bottom: 0; } .project-details .project-list-info li h4 { margin-bottom: 20px; font-size: 22px; line-height: 30px; } .project-details .project-list-info li span { position: absolute; left: 0; top: 8px; height: 50px; width: 50px; border-radius: 3px; background-color: #279e64; color: #fff; text-align: center; line-height: 50px; font-size: 30px; } .project-details .video-wrap { height: 470px; width: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 2; } .project-details .video-wrap a { height: 96px; width: 96px; text-align: center; line-height: 96px; background-color: #fff; color: #279e64; border-radius: 50%; font-size: 18px; } .project-details .video-wrap::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #279e64; opacity: 0.6; content: ''; z-index: -1; } .related-project h3 { font-size: 30px; margin-top: 35px; } .blog-details p { margin-bottom: 35px; } .blog-details p:last-child { margin-bottom: 0; } .blog-details .title { font-size: 36px; line-height: 50px; margin-bottom: 20px; } @media (max-width: 767px) { .blog-details .title { font-size: 24px; line-height: 34px; } } .blog-details .blog-meta { margin-top: 40px; margin-bottom: 30px; } .blog-details .blog-meta li { display: inline-block; margin-right: 30px; margin-bottom: 0; padding-left: 0; } @media (max-width: 767px) { .blog-details .blog-meta li { margin-right: 20px; } } .blog-details .blog-meta li:last-child { margin-bottom: 0; } .blog-details .blog-meta li a { font-size: 14px; color: #83868c; font-weight: 500; } .blog-details .blog-meta li a i { margin-right: 10px; } .blog-details .blog-meta li::before { display: none; } .blog-details blockquote { padding-left: 65px; margin: 0; margin-bottom: 30px; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 22px; position: relative; color: #13287d; } .blog-details blockquote::before { position: absolute; left: 0; top: 0; font-family: 'Flaticon'; content: '\f10c'; color: #ffc600; font-size: 40px; } @media (max-width: 767px) { .blog-details blockquote { padding-left: 0; padding-top: 60px; font-size: 18px; } } .blog-details ul li { padding-left: 20px; position: relative; margin-bottom: 25px; } .blog-details ul li::before { position: absolute; left: 0; top: 50%; background-color: #bfc2c3; height: 10px; width: 10px; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: ''; } .blog-details h3 { font-size: 30px; line-height: 40px; margin-bottom: 30px; } @media (max-width: 767px) { .blog-details h3 { font-size: 20px; line-height: 30px; } } .blog-footer { margin-top: 45px; } .blog-footer .blog-tag a { border: 1px solid #dcdfe2; padding: 10px 30px; display: inline-block; color: #83868c; margin-right: 10px; } @media (max-width: 767px) { .blog-footer .blog-tag a { padding: 10px 25px; margin-right: 5px; } } @media (max-width: 767px) { .blog-footer .social-share { margin-top: 30px; } } .blog-footer .social-share a { background-color: #eaebee; height: 40px; width: 40px; text-align: center; color: #13287d; text-align: center; line-height: 42px; border-radius: 50%; font-size: 14px; position: relative; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; margin-left: 10px; } .blog-footer .social-share a::before { position: absolute; left: 50%; top: 50%; width: 0; height: 0; background-color: #279e64; z-index: -1; content: ''; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; visibility: hidden; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .blog-footer .social-share a:hover { color: #fff; background-color: transparent; } .blog-footer .social-share a:hover::before { opacity: 1; visibility: visible; width: 100%; height: 100%; } .blog-author { background-color: #eeeff2; padding: 40px 40px 40px 165px; position: relative; margin-top: 40px; } @media (max-width: 767px) { .blog-author { padding: 40px; } } .blog-author .author-img { position: absolute; top: 40px; left: 30px; } .blog-author .author-img img { border-radius: 50%; } @media (max-width: 767px) { .blog-author .author-img { position: unset; margin-bottom: 20px; } } .blog-author .author-content h6 { font-size: 18px; margin-bottom: 20px; } .blog-author .author-content .social-links { margin-top: 20px; } .blog-author .author-content .social-links a { color: #13287d; -webkit-transition: 0.3s; transition: 0.3s; font-size: 14px; margin-right: 10px; } .blog-author .author-content .social-links a:hover { color: #279e64; } .blog-author .author-content .social-links a:last-child { margin: 0; } .comments-area { margin-top: 60px; } .comments-area .title { font-size: 30px; line-height: 36px; margin-bottom: 30px; } .comments-area .comments-list li { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 45px; } .comments-area .comments-list li:last-child { margin-bottom: 0; } .comments-area .comments-list li .comment-img img { max-width: 100px; max-height: 100px; border-radius: 50%; } .comments-area .comments-list li .comments-content { padding-left: 30px; } .comments-area .comments-list li .comments-content h6 { font-size: 18px; margin-bottom: 10px; } .comments-area .comments-list li .comments-content .date { font-size: 14px; font-weight: 500; margin-right: 20px; } .comments-area .comments-list li .comments-content .reply { font-size: 13px; font-weight: 700; font-family: "Poppins", sans-serif; color: #13287d; } .comments-form { margin-top: 60px; } .comments-form .title { font-size: 30px; line-height: 36px; margin-bottom: 30px; } .comments-form input, .comments-form textarea { margin-bottom: 30px; border: 1px solid #dcdfe2; height: 50px; padding-left: 20px; width: 100%; } .comments-form textarea { padding-top: 20px; height: 200px; } .comments-form .main-btn { padding: 0 35px; line-height: 60px; } /*=========================== Sidebar ===========================*/ @media only screen and (min-width: 768px) and (max-width: 991px) { .sidebar { margin-top: 50px; } } @media (max-width: 767px) { .sidebar { margin-top: 50px; } } .sidebar .widgets { margin-bottom: 30px; } .sidebar .widgets .widget-title { font-size: 22px; line-height: 24px; margin-bottom: 20px; } .sidebar .widgets.service-cat .service-cat-list li { margin-bottom: 20px; } .sidebar .widgets.service-cat .service-cat-list li a { display: block; border: 1px solid #dcdfe2; padding: 20px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; position: relative; color: #83868c; position: relative; } .sidebar .widgets.service-cat .service-cat-list li a i { position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .sidebar .widgets.service-cat .service-cat-list li:last-child { margin-bottom: 0; } .sidebar .widgets.service-cat .service-cat-list li.active a, .sidebar .widgets.service-cat .service-cat-list li a:hover { color: #fff; background-color: #279e64; border-color: #279e64; } .sidebar .widgets.contact-form input, .sidebar .widgets.contact-form textarea { width: 100%; border: 1px solid #dcdfe2; height: 60px; font-size: 15px; padding: 0 20px; } .sidebar .widgets.contact-form ::-webkit-input-placeholder { color: #999999; font-size: 15px; } .sidebar .widgets.contact-form :-ms-input-placeholder { color: #999999; font-size: 15px; } .sidebar .widgets.contact-form ::-ms-input-placeholder { color: #999999; font-size: 15px; } .sidebar .widgets.contact-form ::placeholder { color: #999999; font-size: 15px; } .sidebar .widgets.contact-form textarea { height: 110px; padding-top: 20px; } .sidebar .widgets.contact-form.with-bg input, .sidebar .widgets.contact-form.with-bg textarea { background-color: #eeeff2; border-color: #eeeff2; } .sidebar .widgets.project-information ul { padding: 40px 30px; background-color: #eeeff2; } .sidebar .widgets.project-information ul li { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #dcdfe2; } .sidebar .widgets.project-information ul li span { font-weight: 500; margin-right: 12px; } .sidebar .widgets.project-information ul li:last-child { margin-bottom: 0; padding-bottom: 0; border: none; } .sidebar .widgets.poster-widget img { width: 100%; } .sidebar.blog-sidebar .widgets { background-color: #eeeff2; padding: 50px 30px; } .sidebar.blog-sidebar .widgets .widget-title { margin-bottom: 30px; padding-bottom: 15px; position: relative; } .sidebar.blog-sidebar .widgets .widget-title::before, .sidebar.blog-sidebar .widgets .widget-title::after { position: absolute; left: 0; bottom: 0; background-color: #279e64; width: 20px; height: 3px; content: ''; } .sidebar.blog-sidebar .widgets .widget-title::after { left: 30px; width: 30px; } .sidebar.blog-sidebar .widgets.search-widget form { position: relative; } .sidebar.blog-sidebar .widgets.search-widget input { width: 100%; border: 1px solid #dcdfe2; background-color: #fff; height: 60px; padding-left: 20px; padding-right: 55px; } .sidebar.blog-sidebar .widgets.search-widget button { position: absolute; right: 5px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 50px; width: 50px; background-color: #279e64; color: #fff; line-height: 50px; font-size: 18px; border: none; } .sidebar.blog-sidebar .widgets.search-widget ::-webkit-input-placeholder, .sidebar.blog-sidebar .widgets.search-widget input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.search-widget :-ms-input-placeholder, .sidebar.blog-sidebar .widgets.search-widget input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.search-widget ::-ms-input-placeholder, .sidebar.blog-sidebar .widgets.search-widget input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.search-widget ::placeholder, .sidebar.blog-sidebar .widgets.search-widget input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.poster-widget { padding: 0; } .sidebar.blog-sidebar .widgets.category-widget ul li { margin-bottom: 15px; } .sidebar.blog-sidebar .widgets.category-widget ul li:last-child { margin-bottom: 0; } .sidebar.blog-sidebar .widgets.category-widget ul li a { background-color: #fff; padding: 22px 20px; display: block; color: #83868c; font-size: 14px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .sidebar.blog-sidebar .widgets.category-widget ul li a .cat-count { float: right; } .sidebar.blog-sidebar .widgets.category-widget ul li a:hover { background-color: #279e64; color: #fff; } .sidebar.blog-sidebar .widgets.popular-post ul li { margin-bottom: 30px; } .sidebar.blog-sidebar .widgets.popular-post ul li:last-child { margin-bottom: 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .sidebar.blog-sidebar .widgets.popular-post ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .sidebar.blog-sidebar .widgets.popular-post ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } .sidebar.blog-sidebar .widgets.popular-post ul li img { margin-bottom: 20px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .sidebar.blog-sidebar .widgets.popular-post ul li img { max-width: 180px; margin-bottom: 0; margin-right: 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .sidebar.blog-sidebar .widgets.popular-post ul li img { max-width: 180px; margin-bottom: 0; margin-right: 20px; } } .sidebar.blog-sidebar .widgets.popular-post ul li h6 { font-size: 16px; line-height: 28px; } .sidebar.blog-sidebar .widgets.popular-post ul li h6 a { color: #13287d; } .sidebar.blog-sidebar .widgets.popular-tags { padding-bottom: 40px; } .sidebar.blog-sidebar .widgets.popular-tags ul li { display: inline-block; } .sidebar.blog-sidebar .widgets.popular-tags ul li a { background-color: #fff; padding: 10px 20px; display: block; margin-bottom: 10px; margin-right: 10px; color: #83868c; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 3px; } .sidebar.blog-sidebar .widgets.popular-tags ul li a:hover { color: #fff; background-color: #279e64; } .sidebar.blog-sidebar .widgets.newsletter input, .sidebar.blog-sidebar .widgets.newsletter button { width: 100%; border: 1px solid #dcdfe2; background-color: #fff; height: 60px; padding-left: 20px; } .sidebar.blog-sidebar .widgets.newsletter ::-webkit-input-placeholder, .sidebar.blog-sidebar .widgets.newsletter input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.newsletter :-ms-input-placeholder, .sidebar.blog-sidebar .widgets.newsletter input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.newsletter ::-ms-input-placeholder, .sidebar.blog-sidebar .widgets.newsletter input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.newsletter ::placeholder, .sidebar.blog-sidebar .widgets.newsletter input { font-size: 14px; color: #999999; } .sidebar.blog-sidebar .widgets.newsletter button { width: 100%; height: 60px; text-align: center; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15px; margin-top: 15px; background-color: #279e64; color: #fff; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .sidebar.blog-sidebar .widgets.newsletter button:hover { background-color: #13287d; } /*=========================== FOOTER css ===========================*/ footer .footer-top-area { background-color: #0a1126; } footer .footer-top-area .footer-nav { padding-bottom: 50px; border-bottom: 1px solid #2c3242; margin-bottom: 50px; } footer .footer-top-area .footer-nav .footer-menu { text-align: center; } footer .footer-top-area .footer-nav .footer-menu ul li { display: inline-block; } footer .footer-top-area .footer-nav .footer-menu ul li a { color: #fff; font-weight: 500; font-size: 17px; padding: 0 20px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { footer .footer-top-area .footer-nav .footer-menu ul li a { font-size: 15px; padding: 0 15px; } } footer .footer-top-area .footer-nav .footer-social { text-align: right; } footer .footer-top-area .footer-nav .footer-social ul li { display: inline-block; } footer .footer-top-area .footer-nav .footer-social ul li a { color: #fff; margin-left: 23px; position: relative; } footer .footer-top-area .footer-widgets .widget { margin-bottom: 30px; } footer .footer-top-area .footer-widgets .widget .title { font-size: 22px; font-weight: 700; font-family: "Poppins", sans-serif; color: #fff; margin-bottom: 30px; } footer .footer-top-area .footer-widgets .widget.footer-about-widget p { font-size: 15px; color: #83868c; padding-top: 25px; } footer .footer-top-area .footer-widgets .widget.footer-about-widget span { font-size: 15px; font-weight: 500; padding-top: 17px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { footer .footer-top-area .footer-widgets .widget.footer-about-widget span { font-size: 13px; } } footer .footer-top-area .footer-widgets .widget.footer-about-widget span span { color: #279e64; padding-right: 5px; } footer .footer-top-area .footer-widgets .widget.footer-menu-widget { padding-left: 60px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { footer .footer-top-area .footer-widgets .widget.footer-menu-widget { padding-left: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { footer .footer-top-area .footer-widgets .widget.footer-menu-widget { padding-left: 0; } } @media (max-width: 767px) { footer .footer-top-area .footer-widgets .widget.footer-menu-widget { padding-left: 0; } } footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a { color: #83868c; font-size: 15px; line-height: 40px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a i { padding-right: 6px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a:hover { color: #279e64; } footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a:hover i { padding-right: 12px; } footer .footer-top-area .footer-widgets .widget.footer-contact-info { padding-left: 50px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { footer .footer-top-area .footer-widgets .widget.footer-contact-info { padding-left: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { footer .footer-top-area .footer-widgets .widget.footer-contact-info { padding-left: 0; } } @media (max-width: 767px) { footer .footer-top-area .footer-widgets .widget.footer-contact-info { padding-left: 0; } } footer .footer-top-area .footer-widgets .widget.footer-contact-info ul { padding-top: 12px; } footer .footer-top-area .footer-widgets .widget.footer-contact-info ul li { line-height: 40px; font-size: 15px; } footer .footer-top-area .footer-widgets .widget.footer-contact-info ul li i { color: #279e64; padding-right: 8px; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box { margin-top: 20px; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input { width: 100%; line-height: 60px; padding-left: 20px; font-size: 14px; color: #83868c; margin-bottom: 20px; border: 0; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::-webkit-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input:-ms-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::-ms-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box { margin-top: 20px; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input { width: 100%; line-height: 60px; padding-left: 20px; font-size: 14px; color: #83868c; margin-bottom: 20px; border: 0; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::-webkit-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input:-ms-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::-ms-input-placeholder { opacity: 1; color: #83868c; } footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::placeholder { opacity: 1; color: #83868c; } footer .footer-copyright-area { background: #141928; padding: 20px 0; } footer .footer-copyright-area .footer-copyright ul li { display: inline-block; margin-left: 8px; } footer .footer-copyright-area .footer-copyright p.copyright-text { color: #83868c; font-size: 15px; } @media (max-width: 767px) { footer .footer-copyright-area .footer-copyright p.copyright-text { font-size: 14px; } } footer .footer-copyright-area .footer-copyright p.copyright-text a { color: #279e64; } footer.footer-two .footer-top-area { background-color: #eff2f7; } footer.footer-two .footer-top-area .footer-widgets .title { color: #13287d; } footer.footer-two .footer-top-area .brand-area .brand-inner-wrap { background-color: #fff; border-radius: 10px; padding: 45px 0; overflow: hidden; } footer.footer-two .footer-copyright-area { padding: 30px 0; background-color: #eff2f7; border: 1px solid #d9dade; } footer.footer-two .footer-copyright-area p.copyright-text a { color: #279e64; } @media only screen and (min-width: 768px) and (max-width: 991px) { footer.footer-two .footer-copyright-area p.copyright-text a { margin-top: 30px; } } footer.footer-two .footer-copyright-area .footer-social li { display: inline-block; margin: 0px 4px; } footer.footer-two .footer-copyright-area .footer-social li a { height: 40px; width: 40px; border: 1px solid #83868c; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; line-height: 40px; font-size: 14px; color: #83868c; border-radius: 50%; position: relative; z-index: 1; text-align: center; } footer.footer-two .footer-copyright-area .footer-social li a::before { position: absolute; left: 50%; top: 50%; width: 0; height: 0; background-color: #279e64; z-index: -1; content: ''; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; visibility: hidden; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } footer.footer-two .footer-copyright-area .footer-social li a:hover { color: #fff; } footer.footer-two .footer-copyright-area .footer-social li a:hover::before { opacity: 1; visibility: visible; width: 100%; height: 100%; } @media only screen and (min-width: 768px) and (max-width: 991px) { footer.footer-two .footer-copyright-area .footer-social { text-align: right; } } @media (max-width: 767px) { footer.footer-two .footer-copyright-area .footer-logo, footer.footer-two .footer-copyright-area .footer-social { text-align: center; margin-bottom: 30px; } } /*===== Go Top =====*/ .go-top-area { position: relative; z-index: 9999; } .go-top-area .go-top { position: fixed; cursor: pointer; top: 0; right: 24px; color: #ffffff; background-color: #279e64; z-index: 9999; width: 40px; text-align: center; height: 42px; line-height: 42px; opacity: 0; visibility: hidden; -webkit-transition: all 0.9s ease-out 0s; transition: all 0.9s ease-out 0s; border-right: 0; } .go-top-area .go-top i { position: absolute; top: 50%; left: -4px; right: 0; margin: 0 auto; font-size: 15px; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } .go-top-area .go-top i:last-child { opacity: 0; visibility: hidden; top: 60%; } .go-top-area .go-top::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-color: #279e64; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } .go-top-area .go-top:focus, .go-top-area .go-top:hover { color: #fff; } .go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before { opacity: 1; visibility: visible; } .go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child { opacity: 0; top: 0; visibility: hidden; } .go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child { opacity: 1; visibility: visible; top: 50%; } .go-top-area .go-top.active { top: 98%; -webkit-transform: translateY(-98%); transform: translateY(-98%); opacity: 1; visibility: visible; border-radius: 0; right: 20px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .go-top-area .go-top.active { top: 93%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .go-top-area .go-top.active { top: 93%; } } .go-top-wrap { position: relative; } .go-top-wrap .go-top-btn { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; top: 3px; z-index: 1; background: #279e64; } .go-top-wrap .go-top-btn i { font-size: 20px; font-weight: 700; padding-left: 4px; color: #fff; } .go-top-wrap .go-top-btn::after { z-index: -1; content: ''; position: absolute; left: 0; top: 0; width: 40px; height: 40px; -webkit-animation: ripple 1.6s ease-out infinite; animation: ripple 1.6s ease-out infinite; opacity: 0; background: #279e64; } .go-top-wrap .go-top-btn:hover { background-color: #222; color: #fff; } @keyframes ripple { 0%, 35% { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } 50% { -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0.8; } 100% { opacity: 0; -webkit-transform: scale(2); transform: scale(2); } } @-webkit-keyframes ripple { 0%, 35% { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } 50% { -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0.8; } 100% { opacity: 0; -webkit-transform: scale(2); transform: scale(2); } } /*# sourceMappingURL=style.css.map */
0.297572
0.056185