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
body{ font-weight: bold; font-family: 'Rubik', sans-serif; } #title{ background-color: #ff4c68; padding-top: 60px; } h1{ font-family: "Montserrat"; font-size: 3.5em; line-height: 1.5; color: white; margin-bottom: 50px; } h2{ font-family: "Montserrat"; line-height: 1.5; } h3{ font-family: "Montserrat" } p{ color: #8f8f8f; } .testimonial-text{ font-family: "Montserrat"; color: white; line-height: 1.5; font-size: 3rem; margin: 50px auto; } .container-fluid{ padding: 3% 15%; } .rotateMobile{ transform:rotate(25deg); width: 70%; padding-left: 50px; position: absolute; top: auto; } .phone-text{ padding: 100px 0 55px 0; } .mybtn{ margin: 5px; } .phone{ padding-top: 100px; } .link{ padding-right: 20px; padding-left: 20px; } .navbar{ padding-left: 0; background-color: #ff4c68; position: fixed; width: 100%; padding: 10px 50px; z-index: 2; /* position: fixed; background-color: gray; width: 100%; */ } .navbar-brand{ font-size: 2rem; font-family: 'Ubuntu', sans-serif; } #features{ width: 100%; text-align: center; background-color: white; padding: 100px; margin-left: auto; margin-right: auto; position: relative; } .features-box{ width:300px; margin: auto; padding: 50px; } .vv{ color: #ef8172; font-size: 70px; margin: 16px; } .vv:hover{ color: #ff4c68; font-size: 70px; margin: 16px; } .sub-service{ font-weight:600; font-size: 1.5rem; } #testimonials{ background-color: #ef8172; padding: 0 0 50px 0; text-align:center; } .dog{ width: 11%; border-radius: 100%; } #press{ background-color: #ef8172; padding: 0px 150px 50px 150px; text-align: center; } .press-pic{ width: 150px; margin: 20px; } #pricing{ text-align: center; padding: 100px; } .card-section{ padding: 50px 20px; } #cta{ background-color: #ff4c68; text-align: center; padding: 50px 0; } .last-h3{ width: 70%; margin: 30px auto; } #footer{ height: 200px; background-color: white; text-align: center; } .footer-icon{ padding: 20px; display: inline-block; margin-top: 50px; } .copywrite-text{ width: 300px; margin: auto; } @media (max-width:991px){ .rotateMobile{ transform:rotate(0deg); width: 70%; padding: 50px; position: static; } #title{ text-align: center; } .phone{ padding: 0; } .phone-text{ padding: 55px 0 55px 0; } }
css/custom.css
body{ font-weight: bold; font-family: 'Rubik', sans-serif; } #title{ background-color: #ff4c68; padding-top: 60px; } h1{ font-family: "Montserrat"; font-size: 3.5em; line-height: 1.5; color: white; margin-bottom: 50px; } h2{ font-family: "Montserrat"; line-height: 1.5; } h3{ font-family: "Montserrat" } p{ color: #8f8f8f; } .testimonial-text{ font-family: "Montserrat"; color: white; line-height: 1.5; font-size: 3rem; margin: 50px auto; } .container-fluid{ padding: 3% 15%; } .rotateMobile{ transform:rotate(25deg); width: 70%; padding-left: 50px; position: absolute; top: auto; } .phone-text{ padding: 100px 0 55px 0; } .mybtn{ margin: 5px; } .phone{ padding-top: 100px; } .link{ padding-right: 20px; padding-left: 20px; } .navbar{ padding-left: 0; background-color: #ff4c68; position: fixed; width: 100%; padding: 10px 50px; z-index: 2; /* position: fixed; background-color: gray; width: 100%; */ } .navbar-brand{ font-size: 2rem; font-family: 'Ubuntu', sans-serif; } #features{ width: 100%; text-align: center; background-color: white; padding: 100px; margin-left: auto; margin-right: auto; position: relative; } .features-box{ width:300px; margin: auto; padding: 50px; } .vv{ color: #ef8172; font-size: 70px; margin: 16px; } .vv:hover{ color: #ff4c68; font-size: 70px; margin: 16px; } .sub-service{ font-weight:600; font-size: 1.5rem; } #testimonials{ background-color: #ef8172; padding: 0 0 50px 0; text-align:center; } .dog{ width: 11%; border-radius: 100%; } #press{ background-color: #ef8172; padding: 0px 150px 50px 150px; text-align: center; } .press-pic{ width: 150px; margin: 20px; } #pricing{ text-align: center; padding: 100px; } .card-section{ padding: 50px 20px; } #cta{ background-color: #ff4c68; text-align: center; padding: 50px 0; } .last-h3{ width: 70%; margin: 30px auto; } #footer{ height: 200px; background-color: white; text-align: center; } .footer-icon{ padding: 20px; display: inline-block; margin-top: 50px; } .copywrite-text{ width: 300px; margin: auto; } @media (max-width:991px){ .rotateMobile{ transform:rotate(0deg); width: 70%; padding: 50px; position: static; } #title{ text-align: center; } .phone{ padding: 0; } .phone-text{ padding: 55px 0 55px 0; } }
0.314577
0.058239
#header { text-align: center; } h1 { font-size: 50px; } h2 { margin-bottom: 20px; background-color: #ffb300; border-color: #e6a100; border-radius: 5px; padding: 10px 15px; color: #fff; } .vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ display: flex; align-items: center; } /* Sidebar */ .nav-sidebar { position: absolute; width: 200px; padding-top: 4px; padding-left: 4px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; } .nav-sidebar a { color: #333; -webkit-transition: all 0.08s linear; -moz-transition: all 0.08s linear; -o-transition: all 0.08s linear; transition: all 0.08s linear; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .nav-sidebar .active a { cursor: default; background-color: #ffb300; border-color: #e6a100; color: #fff; text-shadow: 1px 1px 1px #666; } .nav-sidebar .active a:hover { background-color: #ffb300; border-color: #e6a100; } .nav-sidebar .text-overflow a, .nav-sidebar .text-overflow .media-body { white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .join-submit, .sketch { padding: 1px 6px; } .input-group, .alert { padding: 4px; text-align: center; } .alert { margin: 4px; } .badge { background-color: #555; } /* Container */ /* Offsets the container by the width of the sidebar */ .wrapper { margin-left: 200px; } #sun { margin-top: 50px; } /* Speech bubble */ .triangle-border { position: relative; padding: 15px; border: 5px solid #1ca1da; color: #333; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .triangle-border:before { content: ""; position: absolute; bottom: -20px; left: 40px; border-width: 20px 20px 0; border-style: solid; border-color: #1ca1da transparent; display: block; width: 0; } .triangle-border:after { content: ""; position: absolute; bottom: -13px; left: 47px; border-width: 13px 13px 0; border-style: solid; border-color: #fff transparent; display: block; width: 0; } /* Sketch */ #canvas-wrapper { position: relative; } #bk, #colors_sketch { position: absolute; } #colors_sketch { border: 1px solid black; } #tools { margin-bottom: 10px; } #tools a { border: 1px solid black; border-radius: 3px; height: 30px; line-height: 30px; padding: 0 10px; margin: 0 2px; vertical-align: middle; text-align: center; text-decoration: none; display: inline-block; color: black; font-weight: bold; } #caption { position: absolute; top: 650px; } .orange { color: #ffb300; font-family: 'Aclonica', sans-serif; }
public/assets/css/sketch.css
#header { text-align: center; } h1 { font-size: 50px; } h2 { margin-bottom: 20px; background-color: #ffb300; border-color: #e6a100; border-radius: 5px; padding: 10px 15px; color: #fff; } .vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ display: flex; align-items: center; } /* Sidebar */ .nav-sidebar { position: absolute; width: 200px; padding-top: 4px; padding-left: 4px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; } .nav-sidebar a { color: #333; -webkit-transition: all 0.08s linear; -moz-transition: all 0.08s linear; -o-transition: all 0.08s linear; transition: all 0.08s linear; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .nav-sidebar .active a { cursor: default; background-color: #ffb300; border-color: #e6a100; color: #fff; text-shadow: 1px 1px 1px #666; } .nav-sidebar .active a:hover { background-color: #ffb300; border-color: #e6a100; } .nav-sidebar .text-overflow a, .nav-sidebar .text-overflow .media-body { white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .join-submit, .sketch { padding: 1px 6px; } .input-group, .alert { padding: 4px; text-align: center; } .alert { margin: 4px; } .badge { background-color: #555; } /* Container */ /* Offsets the container by the width of the sidebar */ .wrapper { margin-left: 200px; } #sun { margin-top: 50px; } /* Speech bubble */ .triangle-border { position: relative; padding: 15px; border: 5px solid #1ca1da; color: #333; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .triangle-border:before { content: ""; position: absolute; bottom: -20px; left: 40px; border-width: 20px 20px 0; border-style: solid; border-color: #1ca1da transparent; display: block; width: 0; } .triangle-border:after { content: ""; position: absolute; bottom: -13px; left: 47px; border-width: 13px 13px 0; border-style: solid; border-color: #fff transparent; display: block; width: 0; } /* Sketch */ #canvas-wrapper { position: relative; } #bk, #colors_sketch { position: absolute; } #colors_sketch { border: 1px solid black; } #tools { margin-bottom: 10px; } #tools a { border: 1px solid black; border-radius: 3px; height: 30px; line-height: 30px; padding: 0 10px; margin: 0 2px; vertical-align: middle; text-align: center; text-decoration: none; display: inline-block; color: black; font-weight: bold; } #caption { position: absolute; top: 650px; } .orange { color: #ffb300; font-family: 'Aclonica', sans-serif; }
0.311217
0.103885
.spectrum--lightest .spectrum-Textfield:hover .spectrum-Textfield-input { border-color: rgb(188, 188, 188); box-shadow: none; } .spectrum--lightest .spectrum-Textfield:hover .spectrum-Textfield-input::-webkit-input-placeholder { color: rgb(73, 73, 73); } .spectrum--lightest .spectrum-Textfield:hover .spectrum-Textfield-input::placeholder { color: rgb(73, 73, 73); } .spectrum--lightest .spectrum-Textfield:hover .spectrum-Textfield-icon { color: rgb(73, 73, 73); } .spectrum--lightest .spectrum-Textfield:active .spectrum-Textfield-input { border-color: rgb(38, 128, 235); } .spectrum--lightest .spectrum-Textfield:active .spectrum-Textfield-icon { color: rgb(73, 73, 73); } .spectrum--lightest .spectrum-Textfield.is-valid .spectrum-Textfield-validationIcon { color: rgb(38, 142, 108); } .spectrum--lightest .spectrum-Textfield.is-invalid .spectrum-Textfield-validationIcon { color: rgb(215, 55, 63); } .spectrum--lightest .spectrum-Textfield.is-invalid:hover .spectrum-Textfield-input { border-color: rgb(215, 55, 63); } .spectrum--lightest .spectrum-Textfield.is-disabled .spectrum-Textfield-validationIcon { color: rgb(188, 188, 188); } .spectrum--lightest .spectrum-Textfield.is-disabled .spectrum-Textfield-icon { color: rgb(188, 188, 188); } .spectrum--lightest .spectrum-Textfield-icon { color: rgb(116, 116, 116); } .spectrum--lightest .spectrum-Textfield-input { background-color: rgb(255, 255, 255); border-color: rgb(211, 211, 211); color: rgb(73, 73, 73); } .spectrum--lightest .spectrum-Textfield-input::-webkit-input-placeholder { color: rgb(149, 149, 149); } .spectrum--lightest .spectrum-Textfield-input::placeholder { color: rgb(149, 149, 149); } .spectrum--lightest .spectrum-Textfield.is-focused .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield-input:focus { border-color: rgb(38, 128, 235); } .spectrum--lightest .spectrum-Textfield.is-keyboardFocused .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield-input.focus-ring { border-color: rgb(55, 142, 240); box-shadow: 0 0 0 1px rgb(55, 142, 240); } .spectrum--lightest .spectrum-Textfield.is-invalid .spectrum-Textfield-input { border-color: rgb(227, 72, 80); } .spectrum--lightest .is-keyboardFocused.spectrum-Textfield.is-invalid .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield.is-invalid .spectrum-Textfield-input.focus-ring { border-color: rgb(55, 142, 240); box-shadow: 0 0 0 1px rgb(55, 142, 240); } .spectrum--lightest .spectrum-Textfield.is-disabled .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield.is-disabled:hover .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield-input [disabled] { background-color: rgb(240, 240, 240); border-color: transparent; color: rgb(188, 188, 188); -webkit-text-fill-color: rgb(188, 188, 188); } .spectrum--lightest .spectrum-Textfield.is-disabled .spectrum-Textfield-input::-webkit-input-placeholder, .spectrum--lightest .spectrum-Textfield.is-disabled:hover .spectrum-Textfield-input::-webkit-input-placeholder, .spectrum--lightest .spectrum-Textfield-input [disabled]::-webkit-input-placeholder { color: rgb(188, 188, 188); } .spectrum--lightest .spectrum-Textfield.is-disabled .spectrum-Textfield-input::placeholder, .spectrum--lightest .spectrum-Textfield.is-disabled:hover .spectrum-Textfield-input::placeholder, .spectrum--lightest .spectrum-Textfield-input [disabled]::placeholder { color: rgb(188, 188, 188); } .spectrum--lightest .spectrum-Textfield--quiet .spectrum-Textfield-input { background-color: transparent; border-color: rgb(211, 211, 211); } .spectrum--lightest :hover.spectrum-Textfield--quiet .spectrum-Textfield-input { border-color: rgb(188, 188, 188); } .spectrum--lightest :active.spectrum-Textfield--quiet .spectrum-Textfield-input { border-color: rgb(38, 128, 235); } .spectrum--lightest .is-focused.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield--quiet .spectrum-Textfield-input:focus { border-color: rgb(38, 128, 235); } .spectrum--lightest .is-keyboardFocused.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield--quiet .spectrum-Textfield-input.focus-ring { border-color: rgb(55, 142, 240); box-shadow: 0 1px 0 rgb(55, 142, 240); } .spectrum--lightest .is-invalid.spectrum-Textfield--quiet .spectrum-Textfield-input { border-color: rgb(227, 72, 80); } .spectrum--lightest .is-focused.is-invalid.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .is-invalid.spectrum-Textfield--quiet .spectrum-Textfield-input:focus { border-color: rgb(215, 55, 63); } .spectrum--lightest .is-keyboardFocused.is-invalid.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .is-invalid.spectrum-Textfield--quiet .spectrum-Textfield-input.focus-ring { border-color: rgb(55, 142, 240); box-shadow: 0 1px 0 rgb(55, 142, 240); } .spectrum--lightest .is-disabled:hover.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .is-disabled.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield--quiet .spectrum-Textfield-input [disabled] { background-color: transparent; border-color: rgb(234, 234, 234); }
cep colors/css/components/textfield/multiStops/lightest.css
.spectrum--lightest .spectrum-Textfield:hover .spectrum-Textfield-input { border-color: rgb(188, 188, 188); box-shadow: none; } .spectrum--lightest .spectrum-Textfield:hover .spectrum-Textfield-input::-webkit-input-placeholder { color: rgb(73, 73, 73); } .spectrum--lightest .spectrum-Textfield:hover .spectrum-Textfield-input::placeholder { color: rgb(73, 73, 73); } .spectrum--lightest .spectrum-Textfield:hover .spectrum-Textfield-icon { color: rgb(73, 73, 73); } .spectrum--lightest .spectrum-Textfield:active .spectrum-Textfield-input { border-color: rgb(38, 128, 235); } .spectrum--lightest .spectrum-Textfield:active .spectrum-Textfield-icon { color: rgb(73, 73, 73); } .spectrum--lightest .spectrum-Textfield.is-valid .spectrum-Textfield-validationIcon { color: rgb(38, 142, 108); } .spectrum--lightest .spectrum-Textfield.is-invalid .spectrum-Textfield-validationIcon { color: rgb(215, 55, 63); } .spectrum--lightest .spectrum-Textfield.is-invalid:hover .spectrum-Textfield-input { border-color: rgb(215, 55, 63); } .spectrum--lightest .spectrum-Textfield.is-disabled .spectrum-Textfield-validationIcon { color: rgb(188, 188, 188); } .spectrum--lightest .spectrum-Textfield.is-disabled .spectrum-Textfield-icon { color: rgb(188, 188, 188); } .spectrum--lightest .spectrum-Textfield-icon { color: rgb(116, 116, 116); } .spectrum--lightest .spectrum-Textfield-input { background-color: rgb(255, 255, 255); border-color: rgb(211, 211, 211); color: rgb(73, 73, 73); } .spectrum--lightest .spectrum-Textfield-input::-webkit-input-placeholder { color: rgb(149, 149, 149); } .spectrum--lightest .spectrum-Textfield-input::placeholder { color: rgb(149, 149, 149); } .spectrum--lightest .spectrum-Textfield.is-focused .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield-input:focus { border-color: rgb(38, 128, 235); } .spectrum--lightest .spectrum-Textfield.is-keyboardFocused .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield-input.focus-ring { border-color: rgb(55, 142, 240); box-shadow: 0 0 0 1px rgb(55, 142, 240); } .spectrum--lightest .spectrum-Textfield.is-invalid .spectrum-Textfield-input { border-color: rgb(227, 72, 80); } .spectrum--lightest .is-keyboardFocused.spectrum-Textfield.is-invalid .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield.is-invalid .spectrum-Textfield-input.focus-ring { border-color: rgb(55, 142, 240); box-shadow: 0 0 0 1px rgb(55, 142, 240); } .spectrum--lightest .spectrum-Textfield.is-disabled .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield.is-disabled:hover .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield-input [disabled] { background-color: rgb(240, 240, 240); border-color: transparent; color: rgb(188, 188, 188); -webkit-text-fill-color: rgb(188, 188, 188); } .spectrum--lightest .spectrum-Textfield.is-disabled .spectrum-Textfield-input::-webkit-input-placeholder, .spectrum--lightest .spectrum-Textfield.is-disabled:hover .spectrum-Textfield-input::-webkit-input-placeholder, .spectrum--lightest .spectrum-Textfield-input [disabled]::-webkit-input-placeholder { color: rgb(188, 188, 188); } .spectrum--lightest .spectrum-Textfield.is-disabled .spectrum-Textfield-input::placeholder, .spectrum--lightest .spectrum-Textfield.is-disabled:hover .spectrum-Textfield-input::placeholder, .spectrum--lightest .spectrum-Textfield-input [disabled]::placeholder { color: rgb(188, 188, 188); } .spectrum--lightest .spectrum-Textfield--quiet .spectrum-Textfield-input { background-color: transparent; border-color: rgb(211, 211, 211); } .spectrum--lightest :hover.spectrum-Textfield--quiet .spectrum-Textfield-input { border-color: rgb(188, 188, 188); } .spectrum--lightest :active.spectrum-Textfield--quiet .spectrum-Textfield-input { border-color: rgb(38, 128, 235); } .spectrum--lightest .is-focused.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield--quiet .spectrum-Textfield-input:focus { border-color: rgb(38, 128, 235); } .spectrum--lightest .is-keyboardFocused.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield--quiet .spectrum-Textfield-input.focus-ring { border-color: rgb(55, 142, 240); box-shadow: 0 1px 0 rgb(55, 142, 240); } .spectrum--lightest .is-invalid.spectrum-Textfield--quiet .spectrum-Textfield-input { border-color: rgb(227, 72, 80); } .spectrum--lightest .is-focused.is-invalid.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .is-invalid.spectrum-Textfield--quiet .spectrum-Textfield-input:focus { border-color: rgb(215, 55, 63); } .spectrum--lightest .is-keyboardFocused.is-invalid.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .is-invalid.spectrum-Textfield--quiet .spectrum-Textfield-input.focus-ring { border-color: rgb(55, 142, 240); box-shadow: 0 1px 0 rgb(55, 142, 240); } .spectrum--lightest .is-disabled:hover.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .is-disabled.spectrum-Textfield--quiet .spectrum-Textfield-input, .spectrum--lightest .spectrum-Textfield--quiet .spectrum-Textfield-input [disabled] { background-color: transparent; border-color: rgb(234, 234, 234); }
0.659953
0.089853
body, html { height: 100%; color: #000; font-family: "Inconsolata",Arial,sans-serif; background-color: #fff; } /*Landing Page*/ .jumbotron { color: white; background-image: url("https://i.pinimg.com/originals/a1/06/ca/a106ca7e472b269e38e6eea061c7f4a2.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; height: 100vh; } .navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255); } .navbar-dark .navbar-nav .nav-link a:hover{ color: #fff; } .fixed-top{ background-color: #000; color: #fff; } .dropdown a{ color: #000; } .logo mark{ border-radius: 5px; background-color: #fff; color: #000; font-weight: 900; padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px; } .logo span{ font-weight: lighter; } .display-4 { color: #fff; } .display-4 span { color: #fff; } .hero-text { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; } .display-4{ font-size: 85px; font-weight: 400; } .display-4 mark{ background-color: #fff; color: #000; padding-left: 15px; padding-right: 15px; padding-top: 1px; padding-bottom: 1px; border-radius: 20px; font-weight: 900; } .hero-p{ font-size: 20px; color: #fff; } .btn-dark{ background-color: #fff; border-color: #fff; color: #000; } .btn-dark:hover{ background-color: #fff; border-color: #fff; color: #000; } .mouse-click{ position: absolute; top: 95%; left: 50%; transform: translate(-50%, -50%); } .section-1{ margin-top: 50px; margin-bottom: 50px; background-color: #fff; } h2{ color: #000; font-weight: 900; font-size: 40px; text-align: center; } .grayscale { filter: grayscale(100%); } .grayscale:hover{ filter: grayscale(0%); } .section-2{ padding-top: 50px; padding-bottom: 50px; background-color: #f7f7f7; } .col-sm-4{ margin-top: 20px; margin-bottom: 20px; } .card{ background-color: transparent; border-color: transparent; height: 50%; } .card-body{ background-color: #000; color: #fff; border-radius: 20px 20px 20px 20px; } .card-icon{ margin-bottom: 15px; } .card-title{ font-weight: 900; color: #777; } .portfolio-card { position: relative; width: 100%; } .image { display: block; width: 100%; height: auto; } .overlay { position: absolute; bottom: 0; left: 0; right: 0; background-color: #fff; overflow: hidden; width: 100%; height: 0; transition: .5s ease; } .portfolio-card:hover .overlay { height: 100%; } .text { color: #000; font-size: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } .col-xs-12.col-sm-12.col-md-12.col-lg-12 { padding: 0 20% 0 20%; } .mc-field-group .form-control { border-bottom: 1px; border-style: none none solid none; border-radius:0; border-color: #000; margin-bottom: 20px; } .mc-field-group .form-control:focus { box-shadow: none; border-width: 0 0 2px 0; border-color: #000; margin-bottom: 20px; } .button.btn-large { height: auto; padding: 13px 52px; font-size: 15px; } .button.btn-border { color: #000; border: 1px solid #000; background: transparent; } .button, a.button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 4px 13px; color: #fff; background: rgba(34,34,34, .9); border: 1px solid transparent; font-size: 11px; font-weight: 400; text-transform: uppercase; text-decoration: none; letter-spacing: 2px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); } .button.btn-border:hover, .button.btn-border:active, .button.btn-border:focus, .button.btn-border:active:focus { color: #fff; border-color: #000; background: #000; outline: none; } @media only screen and (max-width: 500px) { .button.btn-large { padding: 6px 16px; font-size: 11px; } .form-title { font-size: 20px; } } #Footer{ background-color: #000; color: #fff; }
assets/css/style.css
body, html { height: 100%; color: #000; font-family: "Inconsolata",Arial,sans-serif; background-color: #fff; } /*Landing Page*/ .jumbotron { color: white; background-image: url("https://i.pinimg.com/originals/a1/06/ca/a106ca7e472b269e38e6eea061c7f4a2.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; height: 100vh; } .navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255); } .navbar-dark .navbar-nav .nav-link a:hover{ color: #fff; } .fixed-top{ background-color: #000; color: #fff; } .dropdown a{ color: #000; } .logo mark{ border-radius: 5px; background-color: #fff; color: #000; font-weight: 900; padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px; } .logo span{ font-weight: lighter; } .display-4 { color: #fff; } .display-4 span { color: #fff; } .hero-text { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; } .display-4{ font-size: 85px; font-weight: 400; } .display-4 mark{ background-color: #fff; color: #000; padding-left: 15px; padding-right: 15px; padding-top: 1px; padding-bottom: 1px; border-radius: 20px; font-weight: 900; } .hero-p{ font-size: 20px; color: #fff; } .btn-dark{ background-color: #fff; border-color: #fff; color: #000; } .btn-dark:hover{ background-color: #fff; border-color: #fff; color: #000; } .mouse-click{ position: absolute; top: 95%; left: 50%; transform: translate(-50%, -50%); } .section-1{ margin-top: 50px; margin-bottom: 50px; background-color: #fff; } h2{ color: #000; font-weight: 900; font-size: 40px; text-align: center; } .grayscale { filter: grayscale(100%); } .grayscale:hover{ filter: grayscale(0%); } .section-2{ padding-top: 50px; padding-bottom: 50px; background-color: #f7f7f7; } .col-sm-4{ margin-top: 20px; margin-bottom: 20px; } .card{ background-color: transparent; border-color: transparent; height: 50%; } .card-body{ background-color: #000; color: #fff; border-radius: 20px 20px 20px 20px; } .card-icon{ margin-bottom: 15px; } .card-title{ font-weight: 900; color: #777; } .portfolio-card { position: relative; width: 100%; } .image { display: block; width: 100%; height: auto; } .overlay { position: absolute; bottom: 0; left: 0; right: 0; background-color: #fff; overflow: hidden; width: 100%; height: 0; transition: .5s ease; } .portfolio-card:hover .overlay { height: 100%; } .text { color: #000; font-size: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } .col-xs-12.col-sm-12.col-md-12.col-lg-12 { padding: 0 20% 0 20%; } .mc-field-group .form-control { border-bottom: 1px; border-style: none none solid none; border-radius:0; border-color: #000; margin-bottom: 20px; } .mc-field-group .form-control:focus { box-shadow: none; border-width: 0 0 2px 0; border-color: #000; margin-bottom: 20px; } .button.btn-large { height: auto; padding: 13px 52px; font-size: 15px; } .button.btn-border { color: #000; border: 1px solid #000; background: transparent; } .button, a.button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 4px 13px; color: #fff; background: rgba(34,34,34, .9); border: 1px solid transparent; font-size: 11px; font-weight: 400; text-transform: uppercase; text-decoration: none; letter-spacing: 2px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); } .button.btn-border:hover, .button.btn-border:active, .button.btn-border:focus, .button.btn-border:active:focus { color: #fff; border-color: #000; background: #000; outline: none; } @media only screen and (max-width: 500px) { .button.btn-large { padding: 6px 16px; font-size: 11px; } .form-title { font-size: 20px; } } #Footer{ background-color: #000; color: #fff; }
0.514644
0.091504
.outline { outline: 1px solid; } .cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; } .cf { *zoom: 1; } .db { display: block; } .fl { float: left; _display: inline; } .fw4 { font-weight: 400; } .lh-copy { line-height: 1.5; } .link { text-decoration: none; transition: color .15s ease-in; } .link:link, .link:visited { transition: color .15s ease-in; } .link:hover { transition: color .15s ease-in; } .link:active { transition: color .15s ease-in; } .link:focus { transition: color .15s ease-in; outline: 1px dotted currentColor; } .w-50 { width: 50%; } .w-100 { width: 100%; } .black-10 { color: rgba(0, 0, 0, .1); } .black { color: #000; } .gray { color: #777; } .pa2 { padding: .5rem; } .pa3 { padding: 1rem; } .ml0 { margin-left: 0; } .mt2 { margin-top: .5rem; } .mv0 { margin-top: 0; margin-bottom: 0; } .tc { text-align: center; } .ttu { text-transform: uppercase; } .f3 { font-size: 1.5rem; } .f6 { font-size: .875rem; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .clip { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } .dim { opacity: 1; transition: opacity .15s ease-in; } .dim:hover, .dim:focus { opacity: .5; transition: opacity .15s ease-in; } .dim:active { opacity: .8; transition: opacity .15s ease-out; } @media screen and (min-width: 30em) and (max-width: 60em) { .w-25-m { width: 25%; } } @media screen and (min-width: 60em) { .w-20-l { width: 20%; } } .kpop img { height: 258px; } .lh-copy { line-height: 1.5; } .mw5 { max-width: 16rem; } .bg-light-gray { background-color: #eee; } .pa3 { padding: 1rem; } .mt0 { margin-top: 0; } .measure { max-width: 30em; } .center { margin-right: auto; margin-left: auto; } @media screen and (min-width: 30em) { .mw7-ns { max-width: 48rem; } .ph5-ns { padding-left: 4rem; padding-right: 4rem; } } .clickable { cursor: pointer; } .disintegrate-container > canvas { position: absolute; left: 0; top: 0; transition: opacity 1s ease-out, -webkit-transform 1s ease-out; transition: transform 1s ease-out, opacity 1s ease-out; transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out; opacity: 1; -webkit-transform: rotate(0deg) translate(0px, 0px) rotate(0deg); transform: rotate(0deg) translate(0px, 0px) rotate(0deg); } @-webkit-keyframes debug-pulse { 0% { -webkit-filter: none; filter: none; } 95% { -webkit-filter: none; filter: none; } 95% { -webkit-filter: drop-shadow(0 1px 0 red); filter: drop-shadow(0 1px 0 red); } 100% { -webkit-filter: drop-shadow(0 1px 0 red); filter: drop-shadow(0 1px 0 red); } } @keyframes debug-pulse { 0% { -webkit-filter: none; filter: none; } 95% { -webkit-filter: none; filter: none; } 95% { -webkit-filter: drop-shadow(0 1px 0 red); filter: drop-shadow(0 1px 0 red); } 100% { -webkit-filter: drop-shadow(0 1px 0 red); filter: drop-shadow(0 1px 0 red); } } /* make sure we can position canvas' on top of elm */ .disintegrated { position: relative; } /* also hide all content in elm */ .disintegrated > *:not(.disintegration-container) { visibility: hidden; } /* position canvas' on top of elm */ .disintegration-container { position: absolute; left: 0; top: 0; } /* position canvas' and set their transitions */ .disintegration-container canvas { position: absolute; left: 0; top: 0; opacity: 1; transition: transform 1s, opacity 1s; transform: rotate(0deg) translate(0px, 0px) rotate(0deg); } .db { display: block; } .dib { display: inline-block; } .link { text-decoration: none; transition: color .15s ease-in; } .link:link, .link:visited { transition: color .15s ease-in; } .link:hover { transition: color .15s ease-in; } .link:active { transition: color .15s ease-in; } .link:focus { transition: color .15s ease-in; outline: 1px dotted currentColor; } .mid-gray { color: #555; } .pv4 { padding-top: 2rem; padding-bottom: 2rem; } .ph2 { padding-left: .5rem; padding-right: .5rem; } .ph3 { padding-left: 1rem; padding-right: 1rem; } .mt3 { margin-top: 1rem; } .tc { text-align: center; } .ttu { text-transform: uppercase; } .f6 { font-size: .875rem; } .dim { opacity: 1; transition: opacity .15s ease-in; } .dim:hover, .dim:focus { opacity: .5; transition: opacity .15s ease-in; } .dim:active { opacity: .8; transition: opacity .15s ease-out; } @media screen and (min-width: 30em) and (max-width: 60em) { .ph5-m { padding-left: 4rem; padding-right: 4rem; } } @media screen and (min-width: 60em) { .ph6-l { padding-left: 8rem; padding-right: 8rem; } } .gauntlet-text { color: #007acc; font-weight: bold; } a.db.link.dim.tc > img { object-fit: cover; } input[type=file]{ padding:10px; background:#3498DB; }
src/styles/global.css
.outline { outline: 1px solid; } .cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; } .cf { *zoom: 1; } .db { display: block; } .fl { float: left; _display: inline; } .fw4 { font-weight: 400; } .lh-copy { line-height: 1.5; } .link { text-decoration: none; transition: color .15s ease-in; } .link:link, .link:visited { transition: color .15s ease-in; } .link:hover { transition: color .15s ease-in; } .link:active { transition: color .15s ease-in; } .link:focus { transition: color .15s ease-in; outline: 1px dotted currentColor; } .w-50 { width: 50%; } .w-100 { width: 100%; } .black-10 { color: rgba(0, 0, 0, .1); } .black { color: #000; } .gray { color: #777; } .pa2 { padding: .5rem; } .pa3 { padding: 1rem; } .ml0 { margin-left: 0; } .mt2 { margin-top: .5rem; } .mv0 { margin-top: 0; margin-bottom: 0; } .tc { text-align: center; } .ttu { text-transform: uppercase; } .f3 { font-size: 1.5rem; } .f6 { font-size: .875rem; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .clip { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } .dim { opacity: 1; transition: opacity .15s ease-in; } .dim:hover, .dim:focus { opacity: .5; transition: opacity .15s ease-in; } .dim:active { opacity: .8; transition: opacity .15s ease-out; } @media screen and (min-width: 30em) and (max-width: 60em) { .w-25-m { width: 25%; } } @media screen and (min-width: 60em) { .w-20-l { width: 20%; } } .kpop img { height: 258px; } .lh-copy { line-height: 1.5; } .mw5 { max-width: 16rem; } .bg-light-gray { background-color: #eee; } .pa3 { padding: 1rem; } .mt0 { margin-top: 0; } .measure { max-width: 30em; } .center { margin-right: auto; margin-left: auto; } @media screen and (min-width: 30em) { .mw7-ns { max-width: 48rem; } .ph5-ns { padding-left: 4rem; padding-right: 4rem; } } .clickable { cursor: pointer; } .disintegrate-container > canvas { position: absolute; left: 0; top: 0; transition: opacity 1s ease-out, -webkit-transform 1s ease-out; transition: transform 1s ease-out, opacity 1s ease-out; transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out; opacity: 1; -webkit-transform: rotate(0deg) translate(0px, 0px) rotate(0deg); transform: rotate(0deg) translate(0px, 0px) rotate(0deg); } @-webkit-keyframes debug-pulse { 0% { -webkit-filter: none; filter: none; } 95% { -webkit-filter: none; filter: none; } 95% { -webkit-filter: drop-shadow(0 1px 0 red); filter: drop-shadow(0 1px 0 red); } 100% { -webkit-filter: drop-shadow(0 1px 0 red); filter: drop-shadow(0 1px 0 red); } } @keyframes debug-pulse { 0% { -webkit-filter: none; filter: none; } 95% { -webkit-filter: none; filter: none; } 95% { -webkit-filter: drop-shadow(0 1px 0 red); filter: drop-shadow(0 1px 0 red); } 100% { -webkit-filter: drop-shadow(0 1px 0 red); filter: drop-shadow(0 1px 0 red); } } /* make sure we can position canvas' on top of elm */ .disintegrated { position: relative; } /* also hide all content in elm */ .disintegrated > *:not(.disintegration-container) { visibility: hidden; } /* position canvas' on top of elm */ .disintegration-container { position: absolute; left: 0; top: 0; } /* position canvas' and set their transitions */ .disintegration-container canvas { position: absolute; left: 0; top: 0; opacity: 1; transition: transform 1s, opacity 1s; transform: rotate(0deg) translate(0px, 0px) rotate(0deg); } .db { display: block; } .dib { display: inline-block; } .link { text-decoration: none; transition: color .15s ease-in; } .link:link, .link:visited { transition: color .15s ease-in; } .link:hover { transition: color .15s ease-in; } .link:active { transition: color .15s ease-in; } .link:focus { transition: color .15s ease-in; outline: 1px dotted currentColor; } .mid-gray { color: #555; } .pv4 { padding-top: 2rem; padding-bottom: 2rem; } .ph2 { padding-left: .5rem; padding-right: .5rem; } .ph3 { padding-left: 1rem; padding-right: 1rem; } .mt3 { margin-top: 1rem; } .tc { text-align: center; } .ttu { text-transform: uppercase; } .f6 { font-size: .875rem; } .dim { opacity: 1; transition: opacity .15s ease-in; } .dim:hover, .dim:focus { opacity: .5; transition: opacity .15s ease-in; } .dim:active { opacity: .8; transition: opacity .15s ease-out; } @media screen and (min-width: 30em) and (max-width: 60em) { .ph5-m { padding-left: 4rem; padding-right: 4rem; } } @media screen and (min-width: 60em) { .ph6-l { padding-left: 8rem; padding-right: 8rem; } } .gauntlet-text { color: #007acc; font-weight: bold; } a.db.link.dim.tc > img { object-fit: cover; } input[type=file]{ padding:10px; background:#3498DB; }
0.667039
0.156556
*{ margin: 0px; padding: 0px; } .blog>img{ width: 100%; } /* la richesse de nos textiles */ .div_nouveaute{ height: 8vh; } .p1{ font-size: 4vh; font-weight: 700; text-align: center; letter-spacing: 2px; margin: auto; color:red; } .underline{ margin: auto; width: 20vh; border: 1px solid black; } /* bouton */ .bouton_div{ display: flex; justify-content: flex-end; margin: 60px auto; width: 80%; } .bouton_div >button{ background: none; margin: 0px 20px; height: 40px; width: 80px; border: none; font-weight: bold; border: 1px solid black; box-shadow: 0px 5px 10px #aaa; } button>a{ color: black; } button>a:hover{ color: black; text-decoration: none; } /* Article */ .div_blog_article{ width: 80%; margin: 0px auto; margin-bottom: 50px; padding: 10px; } .div_article{ display: flex; border: 1px solid 555; border-radius: 20px; margin: 20px 0px; box-shadow: 0px 3px 8px #aaa; } .article_img{ width: 40%; } .article{ width: 60%; display: flex; flex-direction: column; justify-content: space-evenly; } .art_titre{ font-size: 3vh; font-weight: bold; text-align: center; } .div_date{ display: flex; } .div_date :nth-child(1){ width: 70%; margin: auto; } .div_date :nth-child(2){ margin: auto; border-radius: 5px; width: 120px; height: 40px; display: flex; background-color: red; } p>a{ color: white; font-weight: bold; margin: auto; } p>a:hover{ text-decoration: none; color: white; } } p>a:hover{ text-decoration: none; } .div_pagination{ display: flex; justify-content: flex-end; width: 70%; margin: auto; margin-bottom: 100px; padding: 10px; } .div_pagination>button{ padding: 3px 10px; background: none; border: none; margin: 0px 5px; box-shadow: 0px 1px 3px #bbb; } @media screen and (max-width:1000px){ .div_blog_article{ width: 90%; margin: 0px auto; margin-bottom: 100px; } .article{ padding: 0px 10px; } } @media screen and (max-width:600px){ .div_blog_article{ width: 90%; margin: 0px auto; margin-bottom: 100px; } .article{ padding: 0px 5px; } .article>p{ font-size: 13px; } .div_date>p{ font-size: 13px; } .bouton_div >button{ margin: 0px 10px; } .div_pagination{ width: 90%; padding: 5px; } .div_pagination>button{ margin: 0px 3px; padding: 2px 6px; } .div_date :nth-child(2){ border-radius: 5px; width: 90px; height: 35px; } }
public/assets/css/blog.css
*{ margin: 0px; padding: 0px; } .blog>img{ width: 100%; } /* la richesse de nos textiles */ .div_nouveaute{ height: 8vh; } .p1{ font-size: 4vh; font-weight: 700; text-align: center; letter-spacing: 2px; margin: auto; color:red; } .underline{ margin: auto; width: 20vh; border: 1px solid black; } /* bouton */ .bouton_div{ display: flex; justify-content: flex-end; margin: 60px auto; width: 80%; } .bouton_div >button{ background: none; margin: 0px 20px; height: 40px; width: 80px; border: none; font-weight: bold; border: 1px solid black; box-shadow: 0px 5px 10px #aaa; } button>a{ color: black; } button>a:hover{ color: black; text-decoration: none; } /* Article */ .div_blog_article{ width: 80%; margin: 0px auto; margin-bottom: 50px; padding: 10px; } .div_article{ display: flex; border: 1px solid 555; border-radius: 20px; margin: 20px 0px; box-shadow: 0px 3px 8px #aaa; } .article_img{ width: 40%; } .article{ width: 60%; display: flex; flex-direction: column; justify-content: space-evenly; } .art_titre{ font-size: 3vh; font-weight: bold; text-align: center; } .div_date{ display: flex; } .div_date :nth-child(1){ width: 70%; margin: auto; } .div_date :nth-child(2){ margin: auto; border-radius: 5px; width: 120px; height: 40px; display: flex; background-color: red; } p>a{ color: white; font-weight: bold; margin: auto; } p>a:hover{ text-decoration: none; color: white; } } p>a:hover{ text-decoration: none; } .div_pagination{ display: flex; justify-content: flex-end; width: 70%; margin: auto; margin-bottom: 100px; padding: 10px; } .div_pagination>button{ padding: 3px 10px; background: none; border: none; margin: 0px 5px; box-shadow: 0px 1px 3px #bbb; } @media screen and (max-width:1000px){ .div_blog_article{ width: 90%; margin: 0px auto; margin-bottom: 100px; } .article{ padding: 0px 10px; } } @media screen and (max-width:600px){ .div_blog_article{ width: 90%; margin: 0px auto; margin-bottom: 100px; } .article{ padding: 0px 5px; } .article>p{ font-size: 13px; } .div_date>p{ font-size: 13px; } .bouton_div >button{ margin: 0px 10px; } .div_pagination{ width: 90%; padding: 5px; } .div_pagination>button{ margin: 0px 3px; padding: 2px 6px; } .div_date :nth-child(2){ border-radius: 5px; width: 90px; height: 35px; } }
0.175432
0.068071
.jumbotron-text-shadow { text-shadow: 0px 1px 1px #969696; } .ap-banner { width: 100%; background: url("./images/bg-pattern12.jpg") center center no-repeat; height: 500px; display: block; } .ap-banner .jumbotron { background: transparent; color: #fff; padding-bottom: 0px; } .ap-banner .jumbotron h2 { color: #fff; line-height: 40px; margin-bottom: 10px; } .ap-banner .dark-bg { width: 100%; height: 100%; background-color: rgba(221, 221, 221, 0.1); } .re-jumbotron { background: transparent; color: #333; padding-bottom: 0px; text-align: center; } .re-jumbotron h2 { color: #7dc227; line-height: 40px; margin-bottom: 10px; } .re-jumbotron .center-button-cont a { border: 1px solid #ebebeb; } .units { width: 100%; display: block; padding: 60px 0 50px 0; } .units h3 { line-height: 30px; margin-bottom: 20px; } .units > span { font-size: 20px; margin-bottom: 20px; } .units > span > p { margin-bottom: 20px; } .units > p { font-size: 20px; position: relative; padding-left: 35px; } .units > p:before { content: '\F046'; font-family: "FontAwesome"; position: absolute; top: 0; left: 0; font-size: 20px; color: #007FFF; } .img-unit img { width: 100%; height: 458px; } .wrap-section-box { padding: 0px 0 60px 0; border: 0px !important; } .package { padding: 0; } .package .caption { padding: 0; } .package .caption .caption-text { padding: 60px 13px 13px; } .package .caption .caption-text .pink-caption-color { color: #ff609c; } .package .caption .caption-text .pink-caption-background { background-color: #ff609c; } .package .caption .caption-text h3 { color: #3893d9; } .package .caption .caption-text .caption-price { padding: 30px 0; font-size: 26px; } .package .caption .caption-text a { width: 100%; background-color: #92989d; text-transform: uppercase; line-height: 25px; text-shadow: -1px 2px 1px rgba(150, 150, 150, 0.8); opacity: 0.8; transition: all 0.3s ease; } .package .caption .caption-text a:hover { border: 1px solid transparent; opacity: 1; } .package ul { text-transform: none; } .package ul li { height: 57px; padding: 20px 30px; text-align: center; } .package ul li:nth-child(2n + 1) { background-color: #f7f7f7; } .shell { margin-top: 40px; } .shell .sheet { margin-bottom: 35px; } .shell .sheet h4 { margin-bottom: 10px; line-height: 25px; } .shell .sheet p { margin-bottom: 5px; font-size: 14px; } .padding-top-original { padding-top: 0px; } @media only screen and (max-width: 480px) { .img-unit img { height: 285px; } } /*************************/ body { background: #007FFF url(./images/bg-pattern5.jpg) repeat; font-family: 'Roboto', 'Arial', sans-serif; color: #898989; } /*********************** TEXT COLOR ***********************/ .re-jumbotron h2 { color: #007FFF !important; } .huge-header, .list-offer-right, .list-offer-right-large, footer a, .blue-ul a, .tag-div, address.contact-info a, .ticks-ul a, .custom-ul a, .masonry-grid-item a, .masonry-offers .masonry-grid-item a:hover, .list-agency-right, .list-agency-right-large { color: #898989; } .list-offer-text a { color: #898989; } .list-offer-text a:hover { color: #898989; } a, .text-color4, .top-dark .top-icon-circle { color: #007FFF; } header.header2 .top-dark .top-icon-circle, header.header3 .top-dark .top-icon-circle { color: #007FFF; } .nav a.special-color, .special-color, .button-primary:hover, .button-icon, .feature-icon, .feature2-icon, .team-icon-circle:hover, .big-icon:hover, .blog-grid1-topline i.fa, .blog-grid1-title h4:hover, .blog-grid1-button, .blog-grid1-button-right, .number-img i.fa, footer a:hover { color: #007FFF; } .sidebar-featured-title a:hover, .sidebar-featured-title a:active, .sidebar-featured-title a:focus { color: #007FFF; } .sidebar-featured-price { color: #007FFF; } .sidebar-blog-title a:hover, .sidebar-blog-title a:active, .sidebar-blog-title a:focus { color: #007FFF; } .sidebar-blog-date i.fa, .details-image i.fa, .details-ticks li i.jfont, .blue-ul a:hover, .blog-grid2-bottom i.fa, .blog-top-icon i.fa { color: #007FFF; } .archive-item .title-link:hover h2, .archive-item .title-link:hover div { color: #007FFF; } .vertical-line { border-left: 4px solid #007FFF; padding: 7px 0 7px 6px; } .blog-big-icon i.fa, .comment-date { color: #007FFF; } .reply-link { color: #007FFF; } .reply-link:hover { color: #007FFF; } address.contact-info a:hover, address.contact-info i.fa { color: #007FFF; } .quote-box .small-icon i.fa, .quote-box .small-icon i.jfont { color: #007FFF; } .info-box .small-icon i.fa, .info-box .small-icon i.jfont { color: #007FFF; } .ticks-ul li i.jfont, .ticks-ul a:hover { color: #007FFF; } .custom-ul li i.jfont, .custom-ul a:hover { color: #007FFF; } .button-secondary { color: #007FFF; } .button-secondary:focus, .button-secondary:active { color: #007FFF; } .list-agency .small-icon i.fa, .list-agency .small-icon i.jfont { color: #007FFF; } .details-agency-address i.fa, .file-input .btn:hover, .list-offer-h4 a:hover, .change-photo i.fa, .navigation-box-icon:hover, .navigation-box-icon2:hover, .big-icon { color: #007FFF; } .apartment-stacked-tabs .nav-tabs li.active a { color: #007FFF !important; } .apartment-stacked-tabs .nav-tabs li.active a:hover { color: #007FFF !important; } .top-icon-circle:hover { color: #ffffff; } header.header2 .top-icon-circle:hover, header.header3 .top-icon-circle:hover { color: #ffffff; } .top-dark, header.header2 .top-dark, .top-dark .top-icon-circle:hover { color: #ffffff; } header.header2 .top-dark .top-icon-circle:hover, header.header3 .top-dark .top-icon-circle:hover, header.header2 .nav a, header.header3 .nav a, header.header2 .special-color, header.header3 .special-color { color: #ffffff; } .swiper2-price-button { color: #ffffff; } .shedule { color: #ffffff; } .shedule:hover, .shedule:active, .shedule:focus { color: #ffffff; } #adv-search-hide { color: #ffffff; } .button-primary { color: #ffffff; } .button-primary:active, .button-primary:focus { color: #ffffff; } .navigation-box-icon { color: #ffffff; } html.no-pointerevents.no-touchevents .feature:hover > .feature-icon, html.no-pointerevents.no-touchevents .feature2:hover > .feature2-icon { color: #ffffff; } .team-icon-circle, .gallery-grid-item span { color: #ffffff; } .big-icon-second-color i.fa, .big-icon-second-color i.jfont { color: #ffffff; } .testimonial2 p.lead, .list-price { color: #ffffff; } .count-second-color .number-img i.fa, .count-second-color .number-big { color: #ffffff; } .gallery-slide-estate i.fa, #slide-more-cont, .thumb-next:hover .navigation-box-icon, .thumb-prev:hover .navigation-box-icon, .details-parameters-price, .agent-icon-circle:hover, .tag-div:hover, .panel-apartment a[role="button"]:hover { color: #ffffff; } .apartment-tabs .nav-tabs li.active a { color: #ffffff; } .apartment-tabs .nav-tabs li a:hover, .apartment-tabs .nav-tabs li a:active, .apartment-tabs .nav-tabs li a:focus { color: #ffffff; } .apartment-stacked-tabs .nav-tabs li a:hover, .apartment-stacked-tabs .nav-tabs li a:active, .apartment-stacked-tabs .nav-tabs li a:focus { color: #ffffff; } .ul-second-color.custom-ul li, .button-secondary:hover { color: #ffffff; } .button-alternative { color: #ffffff; } .button-alternative:active, .button-alternative:focus { color: #ffffff; } .button-fourth { color: #ffffff; } .button-fourth:active, .button-fourth:focus { color: #ffffff; } .price-table-secondary .price-table-ul li { color: #ffffff; } .list-agency-description { color: #ffffff; } .list-agency-description a { color: #ffffff; } .list-agency-description a:hover { color: #ffffff; } html.no-pointerevents.no-touchevents .list-agency:hover .list-agency-title { color: #ffffff; } .file-input .file-preview, .file-input .file-drop-zone-title, .file-input .close, .file-input .btn { color: #ffffff; } .file-input .kv-file-remove { color: #ffffff; } .file-input .kv-file-remove i { color: #ffffff; } .profile-list-footer i.fa, .labelled-input-short label:hover .label-icon-circle, .change-photo:hover i.fa, .facebook-button, .google-button, .infobox-price, .gallery-filter, .second-color { color: #ffffff; } .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus { color: #ffffff; } header.header2 .navbar-nav > li > a:hover, header.header2 .navbar-nav > li > a:active, header.header2 .navbar-nav > li > a:focus { color: #ffffff; } header.header3 .navbar-nav > li > a:hover, header.header3 .navbar-nav > li > a:active, header.header3 .navbar-nav > li > a:focus { color: #ffffff; } .nav .open > a { color: #ffffff; } .nav .open > a:focus, .nav .open > a:hover { color: #ffffff; } .slide-desc-params, .slide-desc-price { color: #ffffff; } html.no-pointerevents.no-touchevents #feature1.feature2:hover, html.no-pointerevents.no-touchevents #feature2.feature2:hover, html.no-pointerevents.no-touchevents #feature3.feature2:hover, html.no-pointerevents.no-touchevents #feature4.feature2:hover, html.no-pointerevents.no-touchevents #feature5.feature2:hover, html.no-pointerevents.no-touchevents #feature6.feature2:hover { color: #ffffff; } html.no-pointerevents.no-touchevents .feature2:hover > .feature2-text, html.no-pointerevents.no-touchevents .feature2:hover > .feature2-icon { color: #ffffff; } html.no-pointerevents.no-touchevents .feature:hover h3, html.no-pointerevents.no-touchevents .feature:hover h5 { color: #ffffff; } html.no-pointerevents.no-touchevents .feature2:hover h4 { color: #ffffff; } .type-container, .featured-offer-params, .featured-price, .team-description, .list-offer-params, .estate-type, .transaction-type, .grid-offer-params, .blog-grid1-button:hover, .blog-grid1-button-right:hover, footer address i.fa, .footer-blog-date i.fa, .footer-newsletter button, .sidebar-featured-type, .gallery-slide-desc-price, .navigation-box2.secondary .navigation-box-icon2:hover, html.no-pointerevents.no-touchevents .feature:hover .feature-text { color: #ffffff; } .text-color2, p.lead, .nav a { color: #5d5d5d; } header.header2 .dropdown-menu a, header.header3 .dropdown-menu a { color: #5d5d5d; } .main-menu-cont .navbar-nav .dropdown.selected > a, .navbar-nav > li.selected > a { background-color: #007FFF; } .main-menu-cont .dropdown > .dropdown-menu > li.selected a { background-color: #007FFF; } .dropdown-menu > li > a, .select-cont select, div.cs-skin-border { color: #5d5d5d; } .cs-skin-border.cs-active > span, .cs-skin-border .cs-options { color: #5d5d5d; } .adv-search-amount, .adv-search-label, .adv-search-range-cont span, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .list-offer-localization, .list-price-label, .grid-offer-localization, .grid-price-label, .grid-price, .blog-grid1-topline, .blog-grid1-title h4, .tooltip-inner { color: #5d5d5d; } .sidebar-featured-title { color: #5d5d5d; } .sidebar-featured-title a { color: #5d5d5d; } input.simple-search-input { color: #5d5d5d; } .sidebar-blog-title { color: #5d5d5d; } .sidebar-blog-title a { color: #5d5d5d; } input.main-input { color: #5d5d5d; } input[type="checkbox"].main-checkbox:checked + label, input[type="checkbox"].main-checkbox + label { color: #5d5d5d; } textarea.main-input, .blog-grid2-bottom, .blog-top-icon, .comment-author, .error-box, .warning-box, .success-box, .info-box { color: #5d5d5d; } .code-box .small-icon i.fa, .code-box .small-icon i.jfont { color: #5d5d5d; } .panel-apartment a[role="button"], .price-table-icon, .price-table-ul li, .details-agency-address { color: #5d5d5d; } .details-parameters.agency-details { color: #5d5d5d; } .details-parameters.agency-details a:not(.agent-icon-circle) { color: #5d5d5d; } .details-parameters.agency-details a:not(.agent-icon-circle):hover { color: #5d5d5d; } .bold-indent, .profile-info-title, .profile-info-text, .list-offer-h4 a, .labelled-input label, .labelled-textarea label, .labelled-input-short label, .login-or, .infobox-text, .agent-social-bar, .third-color { color: #5d5d5d; } .bootstrap-select .btn { color: #5d5d5d; } .bootstrap-select .dropdown-menu > .active > a { color: #5d5d5d; } .bootstrap-select .dropdown-menu > .active > a:focus, .bootstrap-select .dropdown-menu > .active > a:hover { color: #5d5d5d; } input.simple-search-input::-webkit-input-placeholder, input.simple-search-input::-moz-placeholder, input.simple-search-input:-moz-placeholder, input.simple-search-input:-ms-input-placeholder { color: #5d5d5d !important; } .footer-newsletter input::-webkit-input-placeholder, .footer-newsletter input::-moz-placeholder, .footer-newsletter input:-moz-placeholder, .footer-newsletter input:-ms-input-placeholder .main-input::-webkit-input-placeholder { color: #5d5d5d !important; } .main-input::-moz-placeholder, .main-input:-moz-placeholder, .main-input:-ms-input-placeholder { color: #5d5d5d !important; } .text-color3 { color: #1b2835; } html.no-pointerevents.no-touchevents .feature:hover .special-color, html.no-pointerevents.no-touchevents .feature2:hover .special-color { color: #1b2835; } .button-alternative:hover, .button-alternative .button-icon { color: #1b2835; } .swiper2-text { color: #c8c8c8; } .adv-search-tabs li a { color: #979797; } .top-bar, .top-icon-circle, .agent-icon-circle, .label-icon-circle { color: #a5a9ab; } header.header2 .top-bar, header.header3 .top-bar, header.header2 .top-icon-circle, header.header3 .top-icon-circle { color: #cecece; } .panel-apartment a[aria-expanded="true"] { color: #ffffff !important; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus { color: #ffffff !important; } .hover-menu { color: #ffffff !important; } header.header2 .hover-menu, header.header3 .hover-menu { color: #ffffff !important; } .adv-search-tabs li.active a, .adv-search-tabs li.active:hover a, .adv-search-tabs li.active:active a, .adv-search-tabs li.active:focus a { color: #ffffff !important; } .navigation-box-icon2, .testimonials2-content { color: #ebebeb; } .navigation-box2.secondary .navigation-box-icon2 { color: #E3E3E3; } .offer-pagination a, .thumb-box .navigation-box-icon { color: #b7b7b7; } .offer-pagination .active { color: #333333; } .count-second-color .number-label, .ul-second-color.custom-ul li i.jfont { color: #82caff; } .error-box .small-icon i.fa, .error-box .small-icon i.jfont { color: #c64b4b; } .warning-box .small-icon i.fa, .warning-box .small-icon i.jfont { color: #fbaf5d; } .success-box .small-icon i.fa, .success-box .small-icon i.jfont { color: #4fa74b; } .button-fourth:hover, .button-fourth .button-icon { color: #22A41C; } html.no-pointerevents.no-touchevents .list-agency:hover .list-agency-text { color: #f8f8f8; } .facebook-button:hover { color: #395285; } .google-button:hover { color: #dd4b39; } .file-input .kv-file-remove:hover i { color: #c6454a !important; } .footer-newsletter input { color: #898989 !important; } /*********************** BACKGROUND COLOR ***********************/ .section-dark, .top-bar-wrapper, .tab-content { background: #222d32; } .cs-skin-border .cs-options li span:hover, .cs-skin-border li.cs-focus span { background: #f8f8f8; } section.thumbs-slider, .thumb-box, .details-parameters, .contact1, .contact3, .apartment-tabs .nav-tabs li, .apartment-stacked-tabs .nav-tabs li, .list-agency, .adv-search-tabs li a, .labelled-input-short label, .labelled-textarea label, .labelled-input label, .profile-list-footer, .dark-col { background: #f8f8f8; } .section-light, header, .top-dark .top-icon-circle { background: #ffffff; } header.header2 .top-dark .top-icon-circle, header.header3 .top-dark .top-icon-circle { background: #ffffff; } .main-menu-cont, .navbar-collapse, .navbar-toggle, .slide-desc-text, div.cs-skin-border, .button-icon, html.no-pointerevents.no-touchevents .feature:hover .feature-separator, .title-separator-secondary, .title-separator-secondary2 { background: #ffffff; } .owl-pagination .owl-page, .owl-pagination .active { background: #ffffff; } .featured-offer-text, .featured-offer-back, section.team, .team-member, .team-icon-circle:hover, .big-icon, .testimonials-content, .list-offer-right, .list-offer-right-large, .list-offer-front, .list-offer-back, .offer-pagination a, .grid-offer-front, .grid-offer-back, .tooltip-inner, .gallery-slide-title, input[type="checkbox"].main-checkbox + label span, .form-submit-cont, .blog-grid2-post-content, .small-icon, .apartment-tabs .tab-content { background: #ffffff; } .apartment-stacked-tabs .nav-tabs li.active a { background: #ffffff; } .apartment-stacked-tabs .nav-tabs li.active a:hover { background: #ffffff; } .apartment-stacked-tabs .tab-content { background: #ffffff; } .button-secondary { background: #ffffff; } .button-secondary:focus, .button-secondary:active { background: #ffffff; } .price-table-icon, .price-table-body, .price-table-footer, .price-table-secondary .price-table-header, .list-agency-left { background: #ffffff; } .file-input .btn:hover, .file-input .file-preview-frame { background: #ffffff; } .change-photo, #agent-file-name, .facebook-button:hover, .google-button:hover, .infobox-main, .neighbourhood-item, .feature-icon, .featured-offer-back, .filter-icons-container, .view-icons-container, .blog-grid1-post-content, .big-blog-grid1-item .blog-grid1-post-content, .blog-grid1-button, .blog-grid1-button-right, .big-blog-grid2-item .blog-grid2-post-content, article.big-blog-grid2-item, .cs-skin-border.cs-active > span { background: #ffffff; } .bootstrap-select .btn:hover { background: #ffffff; } .bootstrap-select .btn-default.active, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default:focus { background: #ffffff; } .bootstrap-select.open > .dropdown-toggle.btn-default { background: #ffffff; } .section-color { background: #007FFF; } .top-dark { background: #007FFF; } .top-dark .top-icon-circle:hover { background: #007FFF; } header.header2 .top-dark .top-icon-circle:hover, header.header3 .top-dark .top-icon-circle:hover, header.header2 .special-color, header.header3 .special-color { background: #007FFF; } .navbar-toggle span.icon-bar, .gallery-filter { background: #007FFF; } .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus { background: #007FFF; } .nav .open > a { background: #007FFF; } .nav .open > a:focus, .nav .open > a:hover { background: #007FFF; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus { background: #007FFF; } .hover-menu { background: #007FFF; } header.header2 .dropdown-menu .hover-menu, header.header3 .dropdown-menu .hover-menu { background: #007FFF; } .slide-desc-price, .change-photo:hover, #adv-search-hide, .ui-slider-range { background: #007FFF; } .button-primary { background: #007FFF; } .button-primary:active, .button-primary:focus { background: #007FFF; } .navigation-box, .title-separator, .title-separator-secondary::after, .title-separator-secondary2::after, .title-separator-primary::after, .title-separator-primary2::after, .featured-price, .big-icon-second-color, .list-price, .blog-grid1-separator::after, .footer-title-separator::after, .footer-newsletter button, .gallery-slide-estate, .gallery-slide-desc-price, #slide-more-cont, .short-title-separator, .blog-grid2-separator::after { background: #007FFF; } section.contact-page-1, section.contact-map2 { background: #007FFF; } .panel-apartment a[aria-expanded="true"], .apartment-tabs > .nav-tabs li.active a, .price-table-header { background: #007FFF; } .price-table-secondary .price-table-body, .price-table-secondary .price-table-footer { background: #007FFF; } .upload-gallery { background: #007FFF; } .file-input { background: #007FFF; } .file-input .btn, .file-input .file-preview { background: #007FFF; } html.no-pointerevents.no-touchevents .feature:hover .feature-text { background: #007FFF; } .labelled-input .date label { background: #007FFF; } .labelled-input .date label:hover { background-color: #fff; color: #007FFF; } .top-icon-circle:hover, .agent-icon-circle:hover, .labelled-input-short label:hover .label-icon-circle { background: #a5a9ab; } header.header2, header.header3 { background: transparent; } header.header2 .top-dark, header.header2 .top-bar-wrapper { background: transparent; } header.header3 .top-bar-wrapper, header.header2 .main-menu-cont, header.header3 .main-menu-cont, header.header2 .navbar-collapse, header.header3 .navbar-collapse { background: transparent; } header.header2 .navbar-nav > li > a:hover, header.header2 .navbar-nav > li > a:active, header.header2 .navbar-nav > li > a:focus { background: transparent; } header.header3 .navbar-nav > li > a:hover, header.header3 .navbar-nav > li > a:active, header.header3 .navbar-nav > li > a:focus { background: transparent; } header.header2 .hover-menu, header.header3 .hover-menu { background: transparent; } .navigation-box2, .adv-search-amount { background: transparent; } header.header2 .top-icon-circle:hover, header.header3 .top-icon-circle:hover { background: #cecece; } .slide-desc, .slide-desc-params, .adv-search-section, html.no-pointerevents.no-touchevents .feature:hover > .feature-icon, .featured-offer-params, .list-offer-params, .infobox-price, .grid-offer-params { background: #1b2835; } .button-alternative { background: #1b2835; } .button-alternative:active, .button-alternative:focus { background: #1b2835; } .details-parameters-price { background: #1b2835; } .slider-overlay { background: #0e131f; } .list-agency-separator, .slider-range, .title-separator-primary, .title-separator-primary2, .blog-grid1-separator, .blog-grid2-separator, .post-comment-indent, .post-comment-indent-large { background: #ebebeb; } .adv-search-tabs li.active a, .adv-search-tabs li.active:hover a, .adv-search-tabs li.active:active a, .adv-search-tabs li.active:focus a { background: #007FFF !important; } .wrapper-chat .panel-heading { cursor: move; background-color: #007FFF; border-color: #007FFF; } .wrapper-chat .panel-primary { border-color: #007FFF; } .estate-type, .sidebar-featured-estate { background: #ee7e23; } .footer-separator, .footer-title-separator, .footer-blog-separator, .footer-newsletter, .small-cont { background: #0c1218; } .facebook-button { background: #395285; } .google-button { background: #dd4b39; } .profile-list-delete, .file-input .kv-file-remove { background: #c6454a; } .profile-list-edit, .sidebar-featured-transaction { background: #22a41c; } .button-fourth { background: #22a41c; } .button-fourth:active, .button-fourth:focus { background: #22a41c; } .shedule, .transaction-type { background: #22a41c; } .profile-list-delete:hover { background: #a2292d; } .profile-list-edit:hover { background: #1e8e19; } html.no-pointerevents.no-touchevents .list-agency:hover .list-agency-separator { background: #54abeb; } .agency-map, .details-map, .submit-property-map { background: #e1e1e1; } .loader-bg { background: #ffffff url(../assets/images/loader.png) no-repeat center center; } header.header2.header-dark, header.header3.header-dark { background: rgba(27, 40, 53, 0.8); } .navbar-nav > li > a.dropdown-toggle:hover::after, .hover-menu::after { background: transparent url(./images/menu-carret.png) no-repeat bottom center; } header.header2 .navbar-nav > li > a.dropdown-toggle:hover::after, header.header2 .hover-menu::after { background: none; } header.header3 .navbar-nav > li > a.dropdown-toggle:hover::after, header.header3 .hover-menu::after { background: none; } .adv-search-tabs li.active::after, .adv-search-tabs li:hover::after { background: transparent url(../images/menu-carret.png) no-repeat bottom center; } .select-cont, .bootstrap-select.btn-group .dropdown-toggle .caret { background: white url(../assets//images/select-bg.png) no-repeat right center; } .cs-skin-border > span::after, .cs-skin-border .cs-selected span::after { background: white url(../images/select-bg.png) no-repeat right center; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #ebebeb url(../assets/images/range-bg.png) no-repeat center center; } .simple-search-cont { background: rgba(255, 255, 255, 0.5); } .simple-search-cont.search-dark { background: rgba(27, 40, 53, 0.8); } .simple-search-cont .cs-skin-border > span::after, .simple-search-cont .cs-skin-border .cs-selected span::after { background: white url(../images/select-bg2.png) no-repeat right center; } .simple-search-cont .bootstrap-select.btn-group .dropdown-toggle .caret { background: white url(../images/select-bg2.png) no-repeat right center; } html.no-pointerevents.no-touchevents #feature1:hover > .feature-text::after { background: #007FFF url(./images/feature-bg1.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature2:hover > .feature-text::after { background: #007FFF url(./images/feature-bg2.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature3:hover > .feature-text::after { background: #007FFF url(./images/feature-bg3.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature4:hover > .feature-text::after { background: #007FFF url(./images/feature-bg4.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature1.feature2:hover, html.no-pointerevents.no-touchevents #feature2.feature2:hover, html.no-pointerevents.no-touchevents #feature3.feature2:hover, html.no-pointerevents.no-touchevents #feature4.feature2:hover, html.no-pointerevents.no-touchevents #feature5.feature2:hover, html.no-pointerevents.no-touchevents #feature6.feature2:hover { background-color: rgba(62, 155, 222, 0.8); } html.no-pointerevents.no-touchevents #feature1.feature2:hover::after { background: url(./images/feature-bg1.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature2.feature2:hover::after { background: url(./images/feature-bg2.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature3.feature2:hover::after { background: url(./images/feature-bg3.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature4.feature2:hover::after { background: url(./images/feature-bg4.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature5.feature2:hover::after { background: url(./images/feature-bg1.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature6.feature2:hover::after { background: url(./images/feature-bg2.jpg) no-repeat center center; } section.featured-offers { background: #183263 url(./images/featured-bg.jpg) no-repeat fixed 50% 0; } .testimonials { background: #152560 url(./images/testimonials-bg.jpg) no-repeat fixed 50% 0; } section.blog-short-title { background: #475057 url(./images/short-bg4.jpg) no-repeat center; } footer.large-cont { background: #151F2B url(./images/footer-bg.jpg) no-repeat center 0px; background-position: center; background-size: cover; } .footer-newsletter input { background: #0c1218 !important; } section.contact-short-title { background: #152560 url(../images/short-bg2.jpg) no-repeat center; } .quote-box, .code-box, .error-box, .warning-box, .success-box, .info-box { background: #f2f2f2; } section.agencies { background: #152560 url(../images/short-bg1.jpg) no-repeat center; } section.agency { background: #152560 url(../images/short-bg2.jpg) no-repeat center; } section.agent { background: #152560 url(../images/short-bg3.jpg) no-repeat center; } section.neighbourhood { background: #f8f8f8 url(../images/neighbourhood-bg.jpg) no-repeat fixed 50% 0; } section.rooms { background: #f8f8f8 url(../images/rooms-bg.jpg) no-repeat fixed 50% 0; } /*********************** BORDERS COLOR ***********************/ .section-dark, .top-localization, .top-mail, .top-phone, .top-social, .top-social-last, .top-bar-wrapper, .view-box, .offer-pagination a, .thumb-box .navigation-box-icon { border: 1px solid #e1e1e1; } .navbar-toggle, .select-cont { border: 1px solid #ebebeb; } .cs-skin-border > span, .cs-skin-border.cs-active > span, .cs-skin-border .cs-options, .cs-skin-border.cs-active .cs-options { border: 1px solid #ebebeb; } .navigation-box-icon2, .team-name, .list-offer-right, .list-offer-right-large, .list-grid-cont, .list-offers, .grid-offer-text, .price-grid-cont, .grid-offers, .number_border, .number_border3, .sidebar, .sidebar-left, .sidebar-featured, .sidebar article, .sidebar-left article, .details-parameters, .details-parameters-cont, .details-map, .agent-social-bar, .agent-icon-circle { border: 1px solid #ebebeb; } input.main-input, input[type="checkbox"].main-checkbox + label span { border: 1px solid #ebebeb; } textarea.main-input, .form-submit-cont, .blue-ul li, .list-agency-right, .list-agency-right-large, .list-agency, .agency-map, .submit-property-map, .center-button-cont-border, .profile-list-info, .labelled-input label, .labelled-textarea label, .labelled-input-short label { border: 1px solid #ebebeb; } .bootstrap-select .btn { border: 1px solid #ebebeb; } .bootstrap-select .btn-default.active, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default:focus { border: 1px solid #ebebeb; } .bootstrap-select.open > .dropdown-toggle.btn-default, .bootstrap-select .dropdown-menu { border: 1px solid #ebebeb; } header.header2 .top-icon-circle, header.header3 .top-icon-circle { border: 1px solid #cecece; } .top-icon-circle, .dropdown-menu, .agent-icon-circle:hover, .label-icon-circle, .labelled-input-short label:hover .label-icon-circle { border: 1px solid #a5a9ab; } .blog-grid2-post-content, .blog-grid2-bottom, .tag-div, .panel-apartment a[role="button"] { border: 1px solid #eaeaea; } .apartment-tabs .nav-tabs li a, .apartment-tabs .tab-content { border: 1px solid #eaeaea; } .apartment-stacked-tabs .tab-content, .price-table-ul li { border: 1px solid #eaeaea; } .top-dark { border: 1px solid #007FFF; } header.header2 .navbar-nav > li > a:hover, header.header2 .navbar-nav > li > a:active, header.header2 .navbar-nav > li > a:focus { border: 1px solid #007FFF; } header.header3 .navbar-nav > li > a:hover { border: 1px solid #007FFF; } .navigation-box-icon, .feature-icon, .testimonial2 .testimonials-photo, .list-offer-photo, .filter-box:hover, .filter-box-active, .view-box-active { border: 1px solid #007FFF; } header.header2 .top-dark .top-icon-circle, header.header3 .top-dark .top-icon-circle { border: 1px solid #007FFF; } .offer-pagination a:hover, .offer-pagination .active { border: 1px solid #007FFF; } .grid-offer-photo, .thumb-next:hover .navigation-box-icon, .thumb-prev:hover .navigation-box-icon, input[type="checkbox"].main-checkbox:checked + label span, input[type="checkbox"].main-checkbox:checked + span, input[type="radio"].main-radio:checked + span, .blue-ul .custom-ul-bullet, .archive-item figur, .quote-box, .info-box, .panel-apartment .panel-collapse { border: 1px solid #007FFF; } .apartment-tabs > .nav-tabs li.active a { border: 1px solid #007FFF; } .apartment-tabs > .nav-tabs li a:hover, .apartment-tabs > .nav-tabs li a:active, .apartment-tabs > .nav-tabs li a:focus { border: 1px solid #007FFF; } .custom-ul .custom-ul-bullet, .list-agency-photo, .infobox-main { border: 1px solid #007FFF; } header.header2 .top-bar, header.header3 .top-bar { border-bottom: 1px solid rgba(206, 206, 206, 0.25); } .top-dark .top-icon-circle, .swiper2-price-button { border: 1px solid #ffffff; } html.no-pointerevents.no-touchevents .feature:hover > .feature-icon, html.no-pointerevents.no-touchevents .team-member:hover .team-name { border: 1px solid #ffffff; } .team-icon-circle, .footer-ul li .custom-ul-bullet { border: 1px solid #ffffff; } .apartment-stacked-tabs .nav-tabs li.active a { border: 1px solid #ffffff; } .apartment-stacked-tabs .nav-tabs li.active a:hover { border: 1px solid #ffffff; } .gallery-grid-item { border: 1px solid #ffffff; } .file-input .file-drop-zone { border: 1px dashed #ffffff; } .top-dark { border-width: 0 1px; } .section-dark { border-width: 1px 0 1px 0; } .top-localization, .top-mail, .top-phone, .top-social { border-width: 0 0 0 1px; } .top-social-last { border-width: 0 1px 0 1px; } .top-bar-wrapper { border-width: 0 0 1px 0; } header.header3 .nav a { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); } header.header2 .navbar-nav > li > a, header.header3 .navbar-nav > li > a { border-top: 3px solid transparent; } header.header2 .dropdown > .dropdown-menu::before, header.header3 .dropdown > .dropdown-menu::before { border-color: transparent transparent #ffffff transparent; } header.header2 .navbar-nav > li > a:hover, header.header2 .navbar-nav > li > a:active, header.header2 .navbar-nav > li > a:focus { border-width: 3px 0 0 0; } header.header3 .navbar-nav > li > a:hover { border-width: 3px 0 0 0; } header.header3 .navbar-nav > li > a:active, header.header3 .navbar-nav > li > a:focus { border-top: 3px solid transparent; } .dropdown-submenu > a::after { border-color: transparent; border-width: 5px 0 5px 5px; border-left-color: #cccccc; } .adv-search-tabs li.active::after, .adv-search-tabs li:hover::after { border-color: transparent transparent #f8f8f8 transparent; } .cs-skin-border > span::after, .cs-skin-border .cs-selected span::after { color: transparent; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 4px solid #004A7E; } .button-triangle { border-color: transparent transparent #ffffff transparent; } .button-triangle2 { border-color: transparent transparent #007FFF transparent; } .navigation-triangle { border-color: transparent transparent #ffffff transparent; } .navigation-box2.secondary .navigation-box-icon2 { border: 1px solid #E3E3E3; } .navigation-box2.secondary .navigation-triangle { border-color: transparent transparent #007FFF transparent; } .simple-search-cont .cs-skin-border > span::before, .simple-search-cont span.filter-option::before { border-color: transparent transparent transparent #007FFF; } .feature-icon, html.no-pointerevents.no-touchevents .feature:hover > .feature-icon { border-width: 2px; } .featured-offer-photo, .neighbourhood-photo { border-bottom: 2px solid #1b2835; } .team-name, html.no-pointerevents.no-touchevents .team-member:hover .team-name { border-width: 0px 1px 1px 1px; } .big-triangle { border-color: transparent transparent #007FFF transparent; } .big-triangle-second-color { border-color: transparent transparent #0c1218 transparent; } .big-triangle2 { border-color: transparent transparent #ffffff transparent; } .testimonial2 .testimonials-photo { border-width: 4px; } .list-offer-right, .list-offer-right-large { border-width: 1px 1px 1px 0px; } .list-offer-photo { border-width: 0 0 2px 0; } .list-grid-cont, .list-offers { border-width: 1px 1px 0px 1px; } .view-box, .offer-pagination a { border-width: 1px; } .grid-offer-photo { border-width: 0 0 2px 0; } .grid-offer-text { border-width: 0px 1px 0px 1px; } .price-grid-cont, .grid-offers { border-width: 1px 1px 0px 1px; } .blog-grid1-button .blog-grid1-triangle, .blog-grid1-button-right .blog-grid1-triangle { border-color: transparent transparent #007FFF transparent; } .number_border, .number_border3 { border-width: 0 0 0 1px; } .count-second-color .number_border, .count-second-color .number_border3 { border-left: 1px solid #82caff; } .footer-ul li { border-bottom: 1px solid #0c1218; } .footer-ul li .custom-ul-bullet { border-width: 2px; } .tooltip-arrow { border-top-color: #ffffff !important; } .tooltip.bottom .tooltip-arrow { border-bottom-color: #ffffff !important; } .tooltip.right .tooltip-arrow { border-right-color: red; } .sidebar { border-width: 0 0 0 1px; } .sidebar-left { border-width: 0 1px 0 0; } .sidebar-featured, .sidebar article, .sidebar-left article { border-width: 0 0 1px 0; } .thumb-box .navigation-triangle { border-color: transparent transparent #007FFF transparent; } .details-parameters { border-width: 0 1px 1px 1px; } .details-parameters-cont { border-width: 0 0 1px 0; } .agent-social-bar { border-width: 1px 0 1px 0; } input[type="checkbox"].main-checkbox + label span::after, input[type="checkbox"].main-checkbox:checked + label span::after { border-color: transparent transparent #007FFF transparent; } input[type="checkbox"].main-checkbox + span::after, input[type="checkbox"].main-checkbox:checked + span::after { border-color: transparent transparent #007FFF transparent; } input[type="radio"].main-radio + span::after, input[type="radio"].main-radio:checked + span::after { border-color: transparent transparent #007FFF transparent; } .form-submit-cont { border-width: 0 1px 1px 1px; } .blue-ul li { border-width: 0 0 1px 0; } .blue-ul .custom-ul-bullet { border-width: 2px; } .blog-grid2-post-content { border-width: 0 1px 1px 1px; } .archive-item figure { border-width: 0 0 2px 0; } .quote-box { border-width: 0 0 0 3px; } .code-box { border-left: 3px solid #5d5d5d; border-width: 0 0 0 3px; } .error-box { border-left: 3px solid #c64b4b; } .warning-box { border-left: 3px solid #fbaf5d; } .success-box { border-left: 3px solid #4fa74b; } .info-box { border-width: 0 0 0 3px; } .quote-box .small-triangle { border-color: transparent transparent #007FFF transparent; } .code-box .small-triangle { border-color: transparent transparent #5d5d5d transparent; } .error-box .small-triangle { border-color: transparent transparent #c64b4b transparent; } .warning-box .small-triangle { border-color: transparent transparent #fbaf5d transparent; } .success-box .small-triangle { border-color: transparent transparent #4fa74b transparent; } .info-box .small-triangle { border-color: transparent transparent #007FFF transparent; } .panel-apartment a[role="button"] { border-width: 1px 0px 0px 0px; } .panel-apartment a[role="button"] .button-triangle { border-color: transparent transparent #007FFF transparent; } .panel-apartment a[role="button"] .button-triangle2 { border-color: transparent transparent #f8f8f8 transparent; } .panel-apartment a[aria-expanded="true"] .button-triangle { border-color: transparent transparent #ffffff transparent; } .panel-apartment .panel-collapse { border-width: 0 0 0 2px; } .apartment-tabs .nav-tabs li a { border-width: 1px 1px 0 1px; } .apartment-tabs .nav-tabs li a .button-triangle2 { border-color: transparent transparent #007FFF transparent; } .apartment-tabs .nav-tabs li.active a { border-width: 1px 1px 0 1px; } .apartment-tabs .nav-tabs li.active::after { border-color: transparent transparent #ffffff transparent; } .apartment-tabs .nav-tabs li:hover::after { border-color: transparent transparent #ffffff transparent; } .apartment-tabs .nav-tabs li a:hover, .apartment-tabs .nav-tabs li a:active, .apartment-tabs .nav-tabs li a:focus { border-width: 1px 1px 0 1px; } .apartment-stacked-tabs .nav-tabs li a { border-color: #ebebeb #007FFF #ebebeb #ebebeb; border-width: 1px 2px 1px 1px; } .apartment-stacked-tabs .nav-tabs li a .button-triangle2 { border-color: transparent transparent #007FFF transparent; } .apartment-stacked-tabs .nav-tabs li a:hover { border-color: #ebebeb #007FFF #ebebeb #ebebeb; border-width: 1px 2px 1px 1px; } .apartment-stacked-tabs .nav-tabs li.active a { border-color: #ebebeb transparent #ebebeb #ebebeb; border-width: 1px 2px 1px 1px; } .apartment-stacked-tabs .nav-tabs li.active a:hover { border-color: #ebebeb transparent #ebebeb #ebebeb; border-width: 1px 2px 1px 1px; } .custom-ul .custom-ul-bullet { border-width: 2px; } .ul-second-color.custom-ul .custom-ul-bullet { border: 2px solid #82caff; } .button-secondary .button-triangle { border-color: transparent transparent #007FFF transparent; } .button-secondary .button-triangle2 { border-color: transparent transparent #ffffff transparent; } .button-alternative .button-triangle { border-color: transparent transparent #ffffff transparent; } .button-alternative .button-triangle2 { border-color: transparent transparent #1b2835 transparent; } .button-fourth .button-triangle { border-color: transparent transparent #ffffff transparent; } .button-fourth .button-triangle2 { border-color: transparent transparent #22A41C transparent; } .price-table-triangle { border-color: transparent transparent transparent #ffffff; } .price-table-triangle2 { border-color: transparent transparent #007FFF transparent; } .price-table-ul li { border-width: 0 0 1px 0; } .price-table-secondary .price-table-triangle { border-color: transparent transparent transparent #007FFF; } .price-table-secondary .price-table-triangle2 { border-color: transparent transparent #ffffff transparent; } .price-table-secondary .price-table-ul li { border-bottom: 1px solid #4aa8ec; } .list-agency-right, .list-agency-right-large { border-width: 0 0 0 1px; } .list-agency-photo { border-width: 0 0 2px 0; } .list-agency .small-triangle { border-color: transparent transparent #007FFF transparent; } .small-triangle2 { border-color: transparent transparent #ffffff transparent; } html.no-pointerevents.no-touchevents .list-agency:hover .list-agency-right, html.no-pointerevents.no-touchevents .list-agency:hover .list-agency-right-large { border-color: #54abeb; } .center-button-cont-border { border-width: 1px 0 0 0; } .profile-list-info { border-width: 0 1px 0 0; } .labelled-input label { border-width: 1px 0 1px 1px; } .labelled-textarea label { border-width: 1px 1px 0px 1px; } .labelled-input-short label { border-width: 1px 0 1px 1px; } .facebook-button { border: 1px solid #395285; } .google-button { border: 1px solid #dd4b39; } .infobox-main { border-width: 0 0 0 4px; } .infobox-main::before { border-color: transparent #007FFF transparent transparent; } .blog-grid2-bottom { border-width: 1px 0 0 0; } .details-parameters-cont-last { border-bottom: 0px; } li.ap-submenu, .price-table-ul li:last-child { border-bottom: none; } .btn-file-upl { background-color: #007FFF; } .btn-file-upl:hover { background-color: #fff; border: 1px solid #ebebeb; border-right: 1px solid transparent; } .btn-file-upl:hover span { color: #007FFF; } .icon-unit:hover { background-color: #007FFF; } .icon-unit.selected { background-color: #007FFF; } .social .btn-social { background-color: #007FFF; } @media only screen and (max-width: 991px) { .sidebar, .sidebar-left { background: #1a2226; } } @media only screen and (max-width: 767px) { header.header2 .navbar-collapse, header.header3 .navbar-collapse { background: #ffffff; color: #5d5d5d; } header.header2 .navbar-nav > li > a, header.header3 .navbar-nav > li > a { color: #5d5d5d; } header.header2 .navbar-nav > li > a:hover, header.header3 .navbar-nav > li > a:hover { color: #ffffff; background: #007FFF; } .dropdown-submenu a, .dropdown-menu a { background: #f8f8f8; } a.hover-menu { background: #f8f8f8; color: #5d5d5d !important; } .dropdown-submenu > .dropdown-menu a { background: #ebebeb; } .big-blog-grid2-item .blog-grid2-post-content { border: 0px solid #eaeaea; border-width: 0 1px 1px 1px; } .simple-search-cont { background: #1a2633; } .list-offer-right, .list-offer-right-large { border-width: 0px; } .list-offer { border: 1px solid #eaeaea; } } @media only screen and (min-width: 768px) { header.header2.sticky, header.header3.sticky { background: #1B2835; } } @media only screen and (max-width: 480px) { .simple-search-cont input.simple-search-input { border-bottom: 1px solid #ebebeb; } } a.link, a:hover, a:focus { cursor: pointer; } button.button-full { border-width: 0; margin-bottom: 5px; } .button-small { border-width: 0; margin-bottom: 5px; } .fa-success { color: #5cb85c; } .fa-primary { color: #007FFF; } .fa-warning { color: #ec971f; } .fa-danger { color: #c9302c; } .fa-info { color: #31b0d5; } .btn-group-xs > .btn, .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn > .fa { margin-right: 3px; } .left { float: left; } .right { float: right; } .d-inline-block { display: inline-block; } .top-bar { overflow: initial; } .top-bar .top-nologin > .btn { margin-top: 7px; } .top-bar .top-icon-circle .badge { position: absolute; top: 0; right: 0; background: #c9302c; color: #fff; } .top-bar .dropdown > .dropdown-menu { left: -430px !important; border: 1px solid rgba(100, 100, 100, 0.4); } .top-bar .dropdown > .dropdown-menu .dropdown-header { padding: 5px 12px; } .top-bar .dropdown > .dropdown-menu .dropdown-header { max-height: 400px; overflow: auto; } .top-bar .dropdown > .dropdown-menu .media { line-height: 100%; padding: 6px 20px 6px 12px; margin-top: 0px; color: #232323; border-top: 1px solid #a5a9ab; } .top-bar .dropdown > .dropdown-menu .media .media-heading { margin-bottom: 3px; } .top-bar .dropdown > .dropdown-menu .media .media-left img { width: 48px; height: 48px; } .top-bar .dropdown > .dropdown-menu .media .media-date { font-size: 80%; margin-top: 3px; } .top-bar .dropdown > .dropdown-menu .media.new { background: #ecf2fa; } .top-bar .dropdown > .dropdown-menu .media .fa { margin-right: 5px; } /*# sourceMappingURL=apartment.css.map*/
public/assets/css/apartment.css
.jumbotron-text-shadow { text-shadow: 0px 1px 1px #969696; } .ap-banner { width: 100%; background: url("./images/bg-pattern12.jpg") center center no-repeat; height: 500px; display: block; } .ap-banner .jumbotron { background: transparent; color: #fff; padding-bottom: 0px; } .ap-banner .jumbotron h2 { color: #fff; line-height: 40px; margin-bottom: 10px; } .ap-banner .dark-bg { width: 100%; height: 100%; background-color: rgba(221, 221, 221, 0.1); } .re-jumbotron { background: transparent; color: #333; padding-bottom: 0px; text-align: center; } .re-jumbotron h2 { color: #7dc227; line-height: 40px; margin-bottom: 10px; } .re-jumbotron .center-button-cont a { border: 1px solid #ebebeb; } .units { width: 100%; display: block; padding: 60px 0 50px 0; } .units h3 { line-height: 30px; margin-bottom: 20px; } .units > span { font-size: 20px; margin-bottom: 20px; } .units > span > p { margin-bottom: 20px; } .units > p { font-size: 20px; position: relative; padding-left: 35px; } .units > p:before { content: '\F046'; font-family: "FontAwesome"; position: absolute; top: 0; left: 0; font-size: 20px; color: #007FFF; } .img-unit img { width: 100%; height: 458px; } .wrap-section-box { padding: 0px 0 60px 0; border: 0px !important; } .package { padding: 0; } .package .caption { padding: 0; } .package .caption .caption-text { padding: 60px 13px 13px; } .package .caption .caption-text .pink-caption-color { color: #ff609c; } .package .caption .caption-text .pink-caption-background { background-color: #ff609c; } .package .caption .caption-text h3 { color: #3893d9; } .package .caption .caption-text .caption-price { padding: 30px 0; font-size: 26px; } .package .caption .caption-text a { width: 100%; background-color: #92989d; text-transform: uppercase; line-height: 25px; text-shadow: -1px 2px 1px rgba(150, 150, 150, 0.8); opacity: 0.8; transition: all 0.3s ease; } .package .caption .caption-text a:hover { border: 1px solid transparent; opacity: 1; } .package ul { text-transform: none; } .package ul li { height: 57px; padding: 20px 30px; text-align: center; } .package ul li:nth-child(2n + 1) { background-color: #f7f7f7; } .shell { margin-top: 40px; } .shell .sheet { margin-bottom: 35px; } .shell .sheet h4 { margin-bottom: 10px; line-height: 25px; } .shell .sheet p { margin-bottom: 5px; font-size: 14px; } .padding-top-original { padding-top: 0px; } @media only screen and (max-width: 480px) { .img-unit img { height: 285px; } } /*************************/ body { background: #007FFF url(./images/bg-pattern5.jpg) repeat; font-family: 'Roboto', 'Arial', sans-serif; color: #898989; } /*********************** TEXT COLOR ***********************/ .re-jumbotron h2 { color: #007FFF !important; } .huge-header, .list-offer-right, .list-offer-right-large, footer a, .blue-ul a, .tag-div, address.contact-info a, .ticks-ul a, .custom-ul a, .masonry-grid-item a, .masonry-offers .masonry-grid-item a:hover, .list-agency-right, .list-agency-right-large { color: #898989; } .list-offer-text a { color: #898989; } .list-offer-text a:hover { color: #898989; } a, .text-color4, .top-dark .top-icon-circle { color: #007FFF; } header.header2 .top-dark .top-icon-circle, header.header3 .top-dark .top-icon-circle { color: #007FFF; } .nav a.special-color, .special-color, .button-primary:hover, .button-icon, .feature-icon, .feature2-icon, .team-icon-circle:hover, .big-icon:hover, .blog-grid1-topline i.fa, .blog-grid1-title h4:hover, .blog-grid1-button, .blog-grid1-button-right, .number-img i.fa, footer a:hover { color: #007FFF; } .sidebar-featured-title a:hover, .sidebar-featured-title a:active, .sidebar-featured-title a:focus { color: #007FFF; } .sidebar-featured-price { color: #007FFF; } .sidebar-blog-title a:hover, .sidebar-blog-title a:active, .sidebar-blog-title a:focus { color: #007FFF; } .sidebar-blog-date i.fa, .details-image i.fa, .details-ticks li i.jfont, .blue-ul a:hover, .blog-grid2-bottom i.fa, .blog-top-icon i.fa { color: #007FFF; } .archive-item .title-link:hover h2, .archive-item .title-link:hover div { color: #007FFF; } .vertical-line { border-left: 4px solid #007FFF; padding: 7px 0 7px 6px; } .blog-big-icon i.fa, .comment-date { color: #007FFF; } .reply-link { color: #007FFF; } .reply-link:hover { color: #007FFF; } address.contact-info a:hover, address.contact-info i.fa { color: #007FFF; } .quote-box .small-icon i.fa, .quote-box .small-icon i.jfont { color: #007FFF; } .info-box .small-icon i.fa, .info-box .small-icon i.jfont { color: #007FFF; } .ticks-ul li i.jfont, .ticks-ul a:hover { color: #007FFF; } .custom-ul li i.jfont, .custom-ul a:hover { color: #007FFF; } .button-secondary { color: #007FFF; } .button-secondary:focus, .button-secondary:active { color: #007FFF; } .list-agency .small-icon i.fa, .list-agency .small-icon i.jfont { color: #007FFF; } .details-agency-address i.fa, .file-input .btn:hover, .list-offer-h4 a:hover, .change-photo i.fa, .navigation-box-icon:hover, .navigation-box-icon2:hover, .big-icon { color: #007FFF; } .apartment-stacked-tabs .nav-tabs li.active a { color: #007FFF !important; } .apartment-stacked-tabs .nav-tabs li.active a:hover { color: #007FFF !important; } .top-icon-circle:hover { color: #ffffff; } header.header2 .top-icon-circle:hover, header.header3 .top-icon-circle:hover { color: #ffffff; } .top-dark, header.header2 .top-dark, .top-dark .top-icon-circle:hover { color: #ffffff; } header.header2 .top-dark .top-icon-circle:hover, header.header3 .top-dark .top-icon-circle:hover, header.header2 .nav a, header.header3 .nav a, header.header2 .special-color, header.header3 .special-color { color: #ffffff; } .swiper2-price-button { color: #ffffff; } .shedule { color: #ffffff; } .shedule:hover, .shedule:active, .shedule:focus { color: #ffffff; } #adv-search-hide { color: #ffffff; } .button-primary { color: #ffffff; } .button-primary:active, .button-primary:focus { color: #ffffff; } .navigation-box-icon { color: #ffffff; } html.no-pointerevents.no-touchevents .feature:hover > .feature-icon, html.no-pointerevents.no-touchevents .feature2:hover > .feature2-icon { color: #ffffff; } .team-icon-circle, .gallery-grid-item span { color: #ffffff; } .big-icon-second-color i.fa, .big-icon-second-color i.jfont { color: #ffffff; } .testimonial2 p.lead, .list-price { color: #ffffff; } .count-second-color .number-img i.fa, .count-second-color .number-big { color: #ffffff; } .gallery-slide-estate i.fa, #slide-more-cont, .thumb-next:hover .navigation-box-icon, .thumb-prev:hover .navigation-box-icon, .details-parameters-price, .agent-icon-circle:hover, .tag-div:hover, .panel-apartment a[role="button"]:hover { color: #ffffff; } .apartment-tabs .nav-tabs li.active a { color: #ffffff; } .apartment-tabs .nav-tabs li a:hover, .apartment-tabs .nav-tabs li a:active, .apartment-tabs .nav-tabs li a:focus { color: #ffffff; } .apartment-stacked-tabs .nav-tabs li a:hover, .apartment-stacked-tabs .nav-tabs li a:active, .apartment-stacked-tabs .nav-tabs li a:focus { color: #ffffff; } .ul-second-color.custom-ul li, .button-secondary:hover { color: #ffffff; } .button-alternative { color: #ffffff; } .button-alternative:active, .button-alternative:focus { color: #ffffff; } .button-fourth { color: #ffffff; } .button-fourth:active, .button-fourth:focus { color: #ffffff; } .price-table-secondary .price-table-ul li { color: #ffffff; } .list-agency-description { color: #ffffff; } .list-agency-description a { color: #ffffff; } .list-agency-description a:hover { color: #ffffff; } html.no-pointerevents.no-touchevents .list-agency:hover .list-agency-title { color: #ffffff; } .file-input .file-preview, .file-input .file-drop-zone-title, .file-input .close, .file-input .btn { color: #ffffff; } .file-input .kv-file-remove { color: #ffffff; } .file-input .kv-file-remove i { color: #ffffff; } .profile-list-footer i.fa, .labelled-input-short label:hover .label-icon-circle, .change-photo:hover i.fa, .facebook-button, .google-button, .infobox-price, .gallery-filter, .second-color { color: #ffffff; } .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus { color: #ffffff; } header.header2 .navbar-nav > li > a:hover, header.header2 .navbar-nav > li > a:active, header.header2 .navbar-nav > li > a:focus { color: #ffffff; } header.header3 .navbar-nav > li > a:hover, header.header3 .navbar-nav > li > a:active, header.header3 .navbar-nav > li > a:focus { color: #ffffff; } .nav .open > a { color: #ffffff; } .nav .open > a:focus, .nav .open > a:hover { color: #ffffff; } .slide-desc-params, .slide-desc-price { color: #ffffff; } html.no-pointerevents.no-touchevents #feature1.feature2:hover, html.no-pointerevents.no-touchevents #feature2.feature2:hover, html.no-pointerevents.no-touchevents #feature3.feature2:hover, html.no-pointerevents.no-touchevents #feature4.feature2:hover, html.no-pointerevents.no-touchevents #feature5.feature2:hover, html.no-pointerevents.no-touchevents #feature6.feature2:hover { color: #ffffff; } html.no-pointerevents.no-touchevents .feature2:hover > .feature2-text, html.no-pointerevents.no-touchevents .feature2:hover > .feature2-icon { color: #ffffff; } html.no-pointerevents.no-touchevents .feature:hover h3, html.no-pointerevents.no-touchevents .feature:hover h5 { color: #ffffff; } html.no-pointerevents.no-touchevents .feature2:hover h4 { color: #ffffff; } .type-container, .featured-offer-params, .featured-price, .team-description, .list-offer-params, .estate-type, .transaction-type, .grid-offer-params, .blog-grid1-button:hover, .blog-grid1-button-right:hover, footer address i.fa, .footer-blog-date i.fa, .footer-newsletter button, .sidebar-featured-type, .gallery-slide-desc-price, .navigation-box2.secondary .navigation-box-icon2:hover, html.no-pointerevents.no-touchevents .feature:hover .feature-text { color: #ffffff; } .text-color2, p.lead, .nav a { color: #5d5d5d; } header.header2 .dropdown-menu a, header.header3 .dropdown-menu a { color: #5d5d5d; } .main-menu-cont .navbar-nav .dropdown.selected > a, .navbar-nav > li.selected > a { background-color: #007FFF; } .main-menu-cont .dropdown > .dropdown-menu > li.selected a { background-color: #007FFF; } .dropdown-menu > li > a, .select-cont select, div.cs-skin-border { color: #5d5d5d; } .cs-skin-border.cs-active > span, .cs-skin-border .cs-options { color: #5d5d5d; } .adv-search-amount, .adv-search-label, .adv-search-range-cont span, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .list-offer-localization, .list-price-label, .grid-offer-localization, .grid-price-label, .grid-price, .blog-grid1-topline, .blog-grid1-title h4, .tooltip-inner { color: #5d5d5d; } .sidebar-featured-title { color: #5d5d5d; } .sidebar-featured-title a { color: #5d5d5d; } input.simple-search-input { color: #5d5d5d; } .sidebar-blog-title { color: #5d5d5d; } .sidebar-blog-title a { color: #5d5d5d; } input.main-input { color: #5d5d5d; } input[type="checkbox"].main-checkbox:checked + label, input[type="checkbox"].main-checkbox + label { color: #5d5d5d; } textarea.main-input, .blog-grid2-bottom, .blog-top-icon, .comment-author, .error-box, .warning-box, .success-box, .info-box { color: #5d5d5d; } .code-box .small-icon i.fa, .code-box .small-icon i.jfont { color: #5d5d5d; } .panel-apartment a[role="button"], .price-table-icon, .price-table-ul li, .details-agency-address { color: #5d5d5d; } .details-parameters.agency-details { color: #5d5d5d; } .details-parameters.agency-details a:not(.agent-icon-circle) { color: #5d5d5d; } .details-parameters.agency-details a:not(.agent-icon-circle):hover { color: #5d5d5d; } .bold-indent, .profile-info-title, .profile-info-text, .list-offer-h4 a, .labelled-input label, .labelled-textarea label, .labelled-input-short label, .login-or, .infobox-text, .agent-social-bar, .third-color { color: #5d5d5d; } .bootstrap-select .btn { color: #5d5d5d; } .bootstrap-select .dropdown-menu > .active > a { color: #5d5d5d; } .bootstrap-select .dropdown-menu > .active > a:focus, .bootstrap-select .dropdown-menu > .active > a:hover { color: #5d5d5d; } input.simple-search-input::-webkit-input-placeholder, input.simple-search-input::-moz-placeholder, input.simple-search-input:-moz-placeholder, input.simple-search-input:-ms-input-placeholder { color: #5d5d5d !important; } .footer-newsletter input::-webkit-input-placeholder, .footer-newsletter input::-moz-placeholder, .footer-newsletter input:-moz-placeholder, .footer-newsletter input:-ms-input-placeholder .main-input::-webkit-input-placeholder { color: #5d5d5d !important; } .main-input::-moz-placeholder, .main-input:-moz-placeholder, .main-input:-ms-input-placeholder { color: #5d5d5d !important; } .text-color3 { color: #1b2835; } html.no-pointerevents.no-touchevents .feature:hover .special-color, html.no-pointerevents.no-touchevents .feature2:hover .special-color { color: #1b2835; } .button-alternative:hover, .button-alternative .button-icon { color: #1b2835; } .swiper2-text { color: #c8c8c8; } .adv-search-tabs li a { color: #979797; } .top-bar, .top-icon-circle, .agent-icon-circle, .label-icon-circle { color: #a5a9ab; } header.header2 .top-bar, header.header3 .top-bar, header.header2 .top-icon-circle, header.header3 .top-icon-circle { color: #cecece; } .panel-apartment a[aria-expanded="true"] { color: #ffffff !important; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus { color: #ffffff !important; } .hover-menu { color: #ffffff !important; } header.header2 .hover-menu, header.header3 .hover-menu { color: #ffffff !important; } .adv-search-tabs li.active a, .adv-search-tabs li.active:hover a, .adv-search-tabs li.active:active a, .adv-search-tabs li.active:focus a { color: #ffffff !important; } .navigation-box-icon2, .testimonials2-content { color: #ebebeb; } .navigation-box2.secondary .navigation-box-icon2 { color: #E3E3E3; } .offer-pagination a, .thumb-box .navigation-box-icon { color: #b7b7b7; } .offer-pagination .active { color: #333333; } .count-second-color .number-label, .ul-second-color.custom-ul li i.jfont { color: #82caff; } .error-box .small-icon i.fa, .error-box .small-icon i.jfont { color: #c64b4b; } .warning-box .small-icon i.fa, .warning-box .small-icon i.jfont { color: #fbaf5d; } .success-box .small-icon i.fa, .success-box .small-icon i.jfont { color: #4fa74b; } .button-fourth:hover, .button-fourth .button-icon { color: #22A41C; } html.no-pointerevents.no-touchevents .list-agency:hover .list-agency-text { color: #f8f8f8; } .facebook-button:hover { color: #395285; } .google-button:hover { color: #dd4b39; } .file-input .kv-file-remove:hover i { color: #c6454a !important; } .footer-newsletter input { color: #898989 !important; } /*********************** BACKGROUND COLOR ***********************/ .section-dark, .top-bar-wrapper, .tab-content { background: #222d32; } .cs-skin-border .cs-options li span:hover, .cs-skin-border li.cs-focus span { background: #f8f8f8; } section.thumbs-slider, .thumb-box, .details-parameters, .contact1, .contact3, .apartment-tabs .nav-tabs li, .apartment-stacked-tabs .nav-tabs li, .list-agency, .adv-search-tabs li a, .labelled-input-short label, .labelled-textarea label, .labelled-input label, .profile-list-footer, .dark-col { background: #f8f8f8; } .section-light, header, .top-dark .top-icon-circle { background: #ffffff; } header.header2 .top-dark .top-icon-circle, header.header3 .top-dark .top-icon-circle { background: #ffffff; } .main-menu-cont, .navbar-collapse, .navbar-toggle, .slide-desc-text, div.cs-skin-border, .button-icon, html.no-pointerevents.no-touchevents .feature:hover .feature-separator, .title-separator-secondary, .title-separator-secondary2 { background: #ffffff; } .owl-pagination .owl-page, .owl-pagination .active { background: #ffffff; } .featured-offer-text, .featured-offer-back, section.team, .team-member, .team-icon-circle:hover, .big-icon, .testimonials-content, .list-offer-right, .list-offer-right-large, .list-offer-front, .list-offer-back, .offer-pagination a, .grid-offer-front, .grid-offer-back, .tooltip-inner, .gallery-slide-title, input[type="checkbox"].main-checkbox + label span, .form-submit-cont, .blog-grid2-post-content, .small-icon, .apartment-tabs .tab-content { background: #ffffff; } .apartment-stacked-tabs .nav-tabs li.active a { background: #ffffff; } .apartment-stacked-tabs .nav-tabs li.active a:hover { background: #ffffff; } .apartment-stacked-tabs .tab-content { background: #ffffff; } .button-secondary { background: #ffffff; } .button-secondary:focus, .button-secondary:active { background: #ffffff; } .price-table-icon, .price-table-body, .price-table-footer, .price-table-secondary .price-table-header, .list-agency-left { background: #ffffff; } .file-input .btn:hover, .file-input .file-preview-frame { background: #ffffff; } .change-photo, #agent-file-name, .facebook-button:hover, .google-button:hover, .infobox-main, .neighbourhood-item, .feature-icon, .featured-offer-back, .filter-icons-container, .view-icons-container, .blog-grid1-post-content, .big-blog-grid1-item .blog-grid1-post-content, .blog-grid1-button, .blog-grid1-button-right, .big-blog-grid2-item .blog-grid2-post-content, article.big-blog-grid2-item, .cs-skin-border.cs-active > span { background: #ffffff; } .bootstrap-select .btn:hover { background: #ffffff; } .bootstrap-select .btn-default.active, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default:focus { background: #ffffff; } .bootstrap-select.open > .dropdown-toggle.btn-default { background: #ffffff; } .section-color { background: #007FFF; } .top-dark { background: #007FFF; } .top-dark .top-icon-circle:hover { background: #007FFF; } header.header2 .top-dark .top-icon-circle:hover, header.header3 .top-dark .top-icon-circle:hover, header.header2 .special-color, header.header3 .special-color { background: #007FFF; } .navbar-toggle span.icon-bar, .gallery-filter { background: #007FFF; } .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus { background: #007FFF; } .nav .open > a { background: #007FFF; } .nav .open > a:focus, .nav .open > a:hover { background: #007FFF; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus { background: #007FFF; } .hover-menu { background: #007FFF; } header.header2 .dropdown-menu .hover-menu, header.header3 .dropdown-menu .hover-menu { background: #007FFF; } .slide-desc-price, .change-photo:hover, #adv-search-hide, .ui-slider-range { background: #007FFF; } .button-primary { background: #007FFF; } .button-primary:active, .button-primary:focus { background: #007FFF; } .navigation-box, .title-separator, .title-separator-secondary::after, .title-separator-secondary2::after, .title-separator-primary::after, .title-separator-primary2::after, .featured-price, .big-icon-second-color, .list-price, .blog-grid1-separator::after, .footer-title-separator::after, .footer-newsletter button, .gallery-slide-estate, .gallery-slide-desc-price, #slide-more-cont, .short-title-separator, .blog-grid2-separator::after { background: #007FFF; } section.contact-page-1, section.contact-map2 { background: #007FFF; } .panel-apartment a[aria-expanded="true"], .apartment-tabs > .nav-tabs li.active a, .price-table-header { background: #007FFF; } .price-table-secondary .price-table-body, .price-table-secondary .price-table-footer { background: #007FFF; } .upload-gallery { background: #007FFF; } .file-input { background: #007FFF; } .file-input .btn, .file-input .file-preview { background: #007FFF; } html.no-pointerevents.no-touchevents .feature:hover .feature-text { background: #007FFF; } .labelled-input .date label { background: #007FFF; } .labelled-input .date label:hover { background-color: #fff; color: #007FFF; } .top-icon-circle:hover, .agent-icon-circle:hover, .labelled-input-short label:hover .label-icon-circle { background: #a5a9ab; } header.header2, header.header3 { background: transparent; } header.header2 .top-dark, header.header2 .top-bar-wrapper { background: transparent; } header.header3 .top-bar-wrapper, header.header2 .main-menu-cont, header.header3 .main-menu-cont, header.header2 .navbar-collapse, header.header3 .navbar-collapse { background: transparent; } header.header2 .navbar-nav > li > a:hover, header.header2 .navbar-nav > li > a:active, header.header2 .navbar-nav > li > a:focus { background: transparent; } header.header3 .navbar-nav > li > a:hover, header.header3 .navbar-nav > li > a:active, header.header3 .navbar-nav > li > a:focus { background: transparent; } header.header2 .hover-menu, header.header3 .hover-menu { background: transparent; } .navigation-box2, .adv-search-amount { background: transparent; } header.header2 .top-icon-circle:hover, header.header3 .top-icon-circle:hover { background: #cecece; } .slide-desc, .slide-desc-params, .adv-search-section, html.no-pointerevents.no-touchevents .feature:hover > .feature-icon, .featured-offer-params, .list-offer-params, .infobox-price, .grid-offer-params { background: #1b2835; } .button-alternative { background: #1b2835; } .button-alternative:active, .button-alternative:focus { background: #1b2835; } .details-parameters-price { background: #1b2835; } .slider-overlay { background: #0e131f; } .list-agency-separator, .slider-range, .title-separator-primary, .title-separator-primary2, .blog-grid1-separator, .blog-grid2-separator, .post-comment-indent, .post-comment-indent-large { background: #ebebeb; } .adv-search-tabs li.active a, .adv-search-tabs li.active:hover a, .adv-search-tabs li.active:active a, .adv-search-tabs li.active:focus a { background: #007FFF !important; } .wrapper-chat .panel-heading { cursor: move; background-color: #007FFF; border-color: #007FFF; } .wrapper-chat .panel-primary { border-color: #007FFF; } .estate-type, .sidebar-featured-estate { background: #ee7e23; } .footer-separator, .footer-title-separator, .footer-blog-separator, .footer-newsletter, .small-cont { background: #0c1218; } .facebook-button { background: #395285; } .google-button { background: #dd4b39; } .profile-list-delete, .file-input .kv-file-remove { background: #c6454a; } .profile-list-edit, .sidebar-featured-transaction { background: #22a41c; } .button-fourth { background: #22a41c; } .button-fourth:active, .button-fourth:focus { background: #22a41c; } .shedule, .transaction-type { background: #22a41c; } .profile-list-delete:hover { background: #a2292d; } .profile-list-edit:hover { background: #1e8e19; } html.no-pointerevents.no-touchevents .list-agency:hover .list-agency-separator { background: #54abeb; } .agency-map, .details-map, .submit-property-map { background: #e1e1e1; } .loader-bg { background: #ffffff url(../assets/images/loader.png) no-repeat center center; } header.header2.header-dark, header.header3.header-dark { background: rgba(27, 40, 53, 0.8); } .navbar-nav > li > a.dropdown-toggle:hover::after, .hover-menu::after { background: transparent url(./images/menu-carret.png) no-repeat bottom center; } header.header2 .navbar-nav > li > a.dropdown-toggle:hover::after, header.header2 .hover-menu::after { background: none; } header.header3 .navbar-nav > li > a.dropdown-toggle:hover::after, header.header3 .hover-menu::after { background: none; } .adv-search-tabs li.active::after, .adv-search-tabs li:hover::after { background: transparent url(../images/menu-carret.png) no-repeat bottom center; } .select-cont, .bootstrap-select.btn-group .dropdown-toggle .caret { background: white url(../assets//images/select-bg.png) no-repeat right center; } .cs-skin-border > span::after, .cs-skin-border .cs-selected span::after { background: white url(../images/select-bg.png) no-repeat right center; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #ebebeb url(../assets/images/range-bg.png) no-repeat center center; } .simple-search-cont { background: rgba(255, 255, 255, 0.5); } .simple-search-cont.search-dark { background: rgba(27, 40, 53, 0.8); } .simple-search-cont .cs-skin-border > span::after, .simple-search-cont .cs-skin-border .cs-selected span::after { background: white url(../images/select-bg2.png) no-repeat right center; } .simple-search-cont .bootstrap-select.btn-group .dropdown-toggle .caret { background: white url(../images/select-bg2.png) no-repeat right center; } html.no-pointerevents.no-touchevents #feature1:hover > .feature-text::after { background: #007FFF url(./images/feature-bg1.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature2:hover > .feature-text::after { background: #007FFF url(./images/feature-bg2.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature3:hover > .feature-text::after { background: #007FFF url(./images/feature-bg3.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature4:hover > .feature-text::after { background: #007FFF url(./images/feature-bg4.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature1.feature2:hover, html.no-pointerevents.no-touchevents #feature2.feature2:hover, html.no-pointerevents.no-touchevents #feature3.feature2:hover, html.no-pointerevents.no-touchevents #feature4.feature2:hover, html.no-pointerevents.no-touchevents #feature5.feature2:hover, html.no-pointerevents.no-touchevents #feature6.feature2:hover { background-color: rgba(62, 155, 222, 0.8); } html.no-pointerevents.no-touchevents #feature1.feature2:hover::after { background: url(./images/feature-bg1.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature2.feature2:hover::after { background: url(./images/feature-bg2.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature3.feature2:hover::after { background: url(./images/feature-bg3.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature4.feature2:hover::after { background: url(./images/feature-bg4.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature5.feature2:hover::after { background: url(./images/feature-bg1.jpg) no-repeat center center; } html.no-pointerevents.no-touchevents #feature6.feature2:hover::after { background: url(./images/feature-bg2.jpg) no-repeat center center; } section.featured-offers { background: #183263 url(./images/featured-bg.jpg) no-repeat fixed 50% 0; } .testimonials { background: #152560 url(./images/testimonials-bg.jpg) no-repeat fixed 50% 0; } section.blog-short-title { background: #475057 url(./images/short-bg4.jpg) no-repeat center; } footer.large-cont { background: #151F2B url(./images/footer-bg.jpg) no-repeat center 0px; background-position: center; background-size: cover; } .footer-newsletter input { background: #0c1218 !important; } section.contact-short-title { background: #152560 url(../images/short-bg2.jpg) no-repeat center; } .quote-box, .code-box, .error-box, .warning-box, .success-box, .info-box { background: #f2f2f2; } section.agencies { background: #152560 url(../images/short-bg1.jpg) no-repeat center; } section.agency { background: #152560 url(../images/short-bg2.jpg) no-repeat center; } section.agent { background: #152560 url(../images/short-bg3.jpg) no-repeat center; } section.neighbourhood { background: #f8f8f8 url(../images/neighbourhood-bg.jpg) no-repeat fixed 50% 0; } section.rooms { background: #f8f8f8 url(../images/rooms-bg.jpg) no-repeat fixed 50% 0; } /*********************** BORDERS COLOR ***********************/ .section-dark, .top-localization, .top-mail, .top-phone, .top-social, .top-social-last, .top-bar-wrapper, .view-box, .offer-pagination a, .thumb-box .navigation-box-icon { border: 1px solid #e1e1e1; } .navbar-toggle, .select-cont { border: 1px solid #ebebeb; } .cs-skin-border > span, .cs-skin-border.cs-active > span, .cs-skin-border .cs-options, .cs-skin-border.cs-active .cs-options { border: 1px solid #ebebeb; } .navigation-box-icon2, .team-name, .list-offer-right, .list-offer-right-large, .list-grid-cont, .list-offers, .grid-offer-text, .price-grid-cont, .grid-offers, .number_border, .number_border3, .sidebar, .sidebar-left, .sidebar-featured, .sidebar article, .sidebar-left article, .details-parameters, .details-parameters-cont, .details-map, .agent-social-bar, .agent-icon-circle { border: 1px solid #ebebeb; } input.main-input, input[type="checkbox"].main-checkbox + label span { border: 1px solid #ebebeb; } textarea.main-input, .form-submit-cont, .blue-ul li, .list-agency-right, .list-agency-right-large, .list-agency, .agency-map, .submit-property-map, .center-button-cont-border, .profile-list-info, .labelled-input label, .labelled-textarea label, .labelled-input-short label { border: 1px solid #ebebeb; } .bootstrap-select .btn { border: 1px solid #ebebeb; } .bootstrap-select .btn-default.active, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default:focus { border: 1px solid #ebebeb; } .bootstrap-select.open > .dropdown-toggle.btn-default, .bootstrap-select .dropdown-menu { border: 1px solid #ebebeb; } header.header2 .top-icon-circle, header.header3 .top-icon-circle { border: 1px solid #cecece; } .top-icon-circle, .dropdown-menu, .agent-icon-circle:hover, .label-icon-circle, .labelled-input-short label:hover .label-icon-circle { border: 1px solid #a5a9ab; } .blog-grid2-post-content, .blog-grid2-bottom, .tag-div, .panel-apartment a[role="button"] { border: 1px solid #eaeaea; } .apartment-tabs .nav-tabs li a, .apartment-tabs .tab-content { border: 1px solid #eaeaea; } .apartment-stacked-tabs .tab-content, .price-table-ul li { border: 1px solid #eaeaea; } .top-dark { border: 1px solid #007FFF; } header.header2 .navbar-nav > li > a:hover, header.header2 .navbar-nav > li > a:active, header.header2 .navbar-nav > li > a:focus { border: 1px solid #007FFF; } header.header3 .navbar-nav > li > a:hover { border: 1px solid #007FFF; } .navigation-box-icon, .feature-icon, .testimonial2 .testimonials-photo, .list-offer-photo, .filter-box:hover, .filter-box-active, .view-box-active { border: 1px solid #007FFF; } header.header2 .top-dark .top-icon-circle, header.header3 .top-dark .top-icon-circle { border: 1px solid #007FFF; } .offer-pagination a:hover, .offer-pagination .active { border: 1px solid #007FFF; } .grid-offer-photo, .thumb-next:hover .navigation-box-icon, .thumb-prev:hover .navigation-box-icon, input[type="checkbox"].main-checkbox:checked + label span, input[type="checkbox"].main-checkbox:checked + span, input[type="radio"].main-radio:checked + span, .blue-ul .custom-ul-bullet, .archive-item figur, .quote-box, .info-box, .panel-apartment .panel-collapse { border: 1px solid #007FFF; } .apartment-tabs > .nav-tabs li.active a { border: 1px solid #007FFF; } .apartment-tabs > .nav-tabs li a:hover, .apartment-tabs > .nav-tabs li a:active, .apartment-tabs > .nav-tabs li a:focus { border: 1px solid #007FFF; } .custom-ul .custom-ul-bullet, .list-agency-photo, .infobox-main { border: 1px solid #007FFF; } header.header2 .top-bar, header.header3 .top-bar { border-bottom: 1px solid rgba(206, 206, 206, 0.25); } .top-dark .top-icon-circle, .swiper2-price-button { border: 1px solid #ffffff; } html.no-pointerevents.no-touchevents .feature:hover > .feature-icon, html.no-pointerevents.no-touchevents .team-member:hover .team-name { border: 1px solid #ffffff; } .team-icon-circle, .footer-ul li .custom-ul-bullet { border: 1px solid #ffffff; } .apartment-stacked-tabs .nav-tabs li.active a { border: 1px solid #ffffff; } .apartment-stacked-tabs .nav-tabs li.active a:hover { border: 1px solid #ffffff; } .gallery-grid-item { border: 1px solid #ffffff; } .file-input .file-drop-zone { border: 1px dashed #ffffff; } .top-dark { border-width: 0 1px; } .section-dark { border-width: 1px 0 1px 0; } .top-localization, .top-mail, .top-phone, .top-social { border-width: 0 0 0 1px; } .top-social-last { border-width: 0 1px 0 1px; } .top-bar-wrapper { border-width: 0 0 1px 0; } header.header3 .nav a { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); } header.header2 .navbar-nav > li > a, header.header3 .navbar-nav > li > a { border-top: 3px solid transparent; } header.header2 .dropdown > .dropdown-menu::before, header.header3 .dropdown > .dropdown-menu::before { border-color: transparent transparent #ffffff transparent; } header.header2 .navbar-nav > li > a:hover, header.header2 .navbar-nav > li > a:active, header.header2 .navbar-nav > li > a:focus { border-width: 3px 0 0 0; } header.header3 .navbar-nav > li > a:hover { border-width: 3px 0 0 0; } header.header3 .navbar-nav > li > a:active, header.header3 .navbar-nav > li > a:focus { border-top: 3px solid transparent; } .dropdown-submenu > a::after { border-color: transparent; border-width: 5px 0 5px 5px; border-left-color: #cccccc; } .adv-search-tabs li.active::after, .adv-search-tabs li:hover::after { border-color: transparent transparent #f8f8f8 transparent; } .cs-skin-border > span::after, .cs-skin-border .cs-selected span::after { color: transparent; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 4px solid #004A7E; } .button-triangle { border-color: transparent transparent #ffffff transparent; } .button-triangle2 { border-color: transparent transparent #007FFF transparent; } .navigation-triangle { border-color: transparent transparent #ffffff transparent; } .navigation-box2.secondary .navigation-box-icon2 { border: 1px solid #E3E3E3; } .navigation-box2.secondary .navigation-triangle { border-color: transparent transparent #007FFF transparent; } .simple-search-cont .cs-skin-border > span::before, .simple-search-cont span.filter-option::before { border-color: transparent transparent transparent #007FFF; } .feature-icon, html.no-pointerevents.no-touchevents .feature:hover > .feature-icon { border-width: 2px; } .featured-offer-photo, .neighbourhood-photo { border-bottom: 2px solid #1b2835; } .team-name, html.no-pointerevents.no-touchevents .team-member:hover .team-name { border-width: 0px 1px 1px 1px; } .big-triangle { border-color: transparent transparent #007FFF transparent; } .big-triangle-second-color { border-color: transparent transparent #0c1218 transparent; } .big-triangle2 { border-color: transparent transparent #ffffff transparent; } .testimonial2 .testimonials-photo { border-width: 4px; } .list-offer-right, .list-offer-right-large { border-width: 1px 1px 1px 0px; } .list-offer-photo { border-width: 0 0 2px 0; } .list-grid-cont, .list-offers { border-width: 1px 1px 0px 1px; } .view-box, .offer-pagination a { border-width: 1px; } .grid-offer-photo { border-width: 0 0 2px 0; } .grid-offer-text { border-width: 0px 1px 0px 1px; } .price-grid-cont, .grid-offers { border-width: 1px 1px 0px 1px; } .blog-grid1-button .blog-grid1-triangle, .blog-grid1-button-right .blog-grid1-triangle { border-color: transparent transparent #007FFF transparent; } .number_border, .number_border3 { border-width: 0 0 0 1px; } .count-second-color .number_border, .count-second-color .number_border3 { border-left: 1px solid #82caff; } .footer-ul li { border-bottom: 1px solid #0c1218; } .footer-ul li .custom-ul-bullet { border-width: 2px; } .tooltip-arrow { border-top-color: #ffffff !important; } .tooltip.bottom .tooltip-arrow { border-bottom-color: #ffffff !important; } .tooltip.right .tooltip-arrow { border-right-color: red; } .sidebar { border-width: 0 0 0 1px; } .sidebar-left { border-width: 0 1px 0 0; } .sidebar-featured, .sidebar article, .sidebar-left article { border-width: 0 0 1px 0; } .thumb-box .navigation-triangle { border-color: transparent transparent #007FFF transparent; } .details-parameters { border-width: 0 1px 1px 1px; } .details-parameters-cont { border-width: 0 0 1px 0; } .agent-social-bar { border-width: 1px 0 1px 0; } input[type="checkbox"].main-checkbox + label span::after, input[type="checkbox"].main-checkbox:checked + label span::after { border-color: transparent transparent #007FFF transparent; } input[type="checkbox"].main-checkbox + span::after, input[type="checkbox"].main-checkbox:checked + span::after { border-color: transparent transparent #007FFF transparent; } input[type="radio"].main-radio + span::after, input[type="radio"].main-radio:checked + span::after { border-color: transparent transparent #007FFF transparent; } .form-submit-cont { border-width: 0 1px 1px 1px; } .blue-ul li { border-width: 0 0 1px 0; } .blue-ul .custom-ul-bullet { border-width: 2px; } .blog-grid2-post-content { border-width: 0 1px 1px 1px; } .archive-item figure { border-width: 0 0 2px 0; } .quote-box { border-width: 0 0 0 3px; } .code-box { border-left: 3px solid #5d5d5d; border-width: 0 0 0 3px; } .error-box { border-left: 3px solid #c64b4b; } .warning-box { border-left: 3px solid #fbaf5d; } .success-box { border-left: 3px solid #4fa74b; } .info-box { border-width: 0 0 0 3px; } .quote-box .small-triangle { border-color: transparent transparent #007FFF transparent; } .code-box .small-triangle { border-color: transparent transparent #5d5d5d transparent; } .error-box .small-triangle { border-color: transparent transparent #c64b4b transparent; } .warning-box .small-triangle { border-color: transparent transparent #fbaf5d transparent; } .success-box .small-triangle { border-color: transparent transparent #4fa74b transparent; } .info-box .small-triangle { border-color: transparent transparent #007FFF transparent; } .panel-apartment a[role="button"] { border-width: 1px 0px 0px 0px; } .panel-apartment a[role="button"] .button-triangle { border-color: transparent transparent #007FFF transparent; } .panel-apartment a[role="button"] .button-triangle2 { border-color: transparent transparent #f8f8f8 transparent; } .panel-apartment a[aria-expanded="true"] .button-triangle { border-color: transparent transparent #ffffff transparent; } .panel-apartment .panel-collapse { border-width: 0 0 0 2px; } .apartment-tabs .nav-tabs li a { border-width: 1px 1px 0 1px; } .apartment-tabs .nav-tabs li a .button-triangle2 { border-color: transparent transparent #007FFF transparent; } .apartment-tabs .nav-tabs li.active a { border-width: 1px 1px 0 1px; } .apartment-tabs .nav-tabs li.active::after { border-color: transparent transparent #ffffff transparent; } .apartment-tabs .nav-tabs li:hover::after { border-color: transparent transparent #ffffff transparent; } .apartment-tabs .nav-tabs li a:hover, .apartment-tabs .nav-tabs li a:active, .apartment-tabs .nav-tabs li a:focus { border-width: 1px 1px 0 1px; } .apartment-stacked-tabs .nav-tabs li a { border-color: #ebebeb #007FFF #ebebeb #ebebeb; border-width: 1px 2px 1px 1px; } .apartment-stacked-tabs .nav-tabs li a .button-triangle2 { border-color: transparent transparent #007FFF transparent; } .apartment-stacked-tabs .nav-tabs li a:hover { border-color: #ebebeb #007FFF #ebebeb #ebebeb; border-width: 1px 2px 1px 1px; } .apartment-stacked-tabs .nav-tabs li.active a { border-color: #ebebeb transparent #ebebeb #ebebeb; border-width: 1px 2px 1px 1px; } .apartment-stacked-tabs .nav-tabs li.active a:hover { border-color: #ebebeb transparent #ebebeb #ebebeb; border-width: 1px 2px 1px 1px; } .custom-ul .custom-ul-bullet { border-width: 2px; } .ul-second-color.custom-ul .custom-ul-bullet { border: 2px solid #82caff; } .button-secondary .button-triangle { border-color: transparent transparent #007FFF transparent; } .button-secondary .button-triangle2 { border-color: transparent transparent #ffffff transparent; } .button-alternative .button-triangle { border-color: transparent transparent #ffffff transparent; } .button-alternative .button-triangle2 { border-color: transparent transparent #1b2835 transparent; } .button-fourth .button-triangle { border-color: transparent transparent #ffffff transparent; } .button-fourth .button-triangle2 { border-color: transparent transparent #22A41C transparent; } .price-table-triangle { border-color: transparent transparent transparent #ffffff; } .price-table-triangle2 { border-color: transparent transparent #007FFF transparent; } .price-table-ul li { border-width: 0 0 1px 0; } .price-table-secondary .price-table-triangle { border-color: transparent transparent transparent #007FFF; } .price-table-secondary .price-table-triangle2 { border-color: transparent transparent #ffffff transparent; } .price-table-secondary .price-table-ul li { border-bottom: 1px solid #4aa8ec; } .list-agency-right, .list-agency-right-large { border-width: 0 0 0 1px; } .list-agency-photo { border-width: 0 0 2px 0; } .list-agency .small-triangle { border-color: transparent transparent #007FFF transparent; } .small-triangle2 { border-color: transparent transparent #ffffff transparent; } html.no-pointerevents.no-touchevents .list-agency:hover .list-agency-right, html.no-pointerevents.no-touchevents .list-agency:hover .list-agency-right-large { border-color: #54abeb; } .center-button-cont-border { border-width: 1px 0 0 0; } .profile-list-info { border-width: 0 1px 0 0; } .labelled-input label { border-width: 1px 0 1px 1px; } .labelled-textarea label { border-width: 1px 1px 0px 1px; } .labelled-input-short label { border-width: 1px 0 1px 1px; } .facebook-button { border: 1px solid #395285; } .google-button { border: 1px solid #dd4b39; } .infobox-main { border-width: 0 0 0 4px; } .infobox-main::before { border-color: transparent #007FFF transparent transparent; } .blog-grid2-bottom { border-width: 1px 0 0 0; } .details-parameters-cont-last { border-bottom: 0px; } li.ap-submenu, .price-table-ul li:last-child { border-bottom: none; } .btn-file-upl { background-color: #007FFF; } .btn-file-upl:hover { background-color: #fff; border: 1px solid #ebebeb; border-right: 1px solid transparent; } .btn-file-upl:hover span { color: #007FFF; } .icon-unit:hover { background-color: #007FFF; } .icon-unit.selected { background-color: #007FFF; } .social .btn-social { background-color: #007FFF; } @media only screen and (max-width: 991px) { .sidebar, .sidebar-left { background: #1a2226; } } @media only screen and (max-width: 767px) { header.header2 .navbar-collapse, header.header3 .navbar-collapse { background: #ffffff; color: #5d5d5d; } header.header2 .navbar-nav > li > a, header.header3 .navbar-nav > li > a { color: #5d5d5d; } header.header2 .navbar-nav > li > a:hover, header.header3 .navbar-nav > li > a:hover { color: #ffffff; background: #007FFF; } .dropdown-submenu a, .dropdown-menu a { background: #f8f8f8; } a.hover-menu { background: #f8f8f8; color: #5d5d5d !important; } .dropdown-submenu > .dropdown-menu a { background: #ebebeb; } .big-blog-grid2-item .blog-grid2-post-content { border: 0px solid #eaeaea; border-width: 0 1px 1px 1px; } .simple-search-cont { background: #1a2633; } .list-offer-right, .list-offer-right-large { border-width: 0px; } .list-offer { border: 1px solid #eaeaea; } } @media only screen and (min-width: 768px) { header.header2.sticky, header.header3.sticky { background: #1B2835; } } @media only screen and (max-width: 480px) { .simple-search-cont input.simple-search-input { border-bottom: 1px solid #ebebeb; } } a.link, a:hover, a:focus { cursor: pointer; } button.button-full { border-width: 0; margin-bottom: 5px; } .button-small { border-width: 0; margin-bottom: 5px; } .fa-success { color: #5cb85c; } .fa-primary { color: #007FFF; } .fa-warning { color: #ec971f; } .fa-danger { color: #c9302c; } .fa-info { color: #31b0d5; } .btn-group-xs > .btn, .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn > .fa { margin-right: 3px; } .left { float: left; } .right { float: right; } .d-inline-block { display: inline-block; } .top-bar { overflow: initial; } .top-bar .top-nologin > .btn { margin-top: 7px; } .top-bar .top-icon-circle .badge { position: absolute; top: 0; right: 0; background: #c9302c; color: #fff; } .top-bar .dropdown > .dropdown-menu { left: -430px !important; border: 1px solid rgba(100, 100, 100, 0.4); } .top-bar .dropdown > .dropdown-menu .dropdown-header { padding: 5px 12px; } .top-bar .dropdown > .dropdown-menu .dropdown-header { max-height: 400px; overflow: auto; } .top-bar .dropdown > .dropdown-menu .media { line-height: 100%; padding: 6px 20px 6px 12px; margin-top: 0px; color: #232323; border-top: 1px solid #a5a9ab; } .top-bar .dropdown > .dropdown-menu .media .media-heading { margin-bottom: 3px; } .top-bar .dropdown > .dropdown-menu .media .media-left img { width: 48px; height: 48px; } .top-bar .dropdown > .dropdown-menu .media .media-date { font-size: 80%; margin-top: 3px; } .top-bar .dropdown > .dropdown-menu .media.new { background: #ecf2fa; } .top-bar .dropdown > .dropdown-menu .media .fa { margin-right: 5px; } /*# sourceMappingURL=apartment.css.map*/
0.435181
0.093182
@charset "UTF-8"; /* line 201, ../vendor/foundation/scss/foundation/components/_global.scss */ *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* line 206, ../vendor/foundation/scss/foundation/components/_global.scss */ html, body { font-size: 100%; } /* line 209, ../vendor/foundation/scss/foundation/components/_global.scss */ body { background: white; color: #222222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; } /* line 222, ../vendor/foundation/scss/foundation/components/_global.scss */ a:focus { outline: none; } /* line 227, ../vendor/foundation/scss/foundation/components/_global.scss */ img, object, embed { max-width: 100%; height: auto; } /* line 230, ../vendor/foundation/scss/foundation/components/_global.scss */ object, embed { height: 100%; } /* line 231, ../vendor/foundation/scss/foundation/components/_global.scss */ img { -ms-interpolation-mode: bicubic; } /* line 237, ../vendor/foundation/scss/foundation/components/_global.scss */ #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } /* line 242, ../vendor/foundation/scss/foundation/components/_global.scss */ .left { float: left !important; } /* line 243, ../vendor/foundation/scss/foundation/components/_global.scss */ .right { float: right !important; } /* line 244, ../vendor/foundation/scss/foundation/components/_global.scss */ .text-left { text-align: left !important; } /* line 245, ../vendor/foundation/scss/foundation/components/_global.scss */ .text-right { text-align: right !important; } /* line 246, ../vendor/foundation/scss/foundation/components/_global.scss */ .text-center { text-align: center !important; } /* line 247, ../vendor/foundation/scss/foundation/components/_global.scss */ .text-justify { text-align: justify !important; } /* line 248, ../vendor/foundation/scss/foundation/components/_global.scss */ .hide { display: none; } /* line 254, ../vendor/foundation/scss/foundation/components/_global.scss */ .antialiased { -webkit-font-smoothing: antialiased; } /* line 257, ../vendor/foundation/scss/foundation/components/_global.scss */ img { display: inline-block; } /* line 264, ../vendor/foundation/scss/foundation/components/_global.scss */ textarea { height: auto; min-height: 50px; } /* line 267, ../vendor/foundation/scss/foundation/components/_global.scss */ select { width: 100%; } /* Grid HTML Classes */ /* Foundation Block Grids for below small breakpoint */ @media only screen { /* line 49, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ [class*="block-grid-"] { display: block; padding: 0; margin: 0 -10px; *zoom: 1; } /* line 97, ../vendor/foundation/scss/foundation/components/_global.scss */ [class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; } /* line 98, ../vendor/foundation/scss/foundation/components/_global.scss */ [class*="block-grid-"]:after { clear: both; } /* line 26, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ [class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 10px 10px; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li { width: 100%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li { width: 50%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li { width: 33.33333%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li { width: 25%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li { width: 20%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li { width: 16.66667%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li { width: 14.28571%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li { width: 12.5%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li { width: 11.11111%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li { width: 10%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li { width: 9.09091%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li { width: 8.33333%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } /* Foundation Block Grids for above small breakpoint */ @media only screen and (min-width: 48em) { /* Remove small grid clearing */ /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(1n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(2n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(3n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(4n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(5n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(6n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(7n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(8n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(9n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(10n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(11n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(12n+1) { clear: none; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-1 > li { width: 100%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-1 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-2 > li { width: 50%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-2 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-3 > li { width: 33.33333%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-3 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-4 > li { width: 25%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-4 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-5 > li { width: 20%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-5 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-6 > li { width: 16.66667%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-6 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-7 > li { width: 14.28571%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-7 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-8 > li { width: 12.5%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-8 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-9 > li { width: 11.11111%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-9 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-10 > li { width: 10%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-10 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-11 > li { width: 9.09091%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-11 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-12 > li { width: 8.33333%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-12 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } /* line 106, ../vendor/foundation/scss/foundation/components/_type.scss */ p.lead { font-size: 1.21875em; line-height: 1.6; } /* line 111, ../vendor/foundation/scss/foundation/components/_type.scss */ .subheader { line-height: 1.4; color: #6f6f6f; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; } /* Typography resets */ /* line 139, ../vendor/foundation/scss/foundation/components/_type.scss */ div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; } /* Default Link Styles */ /* line 146, ../vendor/foundation/scss/foundation/components/_type.scss */ a { color: #2ba6cb; text-decoration: none; line-height: inherit; } /* line 152, ../vendor/foundation/scss/foundation/components/_type.scss */ a:hover, a:focus { color: #2795b6; } /* line 154, ../vendor/foundation/scss/foundation/components/_type.scss */ a img { border: none; } /* Default paragraph styles */ /* line 158, ../vendor/foundation/scss/foundation/components/_type.scss */ p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; } /* line 168, ../vendor/foundation/scss/foundation/components/_type.scss */ p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; } /* Default header styles */ /* line 176, ../vendor/foundation/scss/foundation/components/_type.scss */ h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; color: #222222; text-rendering: optimizeLegibility; margin-top: 0.2em; margin-bottom: 0.5em; line-height: 1.2125em; } /* line 186, ../vendor/foundation/scss/foundation/components/_type.scss */ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; } /* line 193, ../vendor/foundation/scss/foundation/components/_type.scss */ h1 { font-size: 2.125em; } /* line 194, ../vendor/foundation/scss/foundation/components/_type.scss */ h2 { font-size: 1.6875em; } /* line 195, ../vendor/foundation/scss/foundation/components/_type.scss */ h3 { font-size: 1.375em; } /* line 196, ../vendor/foundation/scss/foundation/components/_type.scss */ h4 { font-size: 1.125em; } /* line 197, ../vendor/foundation/scss/foundation/components/_type.scss */ h5 { font-size: 1.125em; } /* line 198, ../vendor/foundation/scss/foundation/components/_type.scss */ h6 { font-size: 1em; } /* line 202, ../vendor/foundation/scss/foundation/components/_type.scss */ hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; } /* Helpful Typography Defaults */ /* line 212, ../vendor/foundation/scss/foundation/components/_type.scss */ em, i { font-style: italic; line-height: inherit; } /* line 218, ../vendor/foundation/scss/foundation/components/_type.scss */ strong, b { font-weight: bold; line-height: inherit; } /* line 223, ../vendor/foundation/scss/foundation/components/_type.scss */ small { font-size: 60%; line-height: inherit; } /* line 228, ../vendor/foundation/scss/foundation/components/_type.scss */ code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: bold; color: #7f0a0c; } /* Lists */ /* line 237, ../vendor/foundation/scss/foundation/components/_type.scss */ ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; } /* Unordered Lists */ /* line 249, ../vendor/foundation/scss/foundation/components/_type.scss */ ul li ul, ul li ol { margin-left: 1.125em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ } /* line 258, ../vendor/foundation/scss/foundation/components/_type.scss */ ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } /* line 261, ../vendor/foundation/scss/foundation/components/_type.scss */ ul.square { list-style-type: square; } /* line 262, ../vendor/foundation/scss/foundation/components/_type.scss */ ul.circle { list-style-type: circle; } /* line 263, ../vendor/foundation/scss/foundation/components/_type.scss */ ul.disc { list-style-type: disc; } /* line 264, ../vendor/foundation/scss/foundation/components/_type.scss */ ul.no-bullet { list-style: none; } /* Ordered Lists */ /* line 271, ../vendor/foundation/scss/foundation/components/_type.scss */ ol li ul, ol li ol { margin-left: 1.125em; margin-bottom: 0; } /* Definition Lists */ /* line 280, ../vendor/foundation/scss/foundation/components/_type.scss */ dl dt { margin-bottom: 0.3em; font-weight: bold; } /* line 284, ../vendor/foundation/scss/foundation/components/_type.scss */ dl dd { margin-bottom: 0.75em; } /* Abbreviations */ /* line 289, ../vendor/foundation/scss/foundation/components/_type.scss */ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px dotted #dddddd; cursor: help; } /* line 296, ../vendor/foundation/scss/foundation/components/_type.scss */ abbr { text-transform: none; } /* Blockquotes */ /* line 301, ../vendor/foundation/scss/foundation/components/_type.scss */ blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; } /* line 306, ../vendor/foundation/scss/foundation/components/_type.scss */ blockquote cite { display: block; font-size: 0.8125em; color: #555555; } /* line 310, ../vendor/foundation/scss/foundation/components/_type.scss */ blockquote cite:before { content: "\2014 \0020"; } /* line 315, ../vendor/foundation/scss/foundation/components/_type.scss */ blockquote cite a, blockquote cite a:visited { color: #555555; } /* line 321, ../vendor/foundation/scss/foundation/components/_type.scss */ blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; } /* Microformats */ /* line 327, ../vendor/foundation/scss/foundation/components/_type.scss */ .vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; } /* line 333, ../vendor/foundation/scss/foundation/components/_type.scss */ .vcard li { margin: 0; display: block; } /* line 337, ../vendor/foundation/scss/foundation/components/_type.scss */ .vcard .fn { font-weight: bold; font-size: 0.9375em; } /* line 344, ../vendor/foundation/scss/foundation/components/_type.scss */ .vevent .summary { font-weight: bold; } /* line 346, ../vendor/foundation/scss/foundation/components/_type.scss */ .vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; } @media only screen and (min-width: 48em) { /* line 357, ../vendor/foundation/scss/foundation/components/_type.scss */ h1, h2, h3, h4, h5, h6 { line-height: 1.4; } /* line 358, ../vendor/foundation/scss/foundation/components/_type.scss */ h1 { font-size: 2.75em; } /* line 359, ../vendor/foundation/scss/foundation/components/_type.scss */ h2 { font-size: 2.3125em; } /* line 360, ../vendor/foundation/scss/foundation/components/_type.scss */ h3 { font-size: 1.6875em; } /* line 361, ../vendor/foundation/scss/foundation/components/_type.scss */ h4 { font-size: 1.4375em; } } /* Wrapped around .top-bar to contain to grid width */ /* line 49, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .contain-to-grid { width: 100%; background: #111111; } /* line 55, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; } /* line 63, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar { overflow: hidden; height: 45px; line-height: 45px; position: relative; background: #111111; margin-bottom: 1.875em; } /* line 72, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar ul { margin-bottom: 0; list-style: none; } /* line 77, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .row { max-width: none; } /* line 80, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar form, .top-bar input { margin-bottom: 0; } /* line 82, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar input { height: 2.45em; } /* line 84, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .button { padding-top: .5em; padding-bottom: .5em; margin-bottom: 0; } /* line 87, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .title-area { position: relative; } /* line 89, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name { height: 45px; margin: 0; font-size: 16px; } /* line 94, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name h1 { line-height: 45px; font-size: 1.0625em; margin: 0; } /* line 98, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name h1 a { font-weight: bold; color: white; width: 50%; display: block; padding: 0 15px; } /* line 109, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar { position: absolute; right: 0; top: 0; } /* line 114, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar a { color: white; text-transform: uppercase; font-size: 0.8125em; font-weight: bold; position: relative; display: block; padding: 0 15px; height: 45px; line-height: 45px; } /* line 127, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar.menu-icon { right: 15px; top: 50%; margin-top: -16px; padding-left: 40px; } /* line 133, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar.menu-icon a { text-indent: -48px; width: 34px; height: 34px; line-height: 33px; padding: 0; color: white; } /* line 141, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar.menu-icon a span { position: absolute; right: 0; display: block; width: 16px; height: 0; -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; } /* line 161, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded { height: auto; background: transparent; } /* line 165, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded .title-area { background: #111111; } /* line 168, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded .toggle-topbar a { color: #888888; } /* line 169, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded .toggle-topbar a span { -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; } /* line 186, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section { left: 0; position: relative; width: auto; -webkit-transition: left 300ms ease-out; -moz-transition: left 300ms ease-out; transition: left 300ms ease-out; } /* line 192, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul { width: 100%; height: auto; display: block; background: #333333; font-size: 16px; margin: 0; } /* line 202, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .divider, .top-bar-section [role="separator"] { border-bottom: solid 1px #4d4d4d; border-top: solid 1px #1a1a1a; clear: both; height: 1px; width: 100%; } /* line 211, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a { display: block; width: 100%; color: white; padding: 12px 0 12px 0; padding-left: 15px; font-size: 0.8125em; font-weight: bold; background: #333333; height: 45px; } /* line 222, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a:hover { background: #2b2b2b; } /* line 225, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button { background: #2ba6cb; font-size: 0.8125em; } /* line 228, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button:hover { background: #2284a1; } /* line 232, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.secondary { background: #e9e9e9; } /* line 234, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.secondary:hover { background: #d0d0d0; } /* line 238, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.success { background: #5da423; } /* line 240, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.success:hover { background: #457a1a; } /* line 244, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.alert { background: #c60f13; } /* line 246, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.alert:hover { background: #970b0e; } /* line 254, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li.active > a { background: #2b2b2b; } /* line 258, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-form { padding: 15px; } /* line 261, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown { position: relative; } /* line 265, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); margin-right: 15px; margin-top: -4.5px; position: absolute; top: 22px; right: 0; } /* line 275, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved { position: static; } /* line 276, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved > .dropdown { visibility: visible; } /* line 283, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown { position: absolute; left: 100%; top: 0; visibility: hidden; z-index: 99; } /* line 290, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li { width: 100%; } /* line 291, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li a { font-weight: normal; padding: 8px 15px; } /* line 296, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li.title h5 { margin-bottom: 0; } /* line 297, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li.title h5 a { color: white; line-height: 22.5px; display: block; } /* line 305, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown label { padding: 8px 15px 2px; margin-bottom: 0; text-transform: uppercase; color: #555555; font-weight: bold; font-size: 0.625em; } /* line 317, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-js-breakpoint { width: 58.75em !important; visibility: hidden; } /* line 321, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .js-generated { display: block; } @media only screen and (min-width: 58.75em) { /* line 326, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar { background: #111111; *zoom: 1; overflow: visible; } /* line 97, ../vendor/foundation/scss/foundation/components/_global.scss */ .top-bar:before, .top-bar:after { content: " "; display: table; } /* line 98, ../vendor/foundation/scss/foundation/components/_global.scss */ .top-bar:after { clear: both; } /* line 327, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar { display: none; } /* line 329, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .title-area { float: left; } /* line 330, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name h1 a { width: auto; } /* line 333, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar input, .top-bar .button { line-height: 2em; font-size: 0.875em; height: 2em; padding: 0 10px; position: relative; top: 8px; } /* line 342, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded { background: #111111; } /* line 345, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .contain-to-grid .top-bar { max-width: 62.5em; margin: 0 auto; margin-bottom: 1.875em; } /* line 347, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section { -webkit-transition: none 0 0; -moz-transition: none 0 0; transition: none 0 0; left: 0 !important; } /* line 351, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul { width: auto; height: auto !important; display: inline; } /* line 356, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li { float: left; } /* line 358, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li .js-generated { display: none; } /* line 363, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section li a:not(.button) { padding: 0 15px; line-height: 45px; background: #111111; } /* line 367, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section li a:not(.button):hover { background: black; } /* line 372, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown > a { padding-right: 35px !important; } /* line 375, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent; margin-top: -2.5px; } /* line 381, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved { position: relative; } /* line 382, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved > .dropdown { visibility: hidden; } /* line 387, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown { visibility: visible; } /* line 394, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; margin-top: -7px; right: 5px; } /* line 405, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown { left: 0; top: auto; background: transparent; min-width: 100%; } /* line 412, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li a { color: white; line-height: 1; white-space: nowrap; padding: 7px 15px; background: #1e1e1e; } /* line 420, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li label { white-space: nowrap; background: #1e1e1e; } /* line 426, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li .dropdown { left: 100%; top: 0; } /* line 434, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-bottom: none; border-top: none; border-right: solid 1px #2b2b2b; border-left: solid 1px black; clear: none; height: 45px; width: 0px; } /* line 444, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-form { background: #111111; padding: 0 15px; height: 45px; } /* line 452, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul.right li .dropdown { left: auto; right: 0; } /* line 456, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul.right li .dropdown li .dropdown { right: 100%; } } /* line 31, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container { overflow: hidden; width: 100%; position: relative; background: whitesmoke; } /* line 37, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slides-container { list-style: none; margin: 0; padding: 0; position: relative; } /* line 43, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slides-container img { display: block; } /* line 45, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slides-container > * { position: relative; float: left; height: 100%; } /* line 50, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slides-container > * .orbit-caption { position: absolute; bottom: 0; background-color: black; background-color: rgba(0, 0, 0, 0.6); color: #fff; width: 100%; padding: 10px 14px; font-size: 0.875em; } /* line 60, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slides-container > * .orbit-caption * { color: white; } /* line 65, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slide-number { position: absolute; top: 10px; left: 10px; font-size: 12px; color: white; background: black; } /* line 70, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slide-number span { font-weight: 700; padding: 0.3125em; } /* line 75, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-timer { position: absolute; top: 10px; right: 10px; height: 6px; width: 100px; } /* line 81, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-timer .orbit-progress { height: 100%; background-color: black; background-color: rgba(0, 0, 0, 0.6); display: block; width: 0%; } /* line 89, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-timer > span { display: none; position: absolute; top: 10px; right: 0px; width: 11px; height: 14px; border: solid 4px black; border-top: none; border-bottom: none; } /* line 102, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-timer.paused > span { right: -6px; top: 9px; width: 11px; height: 14px; border: solid 8px; border-color: transparent transparent transparent black; } /* line 113, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container:hover .orbit-timer > span { display: block; } /* line 117, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-prev, .orbit-container .orbit-next { position: absolute; top: 50%; margin-top: -25px; background-color: black; background-color: rgba(0, 0, 0, 0.6); width: 50px; height: 60px; line-height: 50px; color: white; text-indent: -9999px !important; } /* line 129, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span { position: absolute; top: 50%; margin-top: -16px; display: block; width: 0; height: 0; border: solid 16px; } /* line 139, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-prev { left: 0; } /* line 140, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-prev > span { border-color: transparent; border-right-color: #fff; } /* line 144, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-prev:hover > span { border-right-color: #ccc; } /* line 148, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-next { right: 0; } /* line 149, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-next > span { border-color: transparent; border-left-color: #fff; left: 50%; margin-left: -8px; } /* line 155, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-next:hover > span { border-left-color: #ccc; } /* line 161, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-bullets { margin: 0 auto 30px auto; overflow: hidden; position: relative; top: 10px; } /* line 167, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-bullets li { display: block; width: 18px; height: 18px; background: #999999; float: left; margin-right: 6px; border: solid 2px #999999; -webkit-border-radius: 1000px; border-radius: 1000px; } /* line 177, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-bullets li.active { background: #222222; border: solid 2px #222222; } /* line 182, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-bullets li:last-child { margin-right: 0; } /* line 189, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next { display: none; } /* line 192, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .touch .orbit-bullets { display: none; } @media only screen and (min-width: 48em) { /* line 201, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next { display: inherit; } /* line 204, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .touch .orbit-bullets { display: block; } } /* Foundation Joyride */ /* line 38, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-list { display: none; } /* Default styles for the container */ /* line 41, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide { display: none; position: absolute; background: black; color: white; z-index: 101; top: 0; left: 2.5%; font-family: inherit; font-weight: normal; width: 95%; } /* line 54, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .lt-ie9 .joyride-tip-guide { max-width: 800px; left: 50%; margin-left: -400px; } /* line 60, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-content-wrapper { width: 100%; padding: 1.125em 1.25em 1.5em; } /* line 65, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-content-wrapper .button { margin-bottom: 0 !important; } /* Add a little css triangle pip, older browser just miss out on the fanciness of it */ /* line 70, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub { display: block; position: absolute; left: 22px; width: 0; height: 0; border: solid 14px; } /* line 78, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.top { border-color: black; border-top-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; top: -28px; } /* line 85, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.bottom { border-color: black !important; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -28px; } /* line 93, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.right { right: -28px; } /* line 94, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.left { left: -28px; } /* Typography */ /* line 104, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 { line-height: 1.25; margin: 0; font-weight: bold; color: white; } /* line 110, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide p { margin: 0 0 1.125em 0; font-size: 0.875em; line-height: 1.3; } /* line 116, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-timer-indicator-wrap { width: 50px; height: 3px; border: solid 1px #555555; position: absolute; right: 1.0625em; bottom: 1em; } /* line 124, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-timer-indicator { display: block; width: 0; height: inherit; background: #666666; } /* line 131, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-close-tip { position: absolute; right: 12px; top: 10px; color: #777777 !important; text-decoration: none; font-size: 30px; font-weight: normal; line-height: 0.5 !important; } /* line 142, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-close-tip:hover, .joyride-close-tip:focus { color: #eeeeee !important; } /* line 145, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-modal-bg { position: fixed; height: 100%; width: 100%; background: transparent; background: rgba(0, 0, 0, 0.5); z-index: 100; display: none; top: 0; left: 0; cursor: pointer; } /* line 158, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-expose-wrapper { background-color: #ffffff; position: absolute; border-radius: 3px; z-index: 102; -moz-box-shadow: 0px 0px 30px white; -webkit-box-shadow: 0px 0px 15px white; box-shadow: 0px 0px 15px white; } /* line 168, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-expose-cover { background: transparent; border-radius: 3px; position: absolute; z-index: 9999; top: 0px; left: 0px; } /* Styles for screens that are atleast 768px; */ @media only screen and (min-width: 48em) { /* line 180, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide { width: 300px; left: inherit; } /* line 182, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.bottom { border-color: black !important; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -28px; } /* line 189, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.right { border-color: black !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; top: 22px; left: auto; right: -28px; } /* line 197, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.left { border-color: black !important; border-top-color: transparent !important; border-left-color: transparent !important; border-bottom-color: transparent !important; top: 22px; left: -28px; right: auto; } } /* Clearing Styles */ /* line 35, ../vendor/foundation/scss/foundation/components/_clearing.scss */ [data-clearing] { *zoom: 1; margin-bottom: 0; } /* line 97, ../vendor/foundation/scss/foundation/components/_global.scss */ [data-clearing]:before, [data-clearing]:after { content: " "; display: table; } /* line 98, ../vendor/foundation/scss/foundation/components/_global.scss */ [data-clearing]:after { clear: both; } /* line 40, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-blackout { background: #111111; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 998; } /* line 49, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-blackout .clearing-close { display: block; } /* line 52, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-container { position: relative; z-index: 998; height: 100%; overflow: hidden; margin: 0; } /* line 60, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .visible-img { height: 95%; position: relative; } /* line 64, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; } /* line 74, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-caption { color: white; line-height: 1.3; margin-bottom: 0; text-align: center; bottom: 0; background: #111111; width: 100%; padding: 10px 30px; position: absolute; left: 0; } /* line 87, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-close { z-index: 999; padding-left: 20px; padding-top: 10px; font-size: 40px; line-height: 1; color: white; display: none; } /* line 97, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-close:hover, .clearing-close:focus { color: #ccc; } /* line 100, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container { height: 100%; } /* line 101, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul { display: none; } @media only screen and (min-width: 48em) { /* line 108, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-prev, .clearing-main-next { position: absolute; height: 100%; width: 40px; top: 0; } /* line 113, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-prev > span, .clearing-main-next > span { position: absolute; top: 50%; display: block; width: 0; height: 0; border: solid 16px; } /* line 122, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-prev { left: 0; } /* line 124, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: white; } /* line 130, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-next { right: 0; } /* line 132, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-next > span { border-color: transparent; border-left-color: white; } /* line 139, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: 0.5; } /* line 142, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-feature ~ li { display: none; } /* line 146, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel { background: #111111; height: 150px; margin-top: 5px; } /* line 151, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul { display: block; z-index: 999; width: 200%; height: 100%; margin-left: 0; position: relative; left: 0; } /* line 160, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li { display: block; width: 175px; height: inherit; padding: 0; float: left; overflow: hidden; margin-right: 1px; position: relative; cursor: pointer; opacity: 0.4; } /* line 173, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li.fix-height img { min-height: 100%; height: 100%; max-width: none; } /* line 180, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; -webkit-box-shadow: none; box-shadow: none; display: block; } /* line 187, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li img { cursor: pointer !important; min-width: 100% !important; } /* line 192, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li.visible { opacity: 1; } /* line 197, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .visible-img { background: #111111; overflow: hidden; height: 75%; } /* line 204, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-close { position: absolute; top: 10px; right: 20px; padding-left: 0; padding-top: 0; } } /* Tables */ /* line 78, ../vendor/foundation/scss/foundation/components/_tables.scss */ table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; } /* line 41, ../vendor/foundation/scss/foundation/components/_tables.scss */ table thead, table tfoot { background: whitesmoke; font-weight: bold; } /* line 47, ../vendor/foundation/scss/foundation/components/_tables.scss */ table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: 0.875em; color: #222222; text-align: left; } /* line 58, ../vendor/foundation/scss/foundation/components/_tables.scss */ table tr th, table tr td { padding: 0.5625em 0.625em; font-size: 0.875em; color: #222222; } /* line 66, ../vendor/foundation/scss/foundation/components/_tables.scss */ table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; } /* line 73, ../vendor/foundation/scss/foundation/components/_tables.scss */ table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.125em; } /* Tooltips */ /* line 27, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .has-tip { border-bottom: dotted 1px #cccccc; cursor: help; font-weight: bold; color: #333333; } /* line 34, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .has-tip:hover, .has-tip:focus { border-bottom: dotted 1px #196177; color: #2ba6cb; } /* line 40, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .has-tip.tip-left, .has-tip.tip-right { float: none !important; } /* line 43, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip { display: none; position: absolute; z-index: 999; font-weight: bold; font-size: 0.9375em; line-height: 1.3; padding: 0.5em; max-width: 85%; left: 50%; width: 100%; color: white; background: black; -webkit-border-radius: 3px; border-radius: 3px; } /* line 58, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip > .nub { display: block; left: 5px; position: absolute; width: 0; height: 0; border: solid 5px; border-color: transparent transparent black transparent; top: -10px; } /* line 69, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip.opened { color: #2ba6cb !important; border-bottom: dotted 1px #196177 !important; } /* line 75, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tap-to-close { display: block; font-size: 0.625em; color: #888888; font-weight: normal; } @media only screen and (min-width: 48em) { /* line 84, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip > .nub { border-color: transparent transparent black transparent; top: -10px; } /* line 88, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip.tip-top > .nub { border-color: black transparent transparent transparent; top: auto; bottom: -10px; } /* line 95, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip.tip-left, .tooltip.tip-right { float: none !important; } /* line 97, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip.tip-left > .nub { border-color: transparent transparent transparent black; right: -10px; left: auto; top: 50%; margin-top: -5px; } /* line 104, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip.tip-right > .nub { border-color: transparent black transparent transparent; right: auto; left: -10px; top: 50%; margin-top: -5px; } } /* line 26, ../scss/editor-style.scss */ body { background: white; color: #222222; padding: 10px; }
assets/css/editor-style.css
@charset "UTF-8"; /* line 201, ../vendor/foundation/scss/foundation/components/_global.scss */ *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* line 206, ../vendor/foundation/scss/foundation/components/_global.scss */ html, body { font-size: 100%; } /* line 209, ../vendor/foundation/scss/foundation/components/_global.scss */ body { background: white; color: #222222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; } /* line 222, ../vendor/foundation/scss/foundation/components/_global.scss */ a:focus { outline: none; } /* line 227, ../vendor/foundation/scss/foundation/components/_global.scss */ img, object, embed { max-width: 100%; height: auto; } /* line 230, ../vendor/foundation/scss/foundation/components/_global.scss */ object, embed { height: 100%; } /* line 231, ../vendor/foundation/scss/foundation/components/_global.scss */ img { -ms-interpolation-mode: bicubic; } /* line 237, ../vendor/foundation/scss/foundation/components/_global.scss */ #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } /* line 242, ../vendor/foundation/scss/foundation/components/_global.scss */ .left { float: left !important; } /* line 243, ../vendor/foundation/scss/foundation/components/_global.scss */ .right { float: right !important; } /* line 244, ../vendor/foundation/scss/foundation/components/_global.scss */ .text-left { text-align: left !important; } /* line 245, ../vendor/foundation/scss/foundation/components/_global.scss */ .text-right { text-align: right !important; } /* line 246, ../vendor/foundation/scss/foundation/components/_global.scss */ .text-center { text-align: center !important; } /* line 247, ../vendor/foundation/scss/foundation/components/_global.scss */ .text-justify { text-align: justify !important; } /* line 248, ../vendor/foundation/scss/foundation/components/_global.scss */ .hide { display: none; } /* line 254, ../vendor/foundation/scss/foundation/components/_global.scss */ .antialiased { -webkit-font-smoothing: antialiased; } /* line 257, ../vendor/foundation/scss/foundation/components/_global.scss */ img { display: inline-block; } /* line 264, ../vendor/foundation/scss/foundation/components/_global.scss */ textarea { height: auto; min-height: 50px; } /* line 267, ../vendor/foundation/scss/foundation/components/_global.scss */ select { width: 100%; } /* Grid HTML Classes */ /* Foundation Block Grids for below small breakpoint */ @media only screen { /* line 49, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ [class*="block-grid-"] { display: block; padding: 0; margin: 0 -10px; *zoom: 1; } /* line 97, ../vendor/foundation/scss/foundation/components/_global.scss */ [class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; } /* line 98, ../vendor/foundation/scss/foundation/components/_global.scss */ [class*="block-grid-"]:after { clear: both; } /* line 26, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ [class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 10px 10px; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li { width: 100%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li { width: 50%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li { width: 33.33333%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li { width: 25%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li { width: 20%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li { width: 16.66667%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li { width: 14.28571%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li { width: 12.5%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li { width: 11.11111%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li { width: 10%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li { width: 9.09091%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li { width: 8.33333%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } /* Foundation Block Grids for above small breakpoint */ @media only screen and (min-width: 48em) { /* Remove small grid clearing */ /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(1n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(2n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(3n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(4n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(5n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(6n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(7n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(8n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(9n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(10n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(11n+1) { clear: none; } /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(12n+1) { clear: none; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-1 > li { width: 100%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-1 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-2 > li { width: 50%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-2 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-3 > li { width: 33.33333%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-3 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-4 > li { width: 25%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-4 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-5 > li { width: 20%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-5 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-6 > li { width: 16.66667%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-6 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-7 > li { width: 14.28571%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-7 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-8 > li { width: 12.5%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-8 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-9 > li { width: 11.11111%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-9 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-10 > li { width: 10%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-10 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-11 > li { width: 9.09091%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-11 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 35, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-12 > li { width: 8.33333%; padding: 0 10px 10px; } /* line 39, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-12 > li:nth-of-type(n) { clear: none; } /* line 40, ../vendor/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } /* line 106, ../vendor/foundation/scss/foundation/components/_type.scss */ p.lead { font-size: 1.21875em; line-height: 1.6; } /* line 111, ../vendor/foundation/scss/foundation/components/_type.scss */ .subheader { line-height: 1.4; color: #6f6f6f; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; } /* Typography resets */ /* line 139, ../vendor/foundation/scss/foundation/components/_type.scss */ div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; } /* Default Link Styles */ /* line 146, ../vendor/foundation/scss/foundation/components/_type.scss */ a { color: #2ba6cb; text-decoration: none; line-height: inherit; } /* line 152, ../vendor/foundation/scss/foundation/components/_type.scss */ a:hover, a:focus { color: #2795b6; } /* line 154, ../vendor/foundation/scss/foundation/components/_type.scss */ a img { border: none; } /* Default paragraph styles */ /* line 158, ../vendor/foundation/scss/foundation/components/_type.scss */ p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; } /* line 168, ../vendor/foundation/scss/foundation/components/_type.scss */ p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; } /* Default header styles */ /* line 176, ../vendor/foundation/scss/foundation/components/_type.scss */ h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; color: #222222; text-rendering: optimizeLegibility; margin-top: 0.2em; margin-bottom: 0.5em; line-height: 1.2125em; } /* line 186, ../vendor/foundation/scss/foundation/components/_type.scss */ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; } /* line 193, ../vendor/foundation/scss/foundation/components/_type.scss */ h1 { font-size: 2.125em; } /* line 194, ../vendor/foundation/scss/foundation/components/_type.scss */ h2 { font-size: 1.6875em; } /* line 195, ../vendor/foundation/scss/foundation/components/_type.scss */ h3 { font-size: 1.375em; } /* line 196, ../vendor/foundation/scss/foundation/components/_type.scss */ h4 { font-size: 1.125em; } /* line 197, ../vendor/foundation/scss/foundation/components/_type.scss */ h5 { font-size: 1.125em; } /* line 198, ../vendor/foundation/scss/foundation/components/_type.scss */ h6 { font-size: 1em; } /* line 202, ../vendor/foundation/scss/foundation/components/_type.scss */ hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; } /* Helpful Typography Defaults */ /* line 212, ../vendor/foundation/scss/foundation/components/_type.scss */ em, i { font-style: italic; line-height: inherit; } /* line 218, ../vendor/foundation/scss/foundation/components/_type.scss */ strong, b { font-weight: bold; line-height: inherit; } /* line 223, ../vendor/foundation/scss/foundation/components/_type.scss */ small { font-size: 60%; line-height: inherit; } /* line 228, ../vendor/foundation/scss/foundation/components/_type.scss */ code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: bold; color: #7f0a0c; } /* Lists */ /* line 237, ../vendor/foundation/scss/foundation/components/_type.scss */ ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; } /* Unordered Lists */ /* line 249, ../vendor/foundation/scss/foundation/components/_type.scss */ ul li ul, ul li ol { margin-left: 1.125em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ } /* line 258, ../vendor/foundation/scss/foundation/components/_type.scss */ ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } /* line 261, ../vendor/foundation/scss/foundation/components/_type.scss */ ul.square { list-style-type: square; } /* line 262, ../vendor/foundation/scss/foundation/components/_type.scss */ ul.circle { list-style-type: circle; } /* line 263, ../vendor/foundation/scss/foundation/components/_type.scss */ ul.disc { list-style-type: disc; } /* line 264, ../vendor/foundation/scss/foundation/components/_type.scss */ ul.no-bullet { list-style: none; } /* Ordered Lists */ /* line 271, ../vendor/foundation/scss/foundation/components/_type.scss */ ol li ul, ol li ol { margin-left: 1.125em; margin-bottom: 0; } /* Definition Lists */ /* line 280, ../vendor/foundation/scss/foundation/components/_type.scss */ dl dt { margin-bottom: 0.3em; font-weight: bold; } /* line 284, ../vendor/foundation/scss/foundation/components/_type.scss */ dl dd { margin-bottom: 0.75em; } /* Abbreviations */ /* line 289, ../vendor/foundation/scss/foundation/components/_type.scss */ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px dotted #dddddd; cursor: help; } /* line 296, ../vendor/foundation/scss/foundation/components/_type.scss */ abbr { text-transform: none; } /* Blockquotes */ /* line 301, ../vendor/foundation/scss/foundation/components/_type.scss */ blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; } /* line 306, ../vendor/foundation/scss/foundation/components/_type.scss */ blockquote cite { display: block; font-size: 0.8125em; color: #555555; } /* line 310, ../vendor/foundation/scss/foundation/components/_type.scss */ blockquote cite:before { content: "\2014 \0020"; } /* line 315, ../vendor/foundation/scss/foundation/components/_type.scss */ blockquote cite a, blockquote cite a:visited { color: #555555; } /* line 321, ../vendor/foundation/scss/foundation/components/_type.scss */ blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; } /* Microformats */ /* line 327, ../vendor/foundation/scss/foundation/components/_type.scss */ .vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; } /* line 333, ../vendor/foundation/scss/foundation/components/_type.scss */ .vcard li { margin: 0; display: block; } /* line 337, ../vendor/foundation/scss/foundation/components/_type.scss */ .vcard .fn { font-weight: bold; font-size: 0.9375em; } /* line 344, ../vendor/foundation/scss/foundation/components/_type.scss */ .vevent .summary { font-weight: bold; } /* line 346, ../vendor/foundation/scss/foundation/components/_type.scss */ .vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; } @media only screen and (min-width: 48em) { /* line 357, ../vendor/foundation/scss/foundation/components/_type.scss */ h1, h2, h3, h4, h5, h6 { line-height: 1.4; } /* line 358, ../vendor/foundation/scss/foundation/components/_type.scss */ h1 { font-size: 2.75em; } /* line 359, ../vendor/foundation/scss/foundation/components/_type.scss */ h2 { font-size: 2.3125em; } /* line 360, ../vendor/foundation/scss/foundation/components/_type.scss */ h3 { font-size: 1.6875em; } /* line 361, ../vendor/foundation/scss/foundation/components/_type.scss */ h4 { font-size: 1.4375em; } } /* Wrapped around .top-bar to contain to grid width */ /* line 49, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .contain-to-grid { width: 100%; background: #111111; } /* line 55, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; } /* line 63, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar { overflow: hidden; height: 45px; line-height: 45px; position: relative; background: #111111; margin-bottom: 1.875em; } /* line 72, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar ul { margin-bottom: 0; list-style: none; } /* line 77, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .row { max-width: none; } /* line 80, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar form, .top-bar input { margin-bottom: 0; } /* line 82, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar input { height: 2.45em; } /* line 84, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .button { padding-top: .5em; padding-bottom: .5em; margin-bottom: 0; } /* line 87, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .title-area { position: relative; } /* line 89, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name { height: 45px; margin: 0; font-size: 16px; } /* line 94, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name h1 { line-height: 45px; font-size: 1.0625em; margin: 0; } /* line 98, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name h1 a { font-weight: bold; color: white; width: 50%; display: block; padding: 0 15px; } /* line 109, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar { position: absolute; right: 0; top: 0; } /* line 114, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar a { color: white; text-transform: uppercase; font-size: 0.8125em; font-weight: bold; position: relative; display: block; padding: 0 15px; height: 45px; line-height: 45px; } /* line 127, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar.menu-icon { right: 15px; top: 50%; margin-top: -16px; padding-left: 40px; } /* line 133, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar.menu-icon a { text-indent: -48px; width: 34px; height: 34px; line-height: 33px; padding: 0; color: white; } /* line 141, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar.menu-icon a span { position: absolute; right: 0; display: block; width: 16px; height: 0; -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; } /* line 161, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded { height: auto; background: transparent; } /* line 165, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded .title-area { background: #111111; } /* line 168, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded .toggle-topbar a { color: #888888; } /* line 169, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded .toggle-topbar a span { -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; } /* line 186, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section { left: 0; position: relative; width: auto; -webkit-transition: left 300ms ease-out; -moz-transition: left 300ms ease-out; transition: left 300ms ease-out; } /* line 192, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul { width: 100%; height: auto; display: block; background: #333333; font-size: 16px; margin: 0; } /* line 202, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .divider, .top-bar-section [role="separator"] { border-bottom: solid 1px #4d4d4d; border-top: solid 1px #1a1a1a; clear: both; height: 1px; width: 100%; } /* line 211, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a { display: block; width: 100%; color: white; padding: 12px 0 12px 0; padding-left: 15px; font-size: 0.8125em; font-weight: bold; background: #333333; height: 45px; } /* line 222, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a:hover { background: #2b2b2b; } /* line 225, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button { background: #2ba6cb; font-size: 0.8125em; } /* line 228, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button:hover { background: #2284a1; } /* line 232, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.secondary { background: #e9e9e9; } /* line 234, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.secondary:hover { background: #d0d0d0; } /* line 238, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.success { background: #5da423; } /* line 240, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.success:hover { background: #457a1a; } /* line 244, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.alert { background: #c60f13; } /* line 246, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.alert:hover { background: #970b0e; } /* line 254, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li.active > a { background: #2b2b2b; } /* line 258, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-form { padding: 15px; } /* line 261, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown { position: relative; } /* line 265, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); margin-right: 15px; margin-top: -4.5px; position: absolute; top: 22px; right: 0; } /* line 275, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved { position: static; } /* line 276, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved > .dropdown { visibility: visible; } /* line 283, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown { position: absolute; left: 100%; top: 0; visibility: hidden; z-index: 99; } /* line 290, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li { width: 100%; } /* line 291, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li a { font-weight: normal; padding: 8px 15px; } /* line 296, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li.title h5 { margin-bottom: 0; } /* line 297, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li.title h5 a { color: white; line-height: 22.5px; display: block; } /* line 305, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown label { padding: 8px 15px 2px; margin-bottom: 0; text-transform: uppercase; color: #555555; font-weight: bold; font-size: 0.625em; } /* line 317, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-js-breakpoint { width: 58.75em !important; visibility: hidden; } /* line 321, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .js-generated { display: block; } @media only screen and (min-width: 58.75em) { /* line 326, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar { background: #111111; *zoom: 1; overflow: visible; } /* line 97, ../vendor/foundation/scss/foundation/components/_global.scss */ .top-bar:before, .top-bar:after { content: " "; display: table; } /* line 98, ../vendor/foundation/scss/foundation/components/_global.scss */ .top-bar:after { clear: both; } /* line 327, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar { display: none; } /* line 329, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .title-area { float: left; } /* line 330, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name h1 a { width: auto; } /* line 333, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar input, .top-bar .button { line-height: 2em; font-size: 0.875em; height: 2em; padding: 0 10px; position: relative; top: 8px; } /* line 342, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded { background: #111111; } /* line 345, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .contain-to-grid .top-bar { max-width: 62.5em; margin: 0 auto; margin-bottom: 1.875em; } /* line 347, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section { -webkit-transition: none 0 0; -moz-transition: none 0 0; transition: none 0 0; left: 0 !important; } /* line 351, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul { width: auto; height: auto !important; display: inline; } /* line 356, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li { float: left; } /* line 358, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li .js-generated { display: none; } /* line 363, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section li a:not(.button) { padding: 0 15px; line-height: 45px; background: #111111; } /* line 367, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section li a:not(.button):hover { background: black; } /* line 372, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown > a { padding-right: 35px !important; } /* line 375, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent; margin-top: -2.5px; } /* line 381, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved { position: relative; } /* line 382, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved > .dropdown { visibility: hidden; } /* line 387, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown { visibility: visible; } /* line 394, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; margin-top: -7px; right: 5px; } /* line 405, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown { left: 0; top: auto; background: transparent; min-width: 100%; } /* line 412, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li a { color: white; line-height: 1; white-space: nowrap; padding: 7px 15px; background: #1e1e1e; } /* line 420, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li label { white-space: nowrap; background: #1e1e1e; } /* line 426, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li .dropdown { left: 100%; top: 0; } /* line 434, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-bottom: none; border-top: none; border-right: solid 1px #2b2b2b; border-left: solid 1px black; clear: none; height: 45px; width: 0px; } /* line 444, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-form { background: #111111; padding: 0 15px; height: 45px; } /* line 452, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul.right li .dropdown { left: auto; right: 0; } /* line 456, ../vendor/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul.right li .dropdown li .dropdown { right: 100%; } } /* line 31, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container { overflow: hidden; width: 100%; position: relative; background: whitesmoke; } /* line 37, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slides-container { list-style: none; margin: 0; padding: 0; position: relative; } /* line 43, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slides-container img { display: block; } /* line 45, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slides-container > * { position: relative; float: left; height: 100%; } /* line 50, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slides-container > * .orbit-caption { position: absolute; bottom: 0; background-color: black; background-color: rgba(0, 0, 0, 0.6); color: #fff; width: 100%; padding: 10px 14px; font-size: 0.875em; } /* line 60, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slides-container > * .orbit-caption * { color: white; } /* line 65, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slide-number { position: absolute; top: 10px; left: 10px; font-size: 12px; color: white; background: black; } /* line 70, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-slide-number span { font-weight: 700; padding: 0.3125em; } /* line 75, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-timer { position: absolute; top: 10px; right: 10px; height: 6px; width: 100px; } /* line 81, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-timer .orbit-progress { height: 100%; background-color: black; background-color: rgba(0, 0, 0, 0.6); display: block; width: 0%; } /* line 89, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-timer > span { display: none; position: absolute; top: 10px; right: 0px; width: 11px; height: 14px; border: solid 4px black; border-top: none; border-bottom: none; } /* line 102, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-timer.paused > span { right: -6px; top: 9px; width: 11px; height: 14px; border: solid 8px; border-color: transparent transparent transparent black; } /* line 113, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container:hover .orbit-timer > span { display: block; } /* line 117, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-prev, .orbit-container .orbit-next { position: absolute; top: 50%; margin-top: -25px; background-color: black; background-color: rgba(0, 0, 0, 0.6); width: 50px; height: 60px; line-height: 50px; color: white; text-indent: -9999px !important; } /* line 129, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span { position: absolute; top: 50%; margin-top: -16px; display: block; width: 0; height: 0; border: solid 16px; } /* line 139, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-prev { left: 0; } /* line 140, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-prev > span { border-color: transparent; border-right-color: #fff; } /* line 144, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-prev:hover > span { border-right-color: #ccc; } /* line 148, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-next { right: 0; } /* line 149, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-next > span { border-color: transparent; border-left-color: #fff; left: 50%; margin-left: -8px; } /* line 155, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-container .orbit-next:hover > span { border-left-color: #ccc; } /* line 161, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-bullets { margin: 0 auto 30px auto; overflow: hidden; position: relative; top: 10px; } /* line 167, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-bullets li { display: block; width: 18px; height: 18px; background: #999999; float: left; margin-right: 6px; border: solid 2px #999999; -webkit-border-radius: 1000px; border-radius: 1000px; } /* line 177, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-bullets li.active { background: #222222; border: solid 2px #222222; } /* line 182, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .orbit-bullets li:last-child { margin-right: 0; } /* line 189, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next { display: none; } /* line 192, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .touch .orbit-bullets { display: none; } @media only screen and (min-width: 48em) { /* line 201, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next { display: inherit; } /* line 204, ../vendor/foundation/scss/foundation/components/_orbit.scss */ .touch .orbit-bullets { display: block; } } /* Foundation Joyride */ /* line 38, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-list { display: none; } /* Default styles for the container */ /* line 41, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide { display: none; position: absolute; background: black; color: white; z-index: 101; top: 0; left: 2.5%; font-family: inherit; font-weight: normal; width: 95%; } /* line 54, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .lt-ie9 .joyride-tip-guide { max-width: 800px; left: 50%; margin-left: -400px; } /* line 60, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-content-wrapper { width: 100%; padding: 1.125em 1.25em 1.5em; } /* line 65, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-content-wrapper .button { margin-bottom: 0 !important; } /* Add a little css triangle pip, older browser just miss out on the fanciness of it */ /* line 70, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub { display: block; position: absolute; left: 22px; width: 0; height: 0; border: solid 14px; } /* line 78, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.top { border-color: black; border-top-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; top: -28px; } /* line 85, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.bottom { border-color: black !important; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -28px; } /* line 93, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.right { right: -28px; } /* line 94, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.left { left: -28px; } /* Typography */ /* line 104, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 { line-height: 1.25; margin: 0; font-weight: bold; color: white; } /* line 110, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide p { margin: 0 0 1.125em 0; font-size: 0.875em; line-height: 1.3; } /* line 116, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-timer-indicator-wrap { width: 50px; height: 3px; border: solid 1px #555555; position: absolute; right: 1.0625em; bottom: 1em; } /* line 124, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-timer-indicator { display: block; width: 0; height: inherit; background: #666666; } /* line 131, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-close-tip { position: absolute; right: 12px; top: 10px; color: #777777 !important; text-decoration: none; font-size: 30px; font-weight: normal; line-height: 0.5 !important; } /* line 142, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-close-tip:hover, .joyride-close-tip:focus { color: #eeeeee !important; } /* line 145, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-modal-bg { position: fixed; height: 100%; width: 100%; background: transparent; background: rgba(0, 0, 0, 0.5); z-index: 100; display: none; top: 0; left: 0; cursor: pointer; } /* line 158, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-expose-wrapper { background-color: #ffffff; position: absolute; border-radius: 3px; z-index: 102; -moz-box-shadow: 0px 0px 30px white; -webkit-box-shadow: 0px 0px 15px white; box-shadow: 0px 0px 15px white; } /* line 168, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-expose-cover { background: transparent; border-radius: 3px; position: absolute; z-index: 9999; top: 0px; left: 0px; } /* Styles for screens that are atleast 768px; */ @media only screen and (min-width: 48em) { /* line 180, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide { width: 300px; left: inherit; } /* line 182, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.bottom { border-color: black !important; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -28px; } /* line 189, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.right { border-color: black !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; top: 22px; left: auto; right: -28px; } /* line 197, ../vendor/foundation/scss/foundation/components/_joyride.scss */ .joyride-tip-guide .joyride-nub.left { border-color: black !important; border-top-color: transparent !important; border-left-color: transparent !important; border-bottom-color: transparent !important; top: 22px; left: -28px; right: auto; } } /* Clearing Styles */ /* line 35, ../vendor/foundation/scss/foundation/components/_clearing.scss */ [data-clearing] { *zoom: 1; margin-bottom: 0; } /* line 97, ../vendor/foundation/scss/foundation/components/_global.scss */ [data-clearing]:before, [data-clearing]:after { content: " "; display: table; } /* line 98, ../vendor/foundation/scss/foundation/components/_global.scss */ [data-clearing]:after { clear: both; } /* line 40, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-blackout { background: #111111; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 998; } /* line 49, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-blackout .clearing-close { display: block; } /* line 52, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-container { position: relative; z-index: 998; height: 100%; overflow: hidden; margin: 0; } /* line 60, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .visible-img { height: 95%; position: relative; } /* line 64, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; } /* line 74, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-caption { color: white; line-height: 1.3; margin-bottom: 0; text-align: center; bottom: 0; background: #111111; width: 100%; padding: 10px 30px; position: absolute; left: 0; } /* line 87, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-close { z-index: 999; padding-left: 20px; padding-top: 10px; font-size: 40px; line-height: 1; color: white; display: none; } /* line 97, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-close:hover, .clearing-close:focus { color: #ccc; } /* line 100, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container { height: 100%; } /* line 101, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul { display: none; } @media only screen and (min-width: 48em) { /* line 108, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-prev, .clearing-main-next { position: absolute; height: 100%; width: 40px; top: 0; } /* line 113, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-prev > span, .clearing-main-next > span { position: absolute; top: 50%; display: block; width: 0; height: 0; border: solid 16px; } /* line 122, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-prev { left: 0; } /* line 124, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: white; } /* line 130, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-next { right: 0; } /* line 132, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-next > span { border-color: transparent; border-left-color: white; } /* line 139, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: 0.5; } /* line 142, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-feature ~ li { display: none; } /* line 146, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel { background: #111111; height: 150px; margin-top: 5px; } /* line 151, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul { display: block; z-index: 999; width: 200%; height: 100%; margin-left: 0; position: relative; left: 0; } /* line 160, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li { display: block; width: 175px; height: inherit; padding: 0; float: left; overflow: hidden; margin-right: 1px; position: relative; cursor: pointer; opacity: 0.4; } /* line 173, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li.fix-height img { min-height: 100%; height: 100%; max-width: none; } /* line 180, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; -webkit-box-shadow: none; box-shadow: none; display: block; } /* line 187, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li img { cursor: pointer !important; min-width: 100% !important; } /* line 192, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li.visible { opacity: 1; } /* line 197, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .visible-img { background: #111111; overflow: hidden; height: 75%; } /* line 204, ../vendor/foundation/scss/foundation/components/_clearing.scss */ .clearing-close { position: absolute; top: 10px; right: 20px; padding-left: 0; padding-top: 0; } } /* Tables */ /* line 78, ../vendor/foundation/scss/foundation/components/_tables.scss */ table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; } /* line 41, ../vendor/foundation/scss/foundation/components/_tables.scss */ table thead, table tfoot { background: whitesmoke; font-weight: bold; } /* line 47, ../vendor/foundation/scss/foundation/components/_tables.scss */ table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: 0.875em; color: #222222; text-align: left; } /* line 58, ../vendor/foundation/scss/foundation/components/_tables.scss */ table tr th, table tr td { padding: 0.5625em 0.625em; font-size: 0.875em; color: #222222; } /* line 66, ../vendor/foundation/scss/foundation/components/_tables.scss */ table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; } /* line 73, ../vendor/foundation/scss/foundation/components/_tables.scss */ table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.125em; } /* Tooltips */ /* line 27, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .has-tip { border-bottom: dotted 1px #cccccc; cursor: help; font-weight: bold; color: #333333; } /* line 34, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .has-tip:hover, .has-tip:focus { border-bottom: dotted 1px #196177; color: #2ba6cb; } /* line 40, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .has-tip.tip-left, .has-tip.tip-right { float: none !important; } /* line 43, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip { display: none; position: absolute; z-index: 999; font-weight: bold; font-size: 0.9375em; line-height: 1.3; padding: 0.5em; max-width: 85%; left: 50%; width: 100%; color: white; background: black; -webkit-border-radius: 3px; border-radius: 3px; } /* line 58, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip > .nub { display: block; left: 5px; position: absolute; width: 0; height: 0; border: solid 5px; border-color: transparent transparent black transparent; top: -10px; } /* line 69, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip.opened { color: #2ba6cb !important; border-bottom: dotted 1px #196177 !important; } /* line 75, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tap-to-close { display: block; font-size: 0.625em; color: #888888; font-weight: normal; } @media only screen and (min-width: 48em) { /* line 84, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip > .nub { border-color: transparent transparent black transparent; top: -10px; } /* line 88, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip.tip-top > .nub { border-color: black transparent transparent transparent; top: auto; bottom: -10px; } /* line 95, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip.tip-left, .tooltip.tip-right { float: none !important; } /* line 97, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip.tip-left > .nub { border-color: transparent transparent transparent black; right: -10px; left: auto; top: 50%; margin-top: -5px; } /* line 104, ../vendor/foundation/scss/foundation/components/_tooltips.scss */ .tooltip.tip-right > .nub { border-color: transparent black transparent transparent; right: auto; left: -10px; top: 50%; margin-top: -5px; } } /* line 26, ../scss/editor-style.scss */ body { background: white; color: #222222; padding: 10px; }
0.233706
0.040313
header { position: fixed; top: 0; left: 0; width: 100%; display: flex; align-items: center; padding: 10px 3%; font-family: 'Geometria-Bold'; background: #ffffff; transition: .5s all; z-index: 10; } header .burger { position: relative; display: flex; flex-direction: column; width: 30px; cursor: pointer; overflow: hidden; } header .burger span { width: 100%; height: 3px; margin-bottom: 5px; background: #555555; display: block; } header .burger span:last-child { margin-bottom: 0; } header .links { display: flex; margin-left: 60px; } header .links li { margin-left: 15px; overflow: hidden; } header .links li:first-child { margin-left: 0; } header .links li .link { color: #767676; display: block; transform: translateY(110%); transition: .5s all; position: relative; overflow: hidden; cursor: pointer; } header .links li .link .inner { position: absolute; top: 120%; padding: 15px 45px 15px 15px; background: #FFFFFF; transform: unset !important; opacity: 0; transition: .5s all; visibility: hidden; } header .links li .link .inner li { margin-left: 0; } header .links li .link .inner li a { display: flex; margin: 5px 0; color: #767676; } header .links li .link:hover { overflow: visible; } header .links li .link:hover .inner { top: 100%; opacity: 1; visibility: visible; } header .links.active li .link { transform: translateY(0); } header .logo { display: flex; width: 110px; position: relative; margin: 0 auto; } header .logo svg { width: 100%; } header .logo svg path { fill: #030222; } header .numbers { display: flex; flex-direction: column; margin-right: 60px; } header .numbers a { color: #3F3F3F; } header .right { display: flex; } header .right form { position: relative; display: flex; } header .right form input { position: absolute; height: 40px; width: 0; top: -7px; right: -5px; background: #F0F0F0; z-index: 0; padding-left: 0; border: none; outline: none; font-size: 20px; transition: width 0.4s cubic-bezier(0, 0.795, 0, 1); } header .right form input:focus { outline: none; border: none; } header .right form .btn { position: absolute; display: flex; align-items: center; justify-content: center; width: 25px; height: 25px; z-index: 2; right: 0; top: 0; cursor: pointer; } header .right form .btn img { width: 100%; height: 100%; } header .right form button { z-index: 1; } header .right form .active { width: 250px; padding-left: 10px; } header .right a, header .right button { display: flex; width: 25px; height: 25px; position: relative; margin-left: 15px; } header .right .count { position: absolute; font-family: Geometria-Bold; font-size: 10px; color: #ffffff; background: #B30B0B; width: 15px; height: 15px; border-radius: 50%; display: flex; align-items: center; justify-content: center; right: -3px; bottom: -5px; } header .right img { width: 100%; height: 100%; object-fit: contain; } .hoverr { overflow: visible !important; } .dark-header { background: none; } .dark-header .burger span { background: #ffffff; } .dark-header .links li .link { color: #ffffff; } .dark-header .logo svg path, .dark-header .logo svg text { fill: #ffffff; } .nav-up { transform: translateY(-120px); } footer { position: relative; width: 100%; padding-top: 60px; } footer .container-fluid { display: flex; padding: 0 5% 30px 5%; } footer .container-fluid .item { width: 20%; } footer .container-fluid .item:nth-child(3) { width: 22%; } footer .container-fluid .item:nth-child(4) { width: 38%; } footer .container-fluid .title { font-size: 20px; color: #343434; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 30px; } footer .container-fluid a { width: fit-content; position: relative; font-family: Geometria; font-size: 16px; color: #A5A5A5; display: block; margin: 5px 0; } footer .container-fluid a:after { position: absolute; content: ''; width: 0; height: 1px; left: 0; bottom: 0; background: #505050; transition: .5s all; } footer .container-fluid a:hover:after { width: 100%; } footer .container-fluid .number { font-family: Geometria-Medium; margin: 0; color: #505050; letter-spacing: -0.02em; } footer .container-fluid form { display: flex; width: 100%; position: relative; font-family: Geometria; } footer .container-fluid form input { width: 100%; height: 40px; color: #9B9B9B; font-size: 16px; letter-spacing: 0.08em; border: 1px solid #A5A5A5; padding-left: 10px; } footer .container-fluid form input:focus { outline: none; } footer .container-fluid form button { height: 40px; font-size: 13px; color: #343434; text-transform: uppercase; border: 1px solid #343434; padding: 0 30px; margin-left: 30px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: .5s all; } footer .container-fluid form button:after { position: absolute; content: ''; width: 0; height: 100%; top: 0; left: 0; z-index: -1; background: #343434; transition: .5s all; } footer .container-fluid form button:hover { color: #ffffff; } footer .container-fluid form button:hover:after { width: 100%; } footer .bottom { width: 90%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; font-family: Geometria; font-size: 14px; color: #A5A5A5; padding: 30px 0; border-top: 1px solid #C4C4C4; } footer .bottom img { width: 60px; margin: 0 15px; } footer .bottom .method { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } footer .bottom .method img:nth-child(2) { width: 90px; } footer .bottom .method .score { font-family: Geometria-Medium; font-size: 16px; color: #505050; text-transform: uppercase; margin-left: 15px; } footer .bottom .by span { margin-right: -10px; margin-bottom: 5px; } footer .bottom .by img { width: 100px; height: 20px; margin: 0; } footer .socials a { margin-right: 30px; } .socials { margin-top: 30px; display: flex; } .socials a { margin-right: 30px; } .socials a svg { width: 20px; } .section-title { position: relative; width: 100%; display: flex; justify-content: center; padding: 45px 0; font-size: 40px; color: #343434; text-transform: uppercase; overflow: hidden; } .section-title span { display: block; } .heart { cursor: pointer; } .heart .a { transition: .5s all; } .heart:hover .a { fill: #9D9D9D; } .heart.add .a { fill: #9D9D9D; } .card { display: flex; flex-direction: column; font-family: Geometria; margin-bottom: 30px; } .card .image { position: relative; width: 100%; height: 45vh; } .card .image img { width: 100%; height: 100%; object-fit: cover; } .card .name { font-size: 18px; color: #7A7A7A; text-transform: uppercase; margin: 10px 0; } .card .pr-h { width: 95%; position: relative; display: flex; justify-content: space-between; font-size: 18px; color: #000; } .card .pr-h .sale { text-decoration: line-through; } .card .pr-h .new-price { text-decoration: none; } .card .basket { width: 95%; display: flex; align-items: center; justify-content: center; padding: 10px 0; margin: 20px auto 0 auto; border: 1px solid #343434; font-size: 18px; letter-spacing: 0.08em; text-transform: uppercase; transition: .5s all ease; } .card .basket:hover { background: #343434; color: #ffffff; } .card .percent { position: absolute; top: -15px; right: 0; font-family: Geometria-Medium; font-size: 14px; color: #000000; background: #FFA979; text-align: center; text-transform: uppercase; padding: 10px; } .show-more { position: relative; display: flex; width: fit-content; font-size: 18px; color: #000000; letter-spacing: 0.1em; text-transform: uppercase; margin: 30px auto; border-bottom: 2px solid #272727; padding: 5px; transition: .5s all; cursor: pointer; z-index: 2; } .show-more:before { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 0; background: #272727; z-index: -1; transition: .5s all ease-in-out; } .show-more:hover { color: #ffffff; } .show-more:hover:before { height: 100%; } .catalogs .container { display: flex; flex-wrap: wrap; justify-content: space-between; } .catalogs .container .catalog { width: calc(50% - 10px); min-height: 120px; max-height: 40vh; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 15px; } .catalogs .container .catalog img { width: 100%; height: 100%; object-fit: cover; transition: .5s all; } .catalogs .container .catalog .title { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 1; font-size: 18px; color: #ffffff; text-transform: uppercase; background: linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)); transition: .8s all; } .catalogs .container .catalog:hover .title { color: #B77E2A; background: linear-gradient(0deg, rgba(255, 255, 255, 0.69), rgba(255, 255, 255, 0.69)), url(image.png); border: 1px solid #B77E2A; } .catalogs .container .catalog:hover img { transform: scale(1.2); } .catalogs .container .catalog:nth-child(3), .catalogs .container .catalog:nth-child(5) { width: calc(25% - 10px); } .catalog-children .container { padding-top: 45px; } .catalog-children .container .catalog { min-height: 40vh; max-height: 50vh; } .catalog-children .container .catalog .title { background: none; } .catalog-children .container .catalog:first-child img { right: 0; } .catalog-children .container .catalog:first-child .title { justify-content: flex-start; padding-left: 20%; } .catalog-children .container .catalog:nth-child(2) img { left: 0; } .catalog-children .container .catalog:nth-child(2) .title { justify-content: flex-end; padding-right: 20%; } .tabs .tab { display: none; transition: .5s all; } .tab-items .tab-item { color: #959595; background: #EAEAEA; cursor: pointer; } .tab-items .tab-item.active { background: #343434; color: #ffffff; } .tab-items .tab-item.active:before { position: absolute; content: ''; left: 50%; top: 100%; transform: translateX(-50%); width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #343434; } .swiper-button-next:focus, .swiper-button-prev:focus { outline: none; border: none; } .card-slider .swiper-slide { margin-top: 15px; } .sales .container { position: relative; } .sales .card .percent { right: -15px; } .sales .swiper-button-next:after, .sales .swiper-button-prev:after { color: #737373; } .sales .swiper-button-prev, .sales .swiper-container-rtl .swiper-button-next { left: -40px; } .sales .swiper-button-next, .sales .swiper-container-rtl .swiper-button-prev { right: -40px; } .news { width: 100%; position: relative; margin-bottom: 100px; } .news .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; } .news .top .title { font-size: 30px; color: #404040; } .news .top .show-more { margin: 0; font-size: 14px; } .news .new { font-family: Geometria; padding: 25px; position: relative; border: 1px solid #929292; margin-bottom: 15px; display: flex; flex-direction: column; transition: .5s all ease-in; } .news .new .title { font-size: 20px; color: #696969; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: .5s all; } .news .new .bottom { display: flex; } .news .new .bottom .date { font-size: 14px; color: #949494; } .news .new .bottom .source { margin-left: 60px; font-size: 12px; color: #565656; } .news .new .bottom .source span { margin-right: 5px; } .news .new:hover { background: #FEFEFE; box-shadow: 0px 10px 20px 2px rgba(88, 88, 88, 0.14); } .news .new:hover .title { color: #B77E2A; font-weight: bolder; } .advantages .section-title { padding: 0; } .advantages .sub-title { width: 100%; font-family: Geometria; font-size: 20px; color: #838383; text-align: center; } .advantages .items { display: flex; padding: 100px 5% 40px 5%; } .advantages .items .item { width: 25%; display: flex; flex-direction: column; align-items: center; font-family: Geometria; } .advantages .items .item svg, .advantages .items .item img { width: 80px; height: 80px; margin-bottom: 30px; } .advantages .items .item .title { font-size: 20px; color: #101010; letter-spacing: 0.05em; text-transform: uppercase; text-align: center; margin-bottom: 5px; } .advantages .items .item p { font-size: 14px; color: #949494; letter-spacing: -0.02em; text-align: center; } .certificates .items { width: 100%; position: relative; background: #EFEFEF; padding: 60px 0; display: flex; justify-content: space-evenly; } .certificates .items .item { width: 20%; height: 55vh; display: flex; align-items: center; justify-content: center; } .certificates .items .item:before { position: fixed; content: ''; width: 100vw; height: 100vh; left: 0; top: 0; background: rgba(0, 0, 0, 0.4); z-index: 19; opacity: 0; visibility: hidden; } .certificates .items .item.active:before { opacity: 1; visibility: visible; } .certificates .items .item.active img { position: fixed; width: auto; height: auto; z-index: 20; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1.2); } .certificates .items .item img { width: 100%; height: auto; object-fit: cover; transition: 1s all; box-shadow: 30px 35px 40px rgba(0, 0, 0, 0.2); } .filter { width: 100%; display: flex; flex-wrap: wrap; font-family: Geometria; margin-bottom: 60px; } .filter .fake { cursor: pointer; } .filter .filter-btn { height: fit-content; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; color: #ffffff; padding: 10px; display: flex; align-items: center; justify-content: center; background: #B77E2A; transition: .3s all; } .filter .filter-btn svg { width: 20px; height: 20px; margin-right: 5px; } .filter .filter-btn svg path { fill: #ffffff; transition: .3s all; } .filter .item { width: calc(25% - 10px); display: none; height: fit-content; transform: translateY(-50px); transition: 1s all; opacity: 0; margin-right: 10px; } .filter .item:nth-child(4) { margin-right: 0; } .filter .item:first-child { display: flex; transform: unset; opacity: 1; } .filter .item .title { font-family: Geometria-Bold; font-size: 14px; color: #242424; letter-spacing: 0.05em; text-transform: uppercase; margin-right: 10px; } .filter .item .label .checkbox { display: none; } .filter .item .labels { display: flex; flex-wrap: wrap; justify-content: flex-start; } .filter .item .labels .label { width: 40px; height: 40px; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; margin: 0 10px 10px 0; } .filter .item .labels .label .fake { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #E6E6E6; color: #202020; transition: .3s all; } .filter .item .labels .label .color-2 { background: black; } .filter .item .labels .label .color-3 { background: #8C5680; } .filter .item .labels .label .color-4 { background: #AF4A4A; } .filter .item .labels .label .color-5 { background: #4264A6; } .filter .item .labels .label .color-6 { background: #E0CE27; } .filter .item .labels .label .color-7 { background: #824A2B; } .filter .item .colors .label .fake { position: relative; } .filter .item .colors .label .fake:before { position: absolute; content: ''; width: calc(100% + 6px); height: calc(100% + 6px); left: -3px; top: -3px; border: 2px solid #000000; opacity: 0; visibility: hidden; } .filter .item .colors .label .checkbox:checked + .fake:before { opacity: 1; visibility: visible; } .filter .item .sizes .label .checkbox:checked + .fake { border: 1px solid #000000; background: #ffffff; color: #52A063; } .filter .range { flex-direction: column; } .filter .range .top { display: flex; } .filter .range .top .price-input { display: flex; align-items: center; text-transform: uppercase; font-family: Geometria; font-size: 14px; color: #242424; } .filter .range .top .price-input .line { width: 15px; height: 2px; background: #B77E2A; margin: 0 5px; } .filter .range .top .price-input input { width: 60px; border: none; outline: none; background: none; font-size: 16px; font-family: Geometria-Bold; color: #B77E2A; letter-spacing: 0.05em; text-transform: uppercase; text-align: center; } .filter .range .price-range { margin: 30px 0; background: #D7D7D7; height: 5px; } .filter .range .price-range .ui-widget-header { background: #B77E2A; } .filter .range .ui-slider .ui-slider-handle { width: 20px; height: 20px; border-radius: 50%; background: #2E2E2E; cursor: pointer; } .filter .range .ui-slider .ui-slider-handle:focus { outline: none; border-color: #2E2E2E; } .filter .range .ui-slider-horizontal .ui-slider-handle { top: -9px; } .filter .range button { position: relative; width: 90%; height: 40px; color: #ffffff; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; background: #343434; margin: 10px auto; } .filter .h-tags { width: 75%; flex-wrap: wrap; position: relative; } .filter .h-tags .h-tag { position: relative; margin: 0 5px 5px 0; } .filter .h-tags .h-tag .checkbox { display: none; } .filter .h-tags .h-tag .checkbox:checked + .fake { color: #B77E2A; border: 1px solid #B77E2A; } .filter .h-tags .h-tag .fake { width: fit-content; height: 40px; position: relative; display: flex; align-items: center; justify-content: center; background: #EAEAEA; font-size: 14px; white-space: nowrap; color: #959595; text-transform: uppercase; padding: 0 15px; transition: .3s all; } .filter .open { color: #242424; background: #EAEAEA; } .filter .open svg path { fill: #242424; } .filter .show { display: flex; } .filter .animate-y { opacity: 1; transform: translateY(0); } .inputs { width: 60%; position: relative; display: flex; flex-direction: column; margin-bottom: 15px; } .inputs .text { font-family: Geometria; font-size: 14px; color: #060606; letter-spacing: 0.02em; margin-bottom: 5px; } .inputs input { height: 30px; font-family: Geometria; font-size: 16px; color: #060606; outline: none; border: none; border-bottom: 1px solid #1D1D1D; } .inputs select { height: 30px; font-family: Geometria; font-size: 16px; color: #ffffff; text-transform: uppercase; outline: none; border: none; background: #373634; border-bottom: 1px solid #ffffff; } .inputs .button { position: absolute; width: 20px; height: 20px; right: 5px; bottom: 5px; cursor: pointer; } .inputs .button img { width: 100%; height: 100%; } .quantity { position: relative; height: 40px; padding: 0 20px 0 10px; border: 1px solid #9B9B9B; } .quantity .pro-qty { display: flex; align-items: center; } .quantity .pro-qty input { height: 36px; width: 40px; font-family: Geometria; font-size: 14px; text-transform: uppercase; color: #BEBEBE; padding-left: 5px; border: none; outline: none; } .quantity .pro-qty .qtybtn { position: absolute; right: 10px; display: flex; width: 15px; height: 20px; cursor: pointer; } .quantity .pro-qty .qtybtn img { width: 100%; height: 100%; object-fit: contain; } .quantity .pro-qty .dec { bottom: 0; transform: rotate(-180deg); } .quantity .pro-qty .inc { top: 0; } .result-page .filter { flex-direction: column; } .result-page .filter .all { font-size: 24px; } .result-page .filter .categories { width: 100%; position: relative; margin: 7px 0; } .result-page .filter .categories .category { font-size: 22px; margin-bottom: 10px; } .result-page .filter .categories ul .sub-category { font-family: Geometria; font-size: 13px; color: #A8A8A8; letter-spacing: 0.05em; text-transform: uppercase; margin: 10px 0; } .result-page .filter .item { width: 100%; display: flex; opacity: 1; visibility: visible; transform: translateY(0); margin: 15px 0; } .result-page .filter .item .top { padding: 0; } .result-page .filter .range button { width: 100%; } .main { padding-top: 110px; width: 100vw; position: relative; overflow: hidden; } .main .banner { width: 100vw; height: calc(100vh - 110px); position: relative; display: flex; margin-bottom: 70px; justify-content: space-between; } .main .banner .swiper-button-next:after, .main .banner .swiper-button-prev:after { display: none; } .main .banner .swiper-button-next, .main .banner .swiper-button-prev { width: 80px; height: 16px; opacity: 1; margin-top: unset; top: unset; right: 30px; bottom: 55px; z-index: 2; } .main .banner .swiper-button-next:focus, .main .banner .swiper-button-prev:focus { outline: none; border: none; } .main .banner .swiper-button-next img, .main .banner .swiper-button-prev img { width: 100%; height: 100%; } .main .banner .swiper-button-prev, .main .banner .swiper-container-rtl .swiper-button-next { left: unset; right: 130px; bottom: 42px; } .main .banner .banner-slider { width: 100%; height: 100%; position: relative; } .main .banner .banner-slider:before { content: ''; position: absolute; width: 0; height: 100%; left: 50%; top: 0; background: #f8f8f8; animation: block-appear-2 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; animation-delay: 2.5s; z-index: 11; } .main .banner .banner-slider .inner { position: relative; width: 100%; height: calc(100% - 70px); } .main .banner .banner-slider .inner .image { position: relative; width: 50%; height: 100%; margin-left: auto; } .main .banner .banner-slider .inner .image img { width: 100%; height: 100%; object-fit: cover; } .main .banner .banner-slider .inner .bottom { width: 40%; position: absolute; left: 0; bottom: 0; display: flex; flex-direction: column; background: #ffffff; font-family: Geometria; font-size: 16px; letter-spacing: 0.05em; color: #454545; text-transform: uppercase; padding: 15px; z-index: 1; } .main .banner .banner-slider .inner .bottom .price { color: #868686; margin-top: 5px; } .main .banner .banner-slider .inner .count { position: absolute; top: 100%; left: 0; display: flex; align-items: center; padding: 20px 15px; font-family: Geometria; font-size: 14px; color: #414141; text-transform: uppercase; } .main .banner .banner-slider .inner .count .current { width: fit-content; position: relative; bottom: unset; } .main .banner .banner-slider .inner .count .current.zero:before { position: absolute; content: '0'; right: 100%; } .main .banner .banner-slider .inner .count .line { width: 80px; height: 2px; background: #414141; margin: 0 5px; } .main .banner .banner-slider .inner .center { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); mix-blend-mode: overlay; } .main .banner .banner-slider .inner .center .title { font-size: 72px; text-transform: uppercase; color: #000000; position: relative; overflow: hidden; } .main .banner .banner-slider .inner .center a { display: flex; width: fit-content; margin-top: 10px; background: #ffffff; padding: 10px 15px; font-family: Geometria; font-size: 16px; color: #000000; text-transform: uppercase; transition: .5s all; border: 1px solid #343434; } .main .banner .banner-slider .inner .center a:hover { color: #ffffff; background: #343434; } .main .banner .left { position: absolute; left: 0; top: 0; z-index: 3; width: 33%; height: 100%; padding-left: 3%; background: #ffffff; } .main .banner .left:before { content: ''; position: absolute; width: 0; height: 100%; left: 0; top: 0; background: #f8f8f8; animation: block-appear 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; animation-delay: 1.5s; z-index: 3; } .main .banner .left .swiper-container { height: 100%; } .main .banner .left .swiper-slide { width: 100%; height: calc(100% - 70px); } .main .banner .left .swiper-slide img { width: 100%; height: 100%; object-fit: cover; } .main .banner .left .swiper-slide .front { position: absolute; width: 100%; left: 0; bottom: 70px; background: #ffffff; font-family: Geometria; letter-spacing: 0.05em; text-transform: uppercase; padding: 15px 0; } .main .banner .left .swiper-slide .front .name { position: relative; display: flex; align-items: center; justify-content: space-between; color: #454545; font-size: 14px; padding: 0 15px; } .main .banner .left .swiper-slide .front .price { color: #868686; letter-spacing: 0.05em; padding-left: 15px; } .main .banner .left .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 10px; } .main .banner .left .swiper-pagination-bullet { width: 10px; height: 10px; background: #242424; top: 11px; } .main .banner .left .swiper-container-horizontal > .swiper-pagination-bullets, .main .banner .left .swiper-pagination-custom, .main .banner .left .swiper-pagination-fraction { bottom: 30px; height: 32px; } .main .banner .left .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main:before { content: ''; position: absolute; width: 30px; height: 30px; border: 1px solid #242424; border-radius: 50%; left: -10px; top: -10px; } .main .catalogs { margin-bottom: 60px; } .main .favorites { background: #eeeeee; padding-bottom: 15px; } .main .favorites .section-title { padding-bottom: 15px; } .main .favorites .sub-title { font-size: 20px; width: 100%; text-align: center; margin-bottom: 60px; } .main .favorites .items { width: 100%; position: relative; display: flex; justify-content: center; margin-bottom: 60px; } .main .favorites .items .item { width: 20%; height: 45px; display: flex; align-items: center; justify-content: center; margin: 0 15px; position: relative; font-family: Geometria; font-size: 16px; text-align: center; letter-spacing: 0.05em; text-transform: uppercase; } .main .soon { position: relative; width: 100%; } .main .soon .container { display: flex; flex-wrap: wrap; justify-content: space-between; } .main .soon .container .item { width: calc(50% - 10px); min-height: 120px; max-height: 40vh; margin-bottom: 15px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; } .main .soon .container .item:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; right: 0; background: linear-gradient(0deg, rgba(11, 11, 11, 0.35), rgba(11, 11, 11, 0.35)); z-index: 1; transition: .5s all; opacity: 0; } .main .soon .container .item img { width: 100%; height: 100%; object-fit: cover; transition: .5s all; } .main .soon .container .item span { position: absolute; z-index: 2; font-family: Geometria; font-size: 16px; color: #ffffff; letter-spacing: 0.04em; text-transform: uppercase; text-align: center; padding: 10px 25px; border: 1px solid #ffffff; transition: .8s all; transform: translateY(-30px); opacity: 0; } .main .soon .container .item:hover:before { opacity: 1; } .main .soon .container .item:hover span { opacity: 1; transform: translateY(0); } .main .soon .container .item:hover img { transform: scale(1.2); } .main .soon .container .item:nth-child(1), .main .soon .container .item:nth-child(3) { width: calc(25% - 10px); } .main .sales-item { margin: 100px 0; position: relative; } .main .sales-item .container { display: flex; } .main .sales-item .container .left, .main .sales-item .container .right { width: 50%; position: relative; font-family: Geometria; } .main .sales-item .container .left .title, .main .sales-item .container .right .title { font-family: OptimaCyr; font-size: 30px; color: #404040; width: 30%; } .main .sales-item .container .left p, .main .sales-item .container .right p { font-size: 20px; color: #949494; padding: 30px 0; width: 80%; } .main .sales-item .container .left .image, .main .sales-item .container .right .image { position: relative; width: 100%; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(90deg, #FFEE97 85%, rgba(0, 0, 0, 0) 15%); } .main .sales-item .container .left .image .top, .main .sales-item .container .right .image .top { font-size: 12px; } .main .sales-item .container .left .image .term, .main .sales-item .container .right .image .term { font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; } .main .sales-item .container .left .image .term span, .main .sales-item .container .right .image .term span { color: rgba(255, 255, 255, 0.5); font-weight: bolder; } .main .sales-item .container .left .image .sub-title, .main .sales-item .container .right .image .sub-title { font-size: 24px; color: #000000; letter-spacing: 0.05em; text-transform: uppercase; width: 60%; margin: 60px 0; } .main .sales-item .container .left .image img, .main .sales-item .container .right .image img { position: absolute; width: 50%; right: -5%; top: 50%; transform: translateY(-50%); } .main .sales-item .container .left .image .term span { color: #000; } .main .sales-item .container .right .image { background: linear-gradient(67.88deg, #DF95B0 3.38%, #FFCAD3 93.33%); } .main .sales-item .container .right .image img { top: unset; transform: unset; bottom: 0; } .main .sales-item .container .right .image .top, .main .sales-item .container .right .image .sub-title, .main .sales-item .container .right .image a { color: #ffffff; } .main .sales-item .container .right .image .sub-title { width: 40%; } .main .sales-item .container .right .image a { width: fit-content; font-size: 16px; text-transform: uppercase; padding: 15px; letter-spacing: 0.04em; border: 1px solid #ffffff; overflow: hidden; position: relative; } .main .sales-item .container .right .image a:before { position: absolute; content: ''; top: 0; left: 100%; width: 50%; height: 100%; background: linear-gradient(67.88deg, #DF95B0 3.38%, #FFCAD3 93.33%); opacity: .4; transition: .8s all; transform: skewY(45deg); } .main .sales-item .container .right .image a:hover:before { left: -100%; } .about-page { position: relative; width: 100vw; padding-top: 110px; } .about-page .banner { width: 100%; height: 70vh; position: relative; background: #EEECED; } .about-page .banner:before { content: ''; position: absolute; width: 0; height: 100%; left: 0; top: 0; background: #ffffff; animation: block-appear 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; animation-delay: 2.5s; z-index: 1; } .about-page .banner img { position: absolute; left: 0; bottom: 0; width: 120%; height: 100%; object-fit: cover; } .about-page .banner .mob-tab { display: none; } .about-page .banner .title { position: absolute; left: 45%; top: 50%; transform: translateY(-50%); font-size: 72px; text-transform: uppercase; overflow: hidden; } .about-page .banner .title span { display: block; } .about-page .about { width: 100%; height: 80vh; position: relative; display: flex; margin: 30px 0; padding: 0 3%; } .about-page .about .left, .about-page .about .right { width: 50%; height: 100%; position: relative; } .about-page .about .left { display: flex; flex-direction: column; justify-content: center; } .about-page .about .left .title { font-size: 36px; color: #B57E57; text-transform: uppercase; } .about-page .about .left p { width: 90%; font-family: Geometria; font-size: 18px; color: #686868; margin: 45px 0; } .about-page .about .left .play { width: fit-content; position: relative; display: flex; align-items: center; padding: 10px 15px; color: #B57E57; border: 1px solid #B57E57; border-radius: 30px; cursor: pointer; display: none; } .about-page .about .left .play svg { width: 30px; height: 30px; margin-right: 10px; } .about-page .about .left .play:before { content: ' '; position: absolute; left: 30px; top: 10px; box-sizing: border-box; width: 20px; height: 20px; border-radius: 50%; z-index: -1; } .about-page .about .left .play:after { content: ' '; position: absolute; left: 25px; top: 5px; box-sizing: border-box; width: 30px; height: 30px; border-radius: 50%; z-index: -1; } .about-page .about .left .play:hover:before { background-color: #B57E57; animation: grow 1s infinite; } .about-page .about .left .play:hover:after { border: 1px solid #B57E57; animation: grow 1s infinite; } .about-page .about .right img { width: 100%; height: 100%; object-fit: cover; } .about-page .about .right .text { position: absolute; left: 0; bottom: 15%; width: fit-content; padding: 15px; background: #ffffff; } .about-page .about .right .text .title { font-size: 20px; } .about-page .about .right .text p { font-family: Geometria; font-size: 14px; color: #818181; } .about-page .video { width: 100vw; height: 100vh; position: fixed; left: 0; top: -100vh; z-index: 999; background: #505050; opacity: 0; visibility: hidden; transition: 1s all; } .about-page .video video { width: 100%; height: 100%; } .about-page .video .exit { position: absolute; top: 15px; right: 15px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #ffffff; border-radius: 50%; cursor: pointer; } .about-page .video .exit span { position: absolute; width: 30px; height: 2px; background: #000000; } .about-page .video .exit span:first-child { transform: rotate(45deg); } .about-page .video .exit span:last-child { transform: rotate(135deg); } .about-page .video.show { top: 0; opacity: 1; visibility: visible; } .about-page .history { width: 100%; position: relative; display: flex; margin: 60px 0 100px 0; } .about-page .history .left, .about-page .history .right { width: 50%; position: relative; } .about-page .history .left { height: 85vh; } .about-page .history .left .image { width: 100%; height: calc(100% - 80px); } .about-page .history .left .image img { width: 100%; height: 100%; object-fit: cover; } .about-page .history .left .about-slider { height: 100%; width: 100%; } .about-page .history .left .about-slider .swiper-button-next:after, .about-page .history .left .about-slider .swiper-button-prev:after { display: none; } .about-page .history .left .about-slider .swiper-button-next, .about-page .history .left .about-slider .swiper-button-prev { width: 80px; height: 16px; opacity: 1; margin-top: unset; top: unset; bottom: 45px; } .about-page .history .left .about-slider .swiper-button-next:focus, .about-page .history .left .about-slider .swiper-button-prev:focus { outline: none; border: none; } .about-page .history .left .about-slider .swiper-button-next img, .about-page .history .left .about-slider .swiper-button-prev img { width: 100%; height: 100%; } .about-page .history .left .about-slider .swiper-button-prev, .about-page .history .left .about-slider .swiper-container-rtl .swiper-button-next { right: unset; left: 5%; bottom: 33px; } .about-page .history .left .about-slider .swiper-button-next, .about-page .history .left .about-slider .swiper-container-rtl .swiper-button-prev { right: unset; left: 20%; } .about-page .history .left .about-small-slider { width: 40%; height: 80%; position: absolute; bottom: -8%; right: -10%; } .about-page .history .right { display: flex; flex-direction: column; justify-content: center; padding: 0 10%; } .about-page .history .right .title { font-size: 36px; color: #B57E57; } .about-page .history .right p { font-family: Geometria; font-size: 18px; color: #686868; margin: 30px 0; } .about-page .mission { width: 100%; height: 90vh; position: relative; background: #FFE7C4; margin-bottom: 200px; } .about-page .mission .section-title { padding: 90px 0; } .about-page .mission:before { position: absolute; content: ''; width: 16rem; height: 16rem; left: -200px; top: 5%; border-radius: 50%; background: rgba(255, 255, 255, 0.55); z-index: 1; } .about-page .mission .content { width: 100%; position: relative; display: flex; } .about-page .mission .content .text { width: 30%; padding: 0 3%; } .about-page .mission .content .text .title { font-size: 30px; color: #313131; margin-top: 30px; } .about-page .mission .content .text p { font-family: Geometria; font-size: 16px; color: #0F0F0F; margin: 30px 0; } .about-page .mission .content .image { width: 40%; height: 75%; margin-bottom: -30%; } .about-page .mission .content .image img { width: 100%; height: 100%; object-fit: cover; } .about-page .personal { width: 100%; position: relative; display: flex; padding: 0 3%; } .about-page .personal .left { width: 40%; height: fit-content; position: relative; display: flex; flex-direction: column; justify-content: center; } .about-page .personal .left .title { font-size: 36px; color: #B57E57; text-transform: uppercase; } .about-page .personal .left p { width: 90%; font-family: Geometria; font-size: 16px; margin: 30px 0; color: #717171; } .about-page .personal .right { width: 60%; height: fit-content; position: relative; display: flex; flex-direction: row; flex-wrap: wrap; } .about-page .personal .right .image { width: calc(33.33333% - 10px); position: relative; overflow: hidden; margin-right: 15px; margin-bottom: 15px; visibility: hidden; } .about-page .personal .right .image:nth-child(3n + 3) { margin-right: 0; } .about-page .personal .right .image img { width: 100%; } .about-page .personal .right .image .bottom { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; padding: 15px; background: rgba(0, 0, 0, 0.6); font-family: Geometria; opacity: 0; transform: translateY(50px); transition: .5s all ease-out; } .about-page .personal .right .image .bottom .name { font-size: 16px; color: #ffffff; margin-bottom: 5px; } .about-page .personal .right .image .bottom .special { font-size: 12px; color: #ffffff; } .about-page .personal .right .image:hover .bottom { opacity: 1; transform: translateY(0); } .about-page .quotes { width: 100%; position: relative; margin: 60px 0; } .about-page .quotes .container { padding: 45px 15px; text-align: center; background: #F8F8F8; } .about-page .quotes .container .title { font-size: 30px; color: #B57E57; text-transform: uppercase; } .about-page .quotes .container p { font-family: Geometria; font-size: 20px; text-transform: uppercase; color: #A0A0A0; margin: 30px 0; } .about-page .quotes .container .name { font-family: GoodVibesPro; font-size: 24px; color: #020202; display: flex; justify-content: center; align-items: center; } .about-page .quotes .container .name span { width: 60px; height: 1px; background: #595959; margin: 0 15px; } .about-page .certificates { margin-bottom: 45px; } .catalog-page { position: relative; width: 100vw; padding-top: 110px; } .catalog-page .catalog-tabs { position: relative; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; } .catalog-page .catalog-tabs .tab { position: relative; width: 200px; display: flex; align-items: center; justify-content: center; padding: 10px 0; font-family: Geometria; font-size: 16px; color: #959595; letter-spacing: 0.05em; text-transform: uppercase; background: #EAEAEA; margin: 0 15px 30px 15px; } .catalog-page .catalog-tabs .tab.active { color: #ffffff; background: #343434; } .catalog-page .catalog-tabs .tab.active:before { position: absolute; content: ''; left: 50%; top: 100%; transform: translateX(-50%); width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #343434; } .catalog-page .catalogs { margin-bottom: 60px; } .sub-category-page { position: relative; width: 100vw; padding-top: 110px; } .sub-category-page .banner { width: 100%; position: relative; height: 60vh; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; } .sub-category-page .banner .title { position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 24px; text-transform: uppercase; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); } .sub-category-page .banner img { width: 100%; height: 100%; object-fit: contain; } .status-page { width: 100vw; height: 100vh; position: relative; overflow: hidden; padding-top: 110px; } .status-page .page { width: 100%; height: 100%; position: relative; background-size: cover; background-repeat: no-repeat; display: flex; flex-direction: column; align-items: center; justify-content: center; } .status-page .page .title { font-size: 200px; text-transform: uppercase; color: #343434; line-height: 140px; } .status-page .page p { font-family: Geometria; font-size: 20px; text-align: center; letter-spacing: 0.03em; color: #727272; margin: 45px 0; overflow: hidden; } .status-page .page p span { display: block; } .status-page .page .back { width: fit-content; position: relative; display: flex; align-items: center; justify-content: center; background: #343434; font-family: Geometria; letter-spacing: 0.08em; text-transform: uppercase; color: #ffffff; padding: 15px 45px; transition: .5s all; } .status-page .page .back:hover { color: #343434; background: #F8F8F8; } .status-page .page .socials { margin-top: 45px; } .status-page .page .socials a { margin: 0 15px; } .status-page .light .title, .status-page .light p { color: #ffffff; } .status-page .light .back { color: #000000; background: #F8F8F8; } .status-page .light .back:hover { background: #343434; color: #fff; } .status-page .light .socials a svg path { fill: #ffffff; } .result-page { width: 100vw; position: relative; padding-top: 110px; } .result-page .content { width: 100%; position: relative; } .result-page .content .top { width: 100%; display: flex; align-items: center; position: relative; padding: 45px 5%; } .result-page .content .top form { width: 40%; position: relative; margin-right: 60px; overflow: hidden; } .result-page .content .top form input { width: 100%; height: 40px; font-size: 16px; text-transform: uppercase; background: #F0F0F0; font-family: Geometria; color: #000000; letter-spacing: 0.05em; padding-left: 15px; outline: none; border: none; } .result-page .content .top form button { position: absolute; width: 25px; height: 25px; right: 15px; top: 50%; transform: translateY(-50%); z-index: 1; } .result-page .content .top form button img { width: 100%; height: 100%; } .result-page .content .top .result { font-size: 36px; color: #343434; overflow: hidden; } .result-page .container { display: flex; } .result-page .container .rows { width: 100%; margin-bottom: 60px; float: left; } .result-page .container .rows .left, .result-page .container .rows .card { float: left; } .auth-page { width: 100vw; height: 100vh; position: relative; } .auth-page header .right, .auth-page header .numbers { opacity: 0; visibility: hidden; } .auth-page .content { width: 100%; height: 100%; display: flex; } .auth-page .content .left { width: 55%; height: 100%; position: relative; padding: 110px 0 30px 0; background: #373634; } .auth-page .content .left form { width: 90%; height: 100%; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 auto; background: #ffffff; } .auth-page .content .left form:before { content: ''; position: absolute; width: 40%; height: 100%; left: 100%; top: 0; z-index: 1; background-image: url("../img/pattern.svg"); background-size: cover; background-repeat: no-repeat; } .auth-page .content .left form .title { color: #313131; font-size: 36px; margin-bottom: 30px; } .auth-page .content .left form .title .or { font-size: 20px; color: #CACACA; } .auth-page .content .left form .title .or a { color: #B57E57; } .auth-page .content .left form .confirm { position: relative; width: 60%; margin-bottom: 15px; font-family: Geometria; font-size: 14px; color: #9B9B9B; letter-spacing: 0.02em; display: flex; } .auth-page .content .left form .confirm a { text-decoration: underline; } .auth-page .content .left form .confirm .forget { color: #B57E57; margin-left: auto; } .auth-page .content .left form .confirm label { display: flex; } .auth-page .content .left form .confirm label .checkbox { display: none; } .auth-page .content .left form .confirm label .fake { width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; position: relative; background: #E4E4E4; border: 1px solid #9A9A9A; border-radius: 4px; } .auth-page .content .left form .confirm label .fake:before { position: absolute; content: '\2713'; font-size: 14px; color: #000000; opacity: 0; visibility: hidden; } .auth-page .content .left form .confirm label .checkbox:checked + .fake:before { opacity: 1; visibility: visible; } .auth-page .content .left form .confirm label .text { padding: 0 3px; } .auth-page .content .left form .btn { position: relative; height: 40px; font-family: Geometria; font-size: 14px; color: #ffffff; text-transform: uppercase; background: #363636; padding: 0 45px; } .auth-page .content .left form .repeat { background: #ffffff; color: #363636; margin-top: 15px; } .auth-page .content .left form .image { margin: 30px 0; } .auth-page .content .right { width: 45%; height: 100%; position: relative; background: linear-gradient(0deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)); } .auth-page .content .right img { width: 100%; height: 100%; object-fit: cover; } .confirm-text { font-size: 24px; text-align: center; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); line-height: 30px; width: 100%; padding: 10px; } .condition-modal { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; font-family: Geometria; z-index: 999; background: rgba(0, 0, 0, 0.5); opacity: 0; transform: translateY(-100px); visibility: hidden; transition: .6s all; } .condition-modal .container { max-width: 60%; height: 100%; overflow-y: scroll; padding: 60px 30px; position: relative; background: #F8F8F8; } .condition-modal .block-title { font-size: 24px; text-align: center; padding-bottom: 30px; font-weight: bold; } .condition-modal .sub-title { padding-bottom: 30px; } .condition-modal .all { padding-bottom: 30px; } .condition-modal p { padding: 15px 0; } .condition-modal span { color: #000; font-family: Geometria-Bold; } .condition-modal ol li { padding: 10px 0; } .condition-modal .letter { list-style: lower-alpha; padding-left: 15px; } .condition-modal .roman { list-style: upper-roman; } .condition-modal ul { padding-left: 30px; } .condition-modal ul li { list-style: disc; padding: 10px 0; } .condition-modal .exit { position: absolute; right: 15px; top: 15px; z-index: 1; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; } .condition-modal .exit span { position: absolute; width: 100%; height: 2px; background: #ffffff; transform: rotate(45deg); } .condition-modal .exit span:first-child { transform: rotate(135deg); } .condition-show { opacity: 1; visibility: visible; transform: translateY(0); } .forget-page .inputs { margin: 45px 0; } .confirm-page form .title .or { margin-top: 30px; } .contacts-page { position: relative; width: 100vw; height: 100vh; padding-top: 110px; } .contacts-page .content { width: 100%; height: 100%; position: relative; display: flex; } .contacts-page .content .left { width: 30%; height: 100%; position: relative; } .contacts-page .content .left img { width: 100%; height: 100%; object-fit: cover; } .contacts-page .content .right { width: 70%; height: 100%; position: relative; } .contacts-page .content .right .box { position: absolute; width: 75%; height: fit-content; top: 50%; left: 0; transform: translateY(-50%); padding-left: 10%; background: #ffffff; z-index: 1; } .contacts-page .content .right .box .title { font-size: 30px; color: #1E1E1E; text-transform: uppercase; margin: 45px 0; padding-left: 55px; overflow: hidden; } .contacts-page .content .right .box .title span { display: block; } .contacts-page .content .right .box .item { display: flex; margin-bottom: 45px; } .contacts-page .content .right .box .item .icon { width: 40px; height: 40px; position: relative; } .contacts-page .content .right .box .item .icon img { width: 100%; height: 100%; } .contacts-page .content .right .box .item span br { display: none; } .contacts-page .content .right .box .item .text { display: flex; flex-direction: column; padding-left: 15px; font-family: Geometria; } .contacts-page .content .right .box .item .text .numbers a { font-family: Geometria-Bold; margin-right: 10px; color: #B77E2A; } .contacts-page .content .right .box .item .text .mail { font-family: Geometria-Bold; font-size: 22px; color: #000000; letter-spacing: -0.03em; } .contacts-page .content .right .box .item .text .address { display: flex; flex-direction: column; } .contacts-page .content .right .box .item .text .address img { width: 40px; height: 40px; margin-top: 15px; } .contacts-page .content .right .image { width: 30%; height: 100%; position: absolute; top: 0; right: 0; } .contacts-page .content .right .image img { width: 100%; height: 100%; object-fit: cover; } .product-page { width: 100vw; position: relative; padding-top: 110px; } .product-page .product { width: 100%; position: relative; } .product-page .product:before { content: ''; position: absolute; width: 0; height: 100%; left: 0; top: 0; background: #f8f8f8; animation: block-appear 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; animation-delay: 1.5s; z-index: 3; } .product-page .product .back { position: absolute; width: 30px; left: 3%; display: flex; } .product-page .product .back img { width: 100%; } .product-page .product .container { display: flex; } .product-page .product .container .left { width: 40%; height: fit-content; } .product-page .product .container .left .image { width: 100%; height: 70vh; } .product-page .product .container .left .image img { width: 100%; height: 100%; object-fit: contain; } .product-page .product .container .left .product-slider .image { cursor: crosshair; } .product-page .product .container .left .product-small-slider { margin-top: 30px; } .product-page .product .container .left .product-small-slider .image { height: 100px; } .product-page .product .container .left .product-small-slider .image img { object-fit: cover; } .product-page .product .container .right { position: relative; width: 60%; padding: 30px 3%; } .product-page .product .container .right .top { display: flex; align-items: center; justify-content: space-between; font-family: Geometria; font-size: 16px; letter-spacing: 0.05em; text-transform: uppercase; } .product-page .product .container .right .top .num { color: #AAAAAA; } .product-page .product .container .right .top .stock { color: #7ED196; } .product-page .product .container .right .title { font-size: 30px; color: #3A3A3A; margin: 45px 0; } .product-page .product .container .right .size-color { position: relative; display: flex; justify-content: space-between; margin-bottom: 15px; } .product-page .product .container .right .size-color .item { width: calc(50% - 10px); } .product-page .product .container .right .size-color .item .text { font-family: Geometria; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; color: #949494; margin-bottom: 10px; } .product-page .product .container .right .size-color .item .labels { font-family: Geometria; display: flex; flex-wrap: wrap; } .product-page .product .container .right .size-color .item .labels .label .checkbox { display: none; } .product-page .product .container .right .size-color .item .labels .label .fake { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #CFCFCF; letter-spacing: 0.05em; text-transform: uppercase; margin: 0 0 10px 10px; background: #ECECEC; border-radius: 2px; transition: .3s all; position: relative; } .product-page .product .container .right .size-color .item .labels .label .fake:before { position: absolute; content: ''; width: 48px; height: 48px; left: -4px; top: -4px; border: 2px solid #000000; opacity: 0; visibility: hidden; transition: .5s all; } .product-page .product .container .right .size-color .item .labels .label .fake:hover { transition: unset; border: 2px solid #000000; } .product-page .product .container .right .size-color .item .labels .label .color-1 { background: #ECECEC; } .product-page .product .container .right .size-color .item .labels .label .color-2 { background: #000000; } .product-page .product .container .right .size-color .item .labels .label .color-3 { background: #8C5680; } .product-page .product .container .right .size-color .item .labels .label:first-child .fake { margin-left: 0; } .product-page .product .container .right .size-color .item .labels .label .checkbox:checked + .fake { transform: scale(1.05); border: 2px solid #52A063; color: #52A063; } .product-page .product .container .right .size-color .sizes .label .checkbox:checked + .fake { background: #FFFFFF; } .product-page .product .container .right .size-color .colors .labels .label .fake { border: none !important; } .product-page .product .container .right .size-color .colors .labels .label .checkbox:checked + .fake:before { opacity: 1; visibility: visible; } .product-page .product .container .right .price { font-family: Geometria-Bold; font-size: 22px; color: #4E4C54; text-transform: uppercase; margin: 30px 0; } .product-page .product .container .right .buttons { display: flex; justify-content: space-between; align-items: center; font-family: Geometria; } .product-page .product .container .right .buttons .link { position: relative; height: 40px; letter-spacing: 0.08em; font-size: 12px; text-transform: uppercase; color: #313131; padding: 0 35px; display: flex; align-items: center; border: 1px solid #313131; overflow: hidden; } .product-page .product .container .right .buttons .link:before { position: absolute; content: ''; width: 100%; height: 0; background: #313131; left: 0; top: -5px; transition: .4s all; z-index: -1; } .product-page .product .container .right .buttons .link:hover { color: #ffffff; } .product-page .product .container .right .buttons .link:hover:before { top: 0; height: 100%; } .product-page .product .container .right .buttons .share { width: 30px; height: 3 0px; position: relative; } .product-page .product .container .right .buttons .share img { width: 100%; height: 100%; object-fit: contain; } .product-page .product .container .right .specifications { width: 100%; position: relative; font-family: Geometria; margin-top: 30px; } .product-page .product .container .right .specifications .top-tabs { position: relative; display: flex; } .product-page .product .container .right .specifications .top-tabs .tab { font-size: 14px; color: #747474; letter-spacing: -0.02em; padding: 10px 15px; background: #FCFCFC; border: 0.5px solid #CACACA; cursor: pointer; transition: .5s all ease-out; } .product-page .product .container .right .specifications .top-tabs .active { color: #ffffff; background: #444444; } .product-page .product .container .right .specifications .tabs-content { position: relative; width: 100%; } .product-page .product .container .right .specifications .tabs-content .content { width: 100%; min-height: fit-content; max-height: 180px; flex-direction: column; padding: 15px; background: #FCFCFC; border: 0.5px solid #727272; letter-spacing: -0.02em; color: #747474; overflow: auto; font-size: 14px; display: none; } .product-page .product .container .right .specifications .tabs-content .content::-webkit-scrollbar-thumb, .product-page .product .container .right .specifications .tabs-content .content::-webkit-scrollbar-thumb { height: 20px; background-color: #9E9E9E; } .product-page .product .container .right .specifications .tabs-content .content::-webkit-scrollbar, .product-page .product .container .right .specifications .tabs-content .content::-webkit-scrollbar { width: 20px; } .product-page .product .container .right .specifications .tabs-content .content p { margin-bottom: 15px; } .product-page .product .container .right .specifications .tabs-content .content .inner { display: flex; align-items: center; margin-bottom: 5px; } .product-page .product .container .right .specifications .tabs-content .content .inner .l-text { width: 50%; position: relative; display: flex; align-items: center; white-space: nowrap; } .product-page .product .container .right .specifications .tabs-content .content .inner .l-text span { width: 100%; height: 2px; background: #B3B3B3; display: block; margin: 0 5px; } .product-page .product .container .right .specifications .tabs-content .active { display: flex; } .modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -90%); background: #ffffff; z-index: 20; display: flex; flex-direction: column; padding: 30px; border: 1px solid #575757; transition: 1s all; opacity: 0; visibility: hidden; } .modal .title { font-size: 24px; letter-spacing: 0.02em; text-transform: uppercase; color: #B77E2A; } .modal .inputs { flex-direction: row; width: 400px; margin: 45px 0; align-items: center; } .modal .inputs input { width: calc(100% - 4em); height: 50px; background: #F1F1F1; padding-left: 10px; border: 1px solid #DADADA; letter-spacing: 0.08em; color: #595959; } .modal .inputs button { width: 2em; height: 2em; position: relative; display: flex; align-items: center; justify-content: center; margin-left: 2em; } .modal .inputs button img { width: 100%; height: 100%; object-fit: contain; } .modal .exit { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; } .modal .exit span { position: absolute; width: 30px; height: 2px; background: #575757; } .modal .exit span:first-child { transform: rotate(45deg); } .modal .exit span:last-child { transform: rotate(135deg); } .modal-show { transform: translate(-50%, -50%); opacity: 1; visibility: visible; } .news-page { width: 100vw; position: relative; padding-top: 110px; } .news-card { position: relative; background: #FFFFFF; box-shadow: 0px 15px 20px 1px rgba(0, 0, 0, 0.1); border-radius: 20px 20px 0 0; display: block; margin-bottom: 30px; } .news-card .image { width: 100%; height: 30vh; overflow: hidden; position: relative; border-radius: 20px; } .news-card .image:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.08%, rgba(0, 0, 0, 0.4) 100%); z-index: 1; } .news-card .image img { width: 100%; height: 100%; object-fit: cover; } .news-card .content { padding: 15px; } .news-card .content .top { width: 100%; display: flex; justify-content: space-between; margin-bottom: 20px; font-family: Geometria; font-size: 14px; color: #494949; } .news-card .content .top .category { color: #B77E2A; font-weight: bolder; } .news-card .content .title { font-family: Geometria; font-weight: bolder; font-size: 16px; color: #000000; text-transform: uppercase; } .news-card .content p { width: 100%; font-family: Geometria; font-size: 14px; color: #6C5F5F; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis; margin: 15px 0; } .news-card .content .bottom { width: 100%; position: relative; display: flex; justify-content: space-between; font-family: Geometria; font-size: 12px; color: #9E9494; } .currencies { width: 100%; position: relative; display: flex; justify-content: space-between; padding: 15px 3%; background: #F4F4F4; margin-bottom: 30px; } .currencies .left { display: flex; align-items: center; } .currencies .left .currency { display: flex; align-items: center; font-family: Geometria; font-weight: 600; font-size: 14px; color: #424242; text-transform: uppercase; margin-right: 30px; } .currencies .left .currency img { width: 40px; height: 30px; margin-right: 10px; } .currencies .right { display: flex; align-items: center; font-family: Geometria; font-weight: bolder; font-size: 14px; color: #121212; text-transform: uppercase; } .currencies .right .weather { color: #B77E2A; padding-left: 10px; } .post-page { width: 100vw; position: relative; padding-top: 110px; } .post-page .article { width: 100%; display: flex; padding: 0 3%; } .post-page .article .left, .post-page .article .right { width: 50%; position: relative; } .post-page .article .left { height: 70vh; } .post-page .article .left img { width: 100%; height: 100%; object-fit: cover; } .post-page .article .right { padding: 5%; } .post-page .article .right .category { font-size: 20px; color: #878787; text-transform: uppercase; } .post-page .article .right .title { font-family: Geometria; font-weight: 600; font-size: 20px; color: #B77E2A; margin: 30px 0; } .post-page .article .right p { font-family: Geometria; color: #787878; } .post-page .article-2 { width: 100%; position: relative; padding: 30px 3%; } .post-page .article-2 .left p { width: 90%; font-family: Geometria; font-size: 16px; color: #202020; } .post-page .article-2 .left .images { width: 80%; display: flex; justify-content: space-between; margin: 30px 0; } .post-page .article-2 .left .images .image { width: calc(50% - 15px); height: 50vh; position: relative; } .post-page .article-2 .left .images .image img { width: 100%; height: 100%; object-fit: cover; } .post-page .article-2 .left .bottom { display: flex; justify-content: space-between; font-family: Geometria; font-size: 14px; color: #878787; margin-top: 60px; } .post-page .article-2 .right { padding: 30px; height: fit-content; background: #F6F6F6; } .post-page .article-2 .right .title { font-size: 24px; text-transform: uppercase; color: #353535; margin-bottom: 30px; } .post-page .also { width: 100%; position: relative; padding: 0 3%; } .post-page .also .section-title { font-size: 30px; justify-content: flex-start; } .post-page .also .items { width: 100%; display: flex; justify-content: space-between; } .post-page .also .items .item { width: calc(50% - 15px); height: 70vh; overflow: hidden; position: relative; display: block; } .post-page .also .items .item img { width: 100%; height: 100%; object-fit: cover; } .post-page .also .items .item .front { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 30.24%, rgba(0, 0, 0, 0.85) 86.81%); display: flex; align-items: flex-end; justify-content: space-between; padding: 30px; color: #ffffff; } .post-page .also .items .item .front .text { padding-right: 30px; border-right: 1px solid rgba(255, 255, 255, 0.85); } .post-page .also .items .item .front .text .title { font-size: 24px; margin-bottom: 15px; } .post-page .also .items .item .front .text p { font-family: Geometria; font-size: 18px; margin: 15px 0; } .post-page .also .items .item .front .text .source { font-family: Geometria; font-size: 16px; color: rgba(255, 255, 255, 0.6); } .post-page .also .items .item .front .date-time { padding: 30px 0 30px 20px; font-family: Geometria; } .post-page .also .items .item .front .date-time .time { font-size: 20px; font-weight: bolder; margin-bottom: 20px; } .post-page .also .items .item .front .date-time .date { font-weight: 500; color: rgba(255, 255, 255, 0.8); } .post-page .also .news-cards { width: 100%; position: relative; padding: 60px 5%; display: flex; flex-wrap: wrap; } .post-page .also .news-cards .news-card { width: calc(25% - 30px); margin-right: 40px; } .post-page .also .news-cards .news-card:nth-child(4n + 4) { margin-right: 0; } .basket-page { width: 100vw; position: relative; padding: 110px 3% 0 3%; } .basket-page .cards { width: calc(100% - 40px); position: relative; display: flex; flex-direction: column; transition: 1s all; } .basket-page .cards.slide-left { width: 65%; } .basket-page .cards .back { width: 30px; height: fit-content; position: relative; display: flex; margin-bottom: 45px; } .basket-page .cards .back img { width: 100%; } .basket-page .cards .b-card { position: relative; width: 100%; display: flex; background: #E4E7E8; margin-bottom: 15px; } .basket-page .cards .b-card .item { width: 16.6%; display: flex; align-items: center; justify-content: center; font-family: Geometria; font-size: 20px; } .basket-page .cards .b-card .image { height: 20vh; position: relative; } .basket-page .cards .b-card .image img { width: 100%; height: 100%; object-fit: cover; } .basket-page .cards .b-card .name { width: 32%; flex-direction: column; align-items: flex-start; padding-left: 30px; color: #000000; font-weight: bolder; } .basket-page .cards .b-card .name .num { font-weight: normal; color: #7E7E7E; } .basket-page .cards .b-card .color { color: #2F2F2F; } .basket-page .cards .b-card input { background: none; font-size: 20px; font-weight: 600; color: #959595; } .basket-page .cards .b-card .price { font-weight: bolder; color: #000000; } .basket-page .cards .b-card .remove { position: absolute; width: 40px; height: 40px; top: 50%; right: -50px; transform: translateY(-50%); cursor: pointer; display: flex; align-items: center; justify-content: center; } .basket-page .cards .b-card .remove span { position: absolute; width: 30px; height: 2px; background: #575757; } .basket-page .cards .b-card .remove span:first-child { transform: rotate(45deg); } .basket-page .cards .b-card .remove span:last-child { transform: rotate(135deg); } .basket-page .cards .bottom { width: 100%; position: relative; display: flex; justify-content: flex-end; align-items: center; margin: 45px 0; } .basket-page .cards .bottom .all { position: relative; font-family: Geometria; font-weight: 580; color: #ffffff; font-size: 16px; text-transform: uppercase; background: #363636; padding: 10px 20px; } .order-btn { position: fixed; right: 0; top: 120px; z-index: 12; width: 60px; height: 80px; background: #373634; display: flex; align-items: center; justify-content: center; box-shadow: -20px 0px 35px 1px rgba(0, 0, 0, 0.19); border-radius: 20px 0 0 20px; cursor: pointer; } .order-btn img { width: 80%; } .order-form { position: fixed; width: 30%; height: 100vh; top: 0; right: -110%; z-index: 99; background: #373634; box-shadow: -20px 0px 35px 1px rgba(0, 0, 0, 0.19); transition: 2s all; } .order-form .wrapper { position: relative; width: 200%; height: 100%; display: flex; overflow: hidden; overflow-y: scroll; } .order-form .wrapper .content { width: 50%; height: 100%; position: absolute; padding-top: 45px; transition: .5s all; display: flex; flex-direction: column; justify-content: space-between; } .order-form .wrapper .content .top { display: flex; align-items: center; justify-content: flex-end; padding-right: 45px; margin-bottom: 30px; } .order-form .wrapper .content .top div:last-child { margin-left: 15px; } .order-form .wrapper .content .top .exit { width: 30px; height: 30px; position: relative; display: flex; align-items: center; justify-content: center; cursor: pointer; } .order-form .wrapper .content .top .exit span { position: absolute; width: 30px; height: 2px; background: #ffffff; } .order-form .wrapper .content .top .exit span:first-child { transform: rotate(45deg); } .order-form .wrapper .content .top .exit span:last-child { transform: rotate(135deg); } .order-form .wrapper .content .top .next, .order-form .wrapper .content .top .prev { position: relative; width: 50px; cursor: pointer; } .order-form .wrapper .content .top .next img, .order-form .wrapper .content .top .prev img { width: 100%; } .order-form .wrapper .content .top .prev img { transform: rotate(180deg); } .order-form .wrapper .content .labels { display: flex; width: 100%; padding-left: 45px; } .order-form .wrapper .content .labels .radio { display: none; } .order-form .wrapper .content .labels .label { width: 60px; position: relative; display: flex; margin-right: 30px; } .order-form .wrapper .content .labels .label .fake { width: 100%; display: flex; } .order-form .wrapper .content .labels .label .fake img { width: 100%; object-fit: contain; } .order-form .wrapper .content .labels .bank { width: 90px; } .order-form .wrapper .content .labels .radio:checked + .fake { border: 1px solid #ffffff; } .order-form .wrapper .content .title { font-size: 30px; color: #ffffff; padding-left: 45px; padding-bottom: 15px; } .order-form .wrapper .content .inputs { margin: 30px 0 30px 45px; } .order-form .wrapper .content .inputs .text { color: #ffffff; margin-bottom: 10px; } .order-form .wrapper .content .inputs input { width: 100%; background: none; border-bottom: 1px solid #E1E1E1; color: #E1E1E1; } .order-form .wrapper .content .form { width: 100%; display: flex; flex-direction: column; justify-content: space-between; } .order-form .wrapper .content .form .next, .order-form .wrapper .content .form .btn { width: 100%; display: flex; align-items: center; justify-content: center; font-family: Geometria; font-weight: bolder; font-size: 16px; color: #151515; text-transform: uppercase; padding: 20px 0; background: #ffffff; cursor: pointer; } .order-form .wrapper .content-card { transform: translateX(-100%); } .order-form .wrapper .content-card-active { transform: translateX(0); } .order-form .wrapper .content-deliver { transform: translateX(100%); } .order-form .wrapper .content-deliver .inputs { margin: 20px 0 30px 45px; } .order-form .wrapper .content-deliver-active { transform: translateX(0); } .order-form .numbers { position: absolute; right: 100%; top: 10%; background: #373634; display: flex; flex-direction: column; box-shadow: -20px 0px 35px 1px rgba(0, 0, 0, 0.19); border-radius: 30px 0px 0px 30px; font-family: Geometria; font-size: 30px; letter-spacing: 0.08em; } .order-form .numbers .num { color: #777777; padding: 15px 10px 15px 15px; border-radius: 30px 0px 0px 30px; transition: .5s all; display: flex; align-items: center; justify-content: center; } .order-form .numbers .num.active { color: #ffffff; background: #B77E2A; } .order-form .remember { width: 100% !important; display: flex; align-items: center; color: #ffffff; padding-bottom: 30px; cursor: pointer; } .order-form .remember input { display: none; } .order-form .remember .fake { width: 20px !important; height: 20px; position: relative; overflow: hidden; margin-right: 10px; display: flex; align-items: center; justify-content: center; background: #ffffff; border: 1px solid #9A9A9A; border-radius: 4px; } .order-form .remember .fake:before { content: '\2713'; position: absolute; font-size: 20px; color: #000; opacity: 0; visibility: hidden; } .order-form .remember .checkbox:checked + .fake:before { opacity: 1; visibility: visible; } .order-form .remember .text { white-space: nowrap; } .user-page { width: 100vw; position: relative; padding-top: 112px; } .user-page .page { width: 100%; position: relative; border-top: 1px solid #929292; padding: 0 5%; display: flex; } .user-page .page .page-links { width: 25%; height: 100%; border-right: 1px solid #929292; padding-bottom: 45px; } .user-page .page .page-links .info { width: 100%; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 30px 0; font-family: Geometria; font-size: 16px; } .user-page .page .page-links .info .image { width: 40%; height: 40%; position: relative; border-radius: 100%; display: flex; align-items: center; justify-content: center; } .user-page .page .page-links .info .image img { width: 100%; height: 100%; object-fit: contain; } .user-page .page .page-links .info .image button { position: absolute; width: 30px; height: 30px; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; background: #B77E2A; border-radius: 100%; } .user-page .page .page-links .info .image button svg { width: 50%; height: 50%; } .user-page .page .page-links .info .name { color: #000000; font-weight: bolder; margin: 10px 0; } .user-page .page .page-links .info .number { color: #8C8C8C; } .user-page .page .page-links .links { width: 100%; position: relative; } .user-page .page .page-links .links li { width: 100%; } .user-page .page .page-links .links li a { width: 100%; display: flex; align-items: center; padding: 20px 0 10px 15px; border-top: 1px solid #929292; font-family: Geometria; font-size: 16px; color: #000000; letter-spacing: 0.05em; text-transform: uppercase; transition: .5s all; position: relative; } .user-page .page .page-links .links li a img { width: 25px; height: 25px; margin-right: 5px; transition: .5s all; } .user-page .page .page-links .links li a:before { position: absolute; content: ''; width: 100%; height: 0; left: 0; bottom: 0; background: #B77E2A; z-index: -1; transition: .5s all; } .user-page .page .page-links .links li a:hover { color: #ffffff; } .user-page .page .page-links .links li a:hover:before { height: 100%; } .user-page .page .page-links .links li a:hover img { filter: invert(1); } .user-page .page .page-links .links li a.active { color: #ffffff; } .user-page .page .page-links .links li a.active:before { height: 100%; } .user-page .page .page-links .links li a.active img { filter: invert(1); } .user-page .page .page-links .links li:last-child a { border-bottom: 1px solid #929292; } .user-page .page .right { width: 75%; height: 100%; padding: 45px 0 0 45px; } .user-page .page .right .block-title { font-size: 30px; letter-spacing: 0.03em; color: #343434; margin-bottom: 45px; display: flex; align-items: center; } .user-page .page .right .block-title a { width: 30px; position: relative; display: flex; margin-right: 15px; } .user-page .page .right .block-title a img { width: 100%; } .user-page .page .right .title { font-size: 18px; letter-spacing: 0.03em; color: #B77E2A; margin-bottom: 30px; } .user-page .page select { color: #060606; background: #ffffff; border-bottom: 1px solid #1D1D1D; } .profile-page .page .right form { width: 100%; position: relative; } .profile-page .page .right form .forms { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; } .profile-page .page .right form .forms .inputs { width: calc(50% - 30px); } .profile-page .page .right form .forms .inputs input { width: 100%; } .profile-page .page .right form .forms .inputs .button { cursor: pointer; } .profile-page .page .right form .forms .inputs .button svg { width: 100%; height: 100%; } .profile-page .page .right form .forms .inputs .button svg path { fill: #343434; } .profile-page .page .right form button { display: flex; padding: 15px 45px; font-family: Geometria; font-size: 16px; color: #ffffff; font-weight: bolder; text-transform: uppercase; background: #363636; margin-left: auto; } .favorites-page .card .remove { position: absolute; top: 0; right: 15px; z-index: 1; width: 30px; height: 30px; background: rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; cursor: pointer; } .favorites-page .card .remove span { position: absolute; width: 100%; height: 2px; transform: rotate(45deg); background: #ffffff; } .favorites-page .card .remove span:first-child { transform: rotate(135deg); } .order-page .page .right .orders { width: 100%; position: relative; padding-bottom: 45px; } .order-page .page .right .orders .product { width: 100%; position: relative; display: flex; border: 1px solid #A4A4A4; padding: 15px; } .order-page .page .right .orders .product .image { width: 20%; height: 150px; position: relative; } .order-page .page .right .orders .product .image img { width: 100%; height: 100%; object-fit: cover; } .order-page .page .right .orders .product .item { width: 20%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-left: 15px; font-family: Geometria; font-size: 16px; } .order-page .page .right .orders .product .item:nth-child(2) { width: 40%; } .order-page .page .right .orders .product .item .name span { font-weight: bolder; } .order-page .page .right .orders .product .item .num { padding: 5px 0; color: #7E7E7E; letter-spacing: 0.05em; text-transform: uppercase; } .order-page .page .right .orders .product .item .price { letter-spacing: 0.05em; color: #B77E2A; } .order-page .page .right .orders .product .item .price span { color: #424242; text-transform: uppercase; } .order-page .page .right .orders .product .item .text { color: #929292; margin-bottom: 10px; } .order-page .page .right .orders .product .item .status, .order-page .page .right .orders .product .item .date { font-weight: bolder; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; color: #B77E2A; } .setting-page .page .right .credit-cards { width: 90%; position: relative; } .setting-page .page .right .credit-cards .credit-card { width: 100%; position: relative; display: flex; align-items: center; justify-content: space-between; padding: 30px; background: #F4F4F4; margin-bottom: 30px; transition: .8s all; } .setting-page .page .right .credit-cards .credit-card .info .card-num { font-size: 18px; letter-spacing: 0.03em; text-transform: uppercase; margin-bottom: 5px; } .setting-page .page .right .credit-cards .credit-card .info .etc { font-family: Geometria; font-size: 16px; color: #585858; } .setting-page .page .right .credit-cards .credit-card .edit { position: relative; display: flex; align-items: center; justify-content: center; padding: 10px 45px; font-family: Geometria; font-weight: bolder; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: #343434; border: 1px solid #343434; z-index: 2; transition: .5s all; } .setting-page .page .right .credit-cards .credit-card .edit:before { position: absolute; content: ''; width: 100%; height: 0; background: #343434; left: 0; bottom: 0; z-index: -1; transition: .5s all; } .setting-page .page .right .credit-cards .credit-card .edit:hover { color: #ffffff; } .setting-page .page .right .credit-cards .credit-card .edit:hover:before { height: 100%; } .setting-page .page .right .credit-cards .credit-card .remove { width: 30px; height: 30px; position: absolute; top: 50%; right: -45px; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; cursor: pointer; } .setting-page .page .right .credit-cards .credit-card .remove span { position: absolute; width: 30px; height: 2px; background: #D65555; } .setting-page .page .right .credit-cards .credit-card .remove span:first-child { transform: rotate(45deg); } .setting-page .page .right .credit-cards .credit-card .remove span:last-child { transform: rotate(135deg); } .setting-page .page .right .credit-cards .credit-card:hover, .setting-page .page .right .credit-cards .credit-card.active { background: #FDFDFD; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); } .setting-page .page .right .credit-cards .credit-card:hover .info .card-num, .setting-page .page .right .credit-cards .credit-card.active .info .card-num { color: #B77E2A; } .setting-page .page .right .credit-cards .credit-card:hover .info .etc, .setting-page .page .right .credit-cards .credit-card.active .info .etc { color: #262626; } .edit-page .page .right form { width: 100%; display: flex; flex-direction: column; padding-left: 45px; } .edit-page .page .right form .forms { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; } .edit-page .page .right form .forms .inputs { width: calc(50% - 30px); margin: 20px 0; } .edit-page .page .right form .forms .inputs:nth-child(1), .edit-page .page .right form .forms .inputs:nth-child(2) { margin-top: 0; } .edit-page .page .right form .forms .save { position: relative; height: fit-content; display: flex; align-items: center; justify-content: center; font-family: Geometria; font-weight: bolder; font-size: 16px; color: #363636; text-transform: uppercase; padding: 10px 45px; border: 1px solid #363636; z-index: 2; margin-top: 30px; transition: .5s all; } .edit-page .page .right form .forms .save:before { position: absolute; content: ''; width: 100%; height: 0; background: #343434; left: 0; bottom: 0; z-index: -1; transition: .5s all; } .edit-page .page .right form .forms .save:hover { color: #ffffff; } .edit-page .page .right form .forms .save:hover:before { height: 100%; } /*# sourceMappingURL=main.css.map */
public/frontend/sass/main.css
header { position: fixed; top: 0; left: 0; width: 100%; display: flex; align-items: center; padding: 10px 3%; font-family: 'Geometria-Bold'; background: #ffffff; transition: .5s all; z-index: 10; } header .burger { position: relative; display: flex; flex-direction: column; width: 30px; cursor: pointer; overflow: hidden; } header .burger span { width: 100%; height: 3px; margin-bottom: 5px; background: #555555; display: block; } header .burger span:last-child { margin-bottom: 0; } header .links { display: flex; margin-left: 60px; } header .links li { margin-left: 15px; overflow: hidden; } header .links li:first-child { margin-left: 0; } header .links li .link { color: #767676; display: block; transform: translateY(110%); transition: .5s all; position: relative; overflow: hidden; cursor: pointer; } header .links li .link .inner { position: absolute; top: 120%; padding: 15px 45px 15px 15px; background: #FFFFFF; transform: unset !important; opacity: 0; transition: .5s all; visibility: hidden; } header .links li .link .inner li { margin-left: 0; } header .links li .link .inner li a { display: flex; margin: 5px 0; color: #767676; } header .links li .link:hover { overflow: visible; } header .links li .link:hover .inner { top: 100%; opacity: 1; visibility: visible; } header .links.active li .link { transform: translateY(0); } header .logo { display: flex; width: 110px; position: relative; margin: 0 auto; } header .logo svg { width: 100%; } header .logo svg path { fill: #030222; } header .numbers { display: flex; flex-direction: column; margin-right: 60px; } header .numbers a { color: #3F3F3F; } header .right { display: flex; } header .right form { position: relative; display: flex; } header .right form input { position: absolute; height: 40px; width: 0; top: -7px; right: -5px; background: #F0F0F0; z-index: 0; padding-left: 0; border: none; outline: none; font-size: 20px; transition: width 0.4s cubic-bezier(0, 0.795, 0, 1); } header .right form input:focus { outline: none; border: none; } header .right form .btn { position: absolute; display: flex; align-items: center; justify-content: center; width: 25px; height: 25px; z-index: 2; right: 0; top: 0; cursor: pointer; } header .right form .btn img { width: 100%; height: 100%; } header .right form button { z-index: 1; } header .right form .active { width: 250px; padding-left: 10px; } header .right a, header .right button { display: flex; width: 25px; height: 25px; position: relative; margin-left: 15px; } header .right .count { position: absolute; font-family: Geometria-Bold; font-size: 10px; color: #ffffff; background: #B30B0B; width: 15px; height: 15px; border-radius: 50%; display: flex; align-items: center; justify-content: center; right: -3px; bottom: -5px; } header .right img { width: 100%; height: 100%; object-fit: contain; } .hoverr { overflow: visible !important; } .dark-header { background: none; } .dark-header .burger span { background: #ffffff; } .dark-header .links li .link { color: #ffffff; } .dark-header .logo svg path, .dark-header .logo svg text { fill: #ffffff; } .nav-up { transform: translateY(-120px); } footer { position: relative; width: 100%; padding-top: 60px; } footer .container-fluid { display: flex; padding: 0 5% 30px 5%; } footer .container-fluid .item { width: 20%; } footer .container-fluid .item:nth-child(3) { width: 22%; } footer .container-fluid .item:nth-child(4) { width: 38%; } footer .container-fluid .title { font-size: 20px; color: #343434; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 30px; } footer .container-fluid a { width: fit-content; position: relative; font-family: Geometria; font-size: 16px; color: #A5A5A5; display: block; margin: 5px 0; } footer .container-fluid a:after { position: absolute; content: ''; width: 0; height: 1px; left: 0; bottom: 0; background: #505050; transition: .5s all; } footer .container-fluid a:hover:after { width: 100%; } footer .container-fluid .number { font-family: Geometria-Medium; margin: 0; color: #505050; letter-spacing: -0.02em; } footer .container-fluid form { display: flex; width: 100%; position: relative; font-family: Geometria; } footer .container-fluid form input { width: 100%; height: 40px; color: #9B9B9B; font-size: 16px; letter-spacing: 0.08em; border: 1px solid #A5A5A5; padding-left: 10px; } footer .container-fluid form input:focus { outline: none; } footer .container-fluid form button { height: 40px; font-size: 13px; color: #343434; text-transform: uppercase; border: 1px solid #343434; padding: 0 30px; margin-left: 30px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: .5s all; } footer .container-fluid form button:after { position: absolute; content: ''; width: 0; height: 100%; top: 0; left: 0; z-index: -1; background: #343434; transition: .5s all; } footer .container-fluid form button:hover { color: #ffffff; } footer .container-fluid form button:hover:after { width: 100%; } footer .bottom { width: 90%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; font-family: Geometria; font-size: 14px; color: #A5A5A5; padding: 30px 0; border-top: 1px solid #C4C4C4; } footer .bottom img { width: 60px; margin: 0 15px; } footer .bottom .method { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } footer .bottom .method img:nth-child(2) { width: 90px; } footer .bottom .method .score { font-family: Geometria-Medium; font-size: 16px; color: #505050; text-transform: uppercase; margin-left: 15px; } footer .bottom .by span { margin-right: -10px; margin-bottom: 5px; } footer .bottom .by img { width: 100px; height: 20px; margin: 0; } footer .socials a { margin-right: 30px; } .socials { margin-top: 30px; display: flex; } .socials a { margin-right: 30px; } .socials a svg { width: 20px; } .section-title { position: relative; width: 100%; display: flex; justify-content: center; padding: 45px 0; font-size: 40px; color: #343434; text-transform: uppercase; overflow: hidden; } .section-title span { display: block; } .heart { cursor: pointer; } .heart .a { transition: .5s all; } .heart:hover .a { fill: #9D9D9D; } .heart.add .a { fill: #9D9D9D; } .card { display: flex; flex-direction: column; font-family: Geometria; margin-bottom: 30px; } .card .image { position: relative; width: 100%; height: 45vh; } .card .image img { width: 100%; height: 100%; object-fit: cover; } .card .name { font-size: 18px; color: #7A7A7A; text-transform: uppercase; margin: 10px 0; } .card .pr-h { width: 95%; position: relative; display: flex; justify-content: space-between; font-size: 18px; color: #000; } .card .pr-h .sale { text-decoration: line-through; } .card .pr-h .new-price { text-decoration: none; } .card .basket { width: 95%; display: flex; align-items: center; justify-content: center; padding: 10px 0; margin: 20px auto 0 auto; border: 1px solid #343434; font-size: 18px; letter-spacing: 0.08em; text-transform: uppercase; transition: .5s all ease; } .card .basket:hover { background: #343434; color: #ffffff; } .card .percent { position: absolute; top: -15px; right: 0; font-family: Geometria-Medium; font-size: 14px; color: #000000; background: #FFA979; text-align: center; text-transform: uppercase; padding: 10px; } .show-more { position: relative; display: flex; width: fit-content; font-size: 18px; color: #000000; letter-spacing: 0.1em; text-transform: uppercase; margin: 30px auto; border-bottom: 2px solid #272727; padding: 5px; transition: .5s all; cursor: pointer; z-index: 2; } .show-more:before { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 0; background: #272727; z-index: -1; transition: .5s all ease-in-out; } .show-more:hover { color: #ffffff; } .show-more:hover:before { height: 100%; } .catalogs .container { display: flex; flex-wrap: wrap; justify-content: space-between; } .catalogs .container .catalog { width: calc(50% - 10px); min-height: 120px; max-height: 40vh; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 15px; } .catalogs .container .catalog img { width: 100%; height: 100%; object-fit: cover; transition: .5s all; } .catalogs .container .catalog .title { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 1; font-size: 18px; color: #ffffff; text-transform: uppercase; background: linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)); transition: .8s all; } .catalogs .container .catalog:hover .title { color: #B77E2A; background: linear-gradient(0deg, rgba(255, 255, 255, 0.69), rgba(255, 255, 255, 0.69)), url(image.png); border: 1px solid #B77E2A; } .catalogs .container .catalog:hover img { transform: scale(1.2); } .catalogs .container .catalog:nth-child(3), .catalogs .container .catalog:nth-child(5) { width: calc(25% - 10px); } .catalog-children .container { padding-top: 45px; } .catalog-children .container .catalog { min-height: 40vh; max-height: 50vh; } .catalog-children .container .catalog .title { background: none; } .catalog-children .container .catalog:first-child img { right: 0; } .catalog-children .container .catalog:first-child .title { justify-content: flex-start; padding-left: 20%; } .catalog-children .container .catalog:nth-child(2) img { left: 0; } .catalog-children .container .catalog:nth-child(2) .title { justify-content: flex-end; padding-right: 20%; } .tabs .tab { display: none; transition: .5s all; } .tab-items .tab-item { color: #959595; background: #EAEAEA; cursor: pointer; } .tab-items .tab-item.active { background: #343434; color: #ffffff; } .tab-items .tab-item.active:before { position: absolute; content: ''; left: 50%; top: 100%; transform: translateX(-50%); width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #343434; } .swiper-button-next:focus, .swiper-button-prev:focus { outline: none; border: none; } .card-slider .swiper-slide { margin-top: 15px; } .sales .container { position: relative; } .sales .card .percent { right: -15px; } .sales .swiper-button-next:after, .sales .swiper-button-prev:after { color: #737373; } .sales .swiper-button-prev, .sales .swiper-container-rtl .swiper-button-next { left: -40px; } .sales .swiper-button-next, .sales .swiper-container-rtl .swiper-button-prev { right: -40px; } .news { width: 100%; position: relative; margin-bottom: 100px; } .news .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; } .news .top .title { font-size: 30px; color: #404040; } .news .top .show-more { margin: 0; font-size: 14px; } .news .new { font-family: Geometria; padding: 25px; position: relative; border: 1px solid #929292; margin-bottom: 15px; display: flex; flex-direction: column; transition: .5s all ease-in; } .news .new .title { font-size: 20px; color: #696969; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: .5s all; } .news .new .bottom { display: flex; } .news .new .bottom .date { font-size: 14px; color: #949494; } .news .new .bottom .source { margin-left: 60px; font-size: 12px; color: #565656; } .news .new .bottom .source span { margin-right: 5px; } .news .new:hover { background: #FEFEFE; box-shadow: 0px 10px 20px 2px rgba(88, 88, 88, 0.14); } .news .new:hover .title { color: #B77E2A; font-weight: bolder; } .advantages .section-title { padding: 0; } .advantages .sub-title { width: 100%; font-family: Geometria; font-size: 20px; color: #838383; text-align: center; } .advantages .items { display: flex; padding: 100px 5% 40px 5%; } .advantages .items .item { width: 25%; display: flex; flex-direction: column; align-items: center; font-family: Geometria; } .advantages .items .item svg, .advantages .items .item img { width: 80px; height: 80px; margin-bottom: 30px; } .advantages .items .item .title { font-size: 20px; color: #101010; letter-spacing: 0.05em; text-transform: uppercase; text-align: center; margin-bottom: 5px; } .advantages .items .item p { font-size: 14px; color: #949494; letter-spacing: -0.02em; text-align: center; } .certificates .items { width: 100%; position: relative; background: #EFEFEF; padding: 60px 0; display: flex; justify-content: space-evenly; } .certificates .items .item { width: 20%; height: 55vh; display: flex; align-items: center; justify-content: center; } .certificates .items .item:before { position: fixed; content: ''; width: 100vw; height: 100vh; left: 0; top: 0; background: rgba(0, 0, 0, 0.4); z-index: 19; opacity: 0; visibility: hidden; } .certificates .items .item.active:before { opacity: 1; visibility: visible; } .certificates .items .item.active img { position: fixed; width: auto; height: auto; z-index: 20; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1.2); } .certificates .items .item img { width: 100%; height: auto; object-fit: cover; transition: 1s all; box-shadow: 30px 35px 40px rgba(0, 0, 0, 0.2); } .filter { width: 100%; display: flex; flex-wrap: wrap; font-family: Geometria; margin-bottom: 60px; } .filter .fake { cursor: pointer; } .filter .filter-btn { height: fit-content; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; color: #ffffff; padding: 10px; display: flex; align-items: center; justify-content: center; background: #B77E2A; transition: .3s all; } .filter .filter-btn svg { width: 20px; height: 20px; margin-right: 5px; } .filter .filter-btn svg path { fill: #ffffff; transition: .3s all; } .filter .item { width: calc(25% - 10px); display: none; height: fit-content; transform: translateY(-50px); transition: 1s all; opacity: 0; margin-right: 10px; } .filter .item:nth-child(4) { margin-right: 0; } .filter .item:first-child { display: flex; transform: unset; opacity: 1; } .filter .item .title { font-family: Geometria-Bold; font-size: 14px; color: #242424; letter-spacing: 0.05em; text-transform: uppercase; margin-right: 10px; } .filter .item .label .checkbox { display: none; } .filter .item .labels { display: flex; flex-wrap: wrap; justify-content: flex-start; } .filter .item .labels .label { width: 40px; height: 40px; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; margin: 0 10px 10px 0; } .filter .item .labels .label .fake { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #E6E6E6; color: #202020; transition: .3s all; } .filter .item .labels .label .color-2 { background: black; } .filter .item .labels .label .color-3 { background: #8C5680; } .filter .item .labels .label .color-4 { background: #AF4A4A; } .filter .item .labels .label .color-5 { background: #4264A6; } .filter .item .labels .label .color-6 { background: #E0CE27; } .filter .item .labels .label .color-7 { background: #824A2B; } .filter .item .colors .label .fake { position: relative; } .filter .item .colors .label .fake:before { position: absolute; content: ''; width: calc(100% + 6px); height: calc(100% + 6px); left: -3px; top: -3px; border: 2px solid #000000; opacity: 0; visibility: hidden; } .filter .item .colors .label .checkbox:checked + .fake:before { opacity: 1; visibility: visible; } .filter .item .sizes .label .checkbox:checked + .fake { border: 1px solid #000000; background: #ffffff; color: #52A063; } .filter .range { flex-direction: column; } .filter .range .top { display: flex; } .filter .range .top .price-input { display: flex; align-items: center; text-transform: uppercase; font-family: Geometria; font-size: 14px; color: #242424; } .filter .range .top .price-input .line { width: 15px; height: 2px; background: #B77E2A; margin: 0 5px; } .filter .range .top .price-input input { width: 60px; border: none; outline: none; background: none; font-size: 16px; font-family: Geometria-Bold; color: #B77E2A; letter-spacing: 0.05em; text-transform: uppercase; text-align: center; } .filter .range .price-range { margin: 30px 0; background: #D7D7D7; height: 5px; } .filter .range .price-range .ui-widget-header { background: #B77E2A; } .filter .range .ui-slider .ui-slider-handle { width: 20px; height: 20px; border-radius: 50%; background: #2E2E2E; cursor: pointer; } .filter .range .ui-slider .ui-slider-handle:focus { outline: none; border-color: #2E2E2E; } .filter .range .ui-slider-horizontal .ui-slider-handle { top: -9px; } .filter .range button { position: relative; width: 90%; height: 40px; color: #ffffff; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; background: #343434; margin: 10px auto; } .filter .h-tags { width: 75%; flex-wrap: wrap; position: relative; } .filter .h-tags .h-tag { position: relative; margin: 0 5px 5px 0; } .filter .h-tags .h-tag .checkbox { display: none; } .filter .h-tags .h-tag .checkbox:checked + .fake { color: #B77E2A; border: 1px solid #B77E2A; } .filter .h-tags .h-tag .fake { width: fit-content; height: 40px; position: relative; display: flex; align-items: center; justify-content: center; background: #EAEAEA; font-size: 14px; white-space: nowrap; color: #959595; text-transform: uppercase; padding: 0 15px; transition: .3s all; } .filter .open { color: #242424; background: #EAEAEA; } .filter .open svg path { fill: #242424; } .filter .show { display: flex; } .filter .animate-y { opacity: 1; transform: translateY(0); } .inputs { width: 60%; position: relative; display: flex; flex-direction: column; margin-bottom: 15px; } .inputs .text { font-family: Geometria; font-size: 14px; color: #060606; letter-spacing: 0.02em; margin-bottom: 5px; } .inputs input { height: 30px; font-family: Geometria; font-size: 16px; color: #060606; outline: none; border: none; border-bottom: 1px solid #1D1D1D; } .inputs select { height: 30px; font-family: Geometria; font-size: 16px; color: #ffffff; text-transform: uppercase; outline: none; border: none; background: #373634; border-bottom: 1px solid #ffffff; } .inputs .button { position: absolute; width: 20px; height: 20px; right: 5px; bottom: 5px; cursor: pointer; } .inputs .button img { width: 100%; height: 100%; } .quantity { position: relative; height: 40px; padding: 0 20px 0 10px; border: 1px solid #9B9B9B; } .quantity .pro-qty { display: flex; align-items: center; } .quantity .pro-qty input { height: 36px; width: 40px; font-family: Geometria; font-size: 14px; text-transform: uppercase; color: #BEBEBE; padding-left: 5px; border: none; outline: none; } .quantity .pro-qty .qtybtn { position: absolute; right: 10px; display: flex; width: 15px; height: 20px; cursor: pointer; } .quantity .pro-qty .qtybtn img { width: 100%; height: 100%; object-fit: contain; } .quantity .pro-qty .dec { bottom: 0; transform: rotate(-180deg); } .quantity .pro-qty .inc { top: 0; } .result-page .filter { flex-direction: column; } .result-page .filter .all { font-size: 24px; } .result-page .filter .categories { width: 100%; position: relative; margin: 7px 0; } .result-page .filter .categories .category { font-size: 22px; margin-bottom: 10px; } .result-page .filter .categories ul .sub-category { font-family: Geometria; font-size: 13px; color: #A8A8A8; letter-spacing: 0.05em; text-transform: uppercase; margin: 10px 0; } .result-page .filter .item { width: 100%; display: flex; opacity: 1; visibility: visible; transform: translateY(0); margin: 15px 0; } .result-page .filter .item .top { padding: 0; } .result-page .filter .range button { width: 100%; } .main { padding-top: 110px; width: 100vw; position: relative; overflow: hidden; } .main .banner { width: 100vw; height: calc(100vh - 110px); position: relative; display: flex; margin-bottom: 70px; justify-content: space-between; } .main .banner .swiper-button-next:after, .main .banner .swiper-button-prev:after { display: none; } .main .banner .swiper-button-next, .main .banner .swiper-button-prev { width: 80px; height: 16px; opacity: 1; margin-top: unset; top: unset; right: 30px; bottom: 55px; z-index: 2; } .main .banner .swiper-button-next:focus, .main .banner .swiper-button-prev:focus { outline: none; border: none; } .main .banner .swiper-button-next img, .main .banner .swiper-button-prev img { width: 100%; height: 100%; } .main .banner .swiper-button-prev, .main .banner .swiper-container-rtl .swiper-button-next { left: unset; right: 130px; bottom: 42px; } .main .banner .banner-slider { width: 100%; height: 100%; position: relative; } .main .banner .banner-slider:before { content: ''; position: absolute; width: 0; height: 100%; left: 50%; top: 0; background: #f8f8f8; animation: block-appear-2 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; animation-delay: 2.5s; z-index: 11; } .main .banner .banner-slider .inner { position: relative; width: 100%; height: calc(100% - 70px); } .main .banner .banner-slider .inner .image { position: relative; width: 50%; height: 100%; margin-left: auto; } .main .banner .banner-slider .inner .image img { width: 100%; height: 100%; object-fit: cover; } .main .banner .banner-slider .inner .bottom { width: 40%; position: absolute; left: 0; bottom: 0; display: flex; flex-direction: column; background: #ffffff; font-family: Geometria; font-size: 16px; letter-spacing: 0.05em; color: #454545; text-transform: uppercase; padding: 15px; z-index: 1; } .main .banner .banner-slider .inner .bottom .price { color: #868686; margin-top: 5px; } .main .banner .banner-slider .inner .count { position: absolute; top: 100%; left: 0; display: flex; align-items: center; padding: 20px 15px; font-family: Geometria; font-size: 14px; color: #414141; text-transform: uppercase; } .main .banner .banner-slider .inner .count .current { width: fit-content; position: relative; bottom: unset; } .main .banner .banner-slider .inner .count .current.zero:before { position: absolute; content: '0'; right: 100%; } .main .banner .banner-slider .inner .count .line { width: 80px; height: 2px; background: #414141; margin: 0 5px; } .main .banner .banner-slider .inner .center { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); mix-blend-mode: overlay; } .main .banner .banner-slider .inner .center .title { font-size: 72px; text-transform: uppercase; color: #000000; position: relative; overflow: hidden; } .main .banner .banner-slider .inner .center a { display: flex; width: fit-content; margin-top: 10px; background: #ffffff; padding: 10px 15px; font-family: Geometria; font-size: 16px; color: #000000; text-transform: uppercase; transition: .5s all; border: 1px solid #343434; } .main .banner .banner-slider .inner .center a:hover { color: #ffffff; background: #343434; } .main .banner .left { position: absolute; left: 0; top: 0; z-index: 3; width: 33%; height: 100%; padding-left: 3%; background: #ffffff; } .main .banner .left:before { content: ''; position: absolute; width: 0; height: 100%; left: 0; top: 0; background: #f8f8f8; animation: block-appear 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; animation-delay: 1.5s; z-index: 3; } .main .banner .left .swiper-container { height: 100%; } .main .banner .left .swiper-slide { width: 100%; height: calc(100% - 70px); } .main .banner .left .swiper-slide img { width: 100%; height: 100%; object-fit: cover; } .main .banner .left .swiper-slide .front { position: absolute; width: 100%; left: 0; bottom: 70px; background: #ffffff; font-family: Geometria; letter-spacing: 0.05em; text-transform: uppercase; padding: 15px 0; } .main .banner .left .swiper-slide .front .name { position: relative; display: flex; align-items: center; justify-content: space-between; color: #454545; font-size: 14px; padding: 0 15px; } .main .banner .left .swiper-slide .front .price { color: #868686; letter-spacing: 0.05em; padding-left: 15px; } .main .banner .left .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 10px; } .main .banner .left .swiper-pagination-bullet { width: 10px; height: 10px; background: #242424; top: 11px; } .main .banner .left .swiper-container-horizontal > .swiper-pagination-bullets, .main .banner .left .swiper-pagination-custom, .main .banner .left .swiper-pagination-fraction { bottom: 30px; height: 32px; } .main .banner .left .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main:before { content: ''; position: absolute; width: 30px; height: 30px; border: 1px solid #242424; border-radius: 50%; left: -10px; top: -10px; } .main .catalogs { margin-bottom: 60px; } .main .favorites { background: #eeeeee; padding-bottom: 15px; } .main .favorites .section-title { padding-bottom: 15px; } .main .favorites .sub-title { font-size: 20px; width: 100%; text-align: center; margin-bottom: 60px; } .main .favorites .items { width: 100%; position: relative; display: flex; justify-content: center; margin-bottom: 60px; } .main .favorites .items .item { width: 20%; height: 45px; display: flex; align-items: center; justify-content: center; margin: 0 15px; position: relative; font-family: Geometria; font-size: 16px; text-align: center; letter-spacing: 0.05em; text-transform: uppercase; } .main .soon { position: relative; width: 100%; } .main .soon .container { display: flex; flex-wrap: wrap; justify-content: space-between; } .main .soon .container .item { width: calc(50% - 10px); min-height: 120px; max-height: 40vh; margin-bottom: 15px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; } .main .soon .container .item:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; right: 0; background: linear-gradient(0deg, rgba(11, 11, 11, 0.35), rgba(11, 11, 11, 0.35)); z-index: 1; transition: .5s all; opacity: 0; } .main .soon .container .item img { width: 100%; height: 100%; object-fit: cover; transition: .5s all; } .main .soon .container .item span { position: absolute; z-index: 2; font-family: Geometria; font-size: 16px; color: #ffffff; letter-spacing: 0.04em; text-transform: uppercase; text-align: center; padding: 10px 25px; border: 1px solid #ffffff; transition: .8s all; transform: translateY(-30px); opacity: 0; } .main .soon .container .item:hover:before { opacity: 1; } .main .soon .container .item:hover span { opacity: 1; transform: translateY(0); } .main .soon .container .item:hover img { transform: scale(1.2); } .main .soon .container .item:nth-child(1), .main .soon .container .item:nth-child(3) { width: calc(25% - 10px); } .main .sales-item { margin: 100px 0; position: relative; } .main .sales-item .container { display: flex; } .main .sales-item .container .left, .main .sales-item .container .right { width: 50%; position: relative; font-family: Geometria; } .main .sales-item .container .left .title, .main .sales-item .container .right .title { font-family: OptimaCyr; font-size: 30px; color: #404040; width: 30%; } .main .sales-item .container .left p, .main .sales-item .container .right p { font-size: 20px; color: #949494; padding: 30px 0; width: 80%; } .main .sales-item .container .left .image, .main .sales-item .container .right .image { position: relative; width: 100%; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(90deg, #FFEE97 85%, rgba(0, 0, 0, 0) 15%); } .main .sales-item .container .left .image .top, .main .sales-item .container .right .image .top { font-size: 12px; } .main .sales-item .container .left .image .term, .main .sales-item .container .right .image .term { font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; } .main .sales-item .container .left .image .term span, .main .sales-item .container .right .image .term span { color: rgba(255, 255, 255, 0.5); font-weight: bolder; } .main .sales-item .container .left .image .sub-title, .main .sales-item .container .right .image .sub-title { font-size: 24px; color: #000000; letter-spacing: 0.05em; text-transform: uppercase; width: 60%; margin: 60px 0; } .main .sales-item .container .left .image img, .main .sales-item .container .right .image img { position: absolute; width: 50%; right: -5%; top: 50%; transform: translateY(-50%); } .main .sales-item .container .left .image .term span { color: #000; } .main .sales-item .container .right .image { background: linear-gradient(67.88deg, #DF95B0 3.38%, #FFCAD3 93.33%); } .main .sales-item .container .right .image img { top: unset; transform: unset; bottom: 0; } .main .sales-item .container .right .image .top, .main .sales-item .container .right .image .sub-title, .main .sales-item .container .right .image a { color: #ffffff; } .main .sales-item .container .right .image .sub-title { width: 40%; } .main .sales-item .container .right .image a { width: fit-content; font-size: 16px; text-transform: uppercase; padding: 15px; letter-spacing: 0.04em; border: 1px solid #ffffff; overflow: hidden; position: relative; } .main .sales-item .container .right .image a:before { position: absolute; content: ''; top: 0; left: 100%; width: 50%; height: 100%; background: linear-gradient(67.88deg, #DF95B0 3.38%, #FFCAD3 93.33%); opacity: .4; transition: .8s all; transform: skewY(45deg); } .main .sales-item .container .right .image a:hover:before { left: -100%; } .about-page { position: relative; width: 100vw; padding-top: 110px; } .about-page .banner { width: 100%; height: 70vh; position: relative; background: #EEECED; } .about-page .banner:before { content: ''; position: absolute; width: 0; height: 100%; left: 0; top: 0; background: #ffffff; animation: block-appear 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; animation-delay: 2.5s; z-index: 1; } .about-page .banner img { position: absolute; left: 0; bottom: 0; width: 120%; height: 100%; object-fit: cover; } .about-page .banner .mob-tab { display: none; } .about-page .banner .title { position: absolute; left: 45%; top: 50%; transform: translateY(-50%); font-size: 72px; text-transform: uppercase; overflow: hidden; } .about-page .banner .title span { display: block; } .about-page .about { width: 100%; height: 80vh; position: relative; display: flex; margin: 30px 0; padding: 0 3%; } .about-page .about .left, .about-page .about .right { width: 50%; height: 100%; position: relative; } .about-page .about .left { display: flex; flex-direction: column; justify-content: center; } .about-page .about .left .title { font-size: 36px; color: #B57E57; text-transform: uppercase; } .about-page .about .left p { width: 90%; font-family: Geometria; font-size: 18px; color: #686868; margin: 45px 0; } .about-page .about .left .play { width: fit-content; position: relative; display: flex; align-items: center; padding: 10px 15px; color: #B57E57; border: 1px solid #B57E57; border-radius: 30px; cursor: pointer; display: none; } .about-page .about .left .play svg { width: 30px; height: 30px; margin-right: 10px; } .about-page .about .left .play:before { content: ' '; position: absolute; left: 30px; top: 10px; box-sizing: border-box; width: 20px; height: 20px; border-radius: 50%; z-index: -1; } .about-page .about .left .play:after { content: ' '; position: absolute; left: 25px; top: 5px; box-sizing: border-box; width: 30px; height: 30px; border-radius: 50%; z-index: -1; } .about-page .about .left .play:hover:before { background-color: #B57E57; animation: grow 1s infinite; } .about-page .about .left .play:hover:after { border: 1px solid #B57E57; animation: grow 1s infinite; } .about-page .about .right img { width: 100%; height: 100%; object-fit: cover; } .about-page .about .right .text { position: absolute; left: 0; bottom: 15%; width: fit-content; padding: 15px; background: #ffffff; } .about-page .about .right .text .title { font-size: 20px; } .about-page .about .right .text p { font-family: Geometria; font-size: 14px; color: #818181; } .about-page .video { width: 100vw; height: 100vh; position: fixed; left: 0; top: -100vh; z-index: 999; background: #505050; opacity: 0; visibility: hidden; transition: 1s all; } .about-page .video video { width: 100%; height: 100%; } .about-page .video .exit { position: absolute; top: 15px; right: 15px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #ffffff; border-radius: 50%; cursor: pointer; } .about-page .video .exit span { position: absolute; width: 30px; height: 2px; background: #000000; } .about-page .video .exit span:first-child { transform: rotate(45deg); } .about-page .video .exit span:last-child { transform: rotate(135deg); } .about-page .video.show { top: 0; opacity: 1; visibility: visible; } .about-page .history { width: 100%; position: relative; display: flex; margin: 60px 0 100px 0; } .about-page .history .left, .about-page .history .right { width: 50%; position: relative; } .about-page .history .left { height: 85vh; } .about-page .history .left .image { width: 100%; height: calc(100% - 80px); } .about-page .history .left .image img { width: 100%; height: 100%; object-fit: cover; } .about-page .history .left .about-slider { height: 100%; width: 100%; } .about-page .history .left .about-slider .swiper-button-next:after, .about-page .history .left .about-slider .swiper-button-prev:after { display: none; } .about-page .history .left .about-slider .swiper-button-next, .about-page .history .left .about-slider .swiper-button-prev { width: 80px; height: 16px; opacity: 1; margin-top: unset; top: unset; bottom: 45px; } .about-page .history .left .about-slider .swiper-button-next:focus, .about-page .history .left .about-slider .swiper-button-prev:focus { outline: none; border: none; } .about-page .history .left .about-slider .swiper-button-next img, .about-page .history .left .about-slider .swiper-button-prev img { width: 100%; height: 100%; } .about-page .history .left .about-slider .swiper-button-prev, .about-page .history .left .about-slider .swiper-container-rtl .swiper-button-next { right: unset; left: 5%; bottom: 33px; } .about-page .history .left .about-slider .swiper-button-next, .about-page .history .left .about-slider .swiper-container-rtl .swiper-button-prev { right: unset; left: 20%; } .about-page .history .left .about-small-slider { width: 40%; height: 80%; position: absolute; bottom: -8%; right: -10%; } .about-page .history .right { display: flex; flex-direction: column; justify-content: center; padding: 0 10%; } .about-page .history .right .title { font-size: 36px; color: #B57E57; } .about-page .history .right p { font-family: Geometria; font-size: 18px; color: #686868; margin: 30px 0; } .about-page .mission { width: 100%; height: 90vh; position: relative; background: #FFE7C4; margin-bottom: 200px; } .about-page .mission .section-title { padding: 90px 0; } .about-page .mission:before { position: absolute; content: ''; width: 16rem; height: 16rem; left: -200px; top: 5%; border-radius: 50%; background: rgba(255, 255, 255, 0.55); z-index: 1; } .about-page .mission .content { width: 100%; position: relative; display: flex; } .about-page .mission .content .text { width: 30%; padding: 0 3%; } .about-page .mission .content .text .title { font-size: 30px; color: #313131; margin-top: 30px; } .about-page .mission .content .text p { font-family: Geometria; font-size: 16px; color: #0F0F0F; margin: 30px 0; } .about-page .mission .content .image { width: 40%; height: 75%; margin-bottom: -30%; } .about-page .mission .content .image img { width: 100%; height: 100%; object-fit: cover; } .about-page .personal { width: 100%; position: relative; display: flex; padding: 0 3%; } .about-page .personal .left { width: 40%; height: fit-content; position: relative; display: flex; flex-direction: column; justify-content: center; } .about-page .personal .left .title { font-size: 36px; color: #B57E57; text-transform: uppercase; } .about-page .personal .left p { width: 90%; font-family: Geometria; font-size: 16px; margin: 30px 0; color: #717171; } .about-page .personal .right { width: 60%; height: fit-content; position: relative; display: flex; flex-direction: row; flex-wrap: wrap; } .about-page .personal .right .image { width: calc(33.33333% - 10px); position: relative; overflow: hidden; margin-right: 15px; margin-bottom: 15px; visibility: hidden; } .about-page .personal .right .image:nth-child(3n + 3) { margin-right: 0; } .about-page .personal .right .image img { width: 100%; } .about-page .personal .right .image .bottom { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; padding: 15px; background: rgba(0, 0, 0, 0.6); font-family: Geometria; opacity: 0; transform: translateY(50px); transition: .5s all ease-out; } .about-page .personal .right .image .bottom .name { font-size: 16px; color: #ffffff; margin-bottom: 5px; } .about-page .personal .right .image .bottom .special { font-size: 12px; color: #ffffff; } .about-page .personal .right .image:hover .bottom { opacity: 1; transform: translateY(0); } .about-page .quotes { width: 100%; position: relative; margin: 60px 0; } .about-page .quotes .container { padding: 45px 15px; text-align: center; background: #F8F8F8; } .about-page .quotes .container .title { font-size: 30px; color: #B57E57; text-transform: uppercase; } .about-page .quotes .container p { font-family: Geometria; font-size: 20px; text-transform: uppercase; color: #A0A0A0; margin: 30px 0; } .about-page .quotes .container .name { font-family: GoodVibesPro; font-size: 24px; color: #020202; display: flex; justify-content: center; align-items: center; } .about-page .quotes .container .name span { width: 60px; height: 1px; background: #595959; margin: 0 15px; } .about-page .certificates { margin-bottom: 45px; } .catalog-page { position: relative; width: 100vw; padding-top: 110px; } .catalog-page .catalog-tabs { position: relative; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; } .catalog-page .catalog-tabs .tab { position: relative; width: 200px; display: flex; align-items: center; justify-content: center; padding: 10px 0; font-family: Geometria; font-size: 16px; color: #959595; letter-spacing: 0.05em; text-transform: uppercase; background: #EAEAEA; margin: 0 15px 30px 15px; } .catalog-page .catalog-tabs .tab.active { color: #ffffff; background: #343434; } .catalog-page .catalog-tabs .tab.active:before { position: absolute; content: ''; left: 50%; top: 100%; transform: translateX(-50%); width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #343434; } .catalog-page .catalogs { margin-bottom: 60px; } .sub-category-page { position: relative; width: 100vw; padding-top: 110px; } .sub-category-page .banner { width: 100%; position: relative; height: 60vh; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; } .sub-category-page .banner .title { position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 24px; text-transform: uppercase; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); } .sub-category-page .banner img { width: 100%; height: 100%; object-fit: contain; } .status-page { width: 100vw; height: 100vh; position: relative; overflow: hidden; padding-top: 110px; } .status-page .page { width: 100%; height: 100%; position: relative; background-size: cover; background-repeat: no-repeat; display: flex; flex-direction: column; align-items: center; justify-content: center; } .status-page .page .title { font-size: 200px; text-transform: uppercase; color: #343434; line-height: 140px; } .status-page .page p { font-family: Geometria; font-size: 20px; text-align: center; letter-spacing: 0.03em; color: #727272; margin: 45px 0; overflow: hidden; } .status-page .page p span { display: block; } .status-page .page .back { width: fit-content; position: relative; display: flex; align-items: center; justify-content: center; background: #343434; font-family: Geometria; letter-spacing: 0.08em; text-transform: uppercase; color: #ffffff; padding: 15px 45px; transition: .5s all; } .status-page .page .back:hover { color: #343434; background: #F8F8F8; } .status-page .page .socials { margin-top: 45px; } .status-page .page .socials a { margin: 0 15px; } .status-page .light .title, .status-page .light p { color: #ffffff; } .status-page .light .back { color: #000000; background: #F8F8F8; } .status-page .light .back:hover { background: #343434; color: #fff; } .status-page .light .socials a svg path { fill: #ffffff; } .result-page { width: 100vw; position: relative; padding-top: 110px; } .result-page .content { width: 100%; position: relative; } .result-page .content .top { width: 100%; display: flex; align-items: center; position: relative; padding: 45px 5%; } .result-page .content .top form { width: 40%; position: relative; margin-right: 60px; overflow: hidden; } .result-page .content .top form input { width: 100%; height: 40px; font-size: 16px; text-transform: uppercase; background: #F0F0F0; font-family: Geometria; color: #000000; letter-spacing: 0.05em; padding-left: 15px; outline: none; border: none; } .result-page .content .top form button { position: absolute; width: 25px; height: 25px; right: 15px; top: 50%; transform: translateY(-50%); z-index: 1; } .result-page .content .top form button img { width: 100%; height: 100%; } .result-page .content .top .result { font-size: 36px; color: #343434; overflow: hidden; } .result-page .container { display: flex; } .result-page .container .rows { width: 100%; margin-bottom: 60px; float: left; } .result-page .container .rows .left, .result-page .container .rows .card { float: left; } .auth-page { width: 100vw; height: 100vh; position: relative; } .auth-page header .right, .auth-page header .numbers { opacity: 0; visibility: hidden; } .auth-page .content { width: 100%; height: 100%; display: flex; } .auth-page .content .left { width: 55%; height: 100%; position: relative; padding: 110px 0 30px 0; background: #373634; } .auth-page .content .left form { width: 90%; height: 100%; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 auto; background: #ffffff; } .auth-page .content .left form:before { content: ''; position: absolute; width: 40%; height: 100%; left: 100%; top: 0; z-index: 1; background-image: url("../img/pattern.svg"); background-size: cover; background-repeat: no-repeat; } .auth-page .content .left form .title { color: #313131; font-size: 36px; margin-bottom: 30px; } .auth-page .content .left form .title .or { font-size: 20px; color: #CACACA; } .auth-page .content .left form .title .or a { color: #B57E57; } .auth-page .content .left form .confirm { position: relative; width: 60%; margin-bottom: 15px; font-family: Geometria; font-size: 14px; color: #9B9B9B; letter-spacing: 0.02em; display: flex; } .auth-page .content .left form .confirm a { text-decoration: underline; } .auth-page .content .left form .confirm .forget { color: #B57E57; margin-left: auto; } .auth-page .content .left form .confirm label { display: flex; } .auth-page .content .left form .confirm label .checkbox { display: none; } .auth-page .content .left form .confirm label .fake { width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; position: relative; background: #E4E4E4; border: 1px solid #9A9A9A; border-radius: 4px; } .auth-page .content .left form .confirm label .fake:before { position: absolute; content: '\2713'; font-size: 14px; color: #000000; opacity: 0; visibility: hidden; } .auth-page .content .left form .confirm label .checkbox:checked + .fake:before { opacity: 1; visibility: visible; } .auth-page .content .left form .confirm label .text { padding: 0 3px; } .auth-page .content .left form .btn { position: relative; height: 40px; font-family: Geometria; font-size: 14px; color: #ffffff; text-transform: uppercase; background: #363636; padding: 0 45px; } .auth-page .content .left form .repeat { background: #ffffff; color: #363636; margin-top: 15px; } .auth-page .content .left form .image { margin: 30px 0; } .auth-page .content .right { width: 45%; height: 100%; position: relative; background: linear-gradient(0deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)); } .auth-page .content .right img { width: 100%; height: 100%; object-fit: cover; } .confirm-text { font-size: 24px; text-align: center; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); line-height: 30px; width: 100%; padding: 10px; } .condition-modal { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; font-family: Geometria; z-index: 999; background: rgba(0, 0, 0, 0.5); opacity: 0; transform: translateY(-100px); visibility: hidden; transition: .6s all; } .condition-modal .container { max-width: 60%; height: 100%; overflow-y: scroll; padding: 60px 30px; position: relative; background: #F8F8F8; } .condition-modal .block-title { font-size: 24px; text-align: center; padding-bottom: 30px; font-weight: bold; } .condition-modal .sub-title { padding-bottom: 30px; } .condition-modal .all { padding-bottom: 30px; } .condition-modal p { padding: 15px 0; } .condition-modal span { color: #000; font-family: Geometria-Bold; } .condition-modal ol li { padding: 10px 0; } .condition-modal .letter { list-style: lower-alpha; padding-left: 15px; } .condition-modal .roman { list-style: upper-roman; } .condition-modal ul { padding-left: 30px; } .condition-modal ul li { list-style: disc; padding: 10px 0; } .condition-modal .exit { position: absolute; right: 15px; top: 15px; z-index: 1; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; } .condition-modal .exit span { position: absolute; width: 100%; height: 2px; background: #ffffff; transform: rotate(45deg); } .condition-modal .exit span:first-child { transform: rotate(135deg); } .condition-show { opacity: 1; visibility: visible; transform: translateY(0); } .forget-page .inputs { margin: 45px 0; } .confirm-page form .title .or { margin-top: 30px; } .contacts-page { position: relative; width: 100vw; height: 100vh; padding-top: 110px; } .contacts-page .content { width: 100%; height: 100%; position: relative; display: flex; } .contacts-page .content .left { width: 30%; height: 100%; position: relative; } .contacts-page .content .left img { width: 100%; height: 100%; object-fit: cover; } .contacts-page .content .right { width: 70%; height: 100%; position: relative; } .contacts-page .content .right .box { position: absolute; width: 75%; height: fit-content; top: 50%; left: 0; transform: translateY(-50%); padding-left: 10%; background: #ffffff; z-index: 1; } .contacts-page .content .right .box .title { font-size: 30px; color: #1E1E1E; text-transform: uppercase; margin: 45px 0; padding-left: 55px; overflow: hidden; } .contacts-page .content .right .box .title span { display: block; } .contacts-page .content .right .box .item { display: flex; margin-bottom: 45px; } .contacts-page .content .right .box .item .icon { width: 40px; height: 40px; position: relative; } .contacts-page .content .right .box .item .icon img { width: 100%; height: 100%; } .contacts-page .content .right .box .item span br { display: none; } .contacts-page .content .right .box .item .text { display: flex; flex-direction: column; padding-left: 15px; font-family: Geometria; } .contacts-page .content .right .box .item .text .numbers a { font-family: Geometria-Bold; margin-right: 10px; color: #B77E2A; } .contacts-page .content .right .box .item .text .mail { font-family: Geometria-Bold; font-size: 22px; color: #000000; letter-spacing: -0.03em; } .contacts-page .content .right .box .item .text .address { display: flex; flex-direction: column; } .contacts-page .content .right .box .item .text .address img { width: 40px; height: 40px; margin-top: 15px; } .contacts-page .content .right .image { width: 30%; height: 100%; position: absolute; top: 0; right: 0; } .contacts-page .content .right .image img { width: 100%; height: 100%; object-fit: cover; } .product-page { width: 100vw; position: relative; padding-top: 110px; } .product-page .product { width: 100%; position: relative; } .product-page .product:before { content: ''; position: absolute; width: 0; height: 100%; left: 0; top: 0; background: #f8f8f8; animation: block-appear 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; animation-delay: 1.5s; z-index: 3; } .product-page .product .back { position: absolute; width: 30px; left: 3%; display: flex; } .product-page .product .back img { width: 100%; } .product-page .product .container { display: flex; } .product-page .product .container .left { width: 40%; height: fit-content; } .product-page .product .container .left .image { width: 100%; height: 70vh; } .product-page .product .container .left .image img { width: 100%; height: 100%; object-fit: contain; } .product-page .product .container .left .product-slider .image { cursor: crosshair; } .product-page .product .container .left .product-small-slider { margin-top: 30px; } .product-page .product .container .left .product-small-slider .image { height: 100px; } .product-page .product .container .left .product-small-slider .image img { object-fit: cover; } .product-page .product .container .right { position: relative; width: 60%; padding: 30px 3%; } .product-page .product .container .right .top { display: flex; align-items: center; justify-content: space-between; font-family: Geometria; font-size: 16px; letter-spacing: 0.05em; text-transform: uppercase; } .product-page .product .container .right .top .num { color: #AAAAAA; } .product-page .product .container .right .top .stock { color: #7ED196; } .product-page .product .container .right .title { font-size: 30px; color: #3A3A3A; margin: 45px 0; } .product-page .product .container .right .size-color { position: relative; display: flex; justify-content: space-between; margin-bottom: 15px; } .product-page .product .container .right .size-color .item { width: calc(50% - 10px); } .product-page .product .container .right .size-color .item .text { font-family: Geometria; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; color: #949494; margin-bottom: 10px; } .product-page .product .container .right .size-color .item .labels { font-family: Geometria; display: flex; flex-wrap: wrap; } .product-page .product .container .right .size-color .item .labels .label .checkbox { display: none; } .product-page .product .container .right .size-color .item .labels .label .fake { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #CFCFCF; letter-spacing: 0.05em; text-transform: uppercase; margin: 0 0 10px 10px; background: #ECECEC; border-radius: 2px; transition: .3s all; position: relative; } .product-page .product .container .right .size-color .item .labels .label .fake:before { position: absolute; content: ''; width: 48px; height: 48px; left: -4px; top: -4px; border: 2px solid #000000; opacity: 0; visibility: hidden; transition: .5s all; } .product-page .product .container .right .size-color .item .labels .label .fake:hover { transition: unset; border: 2px solid #000000; } .product-page .product .container .right .size-color .item .labels .label .color-1 { background: #ECECEC; } .product-page .product .container .right .size-color .item .labels .label .color-2 { background: #000000; } .product-page .product .container .right .size-color .item .labels .label .color-3 { background: #8C5680; } .product-page .product .container .right .size-color .item .labels .label:first-child .fake { margin-left: 0; } .product-page .product .container .right .size-color .item .labels .label .checkbox:checked + .fake { transform: scale(1.05); border: 2px solid #52A063; color: #52A063; } .product-page .product .container .right .size-color .sizes .label .checkbox:checked + .fake { background: #FFFFFF; } .product-page .product .container .right .size-color .colors .labels .label .fake { border: none !important; } .product-page .product .container .right .size-color .colors .labels .label .checkbox:checked + .fake:before { opacity: 1; visibility: visible; } .product-page .product .container .right .price { font-family: Geometria-Bold; font-size: 22px; color: #4E4C54; text-transform: uppercase; margin: 30px 0; } .product-page .product .container .right .buttons { display: flex; justify-content: space-between; align-items: center; font-family: Geometria; } .product-page .product .container .right .buttons .link { position: relative; height: 40px; letter-spacing: 0.08em; font-size: 12px; text-transform: uppercase; color: #313131; padding: 0 35px; display: flex; align-items: center; border: 1px solid #313131; overflow: hidden; } .product-page .product .container .right .buttons .link:before { position: absolute; content: ''; width: 100%; height: 0; background: #313131; left: 0; top: -5px; transition: .4s all; z-index: -1; } .product-page .product .container .right .buttons .link:hover { color: #ffffff; } .product-page .product .container .right .buttons .link:hover:before { top: 0; height: 100%; } .product-page .product .container .right .buttons .share { width: 30px; height: 3 0px; position: relative; } .product-page .product .container .right .buttons .share img { width: 100%; height: 100%; object-fit: contain; } .product-page .product .container .right .specifications { width: 100%; position: relative; font-family: Geometria; margin-top: 30px; } .product-page .product .container .right .specifications .top-tabs { position: relative; display: flex; } .product-page .product .container .right .specifications .top-tabs .tab { font-size: 14px; color: #747474; letter-spacing: -0.02em; padding: 10px 15px; background: #FCFCFC; border: 0.5px solid #CACACA; cursor: pointer; transition: .5s all ease-out; } .product-page .product .container .right .specifications .top-tabs .active { color: #ffffff; background: #444444; } .product-page .product .container .right .specifications .tabs-content { position: relative; width: 100%; } .product-page .product .container .right .specifications .tabs-content .content { width: 100%; min-height: fit-content; max-height: 180px; flex-direction: column; padding: 15px; background: #FCFCFC; border: 0.5px solid #727272; letter-spacing: -0.02em; color: #747474; overflow: auto; font-size: 14px; display: none; } .product-page .product .container .right .specifications .tabs-content .content::-webkit-scrollbar-thumb, .product-page .product .container .right .specifications .tabs-content .content::-webkit-scrollbar-thumb { height: 20px; background-color: #9E9E9E; } .product-page .product .container .right .specifications .tabs-content .content::-webkit-scrollbar, .product-page .product .container .right .specifications .tabs-content .content::-webkit-scrollbar { width: 20px; } .product-page .product .container .right .specifications .tabs-content .content p { margin-bottom: 15px; } .product-page .product .container .right .specifications .tabs-content .content .inner { display: flex; align-items: center; margin-bottom: 5px; } .product-page .product .container .right .specifications .tabs-content .content .inner .l-text { width: 50%; position: relative; display: flex; align-items: center; white-space: nowrap; } .product-page .product .container .right .specifications .tabs-content .content .inner .l-text span { width: 100%; height: 2px; background: #B3B3B3; display: block; margin: 0 5px; } .product-page .product .container .right .specifications .tabs-content .active { display: flex; } .modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -90%); background: #ffffff; z-index: 20; display: flex; flex-direction: column; padding: 30px; border: 1px solid #575757; transition: 1s all; opacity: 0; visibility: hidden; } .modal .title { font-size: 24px; letter-spacing: 0.02em; text-transform: uppercase; color: #B77E2A; } .modal .inputs { flex-direction: row; width: 400px; margin: 45px 0; align-items: center; } .modal .inputs input { width: calc(100% - 4em); height: 50px; background: #F1F1F1; padding-left: 10px; border: 1px solid #DADADA; letter-spacing: 0.08em; color: #595959; } .modal .inputs button { width: 2em; height: 2em; position: relative; display: flex; align-items: center; justify-content: center; margin-left: 2em; } .modal .inputs button img { width: 100%; height: 100%; object-fit: contain; } .modal .exit { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; } .modal .exit span { position: absolute; width: 30px; height: 2px; background: #575757; } .modal .exit span:first-child { transform: rotate(45deg); } .modal .exit span:last-child { transform: rotate(135deg); } .modal-show { transform: translate(-50%, -50%); opacity: 1; visibility: visible; } .news-page { width: 100vw; position: relative; padding-top: 110px; } .news-card { position: relative; background: #FFFFFF; box-shadow: 0px 15px 20px 1px rgba(0, 0, 0, 0.1); border-radius: 20px 20px 0 0; display: block; margin-bottom: 30px; } .news-card .image { width: 100%; height: 30vh; overflow: hidden; position: relative; border-radius: 20px; } .news-card .image:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.08%, rgba(0, 0, 0, 0.4) 100%); z-index: 1; } .news-card .image img { width: 100%; height: 100%; object-fit: cover; } .news-card .content { padding: 15px; } .news-card .content .top { width: 100%; display: flex; justify-content: space-between; margin-bottom: 20px; font-family: Geometria; font-size: 14px; color: #494949; } .news-card .content .top .category { color: #B77E2A; font-weight: bolder; } .news-card .content .title { font-family: Geometria; font-weight: bolder; font-size: 16px; color: #000000; text-transform: uppercase; } .news-card .content p { width: 100%; font-family: Geometria; font-size: 14px; color: #6C5F5F; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis; margin: 15px 0; } .news-card .content .bottom { width: 100%; position: relative; display: flex; justify-content: space-between; font-family: Geometria; font-size: 12px; color: #9E9494; } .currencies { width: 100%; position: relative; display: flex; justify-content: space-between; padding: 15px 3%; background: #F4F4F4; margin-bottom: 30px; } .currencies .left { display: flex; align-items: center; } .currencies .left .currency { display: flex; align-items: center; font-family: Geometria; font-weight: 600; font-size: 14px; color: #424242; text-transform: uppercase; margin-right: 30px; } .currencies .left .currency img { width: 40px; height: 30px; margin-right: 10px; } .currencies .right { display: flex; align-items: center; font-family: Geometria; font-weight: bolder; font-size: 14px; color: #121212; text-transform: uppercase; } .currencies .right .weather { color: #B77E2A; padding-left: 10px; } .post-page { width: 100vw; position: relative; padding-top: 110px; } .post-page .article { width: 100%; display: flex; padding: 0 3%; } .post-page .article .left, .post-page .article .right { width: 50%; position: relative; } .post-page .article .left { height: 70vh; } .post-page .article .left img { width: 100%; height: 100%; object-fit: cover; } .post-page .article .right { padding: 5%; } .post-page .article .right .category { font-size: 20px; color: #878787; text-transform: uppercase; } .post-page .article .right .title { font-family: Geometria; font-weight: 600; font-size: 20px; color: #B77E2A; margin: 30px 0; } .post-page .article .right p { font-family: Geometria; color: #787878; } .post-page .article-2 { width: 100%; position: relative; padding: 30px 3%; } .post-page .article-2 .left p { width: 90%; font-family: Geometria; font-size: 16px; color: #202020; } .post-page .article-2 .left .images { width: 80%; display: flex; justify-content: space-between; margin: 30px 0; } .post-page .article-2 .left .images .image { width: calc(50% - 15px); height: 50vh; position: relative; } .post-page .article-2 .left .images .image img { width: 100%; height: 100%; object-fit: cover; } .post-page .article-2 .left .bottom { display: flex; justify-content: space-between; font-family: Geometria; font-size: 14px; color: #878787; margin-top: 60px; } .post-page .article-2 .right { padding: 30px; height: fit-content; background: #F6F6F6; } .post-page .article-2 .right .title { font-size: 24px; text-transform: uppercase; color: #353535; margin-bottom: 30px; } .post-page .also { width: 100%; position: relative; padding: 0 3%; } .post-page .also .section-title { font-size: 30px; justify-content: flex-start; } .post-page .also .items { width: 100%; display: flex; justify-content: space-between; } .post-page .also .items .item { width: calc(50% - 15px); height: 70vh; overflow: hidden; position: relative; display: block; } .post-page .also .items .item img { width: 100%; height: 100%; object-fit: cover; } .post-page .also .items .item .front { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 30.24%, rgba(0, 0, 0, 0.85) 86.81%); display: flex; align-items: flex-end; justify-content: space-between; padding: 30px; color: #ffffff; } .post-page .also .items .item .front .text { padding-right: 30px; border-right: 1px solid rgba(255, 255, 255, 0.85); } .post-page .also .items .item .front .text .title { font-size: 24px; margin-bottom: 15px; } .post-page .also .items .item .front .text p { font-family: Geometria; font-size: 18px; margin: 15px 0; } .post-page .also .items .item .front .text .source { font-family: Geometria; font-size: 16px; color: rgba(255, 255, 255, 0.6); } .post-page .also .items .item .front .date-time { padding: 30px 0 30px 20px; font-family: Geometria; } .post-page .also .items .item .front .date-time .time { font-size: 20px; font-weight: bolder; margin-bottom: 20px; } .post-page .also .items .item .front .date-time .date { font-weight: 500; color: rgba(255, 255, 255, 0.8); } .post-page .also .news-cards { width: 100%; position: relative; padding: 60px 5%; display: flex; flex-wrap: wrap; } .post-page .also .news-cards .news-card { width: calc(25% - 30px); margin-right: 40px; } .post-page .also .news-cards .news-card:nth-child(4n + 4) { margin-right: 0; } .basket-page { width: 100vw; position: relative; padding: 110px 3% 0 3%; } .basket-page .cards { width: calc(100% - 40px); position: relative; display: flex; flex-direction: column; transition: 1s all; } .basket-page .cards.slide-left { width: 65%; } .basket-page .cards .back { width: 30px; height: fit-content; position: relative; display: flex; margin-bottom: 45px; } .basket-page .cards .back img { width: 100%; } .basket-page .cards .b-card { position: relative; width: 100%; display: flex; background: #E4E7E8; margin-bottom: 15px; } .basket-page .cards .b-card .item { width: 16.6%; display: flex; align-items: center; justify-content: center; font-family: Geometria; font-size: 20px; } .basket-page .cards .b-card .image { height: 20vh; position: relative; } .basket-page .cards .b-card .image img { width: 100%; height: 100%; object-fit: cover; } .basket-page .cards .b-card .name { width: 32%; flex-direction: column; align-items: flex-start; padding-left: 30px; color: #000000; font-weight: bolder; } .basket-page .cards .b-card .name .num { font-weight: normal; color: #7E7E7E; } .basket-page .cards .b-card .color { color: #2F2F2F; } .basket-page .cards .b-card input { background: none; font-size: 20px; font-weight: 600; color: #959595; } .basket-page .cards .b-card .price { font-weight: bolder; color: #000000; } .basket-page .cards .b-card .remove { position: absolute; width: 40px; height: 40px; top: 50%; right: -50px; transform: translateY(-50%); cursor: pointer; display: flex; align-items: center; justify-content: center; } .basket-page .cards .b-card .remove span { position: absolute; width: 30px; height: 2px; background: #575757; } .basket-page .cards .b-card .remove span:first-child { transform: rotate(45deg); } .basket-page .cards .b-card .remove span:last-child { transform: rotate(135deg); } .basket-page .cards .bottom { width: 100%; position: relative; display: flex; justify-content: flex-end; align-items: center; margin: 45px 0; } .basket-page .cards .bottom .all { position: relative; font-family: Geometria; font-weight: 580; color: #ffffff; font-size: 16px; text-transform: uppercase; background: #363636; padding: 10px 20px; } .order-btn { position: fixed; right: 0; top: 120px; z-index: 12; width: 60px; height: 80px; background: #373634; display: flex; align-items: center; justify-content: center; box-shadow: -20px 0px 35px 1px rgba(0, 0, 0, 0.19); border-radius: 20px 0 0 20px; cursor: pointer; } .order-btn img { width: 80%; } .order-form { position: fixed; width: 30%; height: 100vh; top: 0; right: -110%; z-index: 99; background: #373634; box-shadow: -20px 0px 35px 1px rgba(0, 0, 0, 0.19); transition: 2s all; } .order-form .wrapper { position: relative; width: 200%; height: 100%; display: flex; overflow: hidden; overflow-y: scroll; } .order-form .wrapper .content { width: 50%; height: 100%; position: absolute; padding-top: 45px; transition: .5s all; display: flex; flex-direction: column; justify-content: space-between; } .order-form .wrapper .content .top { display: flex; align-items: center; justify-content: flex-end; padding-right: 45px; margin-bottom: 30px; } .order-form .wrapper .content .top div:last-child { margin-left: 15px; } .order-form .wrapper .content .top .exit { width: 30px; height: 30px; position: relative; display: flex; align-items: center; justify-content: center; cursor: pointer; } .order-form .wrapper .content .top .exit span { position: absolute; width: 30px; height: 2px; background: #ffffff; } .order-form .wrapper .content .top .exit span:first-child { transform: rotate(45deg); } .order-form .wrapper .content .top .exit span:last-child { transform: rotate(135deg); } .order-form .wrapper .content .top .next, .order-form .wrapper .content .top .prev { position: relative; width: 50px; cursor: pointer; } .order-form .wrapper .content .top .next img, .order-form .wrapper .content .top .prev img { width: 100%; } .order-form .wrapper .content .top .prev img { transform: rotate(180deg); } .order-form .wrapper .content .labels { display: flex; width: 100%; padding-left: 45px; } .order-form .wrapper .content .labels .radio { display: none; } .order-form .wrapper .content .labels .label { width: 60px; position: relative; display: flex; margin-right: 30px; } .order-form .wrapper .content .labels .label .fake { width: 100%; display: flex; } .order-form .wrapper .content .labels .label .fake img { width: 100%; object-fit: contain; } .order-form .wrapper .content .labels .bank { width: 90px; } .order-form .wrapper .content .labels .radio:checked + .fake { border: 1px solid #ffffff; } .order-form .wrapper .content .title { font-size: 30px; color: #ffffff; padding-left: 45px; padding-bottom: 15px; } .order-form .wrapper .content .inputs { margin: 30px 0 30px 45px; } .order-form .wrapper .content .inputs .text { color: #ffffff; margin-bottom: 10px; } .order-form .wrapper .content .inputs input { width: 100%; background: none; border-bottom: 1px solid #E1E1E1; color: #E1E1E1; } .order-form .wrapper .content .form { width: 100%; display: flex; flex-direction: column; justify-content: space-between; } .order-form .wrapper .content .form .next, .order-form .wrapper .content .form .btn { width: 100%; display: flex; align-items: center; justify-content: center; font-family: Geometria; font-weight: bolder; font-size: 16px; color: #151515; text-transform: uppercase; padding: 20px 0; background: #ffffff; cursor: pointer; } .order-form .wrapper .content-card { transform: translateX(-100%); } .order-form .wrapper .content-card-active { transform: translateX(0); } .order-form .wrapper .content-deliver { transform: translateX(100%); } .order-form .wrapper .content-deliver .inputs { margin: 20px 0 30px 45px; } .order-form .wrapper .content-deliver-active { transform: translateX(0); } .order-form .numbers { position: absolute; right: 100%; top: 10%; background: #373634; display: flex; flex-direction: column; box-shadow: -20px 0px 35px 1px rgba(0, 0, 0, 0.19); border-radius: 30px 0px 0px 30px; font-family: Geometria; font-size: 30px; letter-spacing: 0.08em; } .order-form .numbers .num { color: #777777; padding: 15px 10px 15px 15px; border-radius: 30px 0px 0px 30px; transition: .5s all; display: flex; align-items: center; justify-content: center; } .order-form .numbers .num.active { color: #ffffff; background: #B77E2A; } .order-form .remember { width: 100% !important; display: flex; align-items: center; color: #ffffff; padding-bottom: 30px; cursor: pointer; } .order-form .remember input { display: none; } .order-form .remember .fake { width: 20px !important; height: 20px; position: relative; overflow: hidden; margin-right: 10px; display: flex; align-items: center; justify-content: center; background: #ffffff; border: 1px solid #9A9A9A; border-radius: 4px; } .order-form .remember .fake:before { content: '\2713'; position: absolute; font-size: 20px; color: #000; opacity: 0; visibility: hidden; } .order-form .remember .checkbox:checked + .fake:before { opacity: 1; visibility: visible; } .order-form .remember .text { white-space: nowrap; } .user-page { width: 100vw; position: relative; padding-top: 112px; } .user-page .page { width: 100%; position: relative; border-top: 1px solid #929292; padding: 0 5%; display: flex; } .user-page .page .page-links { width: 25%; height: 100%; border-right: 1px solid #929292; padding-bottom: 45px; } .user-page .page .page-links .info { width: 100%; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 30px 0; font-family: Geometria; font-size: 16px; } .user-page .page .page-links .info .image { width: 40%; height: 40%; position: relative; border-radius: 100%; display: flex; align-items: center; justify-content: center; } .user-page .page .page-links .info .image img { width: 100%; height: 100%; object-fit: contain; } .user-page .page .page-links .info .image button { position: absolute; width: 30px; height: 30px; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; background: #B77E2A; border-radius: 100%; } .user-page .page .page-links .info .image button svg { width: 50%; height: 50%; } .user-page .page .page-links .info .name { color: #000000; font-weight: bolder; margin: 10px 0; } .user-page .page .page-links .info .number { color: #8C8C8C; } .user-page .page .page-links .links { width: 100%; position: relative; } .user-page .page .page-links .links li { width: 100%; } .user-page .page .page-links .links li a { width: 100%; display: flex; align-items: center; padding: 20px 0 10px 15px; border-top: 1px solid #929292; font-family: Geometria; font-size: 16px; color: #000000; letter-spacing: 0.05em; text-transform: uppercase; transition: .5s all; position: relative; } .user-page .page .page-links .links li a img { width: 25px; height: 25px; margin-right: 5px; transition: .5s all; } .user-page .page .page-links .links li a:before { position: absolute; content: ''; width: 100%; height: 0; left: 0; bottom: 0; background: #B77E2A; z-index: -1; transition: .5s all; } .user-page .page .page-links .links li a:hover { color: #ffffff; } .user-page .page .page-links .links li a:hover:before { height: 100%; } .user-page .page .page-links .links li a:hover img { filter: invert(1); } .user-page .page .page-links .links li a.active { color: #ffffff; } .user-page .page .page-links .links li a.active:before { height: 100%; } .user-page .page .page-links .links li a.active img { filter: invert(1); } .user-page .page .page-links .links li:last-child a { border-bottom: 1px solid #929292; } .user-page .page .right { width: 75%; height: 100%; padding: 45px 0 0 45px; } .user-page .page .right .block-title { font-size: 30px; letter-spacing: 0.03em; color: #343434; margin-bottom: 45px; display: flex; align-items: center; } .user-page .page .right .block-title a { width: 30px; position: relative; display: flex; margin-right: 15px; } .user-page .page .right .block-title a img { width: 100%; } .user-page .page .right .title { font-size: 18px; letter-spacing: 0.03em; color: #B77E2A; margin-bottom: 30px; } .user-page .page select { color: #060606; background: #ffffff; border-bottom: 1px solid #1D1D1D; } .profile-page .page .right form { width: 100%; position: relative; } .profile-page .page .right form .forms { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; } .profile-page .page .right form .forms .inputs { width: calc(50% - 30px); } .profile-page .page .right form .forms .inputs input { width: 100%; } .profile-page .page .right form .forms .inputs .button { cursor: pointer; } .profile-page .page .right form .forms .inputs .button svg { width: 100%; height: 100%; } .profile-page .page .right form .forms .inputs .button svg path { fill: #343434; } .profile-page .page .right form button { display: flex; padding: 15px 45px; font-family: Geometria; font-size: 16px; color: #ffffff; font-weight: bolder; text-transform: uppercase; background: #363636; margin-left: auto; } .favorites-page .card .remove { position: absolute; top: 0; right: 15px; z-index: 1; width: 30px; height: 30px; background: rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; cursor: pointer; } .favorites-page .card .remove span { position: absolute; width: 100%; height: 2px; transform: rotate(45deg); background: #ffffff; } .favorites-page .card .remove span:first-child { transform: rotate(135deg); } .order-page .page .right .orders { width: 100%; position: relative; padding-bottom: 45px; } .order-page .page .right .orders .product { width: 100%; position: relative; display: flex; border: 1px solid #A4A4A4; padding: 15px; } .order-page .page .right .orders .product .image { width: 20%; height: 150px; position: relative; } .order-page .page .right .orders .product .image img { width: 100%; height: 100%; object-fit: cover; } .order-page .page .right .orders .product .item { width: 20%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-left: 15px; font-family: Geometria; font-size: 16px; } .order-page .page .right .orders .product .item:nth-child(2) { width: 40%; } .order-page .page .right .orders .product .item .name span { font-weight: bolder; } .order-page .page .right .orders .product .item .num { padding: 5px 0; color: #7E7E7E; letter-spacing: 0.05em; text-transform: uppercase; } .order-page .page .right .orders .product .item .price { letter-spacing: 0.05em; color: #B77E2A; } .order-page .page .right .orders .product .item .price span { color: #424242; text-transform: uppercase; } .order-page .page .right .orders .product .item .text { color: #929292; margin-bottom: 10px; } .order-page .page .right .orders .product .item .status, .order-page .page .right .orders .product .item .date { font-weight: bolder; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; color: #B77E2A; } .setting-page .page .right .credit-cards { width: 90%; position: relative; } .setting-page .page .right .credit-cards .credit-card { width: 100%; position: relative; display: flex; align-items: center; justify-content: space-between; padding: 30px; background: #F4F4F4; margin-bottom: 30px; transition: .8s all; } .setting-page .page .right .credit-cards .credit-card .info .card-num { font-size: 18px; letter-spacing: 0.03em; text-transform: uppercase; margin-bottom: 5px; } .setting-page .page .right .credit-cards .credit-card .info .etc { font-family: Geometria; font-size: 16px; color: #585858; } .setting-page .page .right .credit-cards .credit-card .edit { position: relative; display: flex; align-items: center; justify-content: center; padding: 10px 45px; font-family: Geometria; font-weight: bolder; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: #343434; border: 1px solid #343434; z-index: 2; transition: .5s all; } .setting-page .page .right .credit-cards .credit-card .edit:before { position: absolute; content: ''; width: 100%; height: 0; background: #343434; left: 0; bottom: 0; z-index: -1; transition: .5s all; } .setting-page .page .right .credit-cards .credit-card .edit:hover { color: #ffffff; } .setting-page .page .right .credit-cards .credit-card .edit:hover:before { height: 100%; } .setting-page .page .right .credit-cards .credit-card .remove { width: 30px; height: 30px; position: absolute; top: 50%; right: -45px; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; cursor: pointer; } .setting-page .page .right .credit-cards .credit-card .remove span { position: absolute; width: 30px; height: 2px; background: #D65555; } .setting-page .page .right .credit-cards .credit-card .remove span:first-child { transform: rotate(45deg); } .setting-page .page .right .credit-cards .credit-card .remove span:last-child { transform: rotate(135deg); } .setting-page .page .right .credit-cards .credit-card:hover, .setting-page .page .right .credit-cards .credit-card.active { background: #FDFDFD; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); } .setting-page .page .right .credit-cards .credit-card:hover .info .card-num, .setting-page .page .right .credit-cards .credit-card.active .info .card-num { color: #B77E2A; } .setting-page .page .right .credit-cards .credit-card:hover .info .etc, .setting-page .page .right .credit-cards .credit-card.active .info .etc { color: #262626; } .edit-page .page .right form { width: 100%; display: flex; flex-direction: column; padding-left: 45px; } .edit-page .page .right form .forms { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; } .edit-page .page .right form .forms .inputs { width: calc(50% - 30px); margin: 20px 0; } .edit-page .page .right form .forms .inputs:nth-child(1), .edit-page .page .right form .forms .inputs:nth-child(2) { margin-top: 0; } .edit-page .page .right form .forms .save { position: relative; height: fit-content; display: flex; align-items: center; justify-content: center; font-family: Geometria; font-weight: bolder; font-size: 16px; color: #363636; text-transform: uppercase; padding: 10px 45px; border: 1px solid #363636; z-index: 2; margin-top: 30px; transition: .5s all; } .edit-page .page .right form .forms .save:before { position: absolute; content: ''; width: 100%; height: 0; background: #343434; left: 0; bottom: 0; z-index: -1; transition: .5s all; } .edit-page .page .right form .forms .save:hover { color: #ffffff; } .edit-page .page .right form .forms .save:hover:before { height: 100%; } /*# sourceMappingURL=main.css.map */
0.518546
0.084041
8.0.0-beta4:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta6:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta7:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta9:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta10:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta11:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta12:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta13:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta14:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta15:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta16:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-rc1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-rc2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-rc3:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-rc4:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.3:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.4:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.5:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.6:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.0-beta1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.0-beta2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.0-rc1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.3:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.4:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.5:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.6:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.7:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.8:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.9:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.10:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0-beta1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0-beta2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0-beta3:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0-rc1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0-rc2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.3:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.4:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.5:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.6:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.3.0-alpha1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.3.0-beta1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.3.0-rc1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.7:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.3.0-rc2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.0:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.3.0:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9
hashs-database/hashs/core___tests___Drupal___Tests___Core___Asset___css_test_files___charset.css
8.0.0-beta4:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta6:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta7:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta9:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta10:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta11:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta12:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta13:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta14:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta15:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-beta16:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-rc1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-rc2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-rc3:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0-rc4:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.3:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.4:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.5:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.6:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.0-beta1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.0-beta2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.0-rc1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.3:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.4:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.5:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.6:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.7:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.8:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.9:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.10:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0-beta1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0-beta2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0-beta3:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0-rc1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0-rc2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.3:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.4:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.5:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.6:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.3.0-alpha1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.3.0-beta1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.3.0-rc1:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.7:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.3.0-rc2:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.0.0:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.1.0:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.2.0:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9 8.3.0:facc1744f4fd69fd0705564c0b34b9b9c3f473e37c9c56b0de920459cb5641e9
0.171061
0.373876
Row in tests grid - result cell */ .tr-testgrid .x-grid-dirty-cell { background-image:none; } .tr-testgrid .x-grid-cell-inner { height : 20px !important; } .x-ie .tr-testgrid .x-grid-cell-inner { white-space : nowrap !important; } .tr-folder-item { background-color : lightcyan; font-weight : bolder; } .tr-test-status { background-position: 0px center; background-repeat: no-repeat; padding-left : 25px; } .tr-test-status-empty { background-image : url(../images/document_16.png) !important; } .tr-test-status-failed { background-image : url(../images/bug.png) !important; } .tr-test-status-thrown { background-image : url(../images/flag-red.png) !important; } .tr-test-status-working { background-image : url(../images/hourglass.png) !important; } .tr-test-status-passed { background-image : url(../images/ok.png) !important; } .tr-test-status-missing { background-image : url(../images/cross.png) !important; } .tr-test-status-running { background-image : url(../images/lightning.png) !important; } .tr-folder-green { background-image : url(../images/folder_green.png) !important; } .tr-folder-yellow { background-image : url(../images/folder_yellow.png) !important; } .tr-folder-red { background-image : url(../images/folder_red.png) !important; } .tr-test-todo-pass { color: green; font-weight:bold; } .tr-test-todo-fail { color: #666; } .tr-test-results { height : 1.7em; position : absolute; right : 2.14em; bottom : 0.44em; text-align : right; line-height : 1.7em; margin-right : 20px; } .tr-test-results-passed, .tr-test-results-failed { overflow : hidden; float : left; padding-left : 20px; } .tr-test-results { margin-right : 15px; } .tr-test-results-passed { background : url(../images/ok.png) no-repeat left center; } .tr-test-results-failed { margin-left : 20px; background : url(../images/bug.png) no-repeat left center; }
public_html/assets/templates/core/javascripts/siesta/lib/Siesta/Harness/Browser/UI_Mobile/TestList.css
Row in tests grid - result cell */ .tr-testgrid .x-grid-dirty-cell { background-image:none; } .tr-testgrid .x-grid-cell-inner { height : 20px !important; } .x-ie .tr-testgrid .x-grid-cell-inner { white-space : nowrap !important; } .tr-folder-item { background-color : lightcyan; font-weight : bolder; } .tr-test-status { background-position: 0px center; background-repeat: no-repeat; padding-left : 25px; } .tr-test-status-empty { background-image : url(../images/document_16.png) !important; } .tr-test-status-failed { background-image : url(../images/bug.png) !important; } .tr-test-status-thrown { background-image : url(../images/flag-red.png) !important; } .tr-test-status-working { background-image : url(../images/hourglass.png) !important; } .tr-test-status-passed { background-image : url(../images/ok.png) !important; } .tr-test-status-missing { background-image : url(../images/cross.png) !important; } .tr-test-status-running { background-image : url(../images/lightning.png) !important; } .tr-folder-green { background-image : url(../images/folder_green.png) !important; } .tr-folder-yellow { background-image : url(../images/folder_yellow.png) !important; } .tr-folder-red { background-image : url(../images/folder_red.png) !important; } .tr-test-todo-pass { color: green; font-weight:bold; } .tr-test-todo-fail { color: #666; } .tr-test-results { height : 1.7em; position : absolute; right : 2.14em; bottom : 0.44em; text-align : right; line-height : 1.7em; margin-right : 20px; } .tr-test-results-passed, .tr-test-results-failed { overflow : hidden; float : left; padding-left : 20px; } .tr-test-results { margin-right : 15px; } .tr-test-results-passed { background : url(../images/ok.png) no-repeat left center; } .tr-test-results-failed { margin-left : 20px; background : url(../images/bug.png) no-repeat left center; }
0.399929
0.317823
@import url('https://fonts.googleapis.com/css?family=Raleway'); body{ font-family: 'Raleway' !important; margin:0; padding:0; max-width: 100%; overflow-x: hidden; margin-bottom:0; padding-bottom:0; } .title{ position: absolute; text-align: center; padding-top:3.6vw; width:100vw; display:inline-flex; vertical-align: middle; z-index:2; color:#ffffff; font-size:0.5vw; opacity:200%; font-family: 'Raleway' !important; } @font-face { font-family: Ralbold; src: url('https://fonts.googleapis.com/css?family=Raleway:800'); font-weight:bold; } @media only screen and (min-width: 767px) { #bar1{ z-index:9; position:inherit !important; margin-bottom:0; border:none; border-radius:0 !important; background-color:transparent; margin-top:10vw !important; text-align:center !important; width:70vw; height:none !important; border-style:solid; border-color:#fff; margin-right:15vw; margin-left:15vw; border-right:none; border-left:none; } .drp{ background-color:#fff !important; border-radius:1vw !important; } .drp > li >a { color:green !important; font-size:0.7vw !important; } .dropdown-menu > li > a:hover { background-color: #42a061 !important; background-image: none; color:#fff !important; } .navbar.transparent.navbar-inverse .navbar-inner { background: rgba(0,0,0,0.4) } .nav > .active > a { background-color:#42a061 !important; } .nav > .active{ background-color:#42a061 !important; font-family:'Ralbold', serif, !important; font-weight:bold; border-radius:1vw; margin-right:4.37vw; margin-left:6.5vw; margin-top:1vw; margin-bottom:0; text-align:center !important; padding-right: 1vw !important; padding-top:0 !important; padding-bottom:0 !important; padding-left:1vw !important; } @media only screen and (min-width: 767px) { .nav > li > a { color:white !important; padding:0 !important; font-size:1vw !important; letter-spacing: 0.1vw; text-transform:uppercase !important; background-color:none !important; font-family:'Ralbold', serif, !important; font-weight:bold; } } .pages{ display: inline-block !important; vertical-align: middle !important; float: none !important; color:white !important; margin-top:1vw; margin-bottom:1vw !important; text-transform:uppercase !important; background-color:none !important; font-family:'Ralbold', serif, !important; font-weight:bold; border-radius:1vw; margin-bottom:0; margin-right:2vw; text-align:center !important; padding-right: 0.7vw !important; padding-top:0 !important; padding-bottom:0 !important; padding-left:0.7vw !important; } .pages:hover{ background-color:#42a061; } .pages:focus{ background-color:#42a061; } .dropdown-toggle:focus{ background-color:#42a061 !important; padding-left:1vw !important; padding-right:1vw !important; border-radius:1vw; } .dropdown-menu{ margin-top:0.3vw !important; } .dropdown-menu:before { position: absolute; top: -7px; right: 2.2vw; display: inline-block; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-left: 7px solid transparent; border-bottom-color: rgba(0, 0, 0, 0.2); content: ''; } .nav > .active > a { background-color:#42a061 !important; } .dropdown-menu:after { position: absolute; top: -6px; right: 2.2vw; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; border-left: 6px solid transparent; content: ''; } } .shit1{ z-index:9; background-color:transparent; } .info{ z-index:2; position:absolute; color:#fff !important; margin-left:12.5vw; margin-right:12.5vw; margin-top:17.3vw; width:75vw; text-transform:capitalize; } .title > h1{ text-align:center; margin:0 auto; font-size:2.73vw; text-transform:bold } .title > .name{ text-align:center; margin:0 auto; font-size:2.73vw; text-transform:bold } .info > h2{ text-align:left; font-size:2.7vw; font-family:'Ralbold', serif, !important; font-weight:bold; margin-bottom:0; } .info > p{ text-align:left; margin-top:1vw; font-size:1.3vw; } .info > a { text-transform:capitalize; text-align:center !important; border-style:solid; border-color:#ffffff; border-width:1px; border-radius:5px; margin:auto; margin-top:1.5vw; font-size:1.2vw; padding-left:1.3vw; padding-right:1.3vw; text-transform:uppercase; position: absolute; left: 32vw; z-index:15 !important; margin-bottom:1.5vw !important; } .info > a:hover { color: #fff !important; text-shadow: 2px 2px 5px #fff !important; } .pads li{ margin-right:0.5vw !important; } .pads{ z-index:15 !important; margin-top:1.5vw !important; } .flex-container11 { display: flex; justify-content: center; background-color: none; } .product { background-color: #42a061; width: 12vw; height: 12vw; -moz-border-radius: 6vw; -webkit-border-radius: 6vw; margin:0 auto; } .product > img{ width:8vw; height:8vw; text-align:center; margin:0; margin-top:2vw; } .products{ margin-top:4vw; text-align:center; text-transform:uppercase; } .products > h3{ font-size:2.5vw; color:#343434; text-align:center; } .desc{ text-align:center; margin: 6vw; margin-top:4vw; margin-bottom:0; width:20vw; } .desc > h4{ margin-top:1vw; color:#343434; font-size:2vw; text-transform:capitalize; margin-bottom:2vw; } .desc > p{ text-align: justify-all; font-size:0.9vw; } .gallerytop{ margin-left:12.5vw; margin-top:4.5vw; margin-bottom:1.6vw; } .gallerytop > h2 { width:75vw; font-size:2.5vw; text-align:center; border-bottom: 3px solid #e4e1e1; line-height:0.1em; margin:0px; } .gallerytop > h2 span { background:#fff; padding:0px; margin-right:3.5vw; margin-left:3.5vw; font-size:2.5vw; color:#343434; text-transform:uppercase; } .gallery > q{ text-align:center; text-transform:bold !important; margin-bottom:0; } .qoute{ width:44vw; float:none; margin:0 auto; font-size:1vw; text-align:center; margin-bottom:4.6vw; } .qoute > span{ text-align:right; float:right; margin-top:0; font-style:italic; font-size:0.8vw; } .imgs11 { display:flex !important; margin-top:4.9vw !important; margin-bottom:0; } .img11 { display:inline-flex !important; margin: auto !important; padding: 1px !important; width: 25% !important; height:16.3vw; } .blog{ position:relative; width:86vw; margin-top:8.1vw; margin-right:7vw; margin-left:7vw; } .blogs{ position:relative; width:42vw; height:27vw !important; margin-bottom:6vw; } .blogs > h3 { font-size:2.1vw; width:100%; margin-right:2vw; text-transform:bold; } .blogs > p{ margin-right:2vw; width:100%; font-size:1.5vw; } .blogs > a{ position:absolute; bottom:0; right:0; float:right; font-size:1.1vw; background-color:#42a061; padding-top:0.8vw; padding-bottom:0.8vw; border-radius:0.5vw; padding-right:1vw; padding-left:1vw; text-transform:uppercase; } .blogs-left{ float:left; margin-right:1vw; } .blogs-right{ float:right; } .moreblogs > a { text-align:center; margin:0 auto; font-size:1.33vw; background-color:#42a061; padding-top:0.5vw; padding-bottom:0.5vw; border-radius:0.5vw; padding-right:2.1vw; padding-left:2.1vw; margin-bottom:3.8vw; text-transform:uppercase; } .moreblogs{ text-align:center; margin:0 auto; margin-bottom:3.8vw } .sub{ height:27vw; background-color:#353857 !important; background-image:url('imgs/081.jpg'); background-color:rgba(0, 0, 0, 1) !important; background-size:cover; margin-bottom:3.27vw; } .sub > .color > h6{ color:white; text-align:center; font-size:3.77vw; padding-top: 2.4vw; } .sub > .color > p{ margin-top:0; color:white; text-align:center; font-size:1.45vw; font-style:italic; padding-top:0; padding-bottom:2.7vw; } .color{ background-color:rgba(0, 0, 0, 0.2) !important; height:100%; } .findus{ margin:0 auto; padding:0 auto; width:86vw; display:flex; flex-direction:row; align-items: center; } .findus > img{ height:4.37vw; float: left; } .findus > h6{ padding-top:1.09vw; font-size:2.73vw; padding-left:0; overflow:hidden; color:#343434; text-transform:capitalize; display:block; flex-grow:0; } .divid{ width:70vw; overflow:hidden; float:right; height: 2vw; margin-left:1vw; background-color: #fff; border-bottom-style:solid; border-bottom-width:0.2vw; border-bottom-color:#e4e1e1; } #map { height: 35vw; width: 44.8vw; margin-left:7.1vw; margin-top:3.8vw; margin-bottom:7.6vw; float:left; border-style:solid; border-color:#414141; border-width:2px; } .findus1{ padding-top:3.8vw; float:right; width:42vw; font-size:1.73vw; padding-left:0; overflow:hidden; color:#343434; text-transform:capitalize; display:block; flex-grow:0; } .icns1{ height:4vw; float: left; display: inline-block; } .findus2{ display:none; } @media only screen and (max-width: 767px) { .navbar-inverse{ background-color:#414141 !important; } .info > h2{ font-size:20px !important; } .info > p{ font-size:13px !important; display:none; } .info{ display:none; } .pages{ width:100vw !important; text-align:center !important; float:center !important; margin:0 auto !important; margin-bottom:5px !important; } .nav > li > a { color:white !important; font-size:18px !important; text-transform:uppercase !important; background-color:none !important; font-family:'Ralbold', serif, !important; font-weight:bold; padding-top:3px !important; padding-bottom:3px !important; } .nav > li{ margin-bottom:10px !important; } .navbar-brand{ font-weight:bold !important; } .nav > .active { width:100vw !important; float:left !important; } #myCarousel{ margin-top:42px !important; } } @media only screen and (max-width: 767px) { .products > h3{ font-size:15px; } .title > h1{ display:none; } .product { width: 18vw; height: 18vw; -moz-border-radius: 9vw; -webkit-border-radius: 9vw; margin:0 auto; } .product > img{ width:12vw; height:12vw; text-align:center; margin:0; margin-top:3vw; } .desc{ text-align:center; margin: 2vw !important; margin-top:4vw; margin-bottom:0; width:20vw; } .desc > h4{ font-size:14px !important; } .desc > p{ text-align: justify-all; font-size:9px !important; } } @media only screen and (max-width: 767px) { .gallerytop > h2 { font-size:15px; } .gallerytop > h2 span { margin-right:6px; margin-left:6px; font-size:15px; } .qoute{ font-size:10px; width:60vw; } .qoute > span{ font-size:6.5px; } .blogs > h3{ margin-top:0 !important; margin-bottom:3px !important; font-size:13px; } .blogs > p { font-size:9.3px; } .blogs > a{ font-size:7.5px; padding-right:2vw; padding-left:2vw; border-radius: 3px; } .blogs{ width:95%; height:61vw !important; } .blogs-right{ float:none; } .blogs-left{ float:none; } .text{ height:135px !important; } .img11{ width:25vw; } .moreblogs > a{ font-size:9px; border-radius:3px; } .sub> .color > h6{ font-size:20px; margin-bottom:0; } .sub > .color > p{ font-size:7.6px; margin-top:2px; margin-bottom:0; } .sub1{ font-size:13px; width:73px; height:23px; } .e-mail{ height:23px !important; } .form-control{ padding:0 0 !important; padding-left:9px !important; } input[type="email"]{ font-size:13px; } ::placeholder { font-size:13px; } .findus > h6{ font-size:20px; max-height:25px; } .findus > img{ height:20px; } .divid{ width:150px; margin-left:10px; } #map{ width:auto; height:85vw; margin:0 auto !important; display:block !important; float:none !important; } .mail21{ display:none; } .mai12{ float:left; width:42vw; } .findus1{ width:40vw; float:left; margin-left:30px; } .findus2{ display:block; float:right; width:49vw; padding-top:3.8vw; } #mail-com{ display:none; } .icns1{ height:17px; } .contact1{ padding-top:0; font-size:10px; line-height:20px; } }
style.css
@import url('https://fonts.googleapis.com/css?family=Raleway'); body{ font-family: 'Raleway' !important; margin:0; padding:0; max-width: 100%; overflow-x: hidden; margin-bottom:0; padding-bottom:0; } .title{ position: absolute; text-align: center; padding-top:3.6vw; width:100vw; display:inline-flex; vertical-align: middle; z-index:2; color:#ffffff; font-size:0.5vw; opacity:200%; font-family: 'Raleway' !important; } @font-face { font-family: Ralbold; src: url('https://fonts.googleapis.com/css?family=Raleway:800'); font-weight:bold; } @media only screen and (min-width: 767px) { #bar1{ z-index:9; position:inherit !important; margin-bottom:0; border:none; border-radius:0 !important; background-color:transparent; margin-top:10vw !important; text-align:center !important; width:70vw; height:none !important; border-style:solid; border-color:#fff; margin-right:15vw; margin-left:15vw; border-right:none; border-left:none; } .drp{ background-color:#fff !important; border-radius:1vw !important; } .drp > li >a { color:green !important; font-size:0.7vw !important; } .dropdown-menu > li > a:hover { background-color: #42a061 !important; background-image: none; color:#fff !important; } .navbar.transparent.navbar-inverse .navbar-inner { background: rgba(0,0,0,0.4) } .nav > .active > a { background-color:#42a061 !important; } .nav > .active{ background-color:#42a061 !important; font-family:'Ralbold', serif, !important; font-weight:bold; border-radius:1vw; margin-right:4.37vw; margin-left:6.5vw; margin-top:1vw; margin-bottom:0; text-align:center !important; padding-right: 1vw !important; padding-top:0 !important; padding-bottom:0 !important; padding-left:1vw !important; } @media only screen and (min-width: 767px) { .nav > li > a { color:white !important; padding:0 !important; font-size:1vw !important; letter-spacing: 0.1vw; text-transform:uppercase !important; background-color:none !important; font-family:'Ralbold', serif, !important; font-weight:bold; } } .pages{ display: inline-block !important; vertical-align: middle !important; float: none !important; color:white !important; margin-top:1vw; margin-bottom:1vw !important; text-transform:uppercase !important; background-color:none !important; font-family:'Ralbold', serif, !important; font-weight:bold; border-radius:1vw; margin-bottom:0; margin-right:2vw; text-align:center !important; padding-right: 0.7vw !important; padding-top:0 !important; padding-bottom:0 !important; padding-left:0.7vw !important; } .pages:hover{ background-color:#42a061; } .pages:focus{ background-color:#42a061; } .dropdown-toggle:focus{ background-color:#42a061 !important; padding-left:1vw !important; padding-right:1vw !important; border-radius:1vw; } .dropdown-menu{ margin-top:0.3vw !important; } .dropdown-menu:before { position: absolute; top: -7px; right: 2.2vw; display: inline-block; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-left: 7px solid transparent; border-bottom-color: rgba(0, 0, 0, 0.2); content: ''; } .nav > .active > a { background-color:#42a061 !important; } .dropdown-menu:after { position: absolute; top: -6px; right: 2.2vw; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; border-left: 6px solid transparent; content: ''; } } .shit1{ z-index:9; background-color:transparent; } .info{ z-index:2; position:absolute; color:#fff !important; margin-left:12.5vw; margin-right:12.5vw; margin-top:17.3vw; width:75vw; text-transform:capitalize; } .title > h1{ text-align:center; margin:0 auto; font-size:2.73vw; text-transform:bold } .title > .name{ text-align:center; margin:0 auto; font-size:2.73vw; text-transform:bold } .info > h2{ text-align:left; font-size:2.7vw; font-family:'Ralbold', serif, !important; font-weight:bold; margin-bottom:0; } .info > p{ text-align:left; margin-top:1vw; font-size:1.3vw; } .info > a { text-transform:capitalize; text-align:center !important; border-style:solid; border-color:#ffffff; border-width:1px; border-radius:5px; margin:auto; margin-top:1.5vw; font-size:1.2vw; padding-left:1.3vw; padding-right:1.3vw; text-transform:uppercase; position: absolute; left: 32vw; z-index:15 !important; margin-bottom:1.5vw !important; } .info > a:hover { color: #fff !important; text-shadow: 2px 2px 5px #fff !important; } .pads li{ margin-right:0.5vw !important; } .pads{ z-index:15 !important; margin-top:1.5vw !important; } .flex-container11 { display: flex; justify-content: center; background-color: none; } .product { background-color: #42a061; width: 12vw; height: 12vw; -moz-border-radius: 6vw; -webkit-border-radius: 6vw; margin:0 auto; } .product > img{ width:8vw; height:8vw; text-align:center; margin:0; margin-top:2vw; } .products{ margin-top:4vw; text-align:center; text-transform:uppercase; } .products > h3{ font-size:2.5vw; color:#343434; text-align:center; } .desc{ text-align:center; margin: 6vw; margin-top:4vw; margin-bottom:0; width:20vw; } .desc > h4{ margin-top:1vw; color:#343434; font-size:2vw; text-transform:capitalize; margin-bottom:2vw; } .desc > p{ text-align: justify-all; font-size:0.9vw; } .gallerytop{ margin-left:12.5vw; margin-top:4.5vw; margin-bottom:1.6vw; } .gallerytop > h2 { width:75vw; font-size:2.5vw; text-align:center; border-bottom: 3px solid #e4e1e1; line-height:0.1em; margin:0px; } .gallerytop > h2 span { background:#fff; padding:0px; margin-right:3.5vw; margin-left:3.5vw; font-size:2.5vw; color:#343434; text-transform:uppercase; } .gallery > q{ text-align:center; text-transform:bold !important; margin-bottom:0; } .qoute{ width:44vw; float:none; margin:0 auto; font-size:1vw; text-align:center; margin-bottom:4.6vw; } .qoute > span{ text-align:right; float:right; margin-top:0; font-style:italic; font-size:0.8vw; } .imgs11 { display:flex !important; margin-top:4.9vw !important; margin-bottom:0; } .img11 { display:inline-flex !important; margin: auto !important; padding: 1px !important; width: 25% !important; height:16.3vw; } .blog{ position:relative; width:86vw; margin-top:8.1vw; margin-right:7vw; margin-left:7vw; } .blogs{ position:relative; width:42vw; height:27vw !important; margin-bottom:6vw; } .blogs > h3 { font-size:2.1vw; width:100%; margin-right:2vw; text-transform:bold; } .blogs > p{ margin-right:2vw; width:100%; font-size:1.5vw; } .blogs > a{ position:absolute; bottom:0; right:0; float:right; font-size:1.1vw; background-color:#42a061; padding-top:0.8vw; padding-bottom:0.8vw; border-radius:0.5vw; padding-right:1vw; padding-left:1vw; text-transform:uppercase; } .blogs-left{ float:left; margin-right:1vw; } .blogs-right{ float:right; } .moreblogs > a { text-align:center; margin:0 auto; font-size:1.33vw; background-color:#42a061; padding-top:0.5vw; padding-bottom:0.5vw; border-radius:0.5vw; padding-right:2.1vw; padding-left:2.1vw; margin-bottom:3.8vw; text-transform:uppercase; } .moreblogs{ text-align:center; margin:0 auto; margin-bottom:3.8vw } .sub{ height:27vw; background-color:#353857 !important; background-image:url('imgs/081.jpg'); background-color:rgba(0, 0, 0, 1) !important; background-size:cover; margin-bottom:3.27vw; } .sub > .color > h6{ color:white; text-align:center; font-size:3.77vw; padding-top: 2.4vw; } .sub > .color > p{ margin-top:0; color:white; text-align:center; font-size:1.45vw; font-style:italic; padding-top:0; padding-bottom:2.7vw; } .color{ background-color:rgba(0, 0, 0, 0.2) !important; height:100%; } .findus{ margin:0 auto; padding:0 auto; width:86vw; display:flex; flex-direction:row; align-items: center; } .findus > img{ height:4.37vw; float: left; } .findus > h6{ padding-top:1.09vw; font-size:2.73vw; padding-left:0; overflow:hidden; color:#343434; text-transform:capitalize; display:block; flex-grow:0; } .divid{ width:70vw; overflow:hidden; float:right; height: 2vw; margin-left:1vw; background-color: #fff; border-bottom-style:solid; border-bottom-width:0.2vw; border-bottom-color:#e4e1e1; } #map { height: 35vw; width: 44.8vw; margin-left:7.1vw; margin-top:3.8vw; margin-bottom:7.6vw; float:left; border-style:solid; border-color:#414141; border-width:2px; } .findus1{ padding-top:3.8vw; float:right; width:42vw; font-size:1.73vw; padding-left:0; overflow:hidden; color:#343434; text-transform:capitalize; display:block; flex-grow:0; } .icns1{ height:4vw; float: left; display: inline-block; } .findus2{ display:none; } @media only screen and (max-width: 767px) { .navbar-inverse{ background-color:#414141 !important; } .info > h2{ font-size:20px !important; } .info > p{ font-size:13px !important; display:none; } .info{ display:none; } .pages{ width:100vw !important; text-align:center !important; float:center !important; margin:0 auto !important; margin-bottom:5px !important; } .nav > li > a { color:white !important; font-size:18px !important; text-transform:uppercase !important; background-color:none !important; font-family:'Ralbold', serif, !important; font-weight:bold; padding-top:3px !important; padding-bottom:3px !important; } .nav > li{ margin-bottom:10px !important; } .navbar-brand{ font-weight:bold !important; } .nav > .active { width:100vw !important; float:left !important; } #myCarousel{ margin-top:42px !important; } } @media only screen and (max-width: 767px) { .products > h3{ font-size:15px; } .title > h1{ display:none; } .product { width: 18vw; height: 18vw; -moz-border-radius: 9vw; -webkit-border-radius: 9vw; margin:0 auto; } .product > img{ width:12vw; height:12vw; text-align:center; margin:0; margin-top:3vw; } .desc{ text-align:center; margin: 2vw !important; margin-top:4vw; margin-bottom:0; width:20vw; } .desc > h4{ font-size:14px !important; } .desc > p{ text-align: justify-all; font-size:9px !important; } } @media only screen and (max-width: 767px) { .gallerytop > h2 { font-size:15px; } .gallerytop > h2 span { margin-right:6px; margin-left:6px; font-size:15px; } .qoute{ font-size:10px; width:60vw; } .qoute > span{ font-size:6.5px; } .blogs > h3{ margin-top:0 !important; margin-bottom:3px !important; font-size:13px; } .blogs > p { font-size:9.3px; } .blogs > a{ font-size:7.5px; padding-right:2vw; padding-left:2vw; border-radius: 3px; } .blogs{ width:95%; height:61vw !important; } .blogs-right{ float:none; } .blogs-left{ float:none; } .text{ height:135px !important; } .img11{ width:25vw; } .moreblogs > a{ font-size:9px; border-radius:3px; } .sub> .color > h6{ font-size:20px; margin-bottom:0; } .sub > .color > p{ font-size:7.6px; margin-top:2px; margin-bottom:0; } .sub1{ font-size:13px; width:73px; height:23px; } .e-mail{ height:23px !important; } .form-control{ padding:0 0 !important; padding-left:9px !important; } input[type="email"]{ font-size:13px; } ::placeholder { font-size:13px; } .findus > h6{ font-size:20px; max-height:25px; } .findus > img{ height:20px; } .divid{ width:150px; margin-left:10px; } #map{ width:auto; height:85vw; margin:0 auto !important; display:block !important; float:none !important; } .mail21{ display:none; } .mai12{ float:left; width:42vw; } .findus1{ width:40vw; float:left; margin-left:30px; } .findus2{ display:block; float:right; width:49vw; padding-top:3.8vw; } #mail-com{ display:none; } .icns1{ height:17px; } .contact1{ padding-top:0; font-size:10px; line-height:20px; } }
0.36139
0.048677
body {background-image: url(space.jpg); background-size: cover;} h1 {text-align: center; color: grey; font-weight: bold; text-decoration: underline;} #me {position: relative; bottom: 87px; font-size: 30px;} #me:link {color: black; background-color: transparent; text-decoration: none;} #me:visited {color: pink; background-color: transparent; text-decoration: none;} #me:hover {color: red; background-color: transparent; text-decoration: none;} #hobby {position: relative; bottom: 87px; font-size: 30px;} #hobby:link {color: black; background-color: transparent; text-decoration: none;} #hobby:visited {color: lightblue; background-color: transparent; text-decoration: none;} #hobby:hover {color: blue; background-color: transparent; text-decoration: none;} #dice {position: relative; bottom: 87px; font-size: 30px;} #dice:link {color: black; background-color: transparent; text-decoration: none;} #dice:visited {color: lightgreen; background-color: transparent; text-decoration: none;} #dice:hover {color: lime; background-color: transparent; text-decoration: none;} #map {position: relative; bottom: 87px; font-size: 30px;} #map:link {color: black; background-color: transparent; text-decoration: none;} #map:visited {color: lightblue; background-color: transparent; text-decoration: none;} #map:hover {color: blue; background-color: transparent; text-decoration: none;} #map2 {position: relative; bottom: 87px; font-size: 30px;} #map2:link {color: black; background-color: transparent; text-decoration: none;} #map2:visited {color: pink; background-color: transparent; text-decoration: none;} #map2:hover {color: red; background-color: transparent; text-decoration: none;} #map_v2 {position: relative; bottom: 87px; font-size: 30px;} #map_v2:link {color: black; background-color: transparent; text-decoration: none;} #map_v2:visited {color: lightblue; background-color: transparent; text-decoration: none;} #map_v2:hover {color: blue; background-color: transparent; text-decoration: none;} #ja {position: relative; bottom: 87px; font-size: 30px;} #ja:link {color: black; background-color: transparent; text-decoration: none;} #ja:visited {color: lavender; background-color: transparent; text-decoration: none;} #ja:hover {color: purple; background-color: transparent; text-decoration: none;} #mustang {position: relative; bottom: 87px; font-size: 30px;} #mustang:link {color: black; background-color: transparent; text-decoration: none;} #mustang:visited {color: lightgreen; background-color: transparent; text-decoration: none;} #mustang:hover {color: lime; background-color: transparent; text-decoration: none;} #ar {position: relative; bottom: 87px; font-size: 30px;} #ar:link {color: black; background-color: transparent; text-decoration: none;} #ar:visited {color: lightgreen; background-color: transparent; text-decoration: none;} #ar:hover {color: lime; background-color: transparent; text-decoration: none;} #proposal {position: relative; bottom: 87px; font-size: 30px;} #proposal:link {color: black; background-color: transparent; text-decoration: none;} #proposal:visited {color: pink; background-color: transparent; text-decoration: none;} #proposal:hover {color: red; background-color: transparent; text-decoration: none;} #mustang-V2 {position: relative; bottom: 87px; font-size: 30px;} #mustang-V2:link {color: black; background-color: transparent; text-decoration: none;} #mustang-V2:visited {color: lightgreen; background-color: transparent; text-decoration: none;} #mustang-V2:hover {color: lime; background-color: transparent; text-decoration: none;} #match-em-up-v1 {position: relative; bottom: 87px; font-size: 30px;} #match-em-up-v1:link {color: black; background-color: transparent; text-decoration: none;} #match-em-up-v1:visited {color: lightblue; background-color: transparent; text-decoration: none;} #match-em-up-v1:hover {color: blue; background-color: transparent; text-decoration: none;} #match-em-up-v2 {position: relative; bottom: 87px; font-size: 30px;} #match-em-up-v2:link {color: black; background-color: transparent; text-decoration: none;} #match-em-up-v2:visited {color: pink; background-color: transparent; text-decoration: none;} #match-em-up-v2:hover {color: red; background-color: transparent; text-decoration: none;}
index.css
body {background-image: url(space.jpg); background-size: cover;} h1 {text-align: center; color: grey; font-weight: bold; text-decoration: underline;} #me {position: relative; bottom: 87px; font-size: 30px;} #me:link {color: black; background-color: transparent; text-decoration: none;} #me:visited {color: pink; background-color: transparent; text-decoration: none;} #me:hover {color: red; background-color: transparent; text-decoration: none;} #hobby {position: relative; bottom: 87px; font-size: 30px;} #hobby:link {color: black; background-color: transparent; text-decoration: none;} #hobby:visited {color: lightblue; background-color: transparent; text-decoration: none;} #hobby:hover {color: blue; background-color: transparent; text-decoration: none;} #dice {position: relative; bottom: 87px; font-size: 30px;} #dice:link {color: black; background-color: transparent; text-decoration: none;} #dice:visited {color: lightgreen; background-color: transparent; text-decoration: none;} #dice:hover {color: lime; background-color: transparent; text-decoration: none;} #map {position: relative; bottom: 87px; font-size: 30px;} #map:link {color: black; background-color: transparent; text-decoration: none;} #map:visited {color: lightblue; background-color: transparent; text-decoration: none;} #map:hover {color: blue; background-color: transparent; text-decoration: none;} #map2 {position: relative; bottom: 87px; font-size: 30px;} #map2:link {color: black; background-color: transparent; text-decoration: none;} #map2:visited {color: pink; background-color: transparent; text-decoration: none;} #map2:hover {color: red; background-color: transparent; text-decoration: none;} #map_v2 {position: relative; bottom: 87px; font-size: 30px;} #map_v2:link {color: black; background-color: transparent; text-decoration: none;} #map_v2:visited {color: lightblue; background-color: transparent; text-decoration: none;} #map_v2:hover {color: blue; background-color: transparent; text-decoration: none;} #ja {position: relative; bottom: 87px; font-size: 30px;} #ja:link {color: black; background-color: transparent; text-decoration: none;} #ja:visited {color: lavender; background-color: transparent; text-decoration: none;} #ja:hover {color: purple; background-color: transparent; text-decoration: none;} #mustang {position: relative; bottom: 87px; font-size: 30px;} #mustang:link {color: black; background-color: transparent; text-decoration: none;} #mustang:visited {color: lightgreen; background-color: transparent; text-decoration: none;} #mustang:hover {color: lime; background-color: transparent; text-decoration: none;} #ar {position: relative; bottom: 87px; font-size: 30px;} #ar:link {color: black; background-color: transparent; text-decoration: none;} #ar:visited {color: lightgreen; background-color: transparent; text-decoration: none;} #ar:hover {color: lime; background-color: transparent; text-decoration: none;} #proposal {position: relative; bottom: 87px; font-size: 30px;} #proposal:link {color: black; background-color: transparent; text-decoration: none;} #proposal:visited {color: pink; background-color: transparent; text-decoration: none;} #proposal:hover {color: red; background-color: transparent; text-decoration: none;} #mustang-V2 {position: relative; bottom: 87px; font-size: 30px;} #mustang-V2:link {color: black; background-color: transparent; text-decoration: none;} #mustang-V2:visited {color: lightgreen; background-color: transparent; text-decoration: none;} #mustang-V2:hover {color: lime; background-color: transparent; text-decoration: none;} #match-em-up-v1 {position: relative; bottom: 87px; font-size: 30px;} #match-em-up-v1:link {color: black; background-color: transparent; text-decoration: none;} #match-em-up-v1:visited {color: lightblue; background-color: transparent; text-decoration: none;} #match-em-up-v1:hover {color: blue; background-color: transparent; text-decoration: none;} #match-em-up-v2 {position: relative; bottom: 87px; font-size: 30px;} #match-em-up-v2:link {color: black; background-color: transparent; text-decoration: none;} #match-em-up-v2:visited {color: pink; background-color: transparent; text-decoration: none;} #match-em-up-v2:hover {color: red; background-color: transparent; text-decoration: none;}
0.304869
0.058105
@font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('./roboto/Roboto-ThinItalic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('./roboto/Roboto-LightItalic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url('./roboto/Roboto-Italic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('./roboto/Roboto-MediumItalic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('./roboto/Roboto-BoldItalic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('./roboto/Roboto-BlackItalic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; src: local('Roboto Thin'), local('Roboto-Thin'), url('./roboto/Roboto-Thin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url('./roboto/Roboto-Light.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url('./roboto/Roboto-Regular.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: local('Roboto Medium'), local('Roboto-Medium'), url('./roboto/Roboto-Medium.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url('./roboto/Roboto-Bold.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; src: local('Roboto Black'), local('Roboto-Black'), url('./roboto/Roboto-Black.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; }
source/fonts/roboto.css
@font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('./roboto/Roboto-ThinItalic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('./roboto/Roboto-LightItalic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url('./roboto/Roboto-Italic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('./roboto/Roboto-MediumItalic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('./roboto/Roboto-BoldItalic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('./roboto/Roboto-BlackItalic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; src: local('Roboto Thin'), local('Roboto-Thin'), url('./roboto/Roboto-Thin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url('./roboto/Roboto-Light.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url('./roboto/Roboto-Regular.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: local('Roboto Medium'), local('Roboto-Medium'), url('./roboto/Roboto-Medium.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url('./roboto/Roboto-Bold.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; src: local('Roboto Black'), local('Roboto-Black'), url('./roboto/Roboto-Black.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; }
0.123987
0.091951
*{ margin: 0; padding: 0; border: 0; box-sizing: border-box; font-family: "poppins" } @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap'); .titulo { background-image: linear-gradient(to bottom, rgb(17, 17, 17), #27334b); color: rgb(255, 255, 255); font-weight: 500; font-size: 20px; max-height: 40vh; padding: 40px; text-align: center; } .titulo h1 { padding: 10px; margin-top: 20px; } body{ background: #27334b; color: white; font-weight: 500; min-height: 100vh; min-width: 100vw; } main { width: 50vw; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 4rem; } main h1 { color: #f5f5f5; font-size: 3em16px; margin: 10px; padding: 10px; text-align: center; width: 500px; } main h2 { padding: 40px 0px 0px 0px ; } main .midia a { text-decoration: none; } main .midia { display: flex; align-content: center; } main .midia img { width: 36px; margin-left: 3em; padding-bottom: 30px; } main .social-midia a:first-child img { margin-left: 0px; } main form { display: flex; flex-direction: column; align-items: center; } main form label { display: flex; flex-direction: column; } main form label span { font-size: 1.5rem; margin-top: 2rem; } main form input { background: #080e22; width: 300px; height: 50px; padding: 0 0.5rem; margin-top: 1rem; outline: none; color: rgb(166, 166, 166); font-size: 1.3rem; border: 2px solid #000000; border-radius: 15px; } main .alternative { margin-top: 1rem; } main .alternative span { font-size: 1.1rem; font-weight: 400; color: rgba(255, 255, 255, 0.3); position: relative; } .alternative span::before, main .alternative span::after { position: absolute; content: ''; height: 1px; width: 100px; bottom: 50%; right: 50px; background: rgba(255, 255, 255, 0.3); } main .alternative span::after { left: 50px; } main form input[type="submit"] { cursor: pointer; width: 50%; margin-top: 4rem; border: none; border-radius: 32px; background: #6C63FF; color: white; font-size: 1.1re; transition: all .3s ease-in-out; } main form input[type="submit"]:hover{ background: #4e48be; } section.images { width: 100vw; display:flex; align-items: flex-end; justify-content: flex-end; } section.images img { max-width: 500px; margin: -500px 0 0 0; align-items: flex-end; justify-content:flex-end; } .circle { position: absolute; height: 100%; width: 100%; top: 10; left: 10; background: linear-gradient(45deg, #E8CBC0, #636FA4); clip-path: circle(45% at right 90%); z-index: -1; } footer{ background-image: linear-gradient(to bottom, #27334b, rgb(17, 17, 17)); color: rgb(255, 255, 255); height: 40px; text-align: right; padding: -10px; margin-right: 20px; }
style.css
*{ margin: 0; padding: 0; border: 0; box-sizing: border-box; font-family: "poppins" } @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap'); .titulo { background-image: linear-gradient(to bottom, rgb(17, 17, 17), #27334b); color: rgb(255, 255, 255); font-weight: 500; font-size: 20px; max-height: 40vh; padding: 40px; text-align: center; } .titulo h1 { padding: 10px; margin-top: 20px; } body{ background: #27334b; color: white; font-weight: 500; min-height: 100vh; min-width: 100vw; } main { width: 50vw; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 4rem; } main h1 { color: #f5f5f5; font-size: 3em16px; margin: 10px; padding: 10px; text-align: center; width: 500px; } main h2 { padding: 40px 0px 0px 0px ; } main .midia a { text-decoration: none; } main .midia { display: flex; align-content: center; } main .midia img { width: 36px; margin-left: 3em; padding-bottom: 30px; } main .social-midia a:first-child img { margin-left: 0px; } main form { display: flex; flex-direction: column; align-items: center; } main form label { display: flex; flex-direction: column; } main form label span { font-size: 1.5rem; margin-top: 2rem; } main form input { background: #080e22; width: 300px; height: 50px; padding: 0 0.5rem; margin-top: 1rem; outline: none; color: rgb(166, 166, 166); font-size: 1.3rem; border: 2px solid #000000; border-radius: 15px; } main .alternative { margin-top: 1rem; } main .alternative span { font-size: 1.1rem; font-weight: 400; color: rgba(255, 255, 255, 0.3); position: relative; } .alternative span::before, main .alternative span::after { position: absolute; content: ''; height: 1px; width: 100px; bottom: 50%; right: 50px; background: rgba(255, 255, 255, 0.3); } main .alternative span::after { left: 50px; } main form input[type="submit"] { cursor: pointer; width: 50%; margin-top: 4rem; border: none; border-radius: 32px; background: #6C63FF; color: white; font-size: 1.1re; transition: all .3s ease-in-out; } main form input[type="submit"]:hover{ background: #4e48be; } section.images { width: 100vw; display:flex; align-items: flex-end; justify-content: flex-end; } section.images img { max-width: 500px; margin: -500px 0 0 0; align-items: flex-end; justify-content:flex-end; } .circle { position: absolute; height: 100%; width: 100%; top: 10; left: 10; background: linear-gradient(45deg, #E8CBC0, #636FA4); clip-path: circle(45% at right 90%); z-index: -1; } footer{ background-image: linear-gradient(to bottom, #27334b, rgb(17, 17, 17)); color: rgb(255, 255, 255); height: 40px; text-align: right; padding: -10px; margin-right: 20px; }
0.539226
0.108756
html, body { min-height: 100%; } .humane, .humane-jackedup { position: fixed; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; z-index: 999; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); } .humane, .humane-jackedup { font-family: OpenSans-Semibold; font-size: 18px; top: 80px; left: 30%; opacity: 0; width: 40%; color: #333; padding: 10px; text-align: center; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACWCAYAAAAfduJyAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVQokWNgYGCQZGJgYGDARTDSQnboGDqsnDt0DKWNLAAkiQFdC+vZNQAAAABJRU5ErkJggg=='); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.1)), color-stop(1, rgba(0,0,0,0.2))) no-repeat; background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat; background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat; background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat; background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat; background: linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat; background-color: #fff; -webkit-border-radius: 3px; border-radius: 3px; box-shadow: 0 2px 4px 0; -moz-transform: translateY(-100px); -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } .humane p, .humane-jackedup p, .humane ul, .humane-jackedup ul { margin: 0; padding: 0; } .humane ul, .humane-jackedup ul { list-style: none; } .humane.humane-jackedup-info, .humane-jackedup.humane-jackedup-info { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAR0lEQVQokWNISfn/n4mBgeE/EwMDAwMqQYQYmdoGlxgjI4rY//+Dx2nUFRsQZ2ALTrQQp8QL1DWeqASC014y7aCx8QwMDAwA1aZBIulmpvwAAAAASUVORK5CYII='); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.7)), color-stop(1, rgba(0,0,0,0.85))) no-repeat; background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat; background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat; background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat; background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat; background: linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat; background-color: #fff; color: #fff; } .humane.humane-jackedup-success, .humane-jackedup.humane-jackedup-success { background-color: #C3E0A1; color: #000000; } .humane.humane-jackedup-error, .humane-jackedup.humane-jackedup-error { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAIAAACmkByiAAAABmJLR0QA/wD/AP+gvaeTAAAAf0lEQVQokY2TOQ7AIAwER/5mivy/yRc2RQDhA0jhghFYO5bhuS+TZMAoIUMEhhH4loGhfu71cenM3DutWMsaeGKjv3zO5N17KLPJ0+fQD8cpv5uVLPo4vnX0PpXj0nuaaeVzdmw+yXG1O96n2p3kozB757Ni1Z5UPsU9SP8AeAG1kHXE+7RlPAAAAABJRU5ErkJggg=='); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee5f5b), color-stop(1, #c43c35)) no-repeat; background: -moz-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat; background: -webkit-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat; background: -ms-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat; background: -o-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat; background: linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat; background-color: #ee5f5b; color: #fff; } .humane-animate, .humane-jackedup.humane-jackedup-animate { opacity: 1; -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .humane-animate:hover, .humane-jackedup.humane-jackedup-animate:hover { opacity: 0.7; } .humane-js-animate, .humane-jackedup.humane-jackedup-js-animate { opacity: 1; -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .humane-js-animate:hover, .humane-jackedup.humane-jackedup-js-animate:hover { opacity: 0.7; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); }
viewer/app/styles/humanejs-theme-jackedup-vr.css
html, body { min-height: 100%; } .humane, .humane-jackedup { position: fixed; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; z-index: 999; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); } .humane, .humane-jackedup { font-family: OpenSans-Semibold; font-size: 18px; top: 80px; left: 30%; opacity: 0; width: 40%; color: #333; padding: 10px; text-align: center; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACWCAYAAAAfduJyAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVQokWNgYGCQZGJgYGDARTDSQnboGDqsnDt0DKWNLAAkiQFdC+vZNQAAAABJRU5ErkJggg=='); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.1)), color-stop(1, rgba(0,0,0,0.2))) no-repeat; background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat; background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat; background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat; background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat; background: linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat; background-color: #fff; -webkit-border-radius: 3px; border-radius: 3px; box-shadow: 0 2px 4px 0; -moz-transform: translateY(-100px); -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } .humane p, .humane-jackedup p, .humane ul, .humane-jackedup ul { margin: 0; padding: 0; } .humane ul, .humane-jackedup ul { list-style: none; } .humane.humane-jackedup-info, .humane-jackedup.humane-jackedup-info { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAR0lEQVQokWNISfn/n4mBgeE/EwMDAwMqQYQYmdoGlxgjI4rY//+Dx2nUFRsQZ2ALTrQQp8QL1DWeqASC014y7aCx8QwMDAwA1aZBIulmpvwAAAAASUVORK5CYII='); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.7)), color-stop(1, rgba(0,0,0,0.85))) no-repeat; background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat; background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat; background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat; background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat; background: linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat; background-color: #fff; color: #fff; } .humane.humane-jackedup-success, .humane-jackedup.humane-jackedup-success { background-color: #C3E0A1; color: #000000; } .humane.humane-jackedup-error, .humane-jackedup.humane-jackedup-error { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAIAAACmkByiAAAABmJLR0QA/wD/AP+gvaeTAAAAf0lEQVQokY2TOQ7AIAwER/5mivy/yRc2RQDhA0jhghFYO5bhuS+TZMAoIUMEhhH4loGhfu71cenM3DutWMsaeGKjv3zO5N17KLPJ0+fQD8cpv5uVLPo4vnX0PpXj0nuaaeVzdmw+yXG1O96n2p3kozB757Ni1Z5UPsU9SP8AeAG1kHXE+7RlPAAAAABJRU5ErkJggg=='); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee5f5b), color-stop(1, #c43c35)) no-repeat; background: -moz-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat; background: -webkit-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat; background: -ms-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat; background: -o-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat; background: linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat; background-color: #ee5f5b; color: #fff; } .humane-animate, .humane-jackedup.humane-jackedup-animate { opacity: 1; -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .humane-animate:hover, .humane-jackedup.humane-jackedup-animate:hover { opacity: 0.7; } .humane-js-animate, .humane-jackedup.humane-jackedup-js-animate { opacity: 1; -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .humane-js-animate:hover, .humane-jackedup.humane-jackedup-js-animate:hover { opacity: 0.7; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); }
0.449393
0.106319
body { margin: 0; font-family: 'ArialRounded', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-weight: 300; -webkit-tap-highlight-color: transparent; position: relative; } button, input, textarea { font-family: 'ArialRounded', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; } input:focus, button:focus, textarea:focus { outline: none; } h1, h2 { margin-top: 34px; display: inline-block; padding-bottom: 4px; margin-bottom: 4px; line-height: 1.4em; } h1, h2, h3, h4 { color: hsl(357, 50%, 22%); margin-top: 1.8rem; margin-bottom: 0em; } h1 { font-size: 34px; } @media only screen and (max-width: 680px) { h1, h2 { letter-spacing: -0.2px; } h1 { font-size: 24px; } h2 { font-size: 20px; } } p { font-size: 18px; line-height: 1.6em; color: hsl(357, 12%, 42%); } @media only screen and (max-width: 680px) { p, li { font-size: 16px; } } ul { font-size: 18px; list-style: none; -webkit-padding-start: 24px; } ol { font-size: 16px; -webkit-padding-start: 24px; } li { line-height: 1.6rem; color: hsl(357, 12%, 42%); margin: 12px 0px; } .features__list li::before { color: hsl(357, 74%, 67%); content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */ font-weight: bold; /* If you want it to be bold */ display: inline-block; /* Needed to add space between the bullet and the text */ width: 1em; /* Also needed for space (tweak if needed) */ margin-left: -1em; /* Also needed for space (tweak if needed) */ } a { text-decoration: none !important; color: hsl(357, 74%, 67%); font-weight: bold; } .catchcopy__header:after { content: ''; /* This is necessary for the pseudo element to work. */ display: block; /* margin: 0 auto; */ width: 24px; padding-top: 8px; border-bottom: 4px solid #f05b56; opacity: 0.6; } @keyframes tenmetsu { 0% { opacity: 0.01; } 50% { opacity: 1; } 100% { opacity: 0.01; } } @keyframes scaleup { 0% { transform: scale(0.8); opacity: 0.8; } 100% { transform: scale(1); opacity: 1; } } @keyframes expand { 0% { transform: scale(1, 0.8); opacity: 0.1; } 100% { transform: scale(1, 1); opacity: 1; } } @keyframes slideup { 0% { transform: translateY(20px); opacity: 0.2; } 60% { transform: translateY(-10px); } 100% { transform: translateY(0px); opacity: 1; } } @keyframes slideleft { 0% { /* transform: translateX(60px) scale(1.2); */ transform: translateY(10px) scale(1.1); opacity: 0.2; } 100% { transform: translateY(0px) scale(1); opacity: 1; } } .container { max-width: 620px; margin: auto; padding: 0 12px; } .heroimage { margin-top: 30px; } .heroimage__title { display: block; margin-top: 50px; margin-bottom: 20px; } @media only screen and (max-width: 680px) { .heroimage__title { margin-top: 20px; margin-bottom: 0px; } } .wrapper { background-color: rgb(240, 91, 86); min-height: 100vh; width: 100%; color: white; transition: background-color 0.5s ease-in-out 0s; padding-bottom: 12px; box-sizing: border-box; } .navbar-wrapper { background-color: inherit; width: 100%; height: 60px; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; } .logo { display: inline-block; color: white; margin: 0px; padding: 10px 0px; font-size: 20px; } .btn-container { display: flex; -webkit-box-align: center; align-items: center; } .logo-icon { width: 20px; margin-right: 4px; } .logo a { color: white; } .navbar-btn { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; border-radius: 4px; cursor: pointer; opacity: 0.9; background: none rgba(255, 255, 255, 0.2); box-shadow: none; margin-left: 10px; font-size: 13px; padding: 8px 12px; min-width: 70px; border: none; color: white !important; } .btn-icon-navbar { width: 16px; } .icon-btn-wrapper { display: block; margin-left: 4px; } .login-wrapper { position: relative; } .navbar { padding: 0px 12px; max-width: 620px; margin: auto; } .todo-wrapper { text-align: center; } .todo-wrapper-border { background-color: rgba(0, 0, 0, 0.1); height: 1px; margin-bottom: 40px; } .todo-border { height: 3px; background-color: white; border-radius: 100px; transform: translateY(-1px); width: 0%; } .time-wrapper { max-width: 480px; margin: auto; } .time-box { background-color: rgba(255, 255, 255, 0.1); padding: 20px 0px 30px; border-radius: 6px; margin-bottom: 20px; width: 100%; } .time-btn-wrapper { display: inline-flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; } .time-btn-active { border: none; margin: 0px; border-radius: 4px; font-family: ArialRounded; font-size: 18px; padding: 2px 12px; height: 28px; cursor: pointer; background: none rgba(0, 0, 0, 0.15); box-shadow: none; color: white; opacity: 1; font-weight: 400; } .time-btn { border: none; color: white; margin: 0px; border-radius: 4px; font-family: ArialRounded; font-size: 18px; padding: 2px 12px; height: 28px; cursor: pointer; background: none; box-shadow: none; font-weight: 400; } .time-count { font-size: 120px; font-weight: bold; margin-top: 20px; } .time-count-btn { cursor: pointer; border: none; margin: 20px 0px 0px; padding: 0px 12px; border-radius: 4px; box-shadow: rgb(235, 235, 235) 0px 6px 0px; font-family: ArialRounded; font-size: 22px; height: 55px; color: rgb(240, 91, 86); font-weight: bold; width: 200px; background-color: white; transition: color 0.5s ease-in-out 0s; } .active-work { font-size: 13px; margin-bottom: 8px; opacity: 0; } .start-work { font-size: 18px; font-weight: 400; color: white; overflow-wrap: break-word; } .task-container { max-width: 480px; margin: 28px auto 42px; } .task-list { display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; border-bottom: 2px solid rgba(255, 255, 255, 0.6); padding-bottom: 14px; } .task { font-size: 18px; font-weight: bold; } .task-icon-container { position: relative; } .task-btn { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; border-radius: 4px; cursor: pointer; opacity: 0.9; background: none rgba(255, 255, 255, 0.2); box-shadow: none; margin-left: 10px; font-size: 13px; padding: 8px; min-width: auto; border: none; color: white !important; } .task-icon { width: 16px; } .task-border { border-radius: 4px; opacity: 1; padding: 4px 0px; box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 3px 6px; display: none; pointer-events: none; position: absolute; background-color: white; transform: translateY(10px); width: 200px; right: 0px; z-index: 1; } .add-task-container { width: 100%; height: 60px; background-color: rgba(0, 0, 0, 0.1); border-radius: 8px; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; cursor: pointer; opacity: 0.8; margin-top: 12px; border: 2px dashed rgba(255, 255, 255, 0.4); } .add-task-icon { width: 18px; margin-right: 8px; opacity: 0.8; } .add-task { opacity: 0.8; font-weight: bold; } /** footer */ .footer { margin-top: 40px; border-top: 2px solid #efefef; text-align: center; padding-top: 30px; color: hsl(357, 12%, 42%); padding-bottom: 20px; } .footer__sitemap { margin-bottom: 14px; } .footer__sitemap > a { color: hsl(357, 12%, 42%); font-size: 14px; margin: 0px 4px; } .footer__snslinks { display: flex; justify-content: center; margin-bottom: 18px; } .footer__snslinks img { background-color: #999; width: 28px; height: 28px; border-radius: 100px; padding: 6px; margin: 0px 4px; /* margin-bottom: 14px; */ } .footer__me { margin-top: 10px; margin-bottom: 20px; } .footer__me a { opacity: 0.8; } .footer__snslink__ph { display: inline-block; background-color: #999; height: 28px; width: 28px; border-radius: 100px; padding: 6px; margin: 0px 4px; } .footer__snslink__ph a { color: white; font-size: 23px; } .footer__allrights { font-size: 12px; color: hsl(357, 8%, 60%); }
public/style.css
body { margin: 0; font-family: 'ArialRounded', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-weight: 300; -webkit-tap-highlight-color: transparent; position: relative; } button, input, textarea { font-family: 'ArialRounded', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; } input:focus, button:focus, textarea:focus { outline: none; } h1, h2 { margin-top: 34px; display: inline-block; padding-bottom: 4px; margin-bottom: 4px; line-height: 1.4em; } h1, h2, h3, h4 { color: hsl(357, 50%, 22%); margin-top: 1.8rem; margin-bottom: 0em; } h1 { font-size: 34px; } @media only screen and (max-width: 680px) { h1, h2 { letter-spacing: -0.2px; } h1 { font-size: 24px; } h2 { font-size: 20px; } } p { font-size: 18px; line-height: 1.6em; color: hsl(357, 12%, 42%); } @media only screen and (max-width: 680px) { p, li { font-size: 16px; } } ul { font-size: 18px; list-style: none; -webkit-padding-start: 24px; } ol { font-size: 16px; -webkit-padding-start: 24px; } li { line-height: 1.6rem; color: hsl(357, 12%, 42%); margin: 12px 0px; } .features__list li::before { color: hsl(357, 74%, 67%); content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */ font-weight: bold; /* If you want it to be bold */ display: inline-block; /* Needed to add space between the bullet and the text */ width: 1em; /* Also needed for space (tweak if needed) */ margin-left: -1em; /* Also needed for space (tweak if needed) */ } a { text-decoration: none !important; color: hsl(357, 74%, 67%); font-weight: bold; } .catchcopy__header:after { content: ''; /* This is necessary for the pseudo element to work. */ display: block; /* margin: 0 auto; */ width: 24px; padding-top: 8px; border-bottom: 4px solid #f05b56; opacity: 0.6; } @keyframes tenmetsu { 0% { opacity: 0.01; } 50% { opacity: 1; } 100% { opacity: 0.01; } } @keyframes scaleup { 0% { transform: scale(0.8); opacity: 0.8; } 100% { transform: scale(1); opacity: 1; } } @keyframes expand { 0% { transform: scale(1, 0.8); opacity: 0.1; } 100% { transform: scale(1, 1); opacity: 1; } } @keyframes slideup { 0% { transform: translateY(20px); opacity: 0.2; } 60% { transform: translateY(-10px); } 100% { transform: translateY(0px); opacity: 1; } } @keyframes slideleft { 0% { /* transform: translateX(60px) scale(1.2); */ transform: translateY(10px) scale(1.1); opacity: 0.2; } 100% { transform: translateY(0px) scale(1); opacity: 1; } } .container { max-width: 620px; margin: auto; padding: 0 12px; } .heroimage { margin-top: 30px; } .heroimage__title { display: block; margin-top: 50px; margin-bottom: 20px; } @media only screen and (max-width: 680px) { .heroimage__title { margin-top: 20px; margin-bottom: 0px; } } .wrapper { background-color: rgb(240, 91, 86); min-height: 100vh; width: 100%; color: white; transition: background-color 0.5s ease-in-out 0s; padding-bottom: 12px; box-sizing: border-box; } .navbar-wrapper { background-color: inherit; width: 100%; height: 60px; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; } .logo { display: inline-block; color: white; margin: 0px; padding: 10px 0px; font-size: 20px; } .btn-container { display: flex; -webkit-box-align: center; align-items: center; } .logo-icon { width: 20px; margin-right: 4px; } .logo a { color: white; } .navbar-btn { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; border-radius: 4px; cursor: pointer; opacity: 0.9; background: none rgba(255, 255, 255, 0.2); box-shadow: none; margin-left: 10px; font-size: 13px; padding: 8px 12px; min-width: 70px; border: none; color: white !important; } .btn-icon-navbar { width: 16px; } .icon-btn-wrapper { display: block; margin-left: 4px; } .login-wrapper { position: relative; } .navbar { padding: 0px 12px; max-width: 620px; margin: auto; } .todo-wrapper { text-align: center; } .todo-wrapper-border { background-color: rgba(0, 0, 0, 0.1); height: 1px; margin-bottom: 40px; } .todo-border { height: 3px; background-color: white; border-radius: 100px; transform: translateY(-1px); width: 0%; } .time-wrapper { max-width: 480px; margin: auto; } .time-box { background-color: rgba(255, 255, 255, 0.1); padding: 20px 0px 30px; border-radius: 6px; margin-bottom: 20px; width: 100%; } .time-btn-wrapper { display: inline-flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; } .time-btn-active { border: none; margin: 0px; border-radius: 4px; font-family: ArialRounded; font-size: 18px; padding: 2px 12px; height: 28px; cursor: pointer; background: none rgba(0, 0, 0, 0.15); box-shadow: none; color: white; opacity: 1; font-weight: 400; } .time-btn { border: none; color: white; margin: 0px; border-radius: 4px; font-family: ArialRounded; font-size: 18px; padding: 2px 12px; height: 28px; cursor: pointer; background: none; box-shadow: none; font-weight: 400; } .time-count { font-size: 120px; font-weight: bold; margin-top: 20px; } .time-count-btn { cursor: pointer; border: none; margin: 20px 0px 0px; padding: 0px 12px; border-radius: 4px; box-shadow: rgb(235, 235, 235) 0px 6px 0px; font-family: ArialRounded; font-size: 22px; height: 55px; color: rgb(240, 91, 86); font-weight: bold; width: 200px; background-color: white; transition: color 0.5s ease-in-out 0s; } .active-work { font-size: 13px; margin-bottom: 8px; opacity: 0; } .start-work { font-size: 18px; font-weight: 400; color: white; overflow-wrap: break-word; } .task-container { max-width: 480px; margin: 28px auto 42px; } .task-list { display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; border-bottom: 2px solid rgba(255, 255, 255, 0.6); padding-bottom: 14px; } .task { font-size: 18px; font-weight: bold; } .task-icon-container { position: relative; } .task-btn { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; border-radius: 4px; cursor: pointer; opacity: 0.9; background: none rgba(255, 255, 255, 0.2); box-shadow: none; margin-left: 10px; font-size: 13px; padding: 8px; min-width: auto; border: none; color: white !important; } .task-icon { width: 16px; } .task-border { border-radius: 4px; opacity: 1; padding: 4px 0px; box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 3px 6px; display: none; pointer-events: none; position: absolute; background-color: white; transform: translateY(10px); width: 200px; right: 0px; z-index: 1; } .add-task-container { width: 100%; height: 60px; background-color: rgba(0, 0, 0, 0.1); border-radius: 8px; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; cursor: pointer; opacity: 0.8; margin-top: 12px; border: 2px dashed rgba(255, 255, 255, 0.4); } .add-task-icon { width: 18px; margin-right: 8px; opacity: 0.8; } .add-task { opacity: 0.8; font-weight: bold; } /** footer */ .footer { margin-top: 40px; border-top: 2px solid #efefef; text-align: center; padding-top: 30px; color: hsl(357, 12%, 42%); padding-bottom: 20px; } .footer__sitemap { margin-bottom: 14px; } .footer__sitemap > a { color: hsl(357, 12%, 42%); font-size: 14px; margin: 0px 4px; } .footer__snslinks { display: flex; justify-content: center; margin-bottom: 18px; } .footer__snslinks img { background-color: #999; width: 28px; height: 28px; border-radius: 100px; padding: 6px; margin: 0px 4px; /* margin-bottom: 14px; */ } .footer__me { margin-top: 10px; margin-bottom: 20px; } .footer__me a { opacity: 0.8; } .footer__snslink__ph { display: inline-block; background-color: #999; height: 28px; width: 28px; border-radius: 100px; padding: 6px; margin: 0px 4px; } .footer__snslink__ph a { color: white; font-size: 23px; } .footer__allrights { font-size: 12px; color: hsl(357, 8%, 60%); }
0.352759
0.070144
body { background-color: #000000; color: #ffffff; } .taut { text-transform: uppercase; position: absolute; z-index: 1053; color: #007bff; } .kra { top: 1rem; left: 1rem; } .kna { top: 1rem; right: 1rem; } .krb { bottom: 1rem; left: 1rem; } .knb { bottom: 1rem; right: 1rem; } .coo { width: 100%; height: 100vh; position: absolute; top: 0; z-index: 1; padding: 3rem 1rem; background: radial-gradient(circle,#3a3b36 0,rgba(0,0,0,.5) 100%); display: flex; align-items: center; text-align: center; } .hero { max-width: 50%; margin-bottom: 2rem; } .des { flex-direction: column; justify-content: space-evenly; } .about-d { display: flex; justify-content: space-evenly; align-items: flex-start; } .about-in { width: 45%; } .ic1 { font-size: 60px; color: #007bff; margin: 1rem; } .sk { flex-direction: column; justify-content: space-evenly; text-align: left; } .skk { display: flex; flex-direction: column; justify-content: center; } .kon { flex-direction: column; justify-content: space-evenly; } .bgm{ background-size: cover; background-repeat: no-repeat; text-align: center; padding: 0; margin-bottom: 1rem; } .ump{ display: flex; width: 100%; height: 100%; flex-direction: column; justify-content: space-evenly; background: rgba(0,0,0,.5); opacity: 0; } .ump:hover{ opacity: 1; } .siji { background-image: url(../images/real.png); } .loro { background-image: url(../images/foodshop.png); } .telu{ background-image: url(../images/coffee.png); } .papat{ background-image: url(../images/jjinterprice.png); } .scale-in-hor-left { animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; } .text-focus-in { animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; } @keyframes scale-in-hor-left { 0% { transform: scaleX(0); transform-origin: 0% 0%; opacity: 1; } 100% { transform: scaleX(1); transform-origin: 0% 0%; opacity: 1; } } @keyframes text-focus-in { 0% { filter: blur(12px); opacity: 0; } 100% { filter: blur(0px); opacity: 1; } }
src/components/layout.css
body { background-color: #000000; color: #ffffff; } .taut { text-transform: uppercase; position: absolute; z-index: 1053; color: #007bff; } .kra { top: 1rem; left: 1rem; } .kna { top: 1rem; right: 1rem; } .krb { bottom: 1rem; left: 1rem; } .knb { bottom: 1rem; right: 1rem; } .coo { width: 100%; height: 100vh; position: absolute; top: 0; z-index: 1; padding: 3rem 1rem; background: radial-gradient(circle,#3a3b36 0,rgba(0,0,0,.5) 100%); display: flex; align-items: center; text-align: center; } .hero { max-width: 50%; margin-bottom: 2rem; } .des { flex-direction: column; justify-content: space-evenly; } .about-d { display: flex; justify-content: space-evenly; align-items: flex-start; } .about-in { width: 45%; } .ic1 { font-size: 60px; color: #007bff; margin: 1rem; } .sk { flex-direction: column; justify-content: space-evenly; text-align: left; } .skk { display: flex; flex-direction: column; justify-content: center; } .kon { flex-direction: column; justify-content: space-evenly; } .bgm{ background-size: cover; background-repeat: no-repeat; text-align: center; padding: 0; margin-bottom: 1rem; } .ump{ display: flex; width: 100%; height: 100%; flex-direction: column; justify-content: space-evenly; background: rgba(0,0,0,.5); opacity: 0; } .ump:hover{ opacity: 1; } .siji { background-image: url(../images/real.png); } .loro { background-image: url(../images/foodshop.png); } .telu{ background-image: url(../images/coffee.png); } .papat{ background-image: url(../images/jjinterprice.png); } .scale-in-hor-left { animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; } .text-focus-in { animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; } @keyframes scale-in-hor-left { 0% { transform: scaleX(0); transform-origin: 0% 0%; opacity: 1; } 100% { transform: scaleX(1); transform-origin: 0% 0%; opacity: 1; } } @keyframes text-focus-in { 0% { filter: blur(12px); opacity: 0; } 100% { filter: blur(0px); opacity: 1; } }
0.676513
0.115162
body { margin: 0; padding: 0; background: #27253d; } .drybn-collage__overlay { width: 100%; max-width: 1200px; padding: 1rem; background: #326765; border: 2px solid #edc988; box-sizing: border-box; } .drybn-collage__content { width: 100%; height: 100%; padding: 1rem; display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 0.75rem; background: #edc988; border: 4px solid #7da87b; box-sizing: border-box; } .drybn-collage-item { background-color: #7da87b; width: 100%; height: 280px; box-sizing: border-box; grid-column: span 3; position: relative; transition: 0.5s; } .drybn-collage-item-heading { background: #326765; color: #edc988; } .drybn-collage-item h2 { font-family: helvetica; font-weight: 300; text-align: center; position: absolute; top: 35%; left: 50%; transform: translate(-50%); } .drybn-collage-item h2 span { font-weight: 700; } .drybn-collage-item:nth-child(1), .drybn-collage-item:nth-child(2) { grid-column: span 3; } .drybn-collage-item:nth-child(1) { background: url(https://picsum.photos/id/680/520); background-size: cover; background-repeat: no-repeat; background-position: center; clip-path: polygon(0 0, 82% 0, 100% 95%, 0 100%); } .drybn-collage-item:nth-child(2) { background: url(https://picsum.photos/id/528/520); background-size: cover; background-repeat: no-repeat; background-position: center; clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 90%); width: 118%; margin-left: -18%; height: calc(100% + 1rem); } .drybn-collage-item:nth-child(3) { background: url(https://picsum.photos/id/163/520); background-size: cover; background-repeat: no-repeat; background-position: center; grid-row: 3; clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 90%); margin-top: -2rem; } .drybn-collage-item:nth-child(4) { grid-column: span 6; clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 90%, 0 5%); margin-top: -1rem; } .drybn-collage-item:nth-child(5) { background: url(https://picsum.photos/id/817/520); background-size: cover; background-repeat: no-repeat; background-position: center; clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 90%); margin-top: -1rem; } .drybn-collage-item:nth-child(6) { background: url(https://picsum.photos/id/940/520); background-size: cover; background-repeat: no-repeat; background-position: center; grid-column: span 6; clip-path: polygon(0 0, 100% 10%, 100% 90%, 66% 100%, 0 90%); margin-top: -2.7rem; } .drybn-collage-item:nth-child(7) { background: url(https://picsum.photos/id/628/520); background-size: cover; background-repeat: no-repeat; background-position: center; clip-path: polygon(0 0, 100% 10%, 77% 100%, 0 100%); margin-top: -1.8rem; width: 130%; } .drybn-collage-item:nth-child(8) { background: url(https://picsum.photos/id/789/520); background-size: cover; background-repeat: no-repeat; background-position: center; clip-path: polygon(31% 10%, 100% 0, 100% 100%, 0 100%); margin-top: -1.8rem; } /* ** MD BREAKPOINT */ @media only screen and (min-width: 960px) { .drybn-collage__overlay { margin: 0.75rem auto; } .drybn-collage-item { filter: sepia(1) blur(1px); transition: 0.3s; } .drybn-collage-item:hover { filter: sepia(0); } .drybn-collage-item { grid-column: span 2; } .drybn-collage-item h2 { opacity: 0; line-height: 0; transition: 0.3s; } .drybn-collage-item-heading:hover h2 { opacity: 1; line-height: 1; } .drybn-collage-item:nth-child(1), .drybn-collage-item:nth-child(2) { grid-column: span 3; } .drybn-collage-item:nth-child(1) { clip-path: polygon(0 0, 100% 0%, 100% 87%, 0% 100%); background-position: center; } .drybn-collage-item:nth-child(2) { clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 87%); background-position: center; width: 100%; height: 100%; margin: 0; } .drybn-collage-item:nth-child(3) { clip-path: polygon(0 8%, 100% 0, 100% 65%, 0 100%); background-position: center; margin-top: -1.5rem; grid-row: 2; } .drybn-collage-item:nth-child(4) { clip-path: polygon(0 8%, 93% 0, 100% 90%, 69% 100%, 0 88%); grid-column: span 2; margin-top: -3rem; z-index: 999; } .drybn-collage-item:nth-child(5) { clip-path: polygon(0 9%, 100% 0, 100% 65%, 7% 98%); background-position: center; width: (107%); margin-top: -4.65rem; margin-left: -7%; } .drybn-collage-item:nth-child(6) { clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 100%); background-position: center; margin-top: -6rem; grid-column: span 2; } .drybn-collage-item:nth-child(7) { clip-path: polygon(70% 26%, 100% 16%, 100% 100%, 0 100%, 0 14%); background-position: center; margin-top: -6rem; width: 100%; } .drybn-collage-item:nth-child(8) { clip-path: polygon(0 37%, 100% 11%, 100% 100%, 0 100%); background-position: center; margin-top: -12rem; height: calc(100% + 12rem); } .drybn-collage-item:nth-child(4):hover { transform: scale(1.5); } }
src/components/styles/collage.module.css
body { margin: 0; padding: 0; background: #27253d; } .drybn-collage__overlay { width: 100%; max-width: 1200px; padding: 1rem; background: #326765; border: 2px solid #edc988; box-sizing: border-box; } .drybn-collage__content { width: 100%; height: 100%; padding: 1rem; display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 0.75rem; background: #edc988; border: 4px solid #7da87b; box-sizing: border-box; } .drybn-collage-item { background-color: #7da87b; width: 100%; height: 280px; box-sizing: border-box; grid-column: span 3; position: relative; transition: 0.5s; } .drybn-collage-item-heading { background: #326765; color: #edc988; } .drybn-collage-item h2 { font-family: helvetica; font-weight: 300; text-align: center; position: absolute; top: 35%; left: 50%; transform: translate(-50%); } .drybn-collage-item h2 span { font-weight: 700; } .drybn-collage-item:nth-child(1), .drybn-collage-item:nth-child(2) { grid-column: span 3; } .drybn-collage-item:nth-child(1) { background: url(https://picsum.photos/id/680/520); background-size: cover; background-repeat: no-repeat; background-position: center; clip-path: polygon(0 0, 82% 0, 100% 95%, 0 100%); } .drybn-collage-item:nth-child(2) { background: url(https://picsum.photos/id/528/520); background-size: cover; background-repeat: no-repeat; background-position: center; clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 90%); width: 118%; margin-left: -18%; height: calc(100% + 1rem); } .drybn-collage-item:nth-child(3) { background: url(https://picsum.photos/id/163/520); background-size: cover; background-repeat: no-repeat; background-position: center; grid-row: 3; clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 90%); margin-top: -2rem; } .drybn-collage-item:nth-child(4) { grid-column: span 6; clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 90%, 0 5%); margin-top: -1rem; } .drybn-collage-item:nth-child(5) { background: url(https://picsum.photos/id/817/520); background-size: cover; background-repeat: no-repeat; background-position: center; clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 90%); margin-top: -1rem; } .drybn-collage-item:nth-child(6) { background: url(https://picsum.photos/id/940/520); background-size: cover; background-repeat: no-repeat; background-position: center; grid-column: span 6; clip-path: polygon(0 0, 100% 10%, 100% 90%, 66% 100%, 0 90%); margin-top: -2.7rem; } .drybn-collage-item:nth-child(7) { background: url(https://picsum.photos/id/628/520); background-size: cover; background-repeat: no-repeat; background-position: center; clip-path: polygon(0 0, 100% 10%, 77% 100%, 0 100%); margin-top: -1.8rem; width: 130%; } .drybn-collage-item:nth-child(8) { background: url(https://picsum.photos/id/789/520); background-size: cover; background-repeat: no-repeat; background-position: center; clip-path: polygon(31% 10%, 100% 0, 100% 100%, 0 100%); margin-top: -1.8rem; } /* ** MD BREAKPOINT */ @media only screen and (min-width: 960px) { .drybn-collage__overlay { margin: 0.75rem auto; } .drybn-collage-item { filter: sepia(1) blur(1px); transition: 0.3s; } .drybn-collage-item:hover { filter: sepia(0); } .drybn-collage-item { grid-column: span 2; } .drybn-collage-item h2 { opacity: 0; line-height: 0; transition: 0.3s; } .drybn-collage-item-heading:hover h2 { opacity: 1; line-height: 1; } .drybn-collage-item:nth-child(1), .drybn-collage-item:nth-child(2) { grid-column: span 3; } .drybn-collage-item:nth-child(1) { clip-path: polygon(0 0, 100% 0%, 100% 87%, 0% 100%); background-position: center; } .drybn-collage-item:nth-child(2) { clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 87%); background-position: center; width: 100%; height: 100%; margin: 0; } .drybn-collage-item:nth-child(3) { clip-path: polygon(0 8%, 100% 0, 100% 65%, 0 100%); background-position: center; margin-top: -1.5rem; grid-row: 2; } .drybn-collage-item:nth-child(4) { clip-path: polygon(0 8%, 93% 0, 100% 90%, 69% 100%, 0 88%); grid-column: span 2; margin-top: -3rem; z-index: 999; } .drybn-collage-item:nth-child(5) { clip-path: polygon(0 9%, 100% 0, 100% 65%, 7% 98%); background-position: center; width: (107%); margin-top: -4.65rem; margin-left: -7%; } .drybn-collage-item:nth-child(6) { clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 100%); background-position: center; margin-top: -6rem; grid-column: span 2; } .drybn-collage-item:nth-child(7) { clip-path: polygon(70% 26%, 100% 16%, 100% 100%, 0 100%, 0 14%); background-position: center; margin-top: -6rem; width: 100%; } .drybn-collage-item:nth-child(8) { clip-path: polygon(0 37%, 100% 11%, 100% 100%, 0 100%); background-position: center; margin-top: -12rem; height: calc(100% + 12rem); } .drybn-collage-item:nth-child(4):hover { transform: scale(1.5); } }
0.668123
0.11479
.page { display: flex; } .page__nav { /* background-color: yellow; */ } .page__main { background-color: green; } .page__aside { background-color: blue; } .nav{ width: 275px; padding: 0 12px; } .nav__logo { width: 50px; height: 30px; color: rgb(29, 155, 240); fill: currentColor; } .nav__logo-wrapper{ width: 52px; height: 52px; display: flex; justify-content: center; align-items: center; } .nav__logo-wrapper:hover{ background-color:rgb(29, 155, 240, 0.1); border-radius: 9999px; cursor: pointer; } .menu-item { cursor: pointer; display: flex; align-items: center; } .nav__menu { list-style-type: none; } .menu-item__icon { width: 1.75rem; height: 1.75rem; } .menu-item__link { margin: 0 20px 0 16px; text-decoration: none; color: rgb(15, 20, 25); font-size: 20px; vertical-align: middle; } .menu-item__link--active { font-weight: bold; } .menu-item__wrapper { padding: 12px; } .menu-item__wrapper:hover { background-color: #909ca81a; border-radius: 9999px; } .button { background-color: lightgray; border: 1px solid transparent; border: none; outline: none; padding: 0 16px; font-size: 15px; border-radius: 9999px; font-weight: 600; line-height: 20px; min-height: 36px } .button--primary{ background-color:rgb(29, 155, 240); color: white; } .nav__tweet{ width: 90%; min-height: 52px; margin: 4px 0; font-size: 17px; } .user{ padding: 12px; display: grid; grid-template-areas: "image name options" "image handle options"; column-gap: 12px; } .nav__user{ margin: 12px 0; } .user:hover{ background-color: #909ca81a; border-radius: 9999px; cursor: pointer; } .user__image{ grid-area: image; width: 38px; align-self: center; } .user__image > img{ width: 38px; height: 38px; border-radius: 100%; } .user__name{ font-weight: bold; grid-area: name; font-size: 15px; white-space: nowrap; max-width: calc(100% - 38px - 24px); overflow: hidden; } .user__handle{ grid-area: handle; font-size: 15px; color: rgb(83, 100, 113); } .user__options{ grid-area: options; justify-self: end; align-self: center; width: 24px; fill: rgb(15, 20, 25); }
css/home.css
.page { display: flex; } .page__nav { /* background-color: yellow; */ } .page__main { background-color: green; } .page__aside { background-color: blue; } .nav{ width: 275px; padding: 0 12px; } .nav__logo { width: 50px; height: 30px; color: rgb(29, 155, 240); fill: currentColor; } .nav__logo-wrapper{ width: 52px; height: 52px; display: flex; justify-content: center; align-items: center; } .nav__logo-wrapper:hover{ background-color:rgb(29, 155, 240, 0.1); border-radius: 9999px; cursor: pointer; } .menu-item { cursor: pointer; display: flex; align-items: center; } .nav__menu { list-style-type: none; } .menu-item__icon { width: 1.75rem; height: 1.75rem; } .menu-item__link { margin: 0 20px 0 16px; text-decoration: none; color: rgb(15, 20, 25); font-size: 20px; vertical-align: middle; } .menu-item__link--active { font-weight: bold; } .menu-item__wrapper { padding: 12px; } .menu-item__wrapper:hover { background-color: #909ca81a; border-radius: 9999px; } .button { background-color: lightgray; border: 1px solid transparent; border: none; outline: none; padding: 0 16px; font-size: 15px; border-radius: 9999px; font-weight: 600; line-height: 20px; min-height: 36px } .button--primary{ background-color:rgb(29, 155, 240); color: white; } .nav__tweet{ width: 90%; min-height: 52px; margin: 4px 0; font-size: 17px; } .user{ padding: 12px; display: grid; grid-template-areas: "image name options" "image handle options"; column-gap: 12px; } .nav__user{ margin: 12px 0; } .user:hover{ background-color: #909ca81a; border-radius: 9999px; cursor: pointer; } .user__image{ grid-area: image; width: 38px; align-self: center; } .user__image > img{ width: 38px; height: 38px; border-radius: 100%; } .user__name{ font-weight: bold; grid-area: name; font-size: 15px; white-space: nowrap; max-width: calc(100% - 38px - 24px); overflow: hidden; } .user__handle{ grid-area: handle; font-size: 15px; color: rgb(83, 100, 113); } .user__options{ grid-area: options; justify-self: end; align-self: center; width: 24px; fill: rgb(15, 20, 25); }
0.430626
0.073364
html, body, figure, img, div, input, textarea, p, h1, h2, h3, h4, h5, h6, ul,li, a,main{ margin: 0; padding: 0; box-sizing: border-box; list-style: none; text-decoration: none; font-family: 'Open Sans', sans-serif; font-size: 16px; } .container{} .row{} .column{} .column--left{} .column--right{} .hidden{ display: none; } /* BODY */ body{} input:checked ~ main{ background-color: #19232f; } input:checked ~ main .column--right{ background-color: #2d3846; } input:checked ~ main .info_contact_portfolio_description{ color: #fff; } input:checked ~ main section, input:checked ~ main section p{ color: #e4e4e4; } input:checked ~ main .info_contact_portfolio_SwapMode label span{ transform: translateX(27px); } input:checked ~ footer{ background-color: #131a23; } /* PÁGINA INICIAL */ main{ background-color: #d9e2ee; transition: all ease-in-out .4s; } main .container{ width: 100%; max-width: 1150px; margin: 0 auto; } main .container--column{ padding: 30px; } main .row{} main .column{} main .column--left{} main .column--right{ background-color: #fff; transition: all ease-in-out .4s; } .info_contact_portfolio{} .info_contact_portfolio_image{ text-align: center; } .info_contact_portfolio_image img{ width: 100%; max-width: 160px; border-radius: 100%; } .info_contact_portfolio_description{ text-align: center; transition: all ease-in-out .4s; } .info_contact_portfolio_description h1{ font-size: 1.5rem; } .info_contact_portfolio_description h2{ font-weight: normal; font-size: 14px; } .info_contact_portfolio_description ul{ margin-top: 20px; } .info_contact_portfolio_description ul li{ margin-bottom: 10px; } .info_contact_portfolio_description ul li a{ font-size: 14px; color: inherit; } .info_contact_portfolio_SwapMode{ margin-top: 30px; } .info_contact_portfolio_SwapMode label{ width: 50px; height: 22px; display: block; background-color: #3d6394; border-radius: 20px; padding: 5px; margin: 0 auto; } .info_contact_portfolio_SwapMode label span{ width: 22px; height: 22px; display: inline-block; background-color: #d9e2ee; border-radius: 100%; transition: all ease-in-out .4s; } .english_portfolio { text-align: center; padding-top: 35px; } section{ padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #d9e2ee; transition: all ease-in-out .4s; } section h2{ font-size: 1.3rem; margin-bottom: 15px; } section p{ font-size: 14px; color: #636363; line-height: 22px; transition: all ease-in-out .4s; } section ul{} section ul li{ margin-bottom: 10px; } section ul li p{} section ul li a{} section ul li h3{} section ul li strong{ font-weight: 500; font-size: 14px; } .info_experience_portfolio{} .info_experience_portfolio_profile{} .info_experience_portfolio_profile h2{} .info_experience_portfolio_profile p{} .informacoesExperienciaPortfolio__especialidades{} .info_experience_portfolio_Specialties h2{} .info_experience_portfolio_Specialties ul{} .info_experience_portfolio_Specialties ul li{} .info_experience_portfolio_Specialties ul li p{} .informacoesExperienciaPortfolio__formacao{} .info_experience_portfolio_formation h2{} .info_experience_portfolio_formation ul{} .info_experience_portfolio_formation ul li{} .info_experience_portfolio_formation ul li p{} .info_experience_portfolio{ margin-bottom: 0; border: none; } .info_experience_portfolio h2{} .info_experience_portfolio ul{} .info_experience_portfolio ul li{} .info_experience_portfolio ul li h3{} .info_experience_portfolio ul li strong{} .info_experience_portfolio ul li p{} /* FOOTER */ footer{ background-color: #3d6394; padding: 30px; transition: all ease-in-out .4s; } .SocialMedia{} .SocialMedia_list{ text-align: center; } .SocialMedia_list_item{ display: inline-block; margin: 0 5px; } .SocialMedia_list_item a{} .SocialMedia_list_item img{ width: 100%; max-width: 20px; } /* @MEDIA QUERY */ @media screen and (min-width: 768px) { main .row { display: flex; flex-flow: row wrap; } main .column--left { flex-basis: 34%; } main .column--right { flex-basis: 66%; } }
assets/css/style.css
html, body, figure, img, div, input, textarea, p, h1, h2, h3, h4, h5, h6, ul,li, a,main{ margin: 0; padding: 0; box-sizing: border-box; list-style: none; text-decoration: none; font-family: 'Open Sans', sans-serif; font-size: 16px; } .container{} .row{} .column{} .column--left{} .column--right{} .hidden{ display: none; } /* BODY */ body{} input:checked ~ main{ background-color: #19232f; } input:checked ~ main .column--right{ background-color: #2d3846; } input:checked ~ main .info_contact_portfolio_description{ color: #fff; } input:checked ~ main section, input:checked ~ main section p{ color: #e4e4e4; } input:checked ~ main .info_contact_portfolio_SwapMode label span{ transform: translateX(27px); } input:checked ~ footer{ background-color: #131a23; } /* PÁGINA INICIAL */ main{ background-color: #d9e2ee; transition: all ease-in-out .4s; } main .container{ width: 100%; max-width: 1150px; margin: 0 auto; } main .container--column{ padding: 30px; } main .row{} main .column{} main .column--left{} main .column--right{ background-color: #fff; transition: all ease-in-out .4s; } .info_contact_portfolio{} .info_contact_portfolio_image{ text-align: center; } .info_contact_portfolio_image img{ width: 100%; max-width: 160px; border-radius: 100%; } .info_contact_portfolio_description{ text-align: center; transition: all ease-in-out .4s; } .info_contact_portfolio_description h1{ font-size: 1.5rem; } .info_contact_portfolio_description h2{ font-weight: normal; font-size: 14px; } .info_contact_portfolio_description ul{ margin-top: 20px; } .info_contact_portfolio_description ul li{ margin-bottom: 10px; } .info_contact_portfolio_description ul li a{ font-size: 14px; color: inherit; } .info_contact_portfolio_SwapMode{ margin-top: 30px; } .info_contact_portfolio_SwapMode label{ width: 50px; height: 22px; display: block; background-color: #3d6394; border-radius: 20px; padding: 5px; margin: 0 auto; } .info_contact_portfolio_SwapMode label span{ width: 22px; height: 22px; display: inline-block; background-color: #d9e2ee; border-radius: 100%; transition: all ease-in-out .4s; } .english_portfolio { text-align: center; padding-top: 35px; } section{ padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #d9e2ee; transition: all ease-in-out .4s; } section h2{ font-size: 1.3rem; margin-bottom: 15px; } section p{ font-size: 14px; color: #636363; line-height: 22px; transition: all ease-in-out .4s; } section ul{} section ul li{ margin-bottom: 10px; } section ul li p{} section ul li a{} section ul li h3{} section ul li strong{ font-weight: 500; font-size: 14px; } .info_experience_portfolio{} .info_experience_portfolio_profile{} .info_experience_portfolio_profile h2{} .info_experience_portfolio_profile p{} .informacoesExperienciaPortfolio__especialidades{} .info_experience_portfolio_Specialties h2{} .info_experience_portfolio_Specialties ul{} .info_experience_portfolio_Specialties ul li{} .info_experience_portfolio_Specialties ul li p{} .informacoesExperienciaPortfolio__formacao{} .info_experience_portfolio_formation h2{} .info_experience_portfolio_formation ul{} .info_experience_portfolio_formation ul li{} .info_experience_portfolio_formation ul li p{} .info_experience_portfolio{ margin-bottom: 0; border: none; } .info_experience_portfolio h2{} .info_experience_portfolio ul{} .info_experience_portfolio ul li{} .info_experience_portfolio ul li h3{} .info_experience_portfolio ul li strong{} .info_experience_portfolio ul li p{} /* FOOTER */ footer{ background-color: #3d6394; padding: 30px; transition: all ease-in-out .4s; } .SocialMedia{} .SocialMedia_list{ text-align: center; } .SocialMedia_list_item{ display: inline-block; margin: 0 5px; } .SocialMedia_list_item a{} .SocialMedia_list_item img{ width: 100%; max-width: 20px; } /* @MEDIA QUERY */ @media screen and (min-width: 768px) { main .row { display: flex; flex-flow: row wrap; } main .column--left { flex-basis: 34%; } main .column--right { flex-basis: 66%; } }
0.344995
0.064535
.vaeyo-menulist{ width:100%; height:100%; border-right:1px solid #CCCCCC ; color:#8dacc4; font-size:14px; text-align:center; } ..vaeyo-menulist li:hover{ color:#fff; } .vaeyo-menulist-1{ text-align:center; width:220px; padding-top:10px; } .vaeyo-menulist-2{ height:40px; line-height:40px; cursor: pointer; font-size:14px; position:relative; border-bottom: 1px solid #17232c; text-align: left; padding-left: 20px; } .vaeyo-menulist-3{ display: none; cursor:pointer; font-size:13px; background: #131e25; } .vaeyo-menulist-3 li{ height:40px; line-height:40px; list-style:none; border-bottom: 1px solid #17232c; text-align:left; padding-left: 40px; } .vae-menulist-4 li{ padding-left: 60px; background-color: #10181e; } .vaeyo-bg-gray{ background-color: #1c2b36; } .layui-layout-admin .layui-header{ height: 50px; background-color: #fff; } .layui-layout-admin .layui-logo{ line-height: 50px; cursor:pointer; font-size: 16px; color: rgba(255,255,255,.9); background: #1E9FFF; width: 220px; } .layui-layout-admin .layui-side{ top: 50px; width: 220px; border-right: 1px solid #ddd; } .layui-nav .layui-nav-item{ line-height: 50px; } .layui-nav.layui-layout-left{ color: #000; margin-left: 10px; } .layui-nav.layui-layout-left input{ border:0; } .layui-layout-admin .layui-body{ top: 50px; padding:0px; padding-right: 0px; padding-bottom: 0px; bottom: 0px; left: 220px; z-index: 1017; overflow: visible; right: 0; background-color: #eff0f4; } .vaeyo-tab{ margin: 0; } .vaeyo-tab ul{ position: absolute; top: -50px; height: 50px; left: 10px; } .vaeyo-tab .layui-tab-title{ border:0; max-width: calc(100% - 200px); background-color: #fff; } .vaeyo-tab li{ color:#555555; font-size: 12px; line-height: 48px; border-top: 2px solid #fff; } .vaeyo-tab .layui-tab-title li{ min-width: 40px; padding: 0 25px; } .vaeyo-tab .layui-tab-title li .layui-tab-close{ position: absolute; width: 15px; height: 15px; line-height: 16px; top: 16px; right: 5px; font-size: 10px; display: none; border-radius: 50%; } .vaeyo-tab .layui-tab-title li{ background-color: #fff; } .vaeyo-tab .layui-tab-title li:hover{ color:#000; background-color: #eff0f4; border-top: 2px solid #2E241B; } .vaeyo-tab .layui-tab-title li:hover .layui-tab-close{ display: inline-block; } .vaeyo-tab .layui-tab-title li .layui-tab-close:hover{ background-color:#777; color:#fff; } .vaeyo-tab .layui-tab-title .vaeyo-tab-home .layui-tab-close{ display: none; } .vaeyo-tab .layui-tab-title .vaeyo-tab-home:hover .layui-tab-close{ display: none; } .vaeyo-tab>.layui-tab-title .layui-this{ color:#000; background-color: #f1f2f7; border-top: 2px solid #2E241B; } .vaeyo-tab>.layui-tab-title .layui-this i{ display: inline-block; } .vaeyo-tab .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{ border:0; } .vaeyo-tab .layui-tab-item{ height: 100%; } .vaeyo-menulist .layui-icon{ font-size: 14px; color: rgb(141, 172, 196); } .layui-nav .layui-nav-item #vaeyo-refresh { color:#000; } .layui-nav .layui-nav-item #vaeyo-refresh i{ font-size: 16px; } #vaeyo-color .layui-colorpicker{ border:0; } .layui-nav-img{ width: 25px; height: 25px; margin-right: 0; } .layui-layout-admin .layui-footer{ left:220px; height:30px; line-height: 30px; background-color: #f0f0f0; font-size: 12px; } .layui-tab-content{ padding: 0px; } .vaeyo-loading{ position: absolute; left: 190px; top:0; height:50px; width: 20px; line-height: 50px; color: #fff; display: none; } .vaeyo-menulist-top{ width:100%; height: 35px; margin-top: 15px; } .vaeyo-menulist-top a{ background-color: #5FB878; opacity: 1; padding:4px 8px; margin: 0; } .vaeyo-menulist-top .layui-icon{ color: #fff; font-size: 14px; } .layui-nav.layui-layout-right .layui-nav-bar{ background-color:#fff; } .vaeyo-tab .layui-tab-bar{ height: 50px; border-width: 0; line-height:50px; } .layui-tab-brief>.layui-tab-more li.layui-this:after{ border-bottom:0; }
public/themes/admin_themes/lib/vaeyo/css/vaeyo.css
.vaeyo-menulist{ width:100%; height:100%; border-right:1px solid #CCCCCC ; color:#8dacc4; font-size:14px; text-align:center; } ..vaeyo-menulist li:hover{ color:#fff; } .vaeyo-menulist-1{ text-align:center; width:220px; padding-top:10px; } .vaeyo-menulist-2{ height:40px; line-height:40px; cursor: pointer; font-size:14px; position:relative; border-bottom: 1px solid #17232c; text-align: left; padding-left: 20px; } .vaeyo-menulist-3{ display: none; cursor:pointer; font-size:13px; background: #131e25; } .vaeyo-menulist-3 li{ height:40px; line-height:40px; list-style:none; border-bottom: 1px solid #17232c; text-align:left; padding-left: 40px; } .vae-menulist-4 li{ padding-left: 60px; background-color: #10181e; } .vaeyo-bg-gray{ background-color: #1c2b36; } .layui-layout-admin .layui-header{ height: 50px; background-color: #fff; } .layui-layout-admin .layui-logo{ line-height: 50px; cursor:pointer; font-size: 16px; color: rgba(255,255,255,.9); background: #1E9FFF; width: 220px; } .layui-layout-admin .layui-side{ top: 50px; width: 220px; border-right: 1px solid #ddd; } .layui-nav .layui-nav-item{ line-height: 50px; } .layui-nav.layui-layout-left{ color: #000; margin-left: 10px; } .layui-nav.layui-layout-left input{ border:0; } .layui-layout-admin .layui-body{ top: 50px; padding:0px; padding-right: 0px; padding-bottom: 0px; bottom: 0px; left: 220px; z-index: 1017; overflow: visible; right: 0; background-color: #eff0f4; } .vaeyo-tab{ margin: 0; } .vaeyo-tab ul{ position: absolute; top: -50px; height: 50px; left: 10px; } .vaeyo-tab .layui-tab-title{ border:0; max-width: calc(100% - 200px); background-color: #fff; } .vaeyo-tab li{ color:#555555; font-size: 12px; line-height: 48px; border-top: 2px solid #fff; } .vaeyo-tab .layui-tab-title li{ min-width: 40px; padding: 0 25px; } .vaeyo-tab .layui-tab-title li .layui-tab-close{ position: absolute; width: 15px; height: 15px; line-height: 16px; top: 16px; right: 5px; font-size: 10px; display: none; border-radius: 50%; } .vaeyo-tab .layui-tab-title li{ background-color: #fff; } .vaeyo-tab .layui-tab-title li:hover{ color:#000; background-color: #eff0f4; border-top: 2px solid #2E241B; } .vaeyo-tab .layui-tab-title li:hover .layui-tab-close{ display: inline-block; } .vaeyo-tab .layui-tab-title li .layui-tab-close:hover{ background-color:#777; color:#fff; } .vaeyo-tab .layui-tab-title .vaeyo-tab-home .layui-tab-close{ display: none; } .vaeyo-tab .layui-tab-title .vaeyo-tab-home:hover .layui-tab-close{ display: none; } .vaeyo-tab>.layui-tab-title .layui-this{ color:#000; background-color: #f1f2f7; border-top: 2px solid #2E241B; } .vaeyo-tab>.layui-tab-title .layui-this i{ display: inline-block; } .vaeyo-tab .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{ border:0; } .vaeyo-tab .layui-tab-item{ height: 100%; } .vaeyo-menulist .layui-icon{ font-size: 14px; color: rgb(141, 172, 196); } .layui-nav .layui-nav-item #vaeyo-refresh { color:#000; } .layui-nav .layui-nav-item #vaeyo-refresh i{ font-size: 16px; } #vaeyo-color .layui-colorpicker{ border:0; } .layui-nav-img{ width: 25px; height: 25px; margin-right: 0; } .layui-layout-admin .layui-footer{ left:220px; height:30px; line-height: 30px; background-color: #f0f0f0; font-size: 12px; } .layui-tab-content{ padding: 0px; } .vaeyo-loading{ position: absolute; left: 190px; top:0; height:50px; width: 20px; line-height: 50px; color: #fff; display: none; } .vaeyo-menulist-top{ width:100%; height: 35px; margin-top: 15px; } .vaeyo-menulist-top a{ background-color: #5FB878; opacity: 1; padding:4px 8px; margin: 0; } .vaeyo-menulist-top .layui-icon{ color: #fff; font-size: 14px; } .layui-nav.layui-layout-right .layui-nav-bar{ background-color:#fff; } .vaeyo-tab .layui-tab-bar{ height: 50px; border-width: 0; line-height:50px; } .layui-tab-brief>.layui-tab-more li.layui-this:after{ border-bottom:0; }
0.264168
0.060308
body { min-height: 100%; display: block; /*The Attributes below prevent the user from masking / selecting any element.*/ -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; } /*General Alignment*/ .mainWrapper{ justify-content: center; align-items: center; text-align: center; } /*Custom-Font*/ @font-face { font-family: neon; src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf); } /*Styling & Animation of the first heading*/ .container { text-align: center; font-family: neon; } .neon { color: #FB4264; font-size: 7.5vw; line-height: 7.5vw; text-shadow: 0 0 2.5vw #F40A35; animation: neon 2s ease infinite; -moz-animation: neon 2s ease infinite; -webkit-animation: neon 2s ease infinite; -o-animation: neon2 2s linear infinite; } @keyframes neon { 0%, 100% { text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914; color: #FED128; } 50% { text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A; color: #806914; } } /*Styling & Animation of the second heading*/ .neon2{ color: #426DFB; font-size: 5vw; line-height: 5vw; text-shadow: 0 0 2vw #2356ff; animation: neon2 2s linear infinite; -moz-animation: neon2 2s linear infinite; -webkit-animation: neon2 2s linear infinite; -o-animation: neon2 2s linear infinite; margin-top: 5%; } @keyframes neon2 { 0%, 100% { text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280; color: #28D7FE; } 50% { text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940; color: #146C80; } } /*Positioning / Alignment of wrapper for buttons*/ .wrapper{ display: block; position: relative; margin: auto; align-self: center; margin-top: 5%; height: max-content; width: max-content; } /*Styling of the buttons*/ button { box-shadow: 0px 2px 4px 0px #91b8b3; background-color:transparent; border-radius:6px; border:2px solid #566963; display:inline-flex; cursor:pointer; color:#ffffff; font-family:"Varela Round"; font-size: 2vw; padding: 1.5vw 6vw; text-decoration:none; text-shadow:0px -2px 0px #2b665e; } button:hover { background-color:transparent; } button:active { position:relative; top:2px; } /*Styling, alignment and display settings of the windowWarning.*/ .windowWarning{ font-family: "Varela Round"; font-size: 7.5vw; color: #ffff; border: 2vw solid red; display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
stylesheets/win.css
body { min-height: 100%; display: block; /*The Attributes below prevent the user from masking / selecting any element.*/ -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; } /*General Alignment*/ .mainWrapper{ justify-content: center; align-items: center; text-align: center; } /*Custom-Font*/ @font-face { font-family: neon; src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf); } /*Styling & Animation of the first heading*/ .container { text-align: center; font-family: neon; } .neon { color: #FB4264; font-size: 7.5vw; line-height: 7.5vw; text-shadow: 0 0 2.5vw #F40A35; animation: neon 2s ease infinite; -moz-animation: neon 2s ease infinite; -webkit-animation: neon 2s ease infinite; -o-animation: neon2 2s linear infinite; } @keyframes neon { 0%, 100% { text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914; color: #FED128; } 50% { text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A; color: #806914; } } /*Styling & Animation of the second heading*/ .neon2{ color: #426DFB; font-size: 5vw; line-height: 5vw; text-shadow: 0 0 2vw #2356ff; animation: neon2 2s linear infinite; -moz-animation: neon2 2s linear infinite; -webkit-animation: neon2 2s linear infinite; -o-animation: neon2 2s linear infinite; margin-top: 5%; } @keyframes neon2 { 0%, 100% { text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280; color: #28D7FE; } 50% { text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940; color: #146C80; } } /*Positioning / Alignment of wrapper for buttons*/ .wrapper{ display: block; position: relative; margin: auto; align-self: center; margin-top: 5%; height: max-content; width: max-content; } /*Styling of the buttons*/ button { box-shadow: 0px 2px 4px 0px #91b8b3; background-color:transparent; border-radius:6px; border:2px solid #566963; display:inline-flex; cursor:pointer; color:#ffffff; font-family:"Varela Round"; font-size: 2vw; padding: 1.5vw 6vw; text-decoration:none; text-shadow:0px -2px 0px #2b665e; } button:hover { background-color:transparent; } button:active { position:relative; top:2px; } /*Styling, alignment and display settings of the windowWarning.*/ .windowWarning{ font-family: "Varela Round"; font-size: 7.5vw; color: #ffff; border: 2vw solid red; display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
0.340814
0.06989
<<<<<<< HEAD /* * Contains all styles for the various modules that sit in the main content area */ .leftCol { width:660px; float:left; } .rightCol { width:240px; float:right; } .module { border-top:8px solid #a3d7e4; padding-top:7px; margin-bottom: 10px; } .module h4 { font-family: 'Roboto', sans-serif; font-weight:bold; // color:#00a4e4; font-size:13px; } .module p, .module a { // font-family:'Verdana', sans-serif; color:#494949; font-size:13px; } .module span.arrow { // font-family:'Verdana', sans-serif; font-size:13px; } .linkList, .linkDateList, .featureList { list-style:none; margin:0; padding:0; } .linkList.bullet { list-style: disc; margin-left: 17px; } .linkDateList h4 { float:left; width:70%; } .linkDateList p { width:96%; line-height: 132%; } .linkDateList p.date { float:right; font-size:11px; width:20%; margin-top: 3px; } .linkDateList .readMore a { background: url('../images/sprite_transparent_icons.png') 100% 3px no-repeat transparent; padding-right:18px; text-transform:uppercase; font-size:14px; color: #00a4e4; } .linkDateList li { border-bottom:1px solid #dfe1df; margin-bottom:12px; } .linkDateList li:last-child { border-bottom:none; } .linkList li { line-height: 15px; margin-bottom: 8px; } .linkList li a { background: url('../images/sprite_transparent_icons.png') 100% -97px no-repeat transparent; padding-right: 15px; } .linkList.pdf li { background: url('../images/sprite_icons.png') 0 -48px no-repeat #fff; padding-left: 26px; margin-bottom:12px; } .featureList li { float:left; width:220px; } .featureList li a { float:left; width:205px; font-size: 19px; line-height: 23px; margin:2px 0 5px; line-height: 110%; font-size: 17px; } .featureList li span { background: url('../images/sprite_transparent_icons.png') 100% -43px no-repeat transparent; padding-right: 18px; } .module .featureList span.arrow { font-size: 17px; } .stdContentBlock { margin-bottom:24px; } .stdContentBlock p.intro { font-size: 24px; letter-spacing: -1px; } .stdContentBlock h4, .stdContentBlock p, .stdContentBlock a, .stdContentBlock li { // font-family:'Verdana', sans-serif; color:#494949; font-size:13px; width:95%; line-height: 132%; } .stdContentBlock a { color:#00A7E1; } .stdContentBlock a:hover, .stdContentBlock a:focus { color:#2a6496; } .stdContentBlock h4 { font-weight:bold; } .stdContentBlock ol, .stdContentBlock ul { margin:0; padding-bottom:15px; } .stdContentBlock li { margin-bottom:1em; } .stdContentBlock img { margin-bottom:24px; } .pagination { list-style: none; padding: 0; margin: 0; text-align: center; } .pagination li { display: inline; text-align: center; } .pagination li a, .pagination li span { display: inline-block; margin:5px; padding:5px; font-size: 18px; color: #00a4e4; } .pagination li span { color: #000; font-weight:bold; } .countryOffices { list-style:none; padding:0; margin:0; } .countryOffices li { margin:5px 10px 30px 0; float:left; display:block; width:220px; } .countryOffices li.fith { clear:both; } .countryOffices li a, .countryOffices li span { display:block; } .countryOffices li span { // font-family: 'Verdana', sans-serif; color: #494949; font-size: 13px; line-height: 132%; font-style: normal; padding-top: 5px; height: 32px; } .countryOffices li img { float:left; margin:0 7px 7px 0; width:48px; } .countryOffices address { clear:both; } ======= /* * Contains all styles for the various modules that sit in the main content area */ .leftCol { width:660px; float:left; } .rightCol { width:240px; float:right; } .module { border-top:8px solid #a3d7e4; padding-top:7px; margin-bottom: 10px; } .module h4 { font-family: 'Roboto', sans-serif; font-weight:bold; // color:#00a4e4; font-size:13px; } .module p, .module a { // font-family:'Verdana', sans-serif; color:#494949; font-size:13px; } .module span.arrow { // font-family:'Verdana', sans-serif; font-size:13px; } .linkList, .linkDateList, .featureList { list-style:none; margin:0; padding:0; } .linkList.bullet { list-style: disc; margin-left: 17px; } .linkDateList h4 { float:left; width:70%; } .linkDateList p { width:96%; line-height: 132%; } .linkDateList p.date { float:right; font-size:11px; width:20%; margin-top: 3px; } .linkDateList .readMore a { background: url('../images/sprite_transparent_icons.png') 100% 3px no-repeat transparent; padding-right:18px; text-transform:uppercase; font-size:14px; color: #00a4e4; } .linkDateList li { border-bottom:1px solid #dfe1df; margin-bottom:12px; } .linkDateList li:last-child { border-bottom:none; } .linkList li { line-height: 15px; margin-bottom: 8px; } .linkList li a { background: url('../images/sprite_transparent_icons.png') 100% -97px no-repeat transparent; padding-right: 15px; } .linkList.pdf li { background: url('../images/sprite_icons.png') 0 -48px no-repeat #fff; padding-left: 26px; margin-bottom:12px; } .featureList li { float:left; width:220px; } .featureList li a { float:left; width:205px; font-size: 19px; line-height: 23px; margin:2px 0 5px; line-height: 110%; font-size: 17px; } .featureList li span { background: url('../images/sprite_transparent_icons.png') 100% -43px no-repeat transparent; padding-right: 18px; } .module .featureList span.arrow { font-size: 17px; } .stdContentBlock { margin-bottom:24px; } .stdContentBlock p.intro { font-size: 24px; letter-spacing: -1px; } .stdContentBlock h4, .stdContentBlock p, .stdContentBlock a, .stdContentBlock li { // font-family:'Verdana', sans-serif; color:#494949; font-size:13px; width:95%; line-height: 132%; } .stdContentBlock a { color:#00A7E1; } .stdContentBlock a:hover, .stdContentBlock a:focus { color:#2a6496; } .stdContentBlock h4 { font-weight:bold; } .stdContentBlock ol, .stdContentBlock ul { margin:0; padding-bottom:15px; } .stdContentBlock li { margin-bottom:1em; } .stdContentBlock img { margin-bottom:24px; } .pagination { list-style: none; padding: 0; margin: 0; text-align: center; } .pagination li { display: inline; text-align: center; } .pagination li a, .pagination li span { display: inline-block; margin:5px; padding:5px; font-size: 18px; color: #00a4e4; } .pagination li span { color: #000; font-weight:bold; } .countryOffices { list-style:none; padding:0; margin:0; } .countryOffices li { margin:5px 10px 30px 0; float:left; display:block; width:220px; } .countryOffices li.fith { clear:both; } .countryOffices li a, .countryOffices li span { display:block; } .countryOffices li span { // font-family: 'Verdana', sans-serif; color: #494949; font-size: 13px; line-height: 132%; font-style: normal; padding-top: 5px; height: 32px; } .countryOffices li img { float:left; margin:0 7px 7px 0; width:48px; } .countryOffices address { clear:both; } >>>>>>> refs/heads/develop
security-web/src/main/webapp/css/content-modules.css
<<<<<<< HEAD /* * Contains all styles for the various modules that sit in the main content area */ .leftCol { width:660px; float:left; } .rightCol { width:240px; float:right; } .module { border-top:8px solid #a3d7e4; padding-top:7px; margin-bottom: 10px; } .module h4 { font-family: 'Roboto', sans-serif; font-weight:bold; // color:#00a4e4; font-size:13px; } .module p, .module a { // font-family:'Verdana', sans-serif; color:#494949; font-size:13px; } .module span.arrow { // font-family:'Verdana', sans-serif; font-size:13px; } .linkList, .linkDateList, .featureList { list-style:none; margin:0; padding:0; } .linkList.bullet { list-style: disc; margin-left: 17px; } .linkDateList h4 { float:left; width:70%; } .linkDateList p { width:96%; line-height: 132%; } .linkDateList p.date { float:right; font-size:11px; width:20%; margin-top: 3px; } .linkDateList .readMore a { background: url('../images/sprite_transparent_icons.png') 100% 3px no-repeat transparent; padding-right:18px; text-transform:uppercase; font-size:14px; color: #00a4e4; } .linkDateList li { border-bottom:1px solid #dfe1df; margin-bottom:12px; } .linkDateList li:last-child { border-bottom:none; } .linkList li { line-height: 15px; margin-bottom: 8px; } .linkList li a { background: url('../images/sprite_transparent_icons.png') 100% -97px no-repeat transparent; padding-right: 15px; } .linkList.pdf li { background: url('../images/sprite_icons.png') 0 -48px no-repeat #fff; padding-left: 26px; margin-bottom:12px; } .featureList li { float:left; width:220px; } .featureList li a { float:left; width:205px; font-size: 19px; line-height: 23px; margin:2px 0 5px; line-height: 110%; font-size: 17px; } .featureList li span { background: url('../images/sprite_transparent_icons.png') 100% -43px no-repeat transparent; padding-right: 18px; } .module .featureList span.arrow { font-size: 17px; } .stdContentBlock { margin-bottom:24px; } .stdContentBlock p.intro { font-size: 24px; letter-spacing: -1px; } .stdContentBlock h4, .stdContentBlock p, .stdContentBlock a, .stdContentBlock li { // font-family:'Verdana', sans-serif; color:#494949; font-size:13px; width:95%; line-height: 132%; } .stdContentBlock a { color:#00A7E1; } .stdContentBlock a:hover, .stdContentBlock a:focus { color:#2a6496; } .stdContentBlock h4 { font-weight:bold; } .stdContentBlock ol, .stdContentBlock ul { margin:0; padding-bottom:15px; } .stdContentBlock li { margin-bottom:1em; } .stdContentBlock img { margin-bottom:24px; } .pagination { list-style: none; padding: 0; margin: 0; text-align: center; } .pagination li { display: inline; text-align: center; } .pagination li a, .pagination li span { display: inline-block; margin:5px; padding:5px; font-size: 18px; color: #00a4e4; } .pagination li span { color: #000; font-weight:bold; } .countryOffices { list-style:none; padding:0; margin:0; } .countryOffices li { margin:5px 10px 30px 0; float:left; display:block; width:220px; } .countryOffices li.fith { clear:both; } .countryOffices li a, .countryOffices li span { display:block; } .countryOffices li span { // font-family: 'Verdana', sans-serif; color: #494949; font-size: 13px; line-height: 132%; font-style: normal; padding-top: 5px; height: 32px; } .countryOffices li img { float:left; margin:0 7px 7px 0; width:48px; } .countryOffices address { clear:both; } ======= /* * Contains all styles for the various modules that sit in the main content area */ .leftCol { width:660px; float:left; } .rightCol { width:240px; float:right; } .module { border-top:8px solid #a3d7e4; padding-top:7px; margin-bottom: 10px; } .module h4 { font-family: 'Roboto', sans-serif; font-weight:bold; // color:#00a4e4; font-size:13px; } .module p, .module a { // font-family:'Verdana', sans-serif; color:#494949; font-size:13px; } .module span.arrow { // font-family:'Verdana', sans-serif; font-size:13px; } .linkList, .linkDateList, .featureList { list-style:none; margin:0; padding:0; } .linkList.bullet { list-style: disc; margin-left: 17px; } .linkDateList h4 { float:left; width:70%; } .linkDateList p { width:96%; line-height: 132%; } .linkDateList p.date { float:right; font-size:11px; width:20%; margin-top: 3px; } .linkDateList .readMore a { background: url('../images/sprite_transparent_icons.png') 100% 3px no-repeat transparent; padding-right:18px; text-transform:uppercase; font-size:14px; color: #00a4e4; } .linkDateList li { border-bottom:1px solid #dfe1df; margin-bottom:12px; } .linkDateList li:last-child { border-bottom:none; } .linkList li { line-height: 15px; margin-bottom: 8px; } .linkList li a { background: url('../images/sprite_transparent_icons.png') 100% -97px no-repeat transparent; padding-right: 15px; } .linkList.pdf li { background: url('../images/sprite_icons.png') 0 -48px no-repeat #fff; padding-left: 26px; margin-bottom:12px; } .featureList li { float:left; width:220px; } .featureList li a { float:left; width:205px; font-size: 19px; line-height: 23px; margin:2px 0 5px; line-height: 110%; font-size: 17px; } .featureList li span { background: url('../images/sprite_transparent_icons.png') 100% -43px no-repeat transparent; padding-right: 18px; } .module .featureList span.arrow { font-size: 17px; } .stdContentBlock { margin-bottom:24px; } .stdContentBlock p.intro { font-size: 24px; letter-spacing: -1px; } .stdContentBlock h4, .stdContentBlock p, .stdContentBlock a, .stdContentBlock li { // font-family:'Verdana', sans-serif; color:#494949; font-size:13px; width:95%; line-height: 132%; } .stdContentBlock a { color:#00A7E1; } .stdContentBlock a:hover, .stdContentBlock a:focus { color:#2a6496; } .stdContentBlock h4 { font-weight:bold; } .stdContentBlock ol, .stdContentBlock ul { margin:0; padding-bottom:15px; } .stdContentBlock li { margin-bottom:1em; } .stdContentBlock img { margin-bottom:24px; } .pagination { list-style: none; padding: 0; margin: 0; text-align: center; } .pagination li { display: inline; text-align: center; } .pagination li a, .pagination li span { display: inline-block; margin:5px; padding:5px; font-size: 18px; color: #00a4e4; } .pagination li span { color: #000; font-weight:bold; } .countryOffices { list-style:none; padding:0; margin:0; } .countryOffices li { margin:5px 10px 30px 0; float:left; display:block; width:220px; } .countryOffices li.fith { clear:both; } .countryOffices li a, .countryOffices li span { display:block; } .countryOffices li span { // font-family: 'Verdana', sans-serif; color: #494949; font-size: 13px; line-height: 132%; font-style: normal; padding-top: 5px; height: 32px; } .countryOffices li img { float:left; margin:0 7px 7px 0; width:48px; } .countryOffices address { clear:both; } >>>>>>> refs/heads/develop
0.279828
0.107719
html { font-family: "Times New Roman", serif; } h1, h2, h3 { font-family: "Swiss 721 BT", "Helvetica", "Arial", sans-serif; } h1 { margin-top: 1.0em; margin-bottom: 1.0em; text-align: center; font-size: 140%; font-weight: bold; } h2 { margin-top: 1.5em; margin-bottom: 0.8em; font-size: 120%; font-weight: bold; } h3 { margin-top: 1.2em; margin-bottom: 0.6em; font-size: 110%; font-weight: bold; } p { margin: 0.8em 0em; text-align: justify; line-height: 1.2; } ul { margin: 0.5em 0em 1.0em; } li { margin: 0.5em 0em 0.5em 1.5em; } dl { margin: 1.5em 0em; } dt { margin: 1.0em 0em 0.5em; font-weight: bold; } dd { margin: 0.5em 0em 0.5em 2.0em; } table { margin: 1.5em 0em; border-collapse: collapse; } td, th { padding: 0.3em 0.5em; border: 1px solid #808080; } pre, code { font-family: "Courier New", monospace; } blockquote { margin: 1em 0em; padding: 0em 1em; border: 1px solid #C0C0C0; } iframe { display: none; } *.floatright { margin-left: 2em; margin-bottom: 1em; } *.container.inline { display: inline-block; margin-right: 1em; margin-bottom: 1em; vertical-align: top; } ul.pagelinks { list-style-type: none; } ul.pagelinks img { display: inline-block; margin-right: 0.5em; border: 1px solid #808080; vertical-align: middle; } /*---- Site layout ----*/ header h1 { border-bottom: 1px solid #000000; text-align: right; font-size: 80%; font-weight: normal; } header a { text-decoration: none; color: inherit; } header + hr { display: none; } #headnav, #main > nav, article > nav { display: none; } article > footer { margin-top: 3em; font-size: 75%; } article > footer div.table { display: table; width: 100%; } article > footer div.table > p { display: table-cell; } article > footer div.table > p:nth-child(1) { text-align: left; } article > footer div.table > p:nth-child(2) { text-align: right; } #copyrightlink, #datelink { color: inherit; text-decoration: none; } #feedback { margin-top: 1em; font-size: 70%; display: flex; flex-direction: row; justify-content: space-between; } #feedback > p { padding: 0em 1.0em; } #feedback > p:first-child { padding-left: 0em; } #feedback > p:last-child { padding-right: 0em; } div.horzAdvert, div.vertAdvert { display: none; } #main > hr { display: none; } body > hr { border-bottom: 1px solid #000000; }
STRING/Next lexicographical permutation algorithm_files/print.css
html { font-family: "Times New Roman", serif; } h1, h2, h3 { font-family: "Swiss 721 BT", "Helvetica", "Arial", sans-serif; } h1 { margin-top: 1.0em; margin-bottom: 1.0em; text-align: center; font-size: 140%; font-weight: bold; } h2 { margin-top: 1.5em; margin-bottom: 0.8em; font-size: 120%; font-weight: bold; } h3 { margin-top: 1.2em; margin-bottom: 0.6em; font-size: 110%; font-weight: bold; } p { margin: 0.8em 0em; text-align: justify; line-height: 1.2; } ul { margin: 0.5em 0em 1.0em; } li { margin: 0.5em 0em 0.5em 1.5em; } dl { margin: 1.5em 0em; } dt { margin: 1.0em 0em 0.5em; font-weight: bold; } dd { margin: 0.5em 0em 0.5em 2.0em; } table { margin: 1.5em 0em; border-collapse: collapse; } td, th { padding: 0.3em 0.5em; border: 1px solid #808080; } pre, code { font-family: "Courier New", monospace; } blockquote { margin: 1em 0em; padding: 0em 1em; border: 1px solid #C0C0C0; } iframe { display: none; } *.floatright { margin-left: 2em; margin-bottom: 1em; } *.container.inline { display: inline-block; margin-right: 1em; margin-bottom: 1em; vertical-align: top; } ul.pagelinks { list-style-type: none; } ul.pagelinks img { display: inline-block; margin-right: 0.5em; border: 1px solid #808080; vertical-align: middle; } /*---- Site layout ----*/ header h1 { border-bottom: 1px solid #000000; text-align: right; font-size: 80%; font-weight: normal; } header a { text-decoration: none; color: inherit; } header + hr { display: none; } #headnav, #main > nav, article > nav { display: none; } article > footer { margin-top: 3em; font-size: 75%; } article > footer div.table { display: table; width: 100%; } article > footer div.table > p { display: table-cell; } article > footer div.table > p:nth-child(1) { text-align: left; } article > footer div.table > p:nth-child(2) { text-align: right; } #copyrightlink, #datelink { color: inherit; text-decoration: none; } #feedback { margin-top: 1em; font-size: 70%; display: flex; flex-direction: row; justify-content: space-between; } #feedback > p { padding: 0em 1.0em; } #feedback > p:first-child { padding-left: 0em; } #feedback > p:last-child { padding-right: 0em; } div.horzAdvert, div.vertAdvert { display: none; } #main > hr { display: none; } body > hr { border-bottom: 1px solid #000000; }
0.385143
0.109563
body { margin: 0; bottom: 0; height: 100%; padding: 0; font-family: "Avenir Next", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 22px; color: #333; background-color: #fff } hr.tiny { border: 0; height: 0; padding-bottom: 4px; border-top: 1px solid rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.4) } hr.thick { border: 0; height: 0; padding-bottom: 4px; border-top: 3px solid rgba(0, 0, 0, 0.4); border-bottom: 3px solid rgba(255, 255, 255, 0.4) } #navigator { position: fixed; top: 0; width: 100%; color: #fff; height: 80px; text-align: center; padding-bottom: 50px; -moz-box-shadow: 0 0 8px 0 #000; -webkit-box-shadow: 0 0 8px 0 #000; box-shadow: 0 0 8px 0 #000; /* transparent background */ background-color: rgba(15, 15, 15, 0.8); color: rgba(15, 15, 15, 0.8); z-index:99; } #navigator a { font-size: 105%; padding-left: 12px; padding-right: 12px; color: white; text-decoration: none } #navigator a:hover { color: #fff0be; text-shadow: 0 0 1px white } #navigator h1 { padding-top: 20px; font-family: "Lucidia Console", Lucidia, sans-serif; color: #CFF; font-style: italic; text-shadow: 2px 2px #000 } #socialicon { width: 46px } #content { max-width: 1000px; width: 100%; margin: 80px auto auto } #contentbox { border: 1px solid gray; padding: 20px; padding-left: 25px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; word-wrap: break-word } #contentbox img { max-width: 70px } #marketquote { text-align: center; font-style: italic; margin-top: 15px; margin-bottom: 15px } #singlecontent { width: 900px; padding-left: 25px } #textcontainer { width: 100%; display: inline-block; /* background: #FFF xurl(layout-two-liquid-background.gif) repeat-y 68% 0; */ } #dualcontent { clear: left; float: left; width: 59%; padding: 20px 0; margin: 0 0 0 4%; display: inline; text-align: justify; text-justify: inter-word } #dualcontent h2 { margin: 0 } #dualcontent2 { float: right; width: 30%; padding: 20px 0; margin: 0 3% 0 0; display: inline } #dualcontent2 h3 { margin: 0 } ul.box { position: relative; z-index: 1; /* prevent shadows falling behind containers with backgrounds */ overflow: hidden; list-style: none; margin: 0; padding-left: 0; padding-right: 0; padding-top: 10px; padding-bottom: 0 } ul.box li { position: relative; float: left; width: 300px; height: 165px; padding: 0; border: 0; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin: 0 32px 32px 0; /* background: #EEE8AA; */ background: #f6e8b7; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset } ul.box li:before, ul.box li:after { content: ""; z-index: -1; position: absolute; left: 10px; bottom: 10px; width: 70%; max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */ max-height: 100px; height: 55%; -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); -moz-transform: skew(-15deg) rotate(-6deg); -ms-transform: skew(-15deg) rotate(-6deg); -o-transform: skew(-15deg) rotate(-6deg); -webkit-transform: skew(-15deg) rotate(-6deg); transform: skew(-15deg) rotate(-6deg) } ul.box li:after { left: auto; right: 10px; -moz-transform: skew(15deg) rotate(6deg); -ms-transform: skew(15deg) rotate(6deg); -o-transform: skew(15deg) rotate(6deg); -webkit-transform: skew(15deg) rotate(6deg); transform: skew(15deg) rotate(6deg) } ul.singlecolpointlist { margin: 45px; width: 76% } ul.singlecolpointlist li { margin: 0 20px 20px 0 } #footer { position: absolute; bottom: 0 } .page-wrap { min-height: 100%; margin-bottom: -35px } .page-wrap:after { content: ""; display: block } .site-footer, .page-wrap:after { height: 35px } .site-footer { font-size: 13px; padding-top: 10px; padding-left: 15px; padding-right: 15px; -moz-box-shadow: 0 0 8px 0 #000; -webkit-box-shadow: 0 0 8px 0 #000; box-shadow: 0 0 8px 0 #000; /* transparent background */ background-color: rgba(15, 15, 15, 0.8); color: rgba(15, 15, 15, 0.8) } .site-footer p { color: white; text-align: right; line-height: 4px } @media screen and (max-width: 640px) { #dualcontent, #dualcontent2 { width: 100%; float: none } #textcontainer { width: 98%; padding: 1% !important } #dualcontent2 { text-align: center } } @media screen and (max-width: 480px) { h1 { font-size: 150% } #navigator { height: 55px } #navigator a { padding-left: 2px; padding-right: 2px } #content { margin: 50px auto auto } }
template/styles.css
body { margin: 0; bottom: 0; height: 100%; padding: 0; font-family: "Avenir Next", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 22px; color: #333; background-color: #fff } hr.tiny { border: 0; height: 0; padding-bottom: 4px; border-top: 1px solid rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.4) } hr.thick { border: 0; height: 0; padding-bottom: 4px; border-top: 3px solid rgba(0, 0, 0, 0.4); border-bottom: 3px solid rgba(255, 255, 255, 0.4) } #navigator { position: fixed; top: 0; width: 100%; color: #fff; height: 80px; text-align: center; padding-bottom: 50px; -moz-box-shadow: 0 0 8px 0 #000; -webkit-box-shadow: 0 0 8px 0 #000; box-shadow: 0 0 8px 0 #000; /* transparent background */ background-color: rgba(15, 15, 15, 0.8); color: rgba(15, 15, 15, 0.8); z-index:99; } #navigator a { font-size: 105%; padding-left: 12px; padding-right: 12px; color: white; text-decoration: none } #navigator a:hover { color: #fff0be; text-shadow: 0 0 1px white } #navigator h1 { padding-top: 20px; font-family: "Lucidia Console", Lucidia, sans-serif; color: #CFF; font-style: italic; text-shadow: 2px 2px #000 } #socialicon { width: 46px } #content { max-width: 1000px; width: 100%; margin: 80px auto auto } #contentbox { border: 1px solid gray; padding: 20px; padding-left: 25px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; word-wrap: break-word } #contentbox img { max-width: 70px } #marketquote { text-align: center; font-style: italic; margin-top: 15px; margin-bottom: 15px } #singlecontent { width: 900px; padding-left: 25px } #textcontainer { width: 100%; display: inline-block; /* background: #FFF xurl(layout-two-liquid-background.gif) repeat-y 68% 0; */ } #dualcontent { clear: left; float: left; width: 59%; padding: 20px 0; margin: 0 0 0 4%; display: inline; text-align: justify; text-justify: inter-word } #dualcontent h2 { margin: 0 } #dualcontent2 { float: right; width: 30%; padding: 20px 0; margin: 0 3% 0 0; display: inline } #dualcontent2 h3 { margin: 0 } ul.box { position: relative; z-index: 1; /* prevent shadows falling behind containers with backgrounds */ overflow: hidden; list-style: none; margin: 0; padding-left: 0; padding-right: 0; padding-top: 10px; padding-bottom: 0 } ul.box li { position: relative; float: left; width: 300px; height: 165px; padding: 0; border: 0; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin: 0 32px 32px 0; /* background: #EEE8AA; */ background: #f6e8b7; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset } ul.box li:before, ul.box li:after { content: ""; z-index: -1; position: absolute; left: 10px; bottom: 10px; width: 70%; max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */ max-height: 100px; height: 55%; -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); -moz-transform: skew(-15deg) rotate(-6deg); -ms-transform: skew(-15deg) rotate(-6deg); -o-transform: skew(-15deg) rotate(-6deg); -webkit-transform: skew(-15deg) rotate(-6deg); transform: skew(-15deg) rotate(-6deg) } ul.box li:after { left: auto; right: 10px; -moz-transform: skew(15deg) rotate(6deg); -ms-transform: skew(15deg) rotate(6deg); -o-transform: skew(15deg) rotate(6deg); -webkit-transform: skew(15deg) rotate(6deg); transform: skew(15deg) rotate(6deg) } ul.singlecolpointlist { margin: 45px; width: 76% } ul.singlecolpointlist li { margin: 0 20px 20px 0 } #footer { position: absolute; bottom: 0 } .page-wrap { min-height: 100%; margin-bottom: -35px } .page-wrap:after { content: ""; display: block } .site-footer, .page-wrap:after { height: 35px } .site-footer { font-size: 13px; padding-top: 10px; padding-left: 15px; padding-right: 15px; -moz-box-shadow: 0 0 8px 0 #000; -webkit-box-shadow: 0 0 8px 0 #000; box-shadow: 0 0 8px 0 #000; /* transparent background */ background-color: rgba(15, 15, 15, 0.8); color: rgba(15, 15, 15, 0.8) } .site-footer p { color: white; text-align: right; line-height: 4px } @media screen and (max-width: 640px) { #dualcontent, #dualcontent2 { width: 100%; float: none } #textcontainer { width: 98%; padding: 1% !important } #dualcontent2 { text-align: center } } @media screen and (max-width: 480px) { h1 { font-size: 150% } #navigator { height: 55px } #navigator a { padding-left: 2px; padding-right: 2px } #content { margin: 50px auto auto } }
0.390825
0.119768
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;padding:0;margin:0;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} a{text-decoration:none;} .txt-rt{text-align:right;} .txt-lt{text-align:left;} .txt-center{text-align:center;} .float-rt{float:right;} .float-lt{float:left;} .clear{clear:both;} .pos-relative{position:relative;} .pos-absolute{position:absolute;} .vertical-base{vertical-align:baseline;} .vertical-top{vertical-align:top;} .underline{ padding-bottom:5px; border-bottom:1px solid #eee;margin:0 0 20px 0;} nav.vertical ul li{display:block;} nav.horizontal ul li{display: inline-block;} img{max-width:100%;} /*-- Reset Code --*/ /*-- Index-Page-Styling --*/ body { background: #4b2294; padding-top: 2em; } .w3l-main { justify-content: center; display: flex; flex-wrap: wrap; } .w3l-head h1 { font-size: 40px; font-weight: 500; text-align: center; text-transform: capitalize; letter-spacing: 2px; padding: 30px 0 30px 0; color: #fff; font-family: 'Audiowide', cursive; } .w3l-left-side { flex-basis: 500px; min-height: 500px; background: rgba(16, 16, 16, 0.73); box-sizing: border-box; border: 20px solid #839; } /*-- Slider range --*/ .filter-price { width: 70%; margin: 0em auto!important; text-align: center; } ul.dropdown-menu6 ,ul.dropdown-menu5{ margin:0; position:relative; } ul.dropdown-menu6 li { list-style:none; } ul.dropdown-menu6 li p{ width:100%; } span.amount{ color:#ffffff; font-size:16px; } .filter-price input#amount,.filter-price input#amount1 { font-size: 18px; outline: none; background: none; word-spacing: 1em; color: #000 !important; position: absolute; left: 0%; top: 10px; text-align: center; width: 100%; padding: 4px 0; } ul.dropdown-menu6 li a { text-decoration: none; } .range,.range-two{ padding: 15px 0 22px 0; border-bottom: 1px solid #e5e3db; } .filter-price h3 { color: #ff4c4c; text-transform: capitalize; font-size: 1.2em; } /*-- //Slider range --*/ .w3l-rigt-side { flex-basis: 500px; flex-basis: 500px; background: url(../images/colorful.png)0px 0px no-repeat; background-size: cover; background-position: 50% 50%; box-sizing: border-box; min-height: 360px; } .w3l-signin input[type="submit"] { font-size: 15px; font-weight: 500; text-align: center; text-transform: capitalize; letter-spacing: 1px; padding: 10px; margin: 10px; width: 40%; outline: none; border: 1px solid #999; border-radius: 3em; background: coral; color: #fff; font-family: 'Montserrat Alternates', sans-serif; } .w3l-signin, .w3l-signup { width: 30%; margin: 2em auto; padding: 10px 0; background: #0f86bb; text-align: center; border-radius: 4em; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } .w3l-signin:hover.w3l-signin a { color: #000; } .w3l-signup:hover.w3l-signup a { color: #000; } .w3l-signin:hover,.w3l-signup:hover{ background: #9bebef; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } .w3l-signup a, .w3l-signin a { color: #fff; padding: 10px 30px; letter-spacing: 1px; outline: none; border: none; font-family: 'Audiowide', cursive; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } .submit-w3l input[type="submit"] { padding: 8px 30px; font-size: 16px; border: none; outline: none; background-color: #05c2f9; color: #FFF; cursor: pointer; font-family: 'Montserrat Alternates', sans-serif; } .submit-w3l { text-align: left; margin-left: 40px; font-family: 'Montserrat Alternates', sans-serif; } footer { font-size: 15px; font-weight: 500; text-align: center; text-transform: capitalize; letter-spacing: 1px; margin: 50px 0; color: #fff; font-family: 'Audiowide', cursive; } footer a{ color: #cddc39; font-family: 'Audiowide', cursive; } /*sign in form*/ .wthree-container { display: flex; justify-content: center; } .agileits-2 h2 { font-size: 30px; font-weight: 500; text-align: center; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 30px; color: #fff; font-family: 'Montserrat Alternates', sans-serif; } .wthree-form.bg { flex-basis: 400px; padding: 5em; background: url(../images/bg7.jpg) no-repeat 0px 0px; background-size: cover; } .wthree-form input[type="text"] { font-size: 16px; font-weight: 500; text-align: left; text-transform: capitalize; letter-spacing: 1px; float: left; width: 85%; margin: 0 auto 3em; padding: 0.1em 10px; line-height: 40px; outline: none; border: none; box-sizing: border-box; color: #000; font-family: 'Montserrat Alternates', sans-serif; } .wthree-form input[type="password"]{ font-size: 16px; font-weight: 500; text-align: left; text-transform: capitalize; letter-spacing: 1px; float: left; width: 85%; margin: 0 auto 2em; padding: 0.1em 10px; line-height: 40px; outline: none; border: none; box-sizing: border-box; color: #000; font-family: 'Montserrat Alternates', sans-serif; } .w3-user span .fa, .w3-psw span .fa{ font-size: 16px; float: left; background: #5fd058d6; color: #fff; text-align: center; width: 15%; line-height: 40px; border: none; box-sizing: border-box; outline: none; padding: 0.1em; } span a { font-size: 15px; font-weight: 500; text-transform: capitalize; text-decoration: none; text-align: center; letter-spacing: 1px; display: inline-block; padding: 0 0 30px; color: #fff; font-family: 'Montserrat Alternates', sans-serif; } .signin input[type="submit"]{ font-size: 18px; font-weight: 500; text-transform: uppercase; text-align: center; letter-spacing: 3px; padding: 10px; width: 50%; margin: 0 auto; display: block; border: 2px solid transparent; outline: none; color: #fff; cursor: pointer; background: #5fd058d6; font-family: 'Montserrat Alternates', sans-serif; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } .w3l-submit input[type="submit"]:hover{ border: 2px solid #fff; background: #033127; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } /*--//sing in form*/ .wthree-container { display: flex; justify-content: center; } .agileits-2 h2 { font-size: 30px; font-weight: 500; text-align: center; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 30px; color: #fff; font-family: 'Montserrat Alternates', sans-serif; } .wthree-form { flex-basis: 400px; padding: 5em; background: url(../images/bg6.jpg) no-repeat 0px 0px; background-size: cover; } .wthree-form input[type="text"] { font-size: 16px; font-weight: 500; text-align: left; text-transform: capitalize; letter-spacing: 1px; float: left; width: 85%; margin: 0 auto 2em; padding: 0.1em 10px; line-height: 40px; outline: none; border: none; box-sizing: border-box; color: #000; font-family: 'Montserrat Alternates', sans-serif; } .wthree-form input[type="password"],.w3-email input[type="email"]{ font-size: 16px; font-weight: 500; text-align: left; text-transform: capitalize; letter-spacing: 1px; float: left; width: 85%; margin: 0 auto 2em; padding: 0.1em 10px; line-height: 40px; outline: none; border: none; box-sizing: border-box; color: #000; font-family: 'Montserrat Alternates', sans-serif; } .w3-user span .fa, .w3-psw span .fa,.w3-cpsw .fa,.w3-email i.fa.fa-envelope{ font-size: 16px; float: left; background: #5fd058d6; color: #fff; text-align: center; width: 15%; line-height: 40px; border: none; box-sizing: border-box; outline: none; padding: 0.1em; } span a { font-size: 15px; font-weight: 500; text-transform: capitalize; text-decoration: none; text-align: center; letter-spacing: 1px; display: inline-block; padding: 0 0 30px; color: #fff; font-family: 'Montserrat Alternates', sans-serif; } .signin input[type="submit"]{ font-size: 18px; font-weight: 500; text-transform: uppercase; text-align: center; letter-spacing: 3px; padding: 10px; width: 60%; margin: 0 auto; display: block; border: 2px solid transparent; outline: none; color: #fff; cursor: pointer; background: #5fd058d6; font-family: 'Montserrat Alternates', sans-serif; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } .w3l-submit input[type="submit"]:hover{ border: 2px solid #fff; background: #033127; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; font-family: 'Montserrat Alternates', sans-serif; } /*--responsive--*/ @media(max-width:1920px){ body { padding: 2em; } .w3l-rigt-side { min-height: 470px; padding-top: 7em; } } @media(max-width:1680px){ .w3l-rigt-side { min-height: 376px; padding-top: 8em; } } @media(max-width:1600px){ body { padding-top: 2em; } .w3l-rigt-side { min-height: 360px; padding-top: 10em; } } @media(max-width:1440px){ .w3l-rigt-side { min-height: 356px; padding-top: 9em; } .w3l-signin, .w3l-signup { width: 35%; } } @media(max-width:1366px){ .w3l-rigt-side { min-height: 330px; padding-top: 10em; } } @media(max-width:1280px){ .w3l-rigt-side { padding-top: 10em; } } @media(max-width:1080px){ } @media(max-width:1050px){ } @media(max-width:1024px){ .w3l-left-side{ flex-basis: 450px; min-height: 0px; } .w3l-rigt-side { flex-basis: 450px; } .wthree-form { flex-basis: 350px; padding: 4em; } } @media(max-width:991px){ .w3l-rigt-side { min-height: 500px; } } @media(max-width:900px){ .wthree-form { flex-basis: 300px; } } @media(max-width:800px){ } @media(max-width:768px){ footer{ font-size: 14px; } footer a{ font-size: 14px; } } @media(max-width:736px){ } @media(max-width:734px){ .w3l-rigt-side { min-height: 450px; } .w3l-rigt-side { padding-top: 9em; } } @media(max-width:684px){ .w3l-rigt-side { min-height: 450px; } .w3l-rigt-side { padding-top: 8.5em; } } @media(max-width:667px){ } @media(max-width:640px){ } @media(max-width:600px){ } @media(max-width:568px){ .w3l-left-side { border: 15px solid #839; } footer{ letter-spacing: 1px; } footer a{ letter-spacing: 1px; } } @media(max-width:480px){ .w3l-head h1 { font-size: 35px; letter-spacing: 1px; } .w3l-left-side{ border: 5px solid #839; min-height: 0px; flex-basis: 400px; } footer { font-size: 13px; } footer a{ font-size: 13px; } } @media(max-width:414px){ .w3l-head h1 { font-size: 30px; letter-spacing: 0px; } .w3l-left-side{ border: 5px solid #839; flex-basis: 350px; } .w3l-rigt-side { min-height: 400px; flex-basis: 350px; padding: 6em; } .w3l-signin, .w3l-signup { width: 100%; } .wthree-form { flex-basis: 280px; padding: 2em; } span a{ display: inline; font-size: 14px; } .signin input[type="submit"]{ margin: 1em auto 0; } } @media(max-width:412px){ .w3l-head h1 { font-size: 30px; } .w3l-signin, .w3l-signup { width: 100%; } .w3l-signup a, .w3l-signin a { padding: 10px 30px; } .w3l-rigt-side { min-height: 350px; } } @media(max-width:384px){ .w3l-head h1 { font-size: 25px; } .w3l-left-side{ border: 5px solid #839; flex-basis: 300px; } .w3l-rigt-side { min-height: 400px; flex-basis: 300px; padding: 0; padding-top: 3em; } .w3l-signin, .w3l-signup { width: 40%; } .wthree-form { flex-basis: 250px; padding: 2em; } .w3l-rigt-side { padding-top: 5em; } .w3l-signin, .w3l-signup { width: 45%; } .wthree-form { flex-basis: 280px; } @media(max-width:375px){ .w3l-left-side{ border: 5px solid #839; min-height: 0px; } .w3l-rigt-side { min-height: 330px; flex-basis: 300px; padding: 0; padding-top: 4em; } .w3l-signup a, .w3l-signin a { padding: 10px 30px; } .w3l-signin, .w3l-signup { width: 55%; } .wthree-form { flex-basis: 250px; } .agileits-2 h2 { font-size: 25px; } span a { display: inline; font-size: 13px; } footer{ letter-spacing: 0px; } } @media(max-width:320px){ .w3l-left-side{ border: 5px solid #839; min-height: 0px; } footer{ font-size: 13px; letter-spacing: 0px; } span a { display: inline; font-size: 12px; } footer a{ font-size: 13px; letter-spacing: 0px; } } /*--/responsive--*/
admindata1/web/css/style.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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;padding:0;margin:0;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} a{text-decoration:none;} .txt-rt{text-align:right;} .txt-lt{text-align:left;} .txt-center{text-align:center;} .float-rt{float:right;} .float-lt{float:left;} .clear{clear:both;} .pos-relative{position:relative;} .pos-absolute{position:absolute;} .vertical-base{vertical-align:baseline;} .vertical-top{vertical-align:top;} .underline{ padding-bottom:5px; border-bottom:1px solid #eee;margin:0 0 20px 0;} nav.vertical ul li{display:block;} nav.horizontal ul li{display: inline-block;} img{max-width:100%;} /*-- Reset Code --*/ /*-- Index-Page-Styling --*/ body { background: #4b2294; padding-top: 2em; } .w3l-main { justify-content: center; display: flex; flex-wrap: wrap; } .w3l-head h1 { font-size: 40px; font-weight: 500; text-align: center; text-transform: capitalize; letter-spacing: 2px; padding: 30px 0 30px 0; color: #fff; font-family: 'Audiowide', cursive; } .w3l-left-side { flex-basis: 500px; min-height: 500px; background: rgba(16, 16, 16, 0.73); box-sizing: border-box; border: 20px solid #839; } /*-- Slider range --*/ .filter-price { width: 70%; margin: 0em auto!important; text-align: center; } ul.dropdown-menu6 ,ul.dropdown-menu5{ margin:0; position:relative; } ul.dropdown-menu6 li { list-style:none; } ul.dropdown-menu6 li p{ width:100%; } span.amount{ color:#ffffff; font-size:16px; } .filter-price input#amount,.filter-price input#amount1 { font-size: 18px; outline: none; background: none; word-spacing: 1em; color: #000 !important; position: absolute; left: 0%; top: 10px; text-align: center; width: 100%; padding: 4px 0; } ul.dropdown-menu6 li a { text-decoration: none; } .range,.range-two{ padding: 15px 0 22px 0; border-bottom: 1px solid #e5e3db; } .filter-price h3 { color: #ff4c4c; text-transform: capitalize; font-size: 1.2em; } /*-- //Slider range --*/ .w3l-rigt-side { flex-basis: 500px; flex-basis: 500px; background: url(../images/colorful.png)0px 0px no-repeat; background-size: cover; background-position: 50% 50%; box-sizing: border-box; min-height: 360px; } .w3l-signin input[type="submit"] { font-size: 15px; font-weight: 500; text-align: center; text-transform: capitalize; letter-spacing: 1px; padding: 10px; margin: 10px; width: 40%; outline: none; border: 1px solid #999; border-radius: 3em; background: coral; color: #fff; font-family: 'Montserrat Alternates', sans-serif; } .w3l-signin, .w3l-signup { width: 30%; margin: 2em auto; padding: 10px 0; background: #0f86bb; text-align: center; border-radius: 4em; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } .w3l-signin:hover.w3l-signin a { color: #000; } .w3l-signup:hover.w3l-signup a { color: #000; } .w3l-signin:hover,.w3l-signup:hover{ background: #9bebef; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } .w3l-signup a, .w3l-signin a { color: #fff; padding: 10px 30px; letter-spacing: 1px; outline: none; border: none; font-family: 'Audiowide', cursive; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } .submit-w3l input[type="submit"] { padding: 8px 30px; font-size: 16px; border: none; outline: none; background-color: #05c2f9; color: #FFF; cursor: pointer; font-family: 'Montserrat Alternates', sans-serif; } .submit-w3l { text-align: left; margin-left: 40px; font-family: 'Montserrat Alternates', sans-serif; } footer { font-size: 15px; font-weight: 500; text-align: center; text-transform: capitalize; letter-spacing: 1px; margin: 50px 0; color: #fff; font-family: 'Audiowide', cursive; } footer a{ color: #cddc39; font-family: 'Audiowide', cursive; } /*sign in form*/ .wthree-container { display: flex; justify-content: center; } .agileits-2 h2 { font-size: 30px; font-weight: 500; text-align: center; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 30px; color: #fff; font-family: 'Montserrat Alternates', sans-serif; } .wthree-form.bg { flex-basis: 400px; padding: 5em; background: url(../images/bg7.jpg) no-repeat 0px 0px; background-size: cover; } .wthree-form input[type="text"] { font-size: 16px; font-weight: 500; text-align: left; text-transform: capitalize; letter-spacing: 1px; float: left; width: 85%; margin: 0 auto 3em; padding: 0.1em 10px; line-height: 40px; outline: none; border: none; box-sizing: border-box; color: #000; font-family: 'Montserrat Alternates', sans-serif; } .wthree-form input[type="password"]{ font-size: 16px; font-weight: 500; text-align: left; text-transform: capitalize; letter-spacing: 1px; float: left; width: 85%; margin: 0 auto 2em; padding: 0.1em 10px; line-height: 40px; outline: none; border: none; box-sizing: border-box; color: #000; font-family: 'Montserrat Alternates', sans-serif; } .w3-user span .fa, .w3-psw span .fa{ font-size: 16px; float: left; background: #5fd058d6; color: #fff; text-align: center; width: 15%; line-height: 40px; border: none; box-sizing: border-box; outline: none; padding: 0.1em; } span a { font-size: 15px; font-weight: 500; text-transform: capitalize; text-decoration: none; text-align: center; letter-spacing: 1px; display: inline-block; padding: 0 0 30px; color: #fff; font-family: 'Montserrat Alternates', sans-serif; } .signin input[type="submit"]{ font-size: 18px; font-weight: 500; text-transform: uppercase; text-align: center; letter-spacing: 3px; padding: 10px; width: 50%; margin: 0 auto; display: block; border: 2px solid transparent; outline: none; color: #fff; cursor: pointer; background: #5fd058d6; font-family: 'Montserrat Alternates', sans-serif; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } .w3l-submit input[type="submit"]:hover{ border: 2px solid #fff; background: #033127; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } /*--//sing in form*/ .wthree-container { display: flex; justify-content: center; } .agileits-2 h2 { font-size: 30px; font-weight: 500; text-align: center; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 30px; color: #fff; font-family: 'Montserrat Alternates', sans-serif; } .wthree-form { flex-basis: 400px; padding: 5em; background: url(../images/bg6.jpg) no-repeat 0px 0px; background-size: cover; } .wthree-form input[type="text"] { font-size: 16px; font-weight: 500; text-align: left; text-transform: capitalize; letter-spacing: 1px; float: left; width: 85%; margin: 0 auto 2em; padding: 0.1em 10px; line-height: 40px; outline: none; border: none; box-sizing: border-box; color: #000; font-family: 'Montserrat Alternates', sans-serif; } .wthree-form input[type="password"],.w3-email input[type="email"]{ font-size: 16px; font-weight: 500; text-align: left; text-transform: capitalize; letter-spacing: 1px; float: left; width: 85%; margin: 0 auto 2em; padding: 0.1em 10px; line-height: 40px; outline: none; border: none; box-sizing: border-box; color: #000; font-family: 'Montserrat Alternates', sans-serif; } .w3-user span .fa, .w3-psw span .fa,.w3-cpsw .fa,.w3-email i.fa.fa-envelope{ font-size: 16px; float: left; background: #5fd058d6; color: #fff; text-align: center; width: 15%; line-height: 40px; border: none; box-sizing: border-box; outline: none; padding: 0.1em; } span a { font-size: 15px; font-weight: 500; text-transform: capitalize; text-decoration: none; text-align: center; letter-spacing: 1px; display: inline-block; padding: 0 0 30px; color: #fff; font-family: 'Montserrat Alternates', sans-serif; } .signin input[type="submit"]{ font-size: 18px; font-weight: 500; text-transform: uppercase; text-align: center; letter-spacing: 3px; padding: 10px; width: 60%; margin: 0 auto; display: block; border: 2px solid transparent; outline: none; color: #fff; cursor: pointer; background: #5fd058d6; font-family: 'Montserrat Alternates', sans-serif; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; } .w3l-submit input[type="submit"]:hover{ border: 2px solid #fff; background: #033127; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; -ms-transition: 0.5s ease-in; transition: 0.5s ease-in; font-family: 'Montserrat Alternates', sans-serif; } /*--responsive--*/ @media(max-width:1920px){ body { padding: 2em; } .w3l-rigt-side { min-height: 470px; padding-top: 7em; } } @media(max-width:1680px){ .w3l-rigt-side { min-height: 376px; padding-top: 8em; } } @media(max-width:1600px){ body { padding-top: 2em; } .w3l-rigt-side { min-height: 360px; padding-top: 10em; } } @media(max-width:1440px){ .w3l-rigt-side { min-height: 356px; padding-top: 9em; } .w3l-signin, .w3l-signup { width: 35%; } } @media(max-width:1366px){ .w3l-rigt-side { min-height: 330px; padding-top: 10em; } } @media(max-width:1280px){ .w3l-rigt-side { padding-top: 10em; } } @media(max-width:1080px){ } @media(max-width:1050px){ } @media(max-width:1024px){ .w3l-left-side{ flex-basis: 450px; min-height: 0px; } .w3l-rigt-side { flex-basis: 450px; } .wthree-form { flex-basis: 350px; padding: 4em; } } @media(max-width:991px){ .w3l-rigt-side { min-height: 500px; } } @media(max-width:900px){ .wthree-form { flex-basis: 300px; } } @media(max-width:800px){ } @media(max-width:768px){ footer{ font-size: 14px; } footer a{ font-size: 14px; } } @media(max-width:736px){ } @media(max-width:734px){ .w3l-rigt-side { min-height: 450px; } .w3l-rigt-side { padding-top: 9em; } } @media(max-width:684px){ .w3l-rigt-side { min-height: 450px; } .w3l-rigt-side { padding-top: 8.5em; } } @media(max-width:667px){ } @media(max-width:640px){ } @media(max-width:600px){ } @media(max-width:568px){ .w3l-left-side { border: 15px solid #839; } footer{ letter-spacing: 1px; } footer a{ letter-spacing: 1px; } } @media(max-width:480px){ .w3l-head h1 { font-size: 35px; letter-spacing: 1px; } .w3l-left-side{ border: 5px solid #839; min-height: 0px; flex-basis: 400px; } footer { font-size: 13px; } footer a{ font-size: 13px; } } @media(max-width:414px){ .w3l-head h1 { font-size: 30px; letter-spacing: 0px; } .w3l-left-side{ border: 5px solid #839; flex-basis: 350px; } .w3l-rigt-side { min-height: 400px; flex-basis: 350px; padding: 6em; } .w3l-signin, .w3l-signup { width: 100%; } .wthree-form { flex-basis: 280px; padding: 2em; } span a{ display: inline; font-size: 14px; } .signin input[type="submit"]{ margin: 1em auto 0; } } @media(max-width:412px){ .w3l-head h1 { font-size: 30px; } .w3l-signin, .w3l-signup { width: 100%; } .w3l-signup a, .w3l-signin a { padding: 10px 30px; } .w3l-rigt-side { min-height: 350px; } } @media(max-width:384px){ .w3l-head h1 { font-size: 25px; } .w3l-left-side{ border: 5px solid #839; flex-basis: 300px; } .w3l-rigt-side { min-height: 400px; flex-basis: 300px; padding: 0; padding-top: 3em; } .w3l-signin, .w3l-signup { width: 40%; } .wthree-form { flex-basis: 250px; padding: 2em; } .w3l-rigt-side { padding-top: 5em; } .w3l-signin, .w3l-signup { width: 45%; } .wthree-form { flex-basis: 280px; } @media(max-width:375px){ .w3l-left-side{ border: 5px solid #839; min-height: 0px; } .w3l-rigt-side { min-height: 330px; flex-basis: 300px; padding: 0; padding-top: 4em; } .w3l-signup a, .w3l-signin a { padding: 10px 30px; } .w3l-signin, .w3l-signup { width: 55%; } .wthree-form { flex-basis: 250px; } .agileits-2 h2 { font-size: 25px; } span a { display: inline; font-size: 13px; } footer{ letter-spacing: 0px; } } @media(max-width:320px){ .w3l-left-side{ border: 5px solid #839; min-height: 0px; } footer{ font-size: 13px; letter-spacing: 0px; } span a { display: inline; font-size: 12px; } footer a{ font-size: 13px; letter-spacing: 0px; } } /*--/responsive--*/
0.206334
0.066085
.channels_text { color: #cccccc; font-size: 19px; font-weight: 500; position: relative; bottom: 30px; text-align: center; } .mr_mentor-container { max-width: 768px; width: 100%; padding: 25px 30px; } img.mlogo { width: 55px; height: auto; } .mr_form .mentor-details .Channels_input-box { width: calc(100% / 2 - 20px); } .title { color: #cccccc; font-size: 19px; font-weight: 500; line-height: 20px; text-align: center; padding-bottom: 25px; } .mentor-title { padding: 0 0 0 30px; position: relative; bottom: 24px; } .mr_mentor-container .mr_form .mentor-details { display: flex; flex-wrap: wrap; justify-content: space-between; } .provide-info { color: #cccccc; font-size: 19px; font-weight: 500; text-align: center; margin-top: 55px; position: relative; top: -25px; } a { text-decoration: none; } .Channels_input-box input { background-color: #180126; border-radius: 4px; outline: none; border: #cccccc solid 1px; height: 40px; width: 296px; margin-bottom: 5px; color: #A7C4E0; } .Channels_input-box input { background-image: url(./xvector.png); background-repeat: no-repeat; background-position: right center; background-origin: content-box; padding-right: 10px; } img.minuscircle { position: relative; top: 7px; left: 5px; height: auto; } .details { color: white; font-size: 14px; font-weight: 700; } ::placeholder { color: #A7C4E0; padding: 0 5px; } .conclude-btn{ display: block; width: 296px; height: 40px; border-radius: 50px; background-color: #ffc914; color: #180126; font-size: 14px; font-weight: 700; border: none; margin: 0 auto; position: relative; top: 60px; } .already-registered a { color: #ffc914; text-decoration: none; font-size: 14px; font-weight: 700; position: relative; top: 90px; display: flex; justify-content: center; } .details { text-align: left; } .more_channels { color: #ffc914; font-size: 14px; font-weight: 400; text-align: center; position: relative; top: 30px; } .mentor-welcome_mike { color: #cccccc; font-size: 19px; font-weight: 500; line-height: 20px; text-align: center; padding-left: 30px; position: relative; bottom: -8px; } .prefer_channels_text { display: none; } @media all and (max-width:440px) { .title_container { max-width: 75%; } img.mlogo { display: none; } .container { display: flex; flex-direction: column; } .mr_mentor-container .mr_form .mentor-details { display: flex; flex-direction: column; } img.minuscircle { display: none; } .prefer_channels_text{ display: block; color: #cccccc; font-size: 19px; font-weight: 500; line-height: 20px; text-align: center; padding-left: 30px; position: relative; bottom: -15px; } .mentor-welcome_mike { display: none; } } @media all and (max-width:640px) { input { max-width: 200px; } }
src/MentorRegistration/Channels.css
.channels_text { color: #cccccc; font-size: 19px; font-weight: 500; position: relative; bottom: 30px; text-align: center; } .mr_mentor-container { max-width: 768px; width: 100%; padding: 25px 30px; } img.mlogo { width: 55px; height: auto; } .mr_form .mentor-details .Channels_input-box { width: calc(100% / 2 - 20px); } .title { color: #cccccc; font-size: 19px; font-weight: 500; line-height: 20px; text-align: center; padding-bottom: 25px; } .mentor-title { padding: 0 0 0 30px; position: relative; bottom: 24px; } .mr_mentor-container .mr_form .mentor-details { display: flex; flex-wrap: wrap; justify-content: space-between; } .provide-info { color: #cccccc; font-size: 19px; font-weight: 500; text-align: center; margin-top: 55px; position: relative; top: -25px; } a { text-decoration: none; } .Channels_input-box input { background-color: #180126; border-radius: 4px; outline: none; border: #cccccc solid 1px; height: 40px; width: 296px; margin-bottom: 5px; color: #A7C4E0; } .Channels_input-box input { background-image: url(./xvector.png); background-repeat: no-repeat; background-position: right center; background-origin: content-box; padding-right: 10px; } img.minuscircle { position: relative; top: 7px; left: 5px; height: auto; } .details { color: white; font-size: 14px; font-weight: 700; } ::placeholder { color: #A7C4E0; padding: 0 5px; } .conclude-btn{ display: block; width: 296px; height: 40px; border-radius: 50px; background-color: #ffc914; color: #180126; font-size: 14px; font-weight: 700; border: none; margin: 0 auto; position: relative; top: 60px; } .already-registered a { color: #ffc914; text-decoration: none; font-size: 14px; font-weight: 700; position: relative; top: 90px; display: flex; justify-content: center; } .details { text-align: left; } .more_channels { color: #ffc914; font-size: 14px; font-weight: 400; text-align: center; position: relative; top: 30px; } .mentor-welcome_mike { color: #cccccc; font-size: 19px; font-weight: 500; line-height: 20px; text-align: center; padding-left: 30px; position: relative; bottom: -8px; } .prefer_channels_text { display: none; } @media all and (max-width:440px) { .title_container { max-width: 75%; } img.mlogo { display: none; } .container { display: flex; flex-direction: column; } .mr_mentor-container .mr_form .mentor-details { display: flex; flex-direction: column; } img.minuscircle { display: none; } .prefer_channels_text{ display: block; color: #cccccc; font-size: 19px; font-weight: 500; line-height: 20px; text-align: center; padding-left: 30px; position: relative; bottom: -15px; } .mentor-welcome_mike { display: none; } } @media all and (max-width:640px) { input { max-width: 200px; } }
0.539954
0.101322
body { background-color: #e5e5e5 !important; } div#content { display: flex; flex-direction: row; justify-content: space-evenly; align-items: center; margin: 50px 30px 0 30px; padding: 50px 0; border-radius: 7px; background-color: #ffffff; font-family: 'Roboto', sans-serif; } div#content section { padding: 10px; } div#content section h1 { font-size: 30px; color: #333333; } div#content section p { font-size: 20px; color: #555555; } div#content section div.form { margin-top: 40px; padding: 10px; } div.form label { font-size: 20px; color: #333; } div.form div.input { margin: 20px 0; display: flex; flex-direction: row; align-items: center; max-height: 40px; max-width: 600px; } div.form div.input input { box-shadow: none; outline: none; background-color: #f0f0f5; width: 300px; padding: 15px; font-size: 16px; color: #555; border-width: 1px 0 1px 1px; border-style: solid; border-color: #777; border-top-left-radius: 7px; border-bottom-left-radius: 7px; transition: 0.3s; } div.form div.input input:hover { border-color: #333; } div.form div.input input#book:focus { border-width: 1px 0 1px 1px; border-style: solid; border-color: #714abe; } div.form div.input button { box-shadow: none; outline: none; padding: 15px; background-color: #714abe; font-size: 16px; color: #f5f5f5; border-width: 1px 1px 1px 0; border-style: solid; border-color: #714abe; border-top-right-radius: 7px; border-bottom-right-radius: 7px; transition: 0.25s; } div.form div.input button:hover { background-color: #a287d8; border-color: #a287d8; color: #fff; cursor: pointer; } div#links { display: flex; align-items: center; } div#links a { margin-right: 15px; background-color: #714abe; border: 1px solid #714abe; border-color: #714abe; color: #f0f0f5; padding: 10px; border-radius: 5px; transition: 0.3s; } div#links a:hover { background-color: #f0f0f5; transform: scale(1.2); box-sizing: border-box; color: #714abe; } div#icon { position: relative; display: flex; align-items: center; justify-content: center; padding: 10px; } div#icon img { position: absolute; width: 400px; height: 400px; border-radius: 10px; z-index: 1; box-shadow: 1px 1px 5px #333; } div#icon svg { z-index: 9; color: #fff; font-size: 130px; opacity: 0.8; } div.search-book-container { display: flex; background-color: #f0f0f5; align-items: center; justify-content: center; margin: 50px 30px 50px 30px; padding: 50px 0; border-radius: 7px; } div.search-books { font-family: 'Roboto', sans-serif; } div.book-container { display: flex; flex-direction: row; border-radius: 7px; background-color: #fff; } div.info { margin-top: 4px; font-size: 16px; display: flex; flex-direction: row; margin: 0; } div.info p { color: #777; } #good { color: rgba(85, 255, 62, 0.8) !important; margin-left: 3px !important; } #bad { color: rgba(245, 28, 28, 0.8) !important; margin-left: 3px !important; } div#book-image { display: flex; align-items: center; justify-content: center; padding: 20px; } div#book-image img { width: 200px; height: 200px; border-radius: 10px; } div#book-content { margin: 10px 30px 10px 10px; } div#book-content button { display: flex; align-items: center; justify-content: center; margin: 10px 0; padding: 10px; border-radius: 10px; width: 100%; border: 2px solid #714abe; background-color: #714abe; color: #f0f0f5; transition: 0.3s; } div#book-content button:hover { background-color: #f0f0f5; transform: scale(1.15); color: #714abe; } div#book-content h1 { font-size: 20px; margin: 10px 0 5px 0; color: #333; } div#book-content h2 { color: #777; margin: 0; font-weight: lighter; font-size: 16px; } div#book-content p { color: #555; margin: 0; font-size: 16px; } div#book-content div#tags { display: flex; flex-direction: row; margin: 7px 0 7px 0; } div#book-content div#tags p { margin-top: 0; padding: 7px; margin-right: 7px; border-radius: 15px; font-size: 16px; color: #444; background-color: #eee; }
web/src/pages/Home/styles.css
body { background-color: #e5e5e5 !important; } div#content { display: flex; flex-direction: row; justify-content: space-evenly; align-items: center; margin: 50px 30px 0 30px; padding: 50px 0; border-radius: 7px; background-color: #ffffff; font-family: 'Roboto', sans-serif; } div#content section { padding: 10px; } div#content section h1 { font-size: 30px; color: #333333; } div#content section p { font-size: 20px; color: #555555; } div#content section div.form { margin-top: 40px; padding: 10px; } div.form label { font-size: 20px; color: #333; } div.form div.input { margin: 20px 0; display: flex; flex-direction: row; align-items: center; max-height: 40px; max-width: 600px; } div.form div.input input { box-shadow: none; outline: none; background-color: #f0f0f5; width: 300px; padding: 15px; font-size: 16px; color: #555; border-width: 1px 0 1px 1px; border-style: solid; border-color: #777; border-top-left-radius: 7px; border-bottom-left-radius: 7px; transition: 0.3s; } div.form div.input input:hover { border-color: #333; } div.form div.input input#book:focus { border-width: 1px 0 1px 1px; border-style: solid; border-color: #714abe; } div.form div.input button { box-shadow: none; outline: none; padding: 15px; background-color: #714abe; font-size: 16px; color: #f5f5f5; border-width: 1px 1px 1px 0; border-style: solid; border-color: #714abe; border-top-right-radius: 7px; border-bottom-right-radius: 7px; transition: 0.25s; } div.form div.input button:hover { background-color: #a287d8; border-color: #a287d8; color: #fff; cursor: pointer; } div#links { display: flex; align-items: center; } div#links a { margin-right: 15px; background-color: #714abe; border: 1px solid #714abe; border-color: #714abe; color: #f0f0f5; padding: 10px; border-radius: 5px; transition: 0.3s; } div#links a:hover { background-color: #f0f0f5; transform: scale(1.2); box-sizing: border-box; color: #714abe; } div#icon { position: relative; display: flex; align-items: center; justify-content: center; padding: 10px; } div#icon img { position: absolute; width: 400px; height: 400px; border-radius: 10px; z-index: 1; box-shadow: 1px 1px 5px #333; } div#icon svg { z-index: 9; color: #fff; font-size: 130px; opacity: 0.8; } div.search-book-container { display: flex; background-color: #f0f0f5; align-items: center; justify-content: center; margin: 50px 30px 50px 30px; padding: 50px 0; border-radius: 7px; } div.search-books { font-family: 'Roboto', sans-serif; } div.book-container { display: flex; flex-direction: row; border-radius: 7px; background-color: #fff; } div.info { margin-top: 4px; font-size: 16px; display: flex; flex-direction: row; margin: 0; } div.info p { color: #777; } #good { color: rgba(85, 255, 62, 0.8) !important; margin-left: 3px !important; } #bad { color: rgba(245, 28, 28, 0.8) !important; margin-left: 3px !important; } div#book-image { display: flex; align-items: center; justify-content: center; padding: 20px; } div#book-image img { width: 200px; height: 200px; border-radius: 10px; } div#book-content { margin: 10px 30px 10px 10px; } div#book-content button { display: flex; align-items: center; justify-content: center; margin: 10px 0; padding: 10px; border-radius: 10px; width: 100%; border: 2px solid #714abe; background-color: #714abe; color: #f0f0f5; transition: 0.3s; } div#book-content button:hover { background-color: #f0f0f5; transform: scale(1.15); color: #714abe; } div#book-content h1 { font-size: 20px; margin: 10px 0 5px 0; color: #333; } div#book-content h2 { color: #777; margin: 0; font-weight: lighter; font-size: 16px; } div#book-content p { color: #555; margin: 0; font-size: 16px; } div#book-content div#tags { display: flex; flex-direction: row; margin: 7px 0 7px 0; } div#book-content div#tags p { margin-top: 0; padding: 7px; margin-right: 7px; border-radius: 15px; font-size: 16px; color: #444; background-color: #eee; }
0.2763
0.094302
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYZI5FoslwusAsZHK_V0XCI.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXwUvq1pQaUIDqPgpae5ItU.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEET8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSoZI5FoslwusAsZHK_V0XCI.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnwUvq1pQaUIDqPgpae5ItU.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 300; src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxqRhChYxGgJf4PX4Wvk4Rlk.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxsJIfR0j-Hc3mXsqdoe9vx8.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkqs5AeeBmydKTXp2rSeyjU.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkbnXQ06sCSpaytluCdpFnY.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 600; src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxuFqIsTOIrGY5Ms-r8NycUQ.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxrkV11xRSeRSsXvODowCrgc.woff) format('woff'); }
access/css/css.css
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYZI5FoslwusAsZHK_V0XCI.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXwUvq1pQaUIDqPgpae5ItU.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEET8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSoZI5FoslwusAsZHK_V0XCI.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnwUvq1pQaUIDqPgpae5ItU.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 300; src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxqRhChYxGgJf4PX4Wvk4Rlk.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxsJIfR0j-Hc3mXsqdoe9vx8.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkqs5AeeBmydKTXp2rSeyjU.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkbnXQ06sCSpaytluCdpFnY.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 600; src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxuFqIsTOIrGY5Ms-r8NycUQ.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxrkV11xRSeRSsXvODowCrgc.woff) format('woff'); }
0.440951
0.115486
body { font-family: helvetica; margin: 0px; padding: 0px; font-size: 0.9em; color:#047ac4; background-color: #cccccc; } #header h1,#header h3, #header div, #header img { display: inline-block; vertical-align: middle; zoom:1; *display:inline; } #header { border-style: solid; border-color: #047ac4; border-width: 1px; border-top-width: 10px; border-bottom-width: 10px; /*border-top-left-radius: 10px; border-top-right-radius: 10px;*/ } #header h1 { color:#047ac4; margin-top: 35px; text-shadow:3px 3px 1px #eee; margin-bottom: 0px; } #header h3 { margin-top: 0px; color:#029ac4; } #conteiner { width: 800px; margin:0px auto; background-color: #ffffff; } .footer { padding: 15px; background-color: #047ac4; color:#FFFFFF; } .footer a { color:#FCAF17; } .content { padding: 15px; border-style: solid; border-color: #047ac4; border-width: 0px 1px 1px 1px; } .control { display: inline-block; min-width: 250px; text-align:left; vertical-align:text-top; zoom:1; *display:inline; } .led { cursor:pointer; font-size: 0.9em; width:55px; padding: 2px; margin: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display:inline-block; } .led span { width: 17px; height: 17px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color:#FFFFFF; } .led-on { color:#FFFFFF; background-color:#04c495; border: 1px solid #04c495; } .led-on span { margin-left: 15px; display: inline-block; } .led-off { color:#FFFFFF; background-color:#A7A7A7; border: 1px solid #A7A7A7; } .led-off span { margin-right: 5px; display: inline-block; } #led-0.led-on { background-color:#0BC713; color:#000000; border: 1px solid #09580D; } #led-1.led-on { background-color:#FAC52B; color:#000000; border: 1px solid #BB9010; } #led-2.led-on { background-color:#1FC2E2; color:#000000; border: 1px solid #00697E; } .trigger { width:350px; display:inline-block; border: 1px solid #047ac4; padding: 1px; margin: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .trigger span { background-color:#047ac4; width: 0px;; height: 17px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; } .data-rate-plot{ height: 250px; margin: 15px 15px 0px 15px; } .box { color:#FFFFFF; font-size: 0.9em; width:55px; display:inline-block; background-color:#047ac4; border: 1px solid #047ac4; padding: 2px; margin: 5px; text-align:center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .label { width: 170px; display: inline-block; } .label2 { width: 65px; text-align:left; display: inline-block; } .label3 { width: 75px; text-align:left; display: inline-block; }
xdk-asf-3.51.0/thirdparty/lwip/netconn_http_stats_example/data/style.css
body { font-family: helvetica; margin: 0px; padding: 0px; font-size: 0.9em; color:#047ac4; background-color: #cccccc; } #header h1,#header h3, #header div, #header img { display: inline-block; vertical-align: middle; zoom:1; *display:inline; } #header { border-style: solid; border-color: #047ac4; border-width: 1px; border-top-width: 10px; border-bottom-width: 10px; /*border-top-left-radius: 10px; border-top-right-radius: 10px;*/ } #header h1 { color:#047ac4; margin-top: 35px; text-shadow:3px 3px 1px #eee; margin-bottom: 0px; } #header h3 { margin-top: 0px; color:#029ac4; } #conteiner { width: 800px; margin:0px auto; background-color: #ffffff; } .footer { padding: 15px; background-color: #047ac4; color:#FFFFFF; } .footer a { color:#FCAF17; } .content { padding: 15px; border-style: solid; border-color: #047ac4; border-width: 0px 1px 1px 1px; } .control { display: inline-block; min-width: 250px; text-align:left; vertical-align:text-top; zoom:1; *display:inline; } .led { cursor:pointer; font-size: 0.9em; width:55px; padding: 2px; margin: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display:inline-block; } .led span { width: 17px; height: 17px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color:#FFFFFF; } .led-on { color:#FFFFFF; background-color:#04c495; border: 1px solid #04c495; } .led-on span { margin-left: 15px; display: inline-block; } .led-off { color:#FFFFFF; background-color:#A7A7A7; border: 1px solid #A7A7A7; } .led-off span { margin-right: 5px; display: inline-block; } #led-0.led-on { background-color:#0BC713; color:#000000; border: 1px solid #09580D; } #led-1.led-on { background-color:#FAC52B; color:#000000; border: 1px solid #BB9010; } #led-2.led-on { background-color:#1FC2E2; color:#000000; border: 1px solid #00697E; } .trigger { width:350px; display:inline-block; border: 1px solid #047ac4; padding: 1px; margin: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .trigger span { background-color:#047ac4; width: 0px;; height: 17px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; } .data-rate-plot{ height: 250px; margin: 15px 15px 0px 15px; } .box { color:#FFFFFF; font-size: 0.9em; width:55px; display:inline-block; background-color:#047ac4; border: 1px solid #047ac4; padding: 2px; margin: 5px; text-align:center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .label { width: 170px; display: inline-block; } .label2 { width: 65px; text-align:left; display: inline-block; } .label3 { width: 75px; text-align:left; display: inline-block; }
0.207978
0.07117
.display-flex { display: flex; } .margin-0 { margin: 0; } .width-100 { width: 100%; } .text-left { text-align: left; } body { margin: 0px; padding: 0px; background-color: #dad6cf; background-image: url('../img/papirus-texture.jpg'); background-blend-mode: overlay; } #app { position: relative; height: auto !important; margin: 0; } #character-wrapper { position: relative; } #character-wrapper > .row > [class*="col-"] { padding: 16px 32px; } #character-wrapper .box { padding: 15px 0; background-color: #d8d1c59e; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75), inset 3px 3px 10px 0px rgba(0,0,0,0.30); border-radius: 5px; background-image: url('../img/papirus-texture.jpg'); background-blend-mode: overlay; } .header { width: 100%; height: 100%; display: flex; position: relative; } .header img { width: 60px; } .header .title { margin: auto 15px; } .header .bg-triangle { position: absolute; } .relationships { padding-right: 0 10px; } .relationships > .row { height: 52px; margin-top: 10px; } .relationships .character-imagery { padding-left: 0; min-width: 140px; } .relationships .character-imagery .image-wrapper { height: 40px; padding-left: 10px; background: rgb(164,146,126); background: linear-gradient(90deg, rgba(164,146,126,1) 0px, rgba(0,0,0,0) 80px); } .relationships .character-imagery .image-wrapper .zoom-box { position: relative; width: 80px; height: 40px; display: block; float: left; overflow: hidden; } .relationships .character-imagery .image-wrapper .zoom-box img { position: absolute; height: 80px; top: -25px; } .relationships .character-imagery .image-wrapper img { height: 40px; display: block; float: left; } .relationships .character-imagery .line-divider { height: 2px; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: solid; border-bottom-style: solid; border-image-source: linear-gradient(90deg, rgba(125,105,85,1) 50px, rgba(0,0,0,0) 120px); border-image-slice: 1; } .relationships .character-name { position: relative; } .relationships .character-name .diamond-wrapper { position: absolute; left: -10px; top: calc(50% - 5px); } .relationships .character-name .diamond-wrapper .diamond { width: 0; height: 0; border: 5px solid transparent; border-bottom-color: rgba(125,105,85,0.75); position: absolute; top: -5px; } .relationships .character-name .diamond-wrapper .diamond:after { content: ''; position: absolute; left: -5px; top: 5px; width: 0; height: 0; border: 5px solid transparent; border-top-color: rgba(125,105,85,0.75); } .relationships .character-support-level { padding-right: 10px; } .relationships .character-support-level .letter { margin: auto; } .relationships .character-support-level .letter:not(.hidden) { cursor: pointer; } .relationships .character-support-level .letter.hidden { cursor: default; opacity: 0; } #form-wrapper { padding: 0; padding-bottom: 24px; } #form-wrapper label { margin-bottom: 8px; display: inline-block; } #form-wrapper span { text-align: left; } #form-wrapper .row { margin: 0; } #form-wrapper label { padding-top: 24px; }
src/assets/index.css
.display-flex { display: flex; } .margin-0 { margin: 0; } .width-100 { width: 100%; } .text-left { text-align: left; } body { margin: 0px; padding: 0px; background-color: #dad6cf; background-image: url('../img/papirus-texture.jpg'); background-blend-mode: overlay; } #app { position: relative; height: auto !important; margin: 0; } #character-wrapper { position: relative; } #character-wrapper > .row > [class*="col-"] { padding: 16px 32px; } #character-wrapper .box { padding: 15px 0; background-color: #d8d1c59e; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75), inset 3px 3px 10px 0px rgba(0,0,0,0.30); border-radius: 5px; background-image: url('../img/papirus-texture.jpg'); background-blend-mode: overlay; } .header { width: 100%; height: 100%; display: flex; position: relative; } .header img { width: 60px; } .header .title { margin: auto 15px; } .header .bg-triangle { position: absolute; } .relationships { padding-right: 0 10px; } .relationships > .row { height: 52px; margin-top: 10px; } .relationships .character-imagery { padding-left: 0; min-width: 140px; } .relationships .character-imagery .image-wrapper { height: 40px; padding-left: 10px; background: rgb(164,146,126); background: linear-gradient(90deg, rgba(164,146,126,1) 0px, rgba(0,0,0,0) 80px); } .relationships .character-imagery .image-wrapper .zoom-box { position: relative; width: 80px; height: 40px; display: block; float: left; overflow: hidden; } .relationships .character-imagery .image-wrapper .zoom-box img { position: absolute; height: 80px; top: -25px; } .relationships .character-imagery .image-wrapper img { height: 40px; display: block; float: left; } .relationships .character-imagery .line-divider { height: 2px; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: solid; border-bottom-style: solid; border-image-source: linear-gradient(90deg, rgba(125,105,85,1) 50px, rgba(0,0,0,0) 120px); border-image-slice: 1; } .relationships .character-name { position: relative; } .relationships .character-name .diamond-wrapper { position: absolute; left: -10px; top: calc(50% - 5px); } .relationships .character-name .diamond-wrapper .diamond { width: 0; height: 0; border: 5px solid transparent; border-bottom-color: rgba(125,105,85,0.75); position: absolute; top: -5px; } .relationships .character-name .diamond-wrapper .diamond:after { content: ''; position: absolute; left: -5px; top: 5px; width: 0; height: 0; border: 5px solid transparent; border-top-color: rgba(125,105,85,0.75); } .relationships .character-support-level { padding-right: 10px; } .relationships .character-support-level .letter { margin: auto; } .relationships .character-support-level .letter:not(.hidden) { cursor: pointer; } .relationships .character-support-level .letter.hidden { cursor: default; opacity: 0; } #form-wrapper { padding: 0; padding-bottom: 24px; } #form-wrapper label { margin-bottom: 8px; display: inline-block; } #form-wrapper span { text-align: left; } #form-wrapper .row { margin: 0; } #form-wrapper label { padding-top: 24px; }
0.419172
0.067026
@font-face { font-family: Road Rage; src: url("media/Road_Rage.otf") format("opentype"); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Road Rage', sans-serif; line-height: 3; user-select: none; color: #fff; } h1 { font-size: 80px; line-height: 1.5; } .container { height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; } .vid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .vid video { min-width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover; } .vid:after { content: ''; z-index: -5; height: 100%; width: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); position: absolute; } .content { top: 40%; z-index: 5; } .text { /* Change this to 20px with h2 present */ top: 30%; animation: glow .09s ease-in-out infinite alternate; } /* Style buttons */ .btn { background-color: lightseagreen; border: none; color: white; padding: 12px 20px; border-radius: 8px; cursor: pointer; font-size: 20px; } /* Darker background on mouse-over */ .btn:hover { background-color: RoyalBlue; } .buttons { margin: 0 auto; top: 70%; } .socials { list-style: none; display: flex; justify-content: center; align-items: center; } .socials i { /* Change this 30px with h2 present */ margin-top: 30px; padding: 10px; font-size: 3rem; color: hotpink; transform: scale(0.9); } .socials i:hover { transform: scale(1.2); } @keyframes glow { from { text-shadow: 0 0 6px rgba(202, 228, 225, 0.9), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.9); } to { text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 23px rgba(30, 132, 242, 0.84), 0 0 39px rgba(30, 132, 242, 0.88), 0 0 62px rgba(30, 132, 242, 1); } }
INTRUDER/style.css
@font-face { font-family: Road Rage; src: url("media/Road_Rage.otf") format("opentype"); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Road Rage', sans-serif; line-height: 3; user-select: none; color: #fff; } h1 { font-size: 80px; line-height: 1.5; } .container { height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; } .vid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .vid video { min-width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover; } .vid:after { content: ''; z-index: -5; height: 100%; width: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); position: absolute; } .content { top: 40%; z-index: 5; } .text { /* Change this to 20px with h2 present */ top: 30%; animation: glow .09s ease-in-out infinite alternate; } /* Style buttons */ .btn { background-color: lightseagreen; border: none; color: white; padding: 12px 20px; border-radius: 8px; cursor: pointer; font-size: 20px; } /* Darker background on mouse-over */ .btn:hover { background-color: RoyalBlue; } .buttons { margin: 0 auto; top: 70%; } .socials { list-style: none; display: flex; justify-content: center; align-items: center; } .socials i { /* Change this 30px with h2 present */ margin-top: 30px; padding: 10px; font-size: 3rem; color: hotpink; transform: scale(0.9); } .socials i:hover { transform: scale(1.2); } @keyframes glow { from { text-shadow: 0 0 6px rgba(202, 228, 225, 0.9), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.9); } to { text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 23px rgba(30, 132, 242, 0.84), 0 0 39px rgba(30, 132, 242, 0.88), 0 0 62px rgba(30, 132, 242, 1); } }
0.560614
0.086748
.form-control { border-radius: 30px; } .form-control:focus { border-color: #816cfd; } h4 { color: #24ccda; text-transform: uppercase; } h1 { color: #ee3d50; } .popover { border-bottom-color: #e9ecef; border-radius: 4px; border: 1px solid #e9ecef; box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2); } .popover-header { background-color: #ffffff; border-bottom: 1px solid #f1f3f1; color: #25d5e4; } .login-footer a { color: #3862f5; } .modal-content { border: 1px solid #e9ecef; } .modal-header { border-bottom: 1px solid #e9ecef; } .modal-footer { border-top: 1px solid #f1f3f1; } .close { color: #888ea8; } .modal#profileModal .modal-content .rounded-circle, #loginModal .rounded-circle, #registerModal .rounded-circle { border: solid 6px #ffffff0f; box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1); } .modal-components .modal { position: relative; display: block; z-index: 5 } .modal-title { font-size: 14px; color: #e95f2b; font-weight: 600; margin-top: 0; } .modal-heading { color: #3b3f5c; font-size: 1.5rem; } .modal-text { color: #9a9a9a; } /* Tooltips and Popovers */ .tooltip-popovers-content #exampleModalPopovers a { color: #ee3d50; } /* Scrolling-long Content */ .scrolling-long-content .modal-content .modal-header .modal-title { font-size: 16px; color: #ee3d50; } .scrolling-long-content .modal-content .modal-body .instruction strong { color: #3862f5; font-weight: 600; text-transform: uppercase; } .scrolling-long-content .modal-content .modal-body .instruction .description { color: #888ea8; margin-bottom: 30px; margin-top: 6px; } .scrolling-long-content .modal-content .modal-body .instruction .description a { color: #00d1c1; font-weight: normal; } .scrolling-long-content .modal-content .modal-body .instruction .picture img { border-radius: 50% !important; width: 70px; height: 70px; } .scrolling-long-content .modal-content .modal-body > p { color: #3b3f5c; } /* Success Alert */ .success-alert #exampleSuccessAlert .modal-body i { font-size: 90px; color: #00d1c1; } .success-alert #exampleSuccessAlert .modal-body .modal-title { font-size: 22px; color: #e95f2b; } /* Danger Alert */ .danger-alert #exampleDangerAlert .modal-body i { font-size: 90px; color: #ee3d49 } .danger-alert #exampleDangerAlert .modal-body .modal-title { font-size: 18px; color: #25d5e4; } /* Video Container */ .modal-video .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .modal-video .video-container iframe, .modal-video .video-container object, .modal-video .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /*Modal Video*/ .modal-video .modal#videoMedia1 .modal-content, .modal-video .modal#videoMedia2 .modal-content { background-color: transparent; border: none; } .modal-video .modal#videoMedia1 .modal-header, .modal-video .modal#videoMedia2 .modal-header { border-bottom: none; padding: 0; } .modal-video .modal#videoMedia1 .modal-body, .modal-video .modal#videoMedia2 .modal-body { background: #000; } .modal-video .modal#videoMedia1 .modal-header .close, .modal-video .modal#videoMedia2 .modal-header .close { color: #fff!important; opacity: 1; } /* Sign In Model */ .signinModal-content #signinModal .modal-content { border: none; border-radius: 0; } .signinModal-content #signinModal .modal-body { padding: 0 } .signinModal-content #signinModal .modal-body .right-section { background-color: #6156ce } .signinModal-content #signinModal .modal-body h4.form-info-title { color: #fff; margin-top: 87px !important; text-transform: inherit; } .signinModal-content #signinModal .modal-body button { border: none; } .signinModal-content #signinModal .modal-body .modal-title { font-size: 1.5rem; color: #ee3d49 } /* Profile */ .modal#profileModal .modal-content { border: none; background: #816cfd; } .modal#profileModal .modal-content .modal-header { border-bottom: none; } .modal#profileModal .modal-content .modal-body p { font-size: 1rem; color: #fff; } .modal#profileModal .modal-content .modal-footer { border: none; } .modal#profileModal .modal-content .modal-footer button { background-color: transparent; box-shadow: none; color: #101038; background-image: linear-gradient(to top, #bdc2e8 0%, #bdc2e8 1%, #e6dee9 100%); border-radius: 4px; } .modal#profileModal .modal-content .modal-footer button:hover, .modal#profileModal .modal-content .modal-footer button:focus { background-color: transparent; box-shadow: none; border-color: transparent; box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3); } /*Login*/ .modal#loginModal .modal-content .modal-body .division { float: none; margin: 0 auto 18px; overflow: hidden; position: relative; text-align: center; width: 100%; color: #07dabf; } .modal#loginModal .modal-content .modal-body .division .line { border-top: 1px solid #07e0c4; position: absolute; top: 10px; width: 34%; } .modal#loginModal .modal-content .modal-body .division .line.line-left { left: 0; } .modal#loginModal .modal-content .modal-body .division .line.line-right { right: 0; } /*Register*/ .modal#registerModal .modal-content .modal-body .division { float: none; margin: 0 auto 18px; overflow: hidden; position: relative; text-align: center; width: 100%; } .modal#registerModal .modal-content .modal-body .division .line { border-top: 1px solid #07dabf; position: absolute; top: 10px; width: 34%; } .modal#registerModal .modal-content .modal-body .division { color: #07dabf; } .modal#registerModal .modal-content .modal-body .division .line.line-left { left: 0; } .modal#registerModal .modal-content .modal-body .division .line.line-right { right: 0; } /* Slider */ .modal#sliderModal .modal-content { border: 1px solid transparent; background-color: transparent; } .modal#sliderModal .modal-content .modal-body a.carousel-control-prev span.carousel-control-prev-icon { position: absolute; bottom: 14px; left: 7px; background-image: none; color: #3b3f5c; } .modal#sliderModal .modal-content .modal-body a.carousel-control-next span.carousel-control-next-icon { position: absolute; bottom: 14px; right: 7px; background-image: none; color: #3b3f5c; } .modal#sliderModal .modal-content .modal-body a.carousel-control-prev span.carousel-control-prev-text { position: absolute; bottom: 17px; left: 30px; color: #3b3f5c; } .modal#sliderModal .modal-content .modal-body a.carousel-control-next span.carousel-control-next-text { position: absolute; bottom: 17px; right: 30px; color: #3b3f5c; } .modal#sliderModal .modal-content .modal-body button.close { position: absolute; z-index: 2; right: 16px; top: 13px; opacity: 1; text-shadow: none; } .modal#sliderModal .modal-content .modal-body button.close:hover { color: #e9ecef; } .carousel-indicators li { background-color: #d3d3d3; } .carousel-indicators .active { background-color: #e95f2b; } /* Advance Modal */ /*Basic*/ .advance-content #basicModal .modal-content .modal-header { border: none } .advance-content #basicModal .modal-content .modal-title { font-size: 1.5rem; color: #000; } .advance-content #basicModal .modal-content .modal-text { color: #768093; } .advance-content #basicModal .modal-content .modal-footer { border: none } /*Advance*/ .advance-content #standardModal .modal-content .modal-header { border: none } .advance-content #standardModal .modal-content .modal-header i { font-size: 1.9em; background-color: #e9ecef; padding: 13px; border-radius: 50%; } .advance-content #standardModal .modal-content .modal-title { font-size: 1.5rem; color: #000; } .advance-content #standardModal .modal-content .modal-text { color: #768093; } .advance-content #standardModal .modal-content .modal-footer { border: none } /* Nifty Modals */ .nifty-modals .btn-block { width: 90%; } @media (max-width: 991px) { /* Sign In Model */ .signinModal-content #signinModal .modal-body h4.form-info-title { margin-top: 150px !important; } } @media (max-width: 575px) { /* Sign In Model */ .signinModal-content #signinModal .modal-body h4.form-info-title { margin-top: 0px !important; } .signinModal-content #signinModal .modal-body { padding: 0px 15px 0 15px; } }
admin/assets/css/ui-kit/custom-modal.css
.form-control { border-radius: 30px; } .form-control:focus { border-color: #816cfd; } h4 { color: #24ccda; text-transform: uppercase; } h1 { color: #ee3d50; } .popover { border-bottom-color: #e9ecef; border-radius: 4px; border: 1px solid #e9ecef; box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2); } .popover-header { background-color: #ffffff; border-bottom: 1px solid #f1f3f1; color: #25d5e4; } .login-footer a { color: #3862f5; } .modal-content { border: 1px solid #e9ecef; } .modal-header { border-bottom: 1px solid #e9ecef; } .modal-footer { border-top: 1px solid #f1f3f1; } .close { color: #888ea8; } .modal#profileModal .modal-content .rounded-circle, #loginModal .rounded-circle, #registerModal .rounded-circle { border: solid 6px #ffffff0f; box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1); } .modal-components .modal { position: relative; display: block; z-index: 5 } .modal-title { font-size: 14px; color: #e95f2b; font-weight: 600; margin-top: 0; } .modal-heading { color: #3b3f5c; font-size: 1.5rem; } .modal-text { color: #9a9a9a; } /* Tooltips and Popovers */ .tooltip-popovers-content #exampleModalPopovers a { color: #ee3d50; } /* Scrolling-long Content */ .scrolling-long-content .modal-content .modal-header .modal-title { font-size: 16px; color: #ee3d50; } .scrolling-long-content .modal-content .modal-body .instruction strong { color: #3862f5; font-weight: 600; text-transform: uppercase; } .scrolling-long-content .modal-content .modal-body .instruction .description { color: #888ea8; margin-bottom: 30px; margin-top: 6px; } .scrolling-long-content .modal-content .modal-body .instruction .description a { color: #00d1c1; font-weight: normal; } .scrolling-long-content .modal-content .modal-body .instruction .picture img { border-radius: 50% !important; width: 70px; height: 70px; } .scrolling-long-content .modal-content .modal-body > p { color: #3b3f5c; } /* Success Alert */ .success-alert #exampleSuccessAlert .modal-body i { font-size: 90px; color: #00d1c1; } .success-alert #exampleSuccessAlert .modal-body .modal-title { font-size: 22px; color: #e95f2b; } /* Danger Alert */ .danger-alert #exampleDangerAlert .modal-body i { font-size: 90px; color: #ee3d49 } .danger-alert #exampleDangerAlert .modal-body .modal-title { font-size: 18px; color: #25d5e4; } /* Video Container */ .modal-video .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .modal-video .video-container iframe, .modal-video .video-container object, .modal-video .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /*Modal Video*/ .modal-video .modal#videoMedia1 .modal-content, .modal-video .modal#videoMedia2 .modal-content { background-color: transparent; border: none; } .modal-video .modal#videoMedia1 .modal-header, .modal-video .modal#videoMedia2 .modal-header { border-bottom: none; padding: 0; } .modal-video .modal#videoMedia1 .modal-body, .modal-video .modal#videoMedia2 .modal-body { background: #000; } .modal-video .modal#videoMedia1 .modal-header .close, .modal-video .modal#videoMedia2 .modal-header .close { color: #fff!important; opacity: 1; } /* Sign In Model */ .signinModal-content #signinModal .modal-content { border: none; border-radius: 0; } .signinModal-content #signinModal .modal-body { padding: 0 } .signinModal-content #signinModal .modal-body .right-section { background-color: #6156ce } .signinModal-content #signinModal .modal-body h4.form-info-title { color: #fff; margin-top: 87px !important; text-transform: inherit; } .signinModal-content #signinModal .modal-body button { border: none; } .signinModal-content #signinModal .modal-body .modal-title { font-size: 1.5rem; color: #ee3d49 } /* Profile */ .modal#profileModal .modal-content { border: none; background: #816cfd; } .modal#profileModal .modal-content .modal-header { border-bottom: none; } .modal#profileModal .modal-content .modal-body p { font-size: 1rem; color: #fff; } .modal#profileModal .modal-content .modal-footer { border: none; } .modal#profileModal .modal-content .modal-footer button { background-color: transparent; box-shadow: none; color: #101038; background-image: linear-gradient(to top, #bdc2e8 0%, #bdc2e8 1%, #e6dee9 100%); border-radius: 4px; } .modal#profileModal .modal-content .modal-footer button:hover, .modal#profileModal .modal-content .modal-footer button:focus { background-color: transparent; box-shadow: none; border-color: transparent; box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3); } /*Login*/ .modal#loginModal .modal-content .modal-body .division { float: none; margin: 0 auto 18px; overflow: hidden; position: relative; text-align: center; width: 100%; color: #07dabf; } .modal#loginModal .modal-content .modal-body .division .line { border-top: 1px solid #07e0c4; position: absolute; top: 10px; width: 34%; } .modal#loginModal .modal-content .modal-body .division .line.line-left { left: 0; } .modal#loginModal .modal-content .modal-body .division .line.line-right { right: 0; } /*Register*/ .modal#registerModal .modal-content .modal-body .division { float: none; margin: 0 auto 18px; overflow: hidden; position: relative; text-align: center; width: 100%; } .modal#registerModal .modal-content .modal-body .division .line { border-top: 1px solid #07dabf; position: absolute; top: 10px; width: 34%; } .modal#registerModal .modal-content .modal-body .division { color: #07dabf; } .modal#registerModal .modal-content .modal-body .division .line.line-left { left: 0; } .modal#registerModal .modal-content .modal-body .division .line.line-right { right: 0; } /* Slider */ .modal#sliderModal .modal-content { border: 1px solid transparent; background-color: transparent; } .modal#sliderModal .modal-content .modal-body a.carousel-control-prev span.carousel-control-prev-icon { position: absolute; bottom: 14px; left: 7px; background-image: none; color: #3b3f5c; } .modal#sliderModal .modal-content .modal-body a.carousel-control-next span.carousel-control-next-icon { position: absolute; bottom: 14px; right: 7px; background-image: none; color: #3b3f5c; } .modal#sliderModal .modal-content .modal-body a.carousel-control-prev span.carousel-control-prev-text { position: absolute; bottom: 17px; left: 30px; color: #3b3f5c; } .modal#sliderModal .modal-content .modal-body a.carousel-control-next span.carousel-control-next-text { position: absolute; bottom: 17px; right: 30px; color: #3b3f5c; } .modal#sliderModal .modal-content .modal-body button.close { position: absolute; z-index: 2; right: 16px; top: 13px; opacity: 1; text-shadow: none; } .modal#sliderModal .modal-content .modal-body button.close:hover { color: #e9ecef; } .carousel-indicators li { background-color: #d3d3d3; } .carousel-indicators .active { background-color: #e95f2b; } /* Advance Modal */ /*Basic*/ .advance-content #basicModal .modal-content .modal-header { border: none } .advance-content #basicModal .modal-content .modal-title { font-size: 1.5rem; color: #000; } .advance-content #basicModal .modal-content .modal-text { color: #768093; } .advance-content #basicModal .modal-content .modal-footer { border: none } /*Advance*/ .advance-content #standardModal .modal-content .modal-header { border: none } .advance-content #standardModal .modal-content .modal-header i { font-size: 1.9em; background-color: #e9ecef; padding: 13px; border-radius: 50%; } .advance-content #standardModal .modal-content .modal-title { font-size: 1.5rem; color: #000; } .advance-content #standardModal .modal-content .modal-text { color: #768093; } .advance-content #standardModal .modal-content .modal-footer { border: none } /* Nifty Modals */ .nifty-modals .btn-block { width: 90%; } @media (max-width: 991px) { /* Sign In Model */ .signinModal-content #signinModal .modal-body h4.form-info-title { margin-top: 150px !important; } } @media (max-width: 575px) { /* Sign In Model */ .signinModal-content #signinModal .modal-body h4.form-info-title { margin-top: 0px !important; } .signinModal-content #signinModal .modal-body { padding: 0px 15px 0 15px; } }
0.284974
0.053874
body{ font-size: 0.9rem; } .icon--calendar { font-size: 15px; } #particles-js { width: 100%; height: 100%; } .ps-absolut { position: absolute; } .bg--segundaria { background: #f9f9f9; } .list-none { list-style: none; } .bg--elementos { background: #ececec; } .bg--elementouno { background: #ffffff; } .bg--btnuno { background: #dd373e; color: white; } .usuario_imagen { width: 40px; margin: 0 0 0 1em; } .usuario--nombre { font-size: 15px; font-weight: bold; color: white; } .usuario--nombre--dark { font-size: 15px; font-weight: bold; color: black; } .usuario--paquete--dark { font-size: 14px; color: black; } .usuario--paquete { font-size: 14px; color: white; } .header { background: url("../img/fondoheader.png"); background-repeat: no-repeat; background-size: cover; height: 100vh; } .header__modulo { background: url("../img/fondoheader.png"); background-repeat: no-repeat; background-size: cover; height: 50vh; } .navbar-pri a { color: white; font-weight: 600; } .navbar-pri a:hover { background: #dd373e; color: white; } .header_contenido { width: 95%; } .header--titulo__rojo { color: #dd373e; } .header--titulo { color: white; font-weight: bold; text-align: center; } .header--subtitulo { color: white; text-align: center; } .header--btnaccion { padding: 10px 30px; border: solid 0.5px; border-color: white; border-radius: 10px; color: white; font-weight: bold; } .header--btnaccion:hover { background: white; color: #dd373e; } .mdinformaticon--titulo { color: #dd373e; font-weight: bold; font-size: 25px; } .mdinformation--titulo__aditivo { background: #dd373e; width: 299px; height: 7px; margin-bottom: 1em; } .modulo__cabeza { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; } .modulo--titulo { color: #dd373e; font-size: 25px; } .modulo--titulo__aditivo { background: #dd373e; text-align: center; width: 100px; height: 7px; margin-bottom: 1em; } .modulo__logos { margin: 2em 0 0 0; } .logo--img { width: 100px; } /* -------------- */ .resultado__titulo{ color: #5A5A5A; font-size: 14px; } .resultado__dato{ font-size: 12px; } .resultado__dato--resaltar{ color: #17a2b8 !important; font-size: 12px; font-weight: 400; } /* Comensamos a hacer los indicadores de medicion */ @media (max-width: 576px) { } @media (max-width: 768px) { .navbar-nav { background: #ffffffb3; } .navbar-nav a { color: black; } } .paquete { display: flex; flex-direction: column; align-items: center; } .paquete--titulo { color: #116fa3; } .paquete__precio { margin: 1em 0 1em 0; display: flex; flex-direction: column; align-items: center; } .precio--numero { font-weight: bold; } .precio--duracion { align-items: center; font-size: 15px; } .paquete__contenido { display: flex; flex-direction: column; align-items: center; list-style: none; } .paquete__accion { margin: 2em 0 0 0; } .accion--boton { background: #dd373e; color: white; padding: 0.5em 1em; } @media (max-width: 992px) { } .modulo__footer { display: flex; flex-direction: column; align-items: center; color: white; } /* modificacon los recursos originales de bootstrap */ .navbar-pri .navbar-toggler-icon { background: url("../img/icon/menu.png"); background-repeat: no-repeat; background-size: cover; } .navbar-light .navbar-toggler { border-color: white; } .navbar-nav { padding: 0 0 0 2em; } .modulo__formulario { width: 600px; background: white; } /* EN ESTE PUNTO LOS ESTYLOS PARA LAS BUSQUEDAS */ .modulo__header--busqueda { background: url("../img/fdprodutos.png"); background-repeat: no-repeat; background-size: cover; } .modulo__header--busquedaexportador { background: url("../img/fbexportador.png"); background-repeat: no-repeat; background-size: cover; } .modulo__header--busquedaimrpotador { background: url("../img/fbimportador.png"); background-repeat: no-repeat; background-size: cover; } .menu--link { text-transform: uppercase; font-size: 12px; font-weight: bolder; letter-spacing: 1px; } .graf-estad{ margin-top: 20px; }
public/css/main.css
body{ font-size: 0.9rem; } .icon--calendar { font-size: 15px; } #particles-js { width: 100%; height: 100%; } .ps-absolut { position: absolute; } .bg--segundaria { background: #f9f9f9; } .list-none { list-style: none; } .bg--elementos { background: #ececec; } .bg--elementouno { background: #ffffff; } .bg--btnuno { background: #dd373e; color: white; } .usuario_imagen { width: 40px; margin: 0 0 0 1em; } .usuario--nombre { font-size: 15px; font-weight: bold; color: white; } .usuario--nombre--dark { font-size: 15px; font-weight: bold; color: black; } .usuario--paquete--dark { font-size: 14px; color: black; } .usuario--paquete { font-size: 14px; color: white; } .header { background: url("../img/fondoheader.png"); background-repeat: no-repeat; background-size: cover; height: 100vh; } .header__modulo { background: url("../img/fondoheader.png"); background-repeat: no-repeat; background-size: cover; height: 50vh; } .navbar-pri a { color: white; font-weight: 600; } .navbar-pri a:hover { background: #dd373e; color: white; } .header_contenido { width: 95%; } .header--titulo__rojo { color: #dd373e; } .header--titulo { color: white; font-weight: bold; text-align: center; } .header--subtitulo { color: white; text-align: center; } .header--btnaccion { padding: 10px 30px; border: solid 0.5px; border-color: white; border-radius: 10px; color: white; font-weight: bold; } .header--btnaccion:hover { background: white; color: #dd373e; } .mdinformaticon--titulo { color: #dd373e; font-weight: bold; font-size: 25px; } .mdinformation--titulo__aditivo { background: #dd373e; width: 299px; height: 7px; margin-bottom: 1em; } .modulo__cabeza { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; } .modulo--titulo { color: #dd373e; font-size: 25px; } .modulo--titulo__aditivo { background: #dd373e; text-align: center; width: 100px; height: 7px; margin-bottom: 1em; } .modulo__logos { margin: 2em 0 0 0; } .logo--img { width: 100px; } /* -------------- */ .resultado__titulo{ color: #5A5A5A; font-size: 14px; } .resultado__dato{ font-size: 12px; } .resultado__dato--resaltar{ color: #17a2b8 !important; font-size: 12px; font-weight: 400; } /* Comensamos a hacer los indicadores de medicion */ @media (max-width: 576px) { } @media (max-width: 768px) { .navbar-nav { background: #ffffffb3; } .navbar-nav a { color: black; } } .paquete { display: flex; flex-direction: column; align-items: center; } .paquete--titulo { color: #116fa3; } .paquete__precio { margin: 1em 0 1em 0; display: flex; flex-direction: column; align-items: center; } .precio--numero { font-weight: bold; } .precio--duracion { align-items: center; font-size: 15px; } .paquete__contenido { display: flex; flex-direction: column; align-items: center; list-style: none; } .paquete__accion { margin: 2em 0 0 0; } .accion--boton { background: #dd373e; color: white; padding: 0.5em 1em; } @media (max-width: 992px) { } .modulo__footer { display: flex; flex-direction: column; align-items: center; color: white; } /* modificacon los recursos originales de bootstrap */ .navbar-pri .navbar-toggler-icon { background: url("../img/icon/menu.png"); background-repeat: no-repeat; background-size: cover; } .navbar-light .navbar-toggler { border-color: white; } .navbar-nav { padding: 0 0 0 2em; } .modulo__formulario { width: 600px; background: white; } /* EN ESTE PUNTO LOS ESTYLOS PARA LAS BUSQUEDAS */ .modulo__header--busqueda { background: url("../img/fdprodutos.png"); background-repeat: no-repeat; background-size: cover; } .modulo__header--busquedaexportador { background: url("../img/fbexportador.png"); background-repeat: no-repeat; background-size: cover; } .modulo__header--busquedaimrpotador { background: url("../img/fbimportador.png"); background-repeat: no-repeat; background-size: cover; } .menu--link { text-transform: uppercase; font-size: 12px; font-weight: bolder; letter-spacing: 1px; } .graf-estad{ margin-top: 20px; }
0.415373
0.139133
body { font-family: 'Montserrat', sans-serif; line-height: 1.6; margin: 0; min-height: 100vh; } * { box-sizing: border-box; } .headerSpacer { margin: 2em; } .simpleDisplay table { border: 2px solid #CCCCCC; width: 97em; } .simpleDisplay table td, .simpleDisplay table th { border: 1px solid #CCC; border-collapse: collapse; padding: 1em; font-family: Tahoma, sans-serif; } .simpleDisplay table tr:nth-of-type(2n + 2) { background-color: #ECF7FF; } .simpleDisplay table td:nth-of-type(1) { width: 5em; text-align: center; } .simpleDisplay table th { font-size: 10pt; background-color: #DDE9FF; } .simpleDisplay table td { font-size: 8pt; } #debugBox { position: fixed; z-index: 1000; left: 2%; top: 2%; background-color: #FAA; min-width: 40em; max-width: 60em; min-height: 20em; max-height: 40em; overflow: scroll; } #components table td:nth-of-type(1), #components table th:nth-of-type(1) { width: 4em; text-align: center; } #components table td:nth-of-type(2), #components table th:nth-of-type(2) { width: 8em; text-align: center; } #components table td { font-size: 7pt; padding: .1em; } /* this gets the tabs setup */ article.tabs { position: relative; display: block; width: 100em; height: 50em; margin: 2em auto; } article.tabs section { position: absolute; display: block; top: 3em; left: 0; right: 0; height: 48em; padding: 10px 20px; background-color: #ddd; z-index: 0; color: black; } article.tabs section .tab-content { display: none; } article.tabs section:last-child { z-index: 1; color: #333; background-color: #fff; } article.tabs section:last-child .tab-content { display: block; } article.tabs section h2 { position: absolute; font-size: .8em; font-weight: normal; width: 8em; height: 1.8em; top: -1.8em; left: 10px; padding: 0; margin: 0; color: #999; background-color: #ECF7FF; border-radius: 5px 5px 0 0; } article.tabs section:nth-child(1) h2 { left: 0em; } article.tabs section:nth-child(2) h2 { left: 8.25em; } article.tabs section:nth-child(3) h2 { left: 16.5em; } article.tabs section:nth-child(4) h2 { left: 24.75em; } article.tabs section:nth-child(5) h2 { left: 33em; } article.tabs section:nth-child(6) h2 { left: 41.25em; } article.tabs section:nth-child(7) h2 { left: 49.5em; } article.tabs section:nth-child(8) h2 { left: 57.75em; } article.tabs section:nth-child(9) h2 { left: 66em; } article.tabs section:nth-child(10) h2 { left: 74.25em; } article.tabs section:nth-child(11) h2 { left: 82.5em; } article.tabs section:nth-child(12) h2 { left: 90.75em; } article.tabs section:nth-child(13) h2 { left: 99em; } article.tabs section:nth-child(14) h2 { left: 107.25em; } article.tabs section:nth-child(15) h2 { left: 115.5em; } article.tabs section h2 a { display: block; width: 100%; line-height: 1.8em; text-align: center; text-decoration: none; color: inherit; outline: 0 none; } article.tabs section:target, article.tabs section:target h2 { color: #333; background-color: #fff; z-index: 2; } article.tabs section:target h2 { background-color: #DDE9FF; } article.tabs section:target .tab-content { display: block; } article.tabs section:target ~ section:last-child h2 { color: #999; } article.tabs section:target ~ section:last-child .tab-content { display: none; } .addGeneral, .addId { max-width: 3em; } .headerTitle { text-transform: capitalize; } .hasOre { background-color: green; } /*menubar stuff */ .header { position: fixed; z-index: 1000; left: 0; top: 0; padding-top: .15em; padding-bottom: .15em; border: 1px solid #a2a2a2; background-color: #ECF7FF; -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.75); -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,0.75); box-shadow: 0 0 14px 0 rgba(0,0,0,0.75); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .header ul { margin: 0; padding: 0; list-style: none; } .header h2, .header h3, .header a { color: #34495e; text-decoration: none; } .header .logo { margin: 0; font-size: 1.25em; } .header .main-nav { margin-top: 5px; } .header .logo a, .header .main-nav a { padding: .25em .37em; text-transform: uppercase; text-align: center; display: block; } .header .main-nav a { color: #34495e; font-size: .95em; } .header .main-nav a:hover { color: #718daa; } /* from the login sytem */ .wrapper{ width: 350px; padding: 20px; } /* ================================= Media Queries ==================================== */ @media (min-width: 769px) { .header, .main-nav { display: flex; } .header { flex-direction: column; align-items: center; width: 100%; margin: 0 auto; } } @media (min-width: 1025px) { .header { flex-direction: row; justify-content: space-between; } }
public/css/default.css
body { font-family: 'Montserrat', sans-serif; line-height: 1.6; margin: 0; min-height: 100vh; } * { box-sizing: border-box; } .headerSpacer { margin: 2em; } .simpleDisplay table { border: 2px solid #CCCCCC; width: 97em; } .simpleDisplay table td, .simpleDisplay table th { border: 1px solid #CCC; border-collapse: collapse; padding: 1em; font-family: Tahoma, sans-serif; } .simpleDisplay table tr:nth-of-type(2n + 2) { background-color: #ECF7FF; } .simpleDisplay table td:nth-of-type(1) { width: 5em; text-align: center; } .simpleDisplay table th { font-size: 10pt; background-color: #DDE9FF; } .simpleDisplay table td { font-size: 8pt; } #debugBox { position: fixed; z-index: 1000; left: 2%; top: 2%; background-color: #FAA; min-width: 40em; max-width: 60em; min-height: 20em; max-height: 40em; overflow: scroll; } #components table td:nth-of-type(1), #components table th:nth-of-type(1) { width: 4em; text-align: center; } #components table td:nth-of-type(2), #components table th:nth-of-type(2) { width: 8em; text-align: center; } #components table td { font-size: 7pt; padding: .1em; } /* this gets the tabs setup */ article.tabs { position: relative; display: block; width: 100em; height: 50em; margin: 2em auto; } article.tabs section { position: absolute; display: block; top: 3em; left: 0; right: 0; height: 48em; padding: 10px 20px; background-color: #ddd; z-index: 0; color: black; } article.tabs section .tab-content { display: none; } article.tabs section:last-child { z-index: 1; color: #333; background-color: #fff; } article.tabs section:last-child .tab-content { display: block; } article.tabs section h2 { position: absolute; font-size: .8em; font-weight: normal; width: 8em; height: 1.8em; top: -1.8em; left: 10px; padding: 0; margin: 0; color: #999; background-color: #ECF7FF; border-radius: 5px 5px 0 0; } article.tabs section:nth-child(1) h2 { left: 0em; } article.tabs section:nth-child(2) h2 { left: 8.25em; } article.tabs section:nth-child(3) h2 { left: 16.5em; } article.tabs section:nth-child(4) h2 { left: 24.75em; } article.tabs section:nth-child(5) h2 { left: 33em; } article.tabs section:nth-child(6) h2 { left: 41.25em; } article.tabs section:nth-child(7) h2 { left: 49.5em; } article.tabs section:nth-child(8) h2 { left: 57.75em; } article.tabs section:nth-child(9) h2 { left: 66em; } article.tabs section:nth-child(10) h2 { left: 74.25em; } article.tabs section:nth-child(11) h2 { left: 82.5em; } article.tabs section:nth-child(12) h2 { left: 90.75em; } article.tabs section:nth-child(13) h2 { left: 99em; } article.tabs section:nth-child(14) h2 { left: 107.25em; } article.tabs section:nth-child(15) h2 { left: 115.5em; } article.tabs section h2 a { display: block; width: 100%; line-height: 1.8em; text-align: center; text-decoration: none; color: inherit; outline: 0 none; } article.tabs section:target, article.tabs section:target h2 { color: #333; background-color: #fff; z-index: 2; } article.tabs section:target h2 { background-color: #DDE9FF; } article.tabs section:target .tab-content { display: block; } article.tabs section:target ~ section:last-child h2 { color: #999; } article.tabs section:target ~ section:last-child .tab-content { display: none; } .addGeneral, .addId { max-width: 3em; } .headerTitle { text-transform: capitalize; } .hasOre { background-color: green; } /*menubar stuff */ .header { position: fixed; z-index: 1000; left: 0; top: 0; padding-top: .15em; padding-bottom: .15em; border: 1px solid #a2a2a2; background-color: #ECF7FF; -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.75); -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,0.75); box-shadow: 0 0 14px 0 rgba(0,0,0,0.75); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .header ul { margin: 0; padding: 0; list-style: none; } .header h2, .header h3, .header a { color: #34495e; text-decoration: none; } .header .logo { margin: 0; font-size: 1.25em; } .header .main-nav { margin-top: 5px; } .header .logo a, .header .main-nav a { padding: .25em .37em; text-transform: uppercase; text-align: center; display: block; } .header .main-nav a { color: #34495e; font-size: .95em; } .header .main-nav a:hover { color: #718daa; } /* from the login sytem */ .wrapper{ width: 350px; padding: 20px; } /* ================================= Media Queries ==================================== */ @media (min-width: 769px) { .header, .main-nav { display: flex; } .header { flex-direction: column; align-items: center; width: 100%; margin: 0 auto; } } @media (min-width: 1025px) { .header { flex-direction: row; justify-content: space-between; } }
0.402275
0.112259
body { padding-top: 90px; } body .navbar-fixed-top { top: 0; } ul.columns-two { list-style-type: none; columns: 2; -webkit-columns: 2; -moz-columns: 2; } ul.columns-three { list-style-type: none; columns: 3; -webkit-columns: 3; -moz-columns: 3; } ul.toggle-tags > li { padding: 3px; } ul.toggle-tags > li > span { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #777; border-radius: 10px; cursor: pointer; } ul.toggle-tags > li > span.selected { background-color: #36612D; } .modal-content .tab-content .tab-pane { padding: 20px; } #container_image_dev { padding: 0; min-height: 200px !important; min-width: 200px !important; border: none !important; text-align: center !important; overflow: visible !important; padding-left: 30px; background-origin: content-box; } #container_image_dev img { border: 1px solid #ddd !important; margin-left: -15px; } #container_image_dev.active > img { background-color: #FFF; } #table-dev > tbody > tr > td:nth-child(3) { white-space: nowrap; max-width: 300px; overflow: hidden; text-overflow: ellipsis; } #add-proj-amenities-list > li { margin-bottom: 5px; } #add-proj-images .form-group, #add-unit-images .form-group { width: 100%; } #add-proj-images-input_list > .MultiFile-label .MultiFile-remove, #add-unit-images-input_list > .MultiFile-label .MultiFile-remove { display: block; font-weight: bold; text-decoration: none; } #add-proj-images-input_list > .MultiFile-label > span > .MultiFile-label, #add-unit-images-input_list > .MultiFile-label > span > .MultiFile-label { display: inline-block; border: 1px solid #DDD; padding: 5px; margin: 5px 5px 0 0; width: 30%; text-align: center; position: relative; overflow: hidden; min-height: 150px; } #add-proj-images-input_list > .MultiFile-label > span > .MultiFile-label:hover, #add-unit-images-input_list > .MultiFile-label > span > .MultiFile-label:hover { border-color: darkgreen; } #add-proj-images-input_list > .MultiFile-label > span > .MultiFile-label .MultiFile-title, #add-unit-images-input_list > .MultiFile-label > span > .MultiFile-label .MultiFile-title { display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #add-proj-images-input_list > .MultiFile-label > span > .MultiFile-label .MultiFile-preview, #add-unit-images-input_list > .MultiFile-label > span > .MultiFile-label .MultiFile-preview { display: inline-block; max-width: 100% !important; max-height: 110px !important; } /*# sourceMappingURL=dashboard.css.map */
public/css/dashboard.css
body { padding-top: 90px; } body .navbar-fixed-top { top: 0; } ul.columns-two { list-style-type: none; columns: 2; -webkit-columns: 2; -moz-columns: 2; } ul.columns-three { list-style-type: none; columns: 3; -webkit-columns: 3; -moz-columns: 3; } ul.toggle-tags > li { padding: 3px; } ul.toggle-tags > li > span { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #777; border-radius: 10px; cursor: pointer; } ul.toggle-tags > li > span.selected { background-color: #36612D; } .modal-content .tab-content .tab-pane { padding: 20px; } #container_image_dev { padding: 0; min-height: 200px !important; min-width: 200px !important; border: none !important; text-align: center !important; overflow: visible !important; padding-left: 30px; background-origin: content-box; } #container_image_dev img { border: 1px solid #ddd !important; margin-left: -15px; } #container_image_dev.active > img { background-color: #FFF; } #table-dev > tbody > tr > td:nth-child(3) { white-space: nowrap; max-width: 300px; overflow: hidden; text-overflow: ellipsis; } #add-proj-amenities-list > li { margin-bottom: 5px; } #add-proj-images .form-group, #add-unit-images .form-group { width: 100%; } #add-proj-images-input_list > .MultiFile-label .MultiFile-remove, #add-unit-images-input_list > .MultiFile-label .MultiFile-remove { display: block; font-weight: bold; text-decoration: none; } #add-proj-images-input_list > .MultiFile-label > span > .MultiFile-label, #add-unit-images-input_list > .MultiFile-label > span > .MultiFile-label { display: inline-block; border: 1px solid #DDD; padding: 5px; margin: 5px 5px 0 0; width: 30%; text-align: center; position: relative; overflow: hidden; min-height: 150px; } #add-proj-images-input_list > .MultiFile-label > span > .MultiFile-label:hover, #add-unit-images-input_list > .MultiFile-label > span > .MultiFile-label:hover { border-color: darkgreen; } #add-proj-images-input_list > .MultiFile-label > span > .MultiFile-label .MultiFile-title, #add-unit-images-input_list > .MultiFile-label > span > .MultiFile-label .MultiFile-title { display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #add-proj-images-input_list > .MultiFile-label > span > .MultiFile-label .MultiFile-preview, #add-unit-images-input_list > .MultiFile-label > span > .MultiFile-label .MultiFile-preview { display: inline-block; max-width: 100% !important; max-height: 110px !important; } /*# sourceMappingURL=dashboard.css.map */
0.306527
0.05634
@charset "UTF-8"; html { overflow: -moz-scrollbars-vertical !important; overflow: scroll !important; } /* CSS Document */ body { font-family: Arial; } h1 { color: #858bac; font-family: "arial"; font-size: 20px; } h2 { color: #858bac; font-family: "arial"; font-size: 20px; } h3 { color: #858bac; font-family: "arial"; font-weight: bold; } h4 { color: #858bac; font-family: "arial"; } p img { border-color: #858bac !important; border-style: solid !important; border-width: 4px !important; } p span { color: #858bac; font-family: "arial"; font-weight: 900; } ul, ol { margin-left: -25px; } li { line-height: 125%; margin-bottom: 0.5em; } .ind_text { margin-left: 1em; } figure img { border-color: #858bac !important; border-style: solid !important; border-width: 4px !important; margin-top: 20px !important; } figure { margin-left: 0; margin-bottom: 2em; } figcaption { font-size: 0.9em; font-style: italic; } .side_by_side { float: left; margin-right: 10px; } section.eg figure img { border: solid 1px black !important; } .img_p_640 { margin-left: 40px; width: 640px; } .img_p_640_table { margin-left: 70px; width: 640px; } /*span colours*/ span.blue { color: #00A0FF; font-weight: normal; } span.green { color: #00A041; font-weight: normal; } span.maroon { color: #7c0000; font-weight: normal; } span.orange { color: #FF8700; font-weight: normal; } span.purple { color: #6400FF; font-weight: normal; } span.red { color: #FF0000; font-weight: normal; } span.brown { color: #73522a; font-weight: normal; } span.grey { color: #7c7c7c; font-weight: normal; } /*icon*/ .icondropcap { border: none; float: left; margin-right: 10px; width: 50px; height: 50px; } /*Example*/ .eg { border: solid #858bac 2px; padding: 10px; width: 620px; } .step { margin-left: 60px; text-indent: -60px; } table { border-collapse: collapse; } td, th { border: 1px solid #999; padding: 0.5rem; text-align: left; } th { background-color: #CED1DE; } .MathJax span { border: 0 none; color: black; display: inline; line-height: normal; margin: 0; padding: 0; position: static; text-decoration: none; vertical-align: 0; } p span { color: black; font-family: Times, serif; font-weight: normal; } img { border-color: #858bac !important; border-style: solid !important; border-width: 4px !important; } p img.img-responsive.icondropcap { border-width: 0 !important; }
daassets_repo/interactivetool/css/tutorial.css
@charset "UTF-8"; html { overflow: -moz-scrollbars-vertical !important; overflow: scroll !important; } /* CSS Document */ body { font-family: Arial; } h1 { color: #858bac; font-family: "arial"; font-size: 20px; } h2 { color: #858bac; font-family: "arial"; font-size: 20px; } h3 { color: #858bac; font-family: "arial"; font-weight: bold; } h4 { color: #858bac; font-family: "arial"; } p img { border-color: #858bac !important; border-style: solid !important; border-width: 4px !important; } p span { color: #858bac; font-family: "arial"; font-weight: 900; } ul, ol { margin-left: -25px; } li { line-height: 125%; margin-bottom: 0.5em; } .ind_text { margin-left: 1em; } figure img { border-color: #858bac !important; border-style: solid !important; border-width: 4px !important; margin-top: 20px !important; } figure { margin-left: 0; margin-bottom: 2em; } figcaption { font-size: 0.9em; font-style: italic; } .side_by_side { float: left; margin-right: 10px; } section.eg figure img { border: solid 1px black !important; } .img_p_640 { margin-left: 40px; width: 640px; } .img_p_640_table { margin-left: 70px; width: 640px; } /*span colours*/ span.blue { color: #00A0FF; font-weight: normal; } span.green { color: #00A041; font-weight: normal; } span.maroon { color: #7c0000; font-weight: normal; } span.orange { color: #FF8700; font-weight: normal; } span.purple { color: #6400FF; font-weight: normal; } span.red { color: #FF0000; font-weight: normal; } span.brown { color: #73522a; font-weight: normal; } span.grey { color: #7c7c7c; font-weight: normal; } /*icon*/ .icondropcap { border: none; float: left; margin-right: 10px; width: 50px; height: 50px; } /*Example*/ .eg { border: solid #858bac 2px; padding: 10px; width: 620px; } .step { margin-left: 60px; text-indent: -60px; } table { border-collapse: collapse; } td, th { border: 1px solid #999; padding: 0.5rem; text-align: left; } th { background-color: #CED1DE; } .MathJax span { border: 0 none; color: black; display: inline; line-height: normal; margin: 0; padding: 0; position: static; text-decoration: none; vertical-align: 0; } p span { color: black; font-family: Times, serif; font-weight: normal; } img { border-color: #858bac !important; border-style: solid !important; border-width: 4px !important; } p img.img-responsive.icondropcap { border-width: 0 !important; }
0.411229
0.112795
@import url('//at.alicdn.com/t/font_1098065_konffd7lp7a.css'); /*组件共用小样式*/ body .ktj-fl{ float: left } body .ktj-fr{ float: right; } body .ktj-pt10{ padding-top: 10px; } body .ktj-pt15{ padding-top: 15px; } body .ktj-pt20{ padding-top: 20px; } body .ktj-ml5{ margin-left: 5px; } body .ktj-ml10{ margin-left: 10px; } body .ktj-mt10{ margin-top: 10px } body .ktj-mt15{ margin-top: 15px } body .ktj-mt20{ margin-top: 20px } body .ktj-mt30{ margin-top: 30px } body .ktj-blank10{ height: 10px; overflow: hidden; } body .ktj-none{ display: none } body .ktj-nomore{ text-align: center; line-height: 40px; color:#b5b5b5 } body .ktj-text-center{ text-align: center; } body .ktj-bg-primary{ background-color:#e64a3b !important } body .ktj-color-primary, body .ktj-color-error{ color:#e64a3b !important } body .ktj-color-link{ color:#4995e3 } body .ktj-color-info{ color:#999 } body .ktj-fz16{ font-size: 16px; } body .ktj-fz18{ font-size: 18px; } body .ktj-fz22{ font-size: 22px; } body .ktj-bg-white{ background-color:#fff } .ktj-nowrap{ height: 20px; line-height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis } /*内容*/ .ktj-content p{ color:#424242 !important; line-height:2 !important; } .ktj-content p, .ktj-content span{ font-size: 14px !important; } .ktj-content img{ max-width:100%; height: auto !important; } .ktj-content__head{ font-size: 14px; font-weight: bold; line-height: 44px } .ktj-tag{ height: 20px; line-height: 20px; display: inline-block; padding: 0 5px; border: 1px solid #e64a3b; color:#e64a3b; border-radius: 4px; } .ktj-input{ height: 20px; line-height: 20px; padding: 7px 0; border: 0px; font-size: 14px; width: 100%; } .ktj-alert{ padding: 10px; background: #f9f9f9; line-height: 22px; color:#666; } .ktj-masked { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.3); top: 0; left: 0; z-index: 99; } /*通用*/ .ktj-line{ position:relative;} .ktj-line:after{ display: block; content: " "; height: 0px; width: 100%; box-sizing: border-box; border-bottom:1px solid #e3e3e3; -webkit-transform: scaleY(0.5); -ms-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%; position: absolute; bottom: 0px; left: 0; right: 0; z-index: 1; } /*组件补充*/ .ktj-list-item__icon{ width: 22px; height: 22px; line-height: 22px; float: left; position: relative; top: 11px; margin-right: 15px; } .ktj-list-item__icon img{ width: 100%; height: 100%; } .ktj-list-item__num{ padding: 0 5px; border-radius:20px; font-size: 14px; color:#fff; background: #e64a3b; height: 20px; line-height: 20px; min-width: 10px; position: relative; top: 12px; } /*选项卡*/ .ktj-tabs__header{ height: 40px; line-height: 40px; font-size: 14px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; } .ktj-tab__item { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; color: #666; position: relative } .ktj-tab__item span { position: relative; display: inline-block; } .ktj-tab__info{ position: absolute; right: -18px; top: 3px; height: 18px; line-height: 18px; background: #e64a3b; color:#fff; font-size: 12px; font-style: normal; min-width: 10px; padding: 0 4px; border-radius: 18px; } .ktj-tab__active_line { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; width: 100%; } /*动画*/ .fade-enter-active, .fade-leave-active { transition: .5s; } .fade-enter, .fade-leave-to { opacity: 0; } .fade-up-enter-active, .fade-up-leave-active { transition: .5s; } .fade-up-enter, .fade-up-leave-to { opacity: 0; transform: translateY(-15px); } .slide-in-up-active, .slide-in-up-leave-active { transition: .5s; } .slide-in-up-enter, .slide-in-up-leave-to { opacity: 0; transform: translateY(150px); }
src/ketangjie-ui/ketangjie-ui.css
@import url('//at.alicdn.com/t/font_1098065_konffd7lp7a.css'); /*组件共用小样式*/ body .ktj-fl{ float: left } body .ktj-fr{ float: right; } body .ktj-pt10{ padding-top: 10px; } body .ktj-pt15{ padding-top: 15px; } body .ktj-pt20{ padding-top: 20px; } body .ktj-ml5{ margin-left: 5px; } body .ktj-ml10{ margin-left: 10px; } body .ktj-mt10{ margin-top: 10px } body .ktj-mt15{ margin-top: 15px } body .ktj-mt20{ margin-top: 20px } body .ktj-mt30{ margin-top: 30px } body .ktj-blank10{ height: 10px; overflow: hidden; } body .ktj-none{ display: none } body .ktj-nomore{ text-align: center; line-height: 40px; color:#b5b5b5 } body .ktj-text-center{ text-align: center; } body .ktj-bg-primary{ background-color:#e64a3b !important } body .ktj-color-primary, body .ktj-color-error{ color:#e64a3b !important } body .ktj-color-link{ color:#4995e3 } body .ktj-color-info{ color:#999 } body .ktj-fz16{ font-size: 16px; } body .ktj-fz18{ font-size: 18px; } body .ktj-fz22{ font-size: 22px; } body .ktj-bg-white{ background-color:#fff } .ktj-nowrap{ height: 20px; line-height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis } /*内容*/ .ktj-content p{ color:#424242 !important; line-height:2 !important; } .ktj-content p, .ktj-content span{ font-size: 14px !important; } .ktj-content img{ max-width:100%; height: auto !important; } .ktj-content__head{ font-size: 14px; font-weight: bold; line-height: 44px } .ktj-tag{ height: 20px; line-height: 20px; display: inline-block; padding: 0 5px; border: 1px solid #e64a3b; color:#e64a3b; border-radius: 4px; } .ktj-input{ height: 20px; line-height: 20px; padding: 7px 0; border: 0px; font-size: 14px; width: 100%; } .ktj-alert{ padding: 10px; background: #f9f9f9; line-height: 22px; color:#666; } .ktj-masked { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.3); top: 0; left: 0; z-index: 99; } /*通用*/ .ktj-line{ position:relative;} .ktj-line:after{ display: block; content: " "; height: 0px; width: 100%; box-sizing: border-box; border-bottom:1px solid #e3e3e3; -webkit-transform: scaleY(0.5); -ms-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%; position: absolute; bottom: 0px; left: 0; right: 0; z-index: 1; } /*组件补充*/ .ktj-list-item__icon{ width: 22px; height: 22px; line-height: 22px; float: left; position: relative; top: 11px; margin-right: 15px; } .ktj-list-item__icon img{ width: 100%; height: 100%; } .ktj-list-item__num{ padding: 0 5px; border-radius:20px; font-size: 14px; color:#fff; background: #e64a3b; height: 20px; line-height: 20px; min-width: 10px; position: relative; top: 12px; } /*选项卡*/ .ktj-tabs__header{ height: 40px; line-height: 40px; font-size: 14px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; } .ktj-tab__item { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; color: #666; position: relative } .ktj-tab__item span { position: relative; display: inline-block; } .ktj-tab__info{ position: absolute; right: -18px; top: 3px; height: 18px; line-height: 18px; background: #e64a3b; color:#fff; font-size: 12px; font-style: normal; min-width: 10px; padding: 0 4px; border-radius: 18px; } .ktj-tab__active_line { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; width: 100%; } /*动画*/ .fade-enter-active, .fade-leave-active { transition: .5s; } .fade-enter, .fade-leave-to { opacity: 0; } .fade-up-enter-active, .fade-up-leave-active { transition: .5s; } .fade-up-enter, .fade-up-leave-to { opacity: 0; transform: translateY(-15px); } .slide-in-up-active, .slide-in-up-leave-active { transition: .5s; } .slide-in-up-enter, .slide-in-up-leave-to { opacity: 0; transform: translateY(150px); }
0.304972
0.07989
.layout-container { margin: 0; padding: 0; width: 100%; height: 100vh; } .top-menu { margin: 0; padding: 0; width: 100%; height: 50px; } .menu-content-container { margin: 0; padding: 0; height: calc(100vh - 50px); } .burgerMenuBtn { display: none !important; } @media (min-width: 1025px) { .left-menu { margin-left: -150px; width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; text-align: right; } .left-menu-open { width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; text-align: right; } .main-content { float: left; height: 100%; width: calc(100% - 50px); overflow-x: hidden; overflow-y: auto; transition: width 0.3s ease-in; } .main-content-menu-open { float: left; height: 100%; width: calc(100% - 200px); overflow-x: hidden; overflow-y: auto; transition: width 0.3s ease-in; } } @media (min-width: 768px) and (max-width: 1024px) { .left-menu { margin-left: -150px; width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; text-align: right; } .left-menu-open { width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; text-align: right; } .main-content { float: left; height: 100%; width: calc(100% - 50px); overflow-x: hidden; overflow-y: auto; transition: width 0.3s ease-in; } .main-content-menu-open { float: left; height: 100%; width: calc(100% - 200px); overflow-x: hidden; overflow-y: auto; transition: width 0.3s ease-in; } } @media (max-width: 767px) { .left-menu { margin-left: -200px; width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; } .left-menu-open { margin-left: 0; width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; } .main-content { float: left; height: 100%; width: calc(100%); transition: width 0.3s ease-in; overflow-x: hidden; overflow-y: auto; } .main-content-menu-open { float: left; height: 100%; width: calc(100% - 200px); transition: width 0.3s ease-in; overflow-x: hidden; overflow-y: auto; } .burgerMenuBtn { display: initial !important; } } .gridBox { border: 1px solid black; background-color: lightgrey; } html, body{ height:100%; }
src/static/css/static-styles.css
.layout-container { margin: 0; padding: 0; width: 100%; height: 100vh; } .top-menu { margin: 0; padding: 0; width: 100%; height: 50px; } .menu-content-container { margin: 0; padding: 0; height: calc(100vh - 50px); } .burgerMenuBtn { display: none !important; } @media (min-width: 1025px) { .left-menu { margin-left: -150px; width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; text-align: right; } .left-menu-open { width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; text-align: right; } .main-content { float: left; height: 100%; width: calc(100% - 50px); overflow-x: hidden; overflow-y: auto; transition: width 0.3s ease-in; } .main-content-menu-open { float: left; height: 100%; width: calc(100% - 200px); overflow-x: hidden; overflow-y: auto; transition: width 0.3s ease-in; } } @media (min-width: 768px) and (max-width: 1024px) { .left-menu { margin-left: -150px; width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; text-align: right; } .left-menu-open { width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; text-align: right; } .main-content { float: left; height: 100%; width: calc(100% - 50px); overflow-x: hidden; overflow-y: auto; transition: width 0.3s ease-in; } .main-content-menu-open { float: left; height: 100%; width: calc(100% - 200px); overflow-x: hidden; overflow-y: auto; transition: width 0.3s ease-in; } } @media (max-width: 767px) { .left-menu { margin-left: -200px; width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; } .left-menu-open { margin-left: 0; width: 200px; height: 100%; float: left; transition: margin-left 0.3s ease-in; } .main-content { float: left; height: 100%; width: calc(100%); transition: width 0.3s ease-in; overflow-x: hidden; overflow-y: auto; } .main-content-menu-open { float: left; height: 100%; width: calc(100% - 200px); transition: width 0.3s ease-in; overflow-x: hidden; overflow-y: auto; } .burgerMenuBtn { display: initial !important; } } .gridBox { border: 1px solid black; background-color: lightgrey; } html, body{ height:100%; }
0.544317
0.101189
:root { /*---------------------------------------------------------------- Colors Most colors in this theme are driven from the following values, meaning that the backgrounds, borders, and various shades are automatically generated for you. - Base color is used for the backgrounds, text and borders. - Accent color is used for links and some interactive elements. The colors use HSL (hue, saturation, lightness) - Hue (0-360 degrees):0 is red, 120 is green, and 240 is blue - Saturation (0-100%):0% is desaturated, 100% is full saturation - Lightness (0-100%):0% is black, 100% is white */ --base-h:0; /* Base hue */ --base-s:0%; /* Base saturation */ --base-d:15%; /* Base lightness Dark Mode - 0 is black */ --base-l:96%; /* Base lightness Light Mode - 100 is white */ --accent-h:201; /* Accent hue */ --accent-s:17%; /* Accent saturation */ --accent-d:60%; /* Accent lightness Dark Mode */ --accent-l:50%; /* Accent lightness Light Mode */ /*---------------------------------------------------------------- Cursor Change this to "pointer" if you like the normal style better */ --cursor:default; /*---------------------------------------------------------------- Font styles /* Preview font */ --text:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; /* Editor font */ --text-editor:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; /* Code font */ --font-monospace:Menlo,SFMono-Regular,Consolas,"Roboto Mono",monospace; /* UI font */ --font-ui:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; /* Sizes, weights, padding */ --font-normal:16px; --font-small:13px; --font-smaller:11px; --font-smallest:10px; --h1:1.375em; --h2:1.250em; --h3:1.125em; --h4:0.97em; --h5:0.85em; --h6:0.85em; --h1-weight:600; --h2-weight:600; --h3-weight:500; --h4-weight:500; --h5-weight:500; --h6-weight:400; --h1-color:var(--text-normal); --h2-color:var(--text-normal); --h3-color:var(--text-normal); --h4-color:var(--text-normal); --h5-color:var(--text-normal); --h6-color:var(--text-muted); --normal-weight:400; /* Switch to 300 if you want thinner default text */ --bold-weight:600; /* Switch to 700 if you want thicker bold text */ --line-width:40rem; /* Maximum characters per line */ --line-height:1.5; --max-width:88%; /* Amount of padding around the text, use 90% for narrower padding */ --nested-padding:3.5%; /* Amount of padding for quotes and transclusions */ --icon-muted:0.5; --border-width:1px; --border-width-alt:1px; --radius-s:2px; --radius-m:5px; --radius-l:10px; --input-height:32px; --header-height:40px; --red:#d04255; --yellow:#e5b567; --green:#a8c373; --orange:#e57e43; --purple:#9e86c8; --pink:#b05279; --cyan:#73bbb2; --blue:#6c99bb; }
snippets/MinTest-1113.css
:root { /*---------------------------------------------------------------- Colors Most colors in this theme are driven from the following values, meaning that the backgrounds, borders, and various shades are automatically generated for you. - Base color is used for the backgrounds, text and borders. - Accent color is used for links and some interactive elements. The colors use HSL (hue, saturation, lightness) - Hue (0-360 degrees):0 is red, 120 is green, and 240 is blue - Saturation (0-100%):0% is desaturated, 100% is full saturation - Lightness (0-100%):0% is black, 100% is white */ --base-h:0; /* Base hue */ --base-s:0%; /* Base saturation */ --base-d:15%; /* Base lightness Dark Mode - 0 is black */ --base-l:96%; /* Base lightness Light Mode - 100 is white */ --accent-h:201; /* Accent hue */ --accent-s:17%; /* Accent saturation */ --accent-d:60%; /* Accent lightness Dark Mode */ --accent-l:50%; /* Accent lightness Light Mode */ /*---------------------------------------------------------------- Cursor Change this to "pointer" if you like the normal style better */ --cursor:default; /*---------------------------------------------------------------- Font styles /* Preview font */ --text:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; /* Editor font */ --text-editor:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; /* Code font */ --font-monospace:Menlo,SFMono-Regular,Consolas,"Roboto Mono",monospace; /* UI font */ --font-ui:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; /* Sizes, weights, padding */ --font-normal:16px; --font-small:13px; --font-smaller:11px; --font-smallest:10px; --h1:1.375em; --h2:1.250em; --h3:1.125em; --h4:0.97em; --h5:0.85em; --h6:0.85em; --h1-weight:600; --h2-weight:600; --h3-weight:500; --h4-weight:500; --h5-weight:500; --h6-weight:400; --h1-color:var(--text-normal); --h2-color:var(--text-normal); --h3-color:var(--text-normal); --h4-color:var(--text-normal); --h5-color:var(--text-normal); --h6-color:var(--text-muted); --normal-weight:400; /* Switch to 300 if you want thinner default text */ --bold-weight:600; /* Switch to 700 if you want thicker bold text */ --line-width:40rem; /* Maximum characters per line */ --line-height:1.5; --max-width:88%; /* Amount of padding around the text, use 90% for narrower padding */ --nested-padding:3.5%; /* Amount of padding for quotes and transclusions */ --icon-muted:0.5; --border-width:1px; --border-width-alt:1px; --radius-s:2px; --radius-m:5px; --radius-l:10px; --input-height:32px; --header-height:40px; --red:#d04255; --yellow:#e5b567; --green:#a8c373; --orange:#e57e43; --purple:#9e86c8; --pink:#b05279; --cyan:#73bbb2; --blue:#6c99bb; }
0.456168
0.216384
:root { --gradient: linear-gradient(90deg, #fff 0%, #fff 100%); --light: #B3DADC; --grey: #000; --color_0: 255,255,255; --color_1: 255,255,255; --color_2: 0,0,0; --color_3: 255,203,5; --color_4: 237,28,36; --color_5: 0,136,203; --color_6: 0,0,0; --color_7: 0,0,0; --color_8: 255,255,255; --color_9: 0,145,255; --color_10: 255,255,255; --color_11: 255,255,255; --color_12: 244,243,242; --color_13: 175,175,175; --color_14: 128,128,128; --color_15: 65,65,65; --color_16: 184,235,232; --color_17: 145,214,211; --color_18: 68,194,188; --color_19: 45,129,125; --color_20: 23,65,63; --color_21: 254,233,189; --color_22: 253,222,156; --color_23: 252,191,58; --color_24: 168,127,39; --color_25: 84,64,19; --color_26: 248,211,173; --color_27: 241,186,132; --color_28: 235,128,21; --color_29: 156,85,14; --color_30: 78,43,7; --color_31: 254,210,202; --color_32: 252,164,149; --color_33: 189,123,112; --color_34: 126,82,74; --color_35: 63,41,37; --font_0: normal normal normal 35px/1.4em wfont_5d22b8_7f34c249fccf47f5b6a6087ab7683cbd,wf_7f34c249fccf47f5b6a6087ab,orig_spectral_bold; --font_1: normal normal normal 15px/1.1em 'lucida sans unicode','lucida grande',sans-serif; --font_2: normal normal normal 16px/1.4em wfont_5d22b8_43244af5edd24b4888757cba8089731b,wf_43244af5edd24b4888757cba8,orig_brandon_grotesque_medium; --font_3: normal normal normal 20px/1.4em wfont_5d22b8_7f34c249fccf47f5b6a6087ab7683cbd,wf_7f34c249fccf47f5b6a6087ab,orig_spectral_bold; --font_4: normal normal bold 16px/1.4em wfont_5d22b8_21124df130974b6f9c58df0e246327cb,wf_21124df130974b6f9c58df0e2,orig_spectral_semibold; --font_5: normal normal normal 28px/1.2em 'lucida sans unicode','lucida grande',sans-serif; --font_6: normal normal normal 20px/1.4em wfont_5d22b8_da9313fe03cf4beaac315b8bfae7e46e,wf_da9313fe03cf4beaac315b8bf,orig_brandon_grotesque_bold_italic; --font_7: normal normal normal 16px/1.4em brandon-grot-w01-light,sans-serif; --font_8: normal normal normal 20px/1.4em wfont_5d22b8_05beb0c6b2344bdab97716db9d41a1c1,wf_05beb0c6b2344bdab97716db9,orig_brandon_grotesque_regular_italic; --font_9: normal normal normal 13px/1.3em 'open sans',sans-serif; --font_10: normal normal normal 12px/1.3em 'open sans',sans-serif; --wix-ads-height: 0px; --wix-ads-top-height: 0px; --site-width: 980px; --above-all-z-index: 100000; --minViewportSize: 320; --maxViewportSize: 1920; } html, body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; scroll-behavior: smooth; } .main-bgcolor { background-image: var(--gradient); } .light-color { color: var(--light) !important; } .grey-bgcolor { background: var(--grey); } h1 { font-family: 'Cormorant Garamond', serif; color: #000; font-weight: 400; font-size: 70px; font-kerning: unset; margin-top: 100px; } h2 { font-family: 'Raleway', sans-serif; font-size: 17px; font-weight: 500; text-transform: uppercase; } .section { padding: 50px 0; } .section-body { padding: 20px 0; display: flex; justify-content: center; } code { font-family: menlo, inconsolata, monospace; font-size: calc(1em - 2px); color: #555; background-color: #000; padding: 0.2em 0.4em; border-radius: 2px; } @media (min-width: 400px) { body { font-size: 16px; } }
static/global.css
:root { --gradient: linear-gradient(90deg, #fff 0%, #fff 100%); --light: #B3DADC; --grey: #000; --color_0: 255,255,255; --color_1: 255,255,255; --color_2: 0,0,0; --color_3: 255,203,5; --color_4: 237,28,36; --color_5: 0,136,203; --color_6: 0,0,0; --color_7: 0,0,0; --color_8: 255,255,255; --color_9: 0,145,255; --color_10: 255,255,255; --color_11: 255,255,255; --color_12: 244,243,242; --color_13: 175,175,175; --color_14: 128,128,128; --color_15: 65,65,65; --color_16: 184,235,232; --color_17: 145,214,211; --color_18: 68,194,188; --color_19: 45,129,125; --color_20: 23,65,63; --color_21: 254,233,189; --color_22: 253,222,156; --color_23: 252,191,58; --color_24: 168,127,39; --color_25: 84,64,19; --color_26: 248,211,173; --color_27: 241,186,132; --color_28: 235,128,21; --color_29: 156,85,14; --color_30: 78,43,7; --color_31: 254,210,202; --color_32: 252,164,149; --color_33: 189,123,112; --color_34: 126,82,74; --color_35: 63,41,37; --font_0: normal normal normal 35px/1.4em wfont_5d22b8_7f34c249fccf47f5b6a6087ab7683cbd,wf_7f34c249fccf47f5b6a6087ab,orig_spectral_bold; --font_1: normal normal normal 15px/1.1em 'lucida sans unicode','lucida grande',sans-serif; --font_2: normal normal normal 16px/1.4em wfont_5d22b8_43244af5edd24b4888757cba8089731b,wf_43244af5edd24b4888757cba8,orig_brandon_grotesque_medium; --font_3: normal normal normal 20px/1.4em wfont_5d22b8_7f34c249fccf47f5b6a6087ab7683cbd,wf_7f34c249fccf47f5b6a6087ab,orig_spectral_bold; --font_4: normal normal bold 16px/1.4em wfont_5d22b8_21124df130974b6f9c58df0e246327cb,wf_21124df130974b6f9c58df0e2,orig_spectral_semibold; --font_5: normal normal normal 28px/1.2em 'lucida sans unicode','lucida grande',sans-serif; --font_6: normal normal normal 20px/1.4em wfont_5d22b8_da9313fe03cf4beaac315b8bfae7e46e,wf_da9313fe03cf4beaac315b8bf,orig_brandon_grotesque_bold_italic; --font_7: normal normal normal 16px/1.4em brandon-grot-w01-light,sans-serif; --font_8: normal normal normal 20px/1.4em wfont_5d22b8_05beb0c6b2344bdab97716db9d41a1c1,wf_05beb0c6b2344bdab97716db9,orig_brandon_grotesque_regular_italic; --font_9: normal normal normal 13px/1.3em 'open sans',sans-serif; --font_10: normal normal normal 12px/1.3em 'open sans',sans-serif; --wix-ads-height: 0px; --wix-ads-top-height: 0px; --site-width: 980px; --above-all-z-index: 100000; --minViewportSize: 320; --maxViewportSize: 1920; } html, body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; scroll-behavior: smooth; } .main-bgcolor { background-image: var(--gradient); } .light-color { color: var(--light) !important; } .grey-bgcolor { background: var(--grey); } h1 { font-family: 'Cormorant Garamond', serif; color: #000; font-weight: 400; font-size: 70px; font-kerning: unset; margin-top: 100px; } h2 { font-family: 'Raleway', sans-serif; font-size: 17px; font-weight: 500; text-transform: uppercase; } .section { padding: 50px 0; } .section-body { padding: 20px 0; display: flex; justify-content: center; } code { font-family: menlo, inconsolata, monospace; font-size: calc(1em - 2px); color: #555; background-color: #000; padding: 0.2em 0.4em; border-radius: 2px; } @media (min-width: 400px) { body { font-size: 16px; } }
0.473901
0.187877
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } .clearfix:before, .clearfix:after { display: table; content: ''; } .clearfix:after { clear: both; } body { background: #2f3238; font-weight: 400; font-size: 1em; font-family: 'Raleway', Arial, sans-serif; } .events123 a { outline: none; color: #3498db; text-decoration: none; } .events123 a:hover,.events123 a:focus { color: #528cb3; } section { padding: 1em; text-align: center; } .content { margin: 0 auto; max-width: 1000px; } .content > h2 { clear: both; margin: 0; padding: 4em 1% 0; color: #484B54; font-weight: 800; font-size: 1.5em; } .content > h2:first-child { padding-top: 0em; } /* Header */ .codrops-header { margin: 0 auto; padding: 4em 1em; text-align: center; } .codrops-header h1 { margin: 0; font-weight: 800; font-size: 4em; line-height: 1.3; } .codrops-header h1 span { display: block; padding: 0 0 0.6em 0.1em; color: #74777b; font-weight: 300; font-size: 45%; } /* Demo links */ .codrops-demos { clear: both; padding: 1em 0 0; text-align: center; } .content + .codrops-demos { padding-top: 5em; } .codrops-demos a { display: inline-block; margin: 0 5px; padding: 1em 1.5em; text-transform: uppercase; font-weight: bold; } .codrops-demos a:hover, .codrops-demos a:focus, .codrops-demos a.current-demo { background: #3c414a; color: #fff; } /* To Navigation Style */ .codrops-top { width: 100%; text-transform: uppercase; font-weight: 800; font-size: 0.69em; line-height: 2.2; } .codrops-top a { display: inline-block; padding: 1em 2em; text-decoration: none; letter-spacing: 1px; } .codrops-top span.right { float: right; } .codrops-top span.right a { display: block; float: left; } .codrops-icon:before { margin: 0 4px; text-transform: none; font-weight: normal; font-style: normal; font-variant: normal; font-family: 'codropsicons'; line-height: 1; speak: none; -webkit-font-smoothing: antialiased; } .codrops-icon-drop:before { content: "\e001"; } .codrops-icon-prev:before { content: "\e004"; } /* Related demos */ .related { clear: both; padding: 6em 1em; font-size: 120%; } .related > a { display: inline-block; margin: 20px 10px; padding: 25px; border: 1px solid #4f7f90; text-align: center; } .related a:hover { border-color: #39545e; } .related a img { max-width: 100%; opacity: 0.8; } .related a:hover img, .related a:active img { opacity: 1; } .related a h3 { margin: 0; padding: 0.5em 0 0.3em; max-width: 300px; text-align: left; } /* Demo ad design */ body #cdawrap { background: none; top: 50px; border: none; } body #cdawrap a { color: #fff !important; } body #cda-remove { color: #fff; } @media screen and (max-width: 25em) { .codrops-header { font-size: 75%; } .codrops-icon span { display: none; } } .grid { position: relative; clear: both; margin: 0 auto; padding: 1em 0 4em; list-style: none; text-align: center; } /* Common style */ .grid figure { position: relative; display: inline-block; overflow: hidden; width: 350px; height: 340px; background: #3085a3; text-align: center; cursor: pointer; } .grid figure img { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 0.8; } .grid figure figcaption { padding: 2em; color: #fff; text-transform: uppercase; font-size: 15px; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .grid figure figcaption::before, .grid figure figcaption::after { pointer-events: none; } .grid figure figcaption, .grid figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Anchor will cover the whole item by default */ /* For some effects it will show as a button */ .grid figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; } .grid figure h2 { font-weight: 300; letter-spacing: 2px; } .grid figure h2 span { font-weight: 800; } .grid figure h2, .grid figure p { margin: 0; } .grid figure p { letter-spacing: 1px; font-size: 16px; } figure.effect-apollo img { opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale3d(1.05,1.05,1); transform: scale3d(1.05,1.05,1); } figure.effect-apollo figcaption::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.5); content: ''; -webkit-transition: -webkit-transform 0.6s; transition: transform 0.6s; -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); } figure.effect-apollo p { position: absolute; font-size: 18px; font-family: arial; font-weight: bold; letter-spacing: 2px; right: 0; bottom: 0; margin: 3em; padding: 0 1em; border-right: 4px solid #fff; text-align: right; opacity: 1; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; } figure.effect-apollo h2 { text-align: left; } figure.effect-apollo:hover img { opacity: 0; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); } figure.effect-apollo:hover figcaption::before { -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); } figure.effect-apollo:hover p { opacity: 1; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; display: none; } figure.effect-apollo:hover h2 { display: none; } #apollo1 { background: url("sdg1.jpg"); background-size: cover; } #apollo2 { background: url("sdg2.jpg"); background-size: cover; } #apollo3 { background: url("sdg3.png"); background-size: cover; } #apollo4 { background: url("sdg4.jpg"); background-size: cover; } #apollo5 { background: url("sdg5.jpg"); background-size: cover; } #apollo6 { background: url("sdg6.jpg"); background-size: cover; } #apollo7 { background: url("sdg7.png"); background-size: cover; } #apollo8 { background: url("sdg8.jpg"); background-size: cover; } #apollo9 { background: url("sdg9.jpg"); background-size: cover; } #apollo10 { background: url("sdg10.png"); background-size: cover; } #apollo11 { background: url("sdg11.jpg"); background-size: cover; } #apollo12 { background: url("sdg12.jpg"); background-size: cover; } #apollo13 { background: url("sdg13.jpg"); background-size: cover; } #apollo14 { background: url("sdg14.jpg"); background-size: cover; } #apollo15 { background: url("sdg15.jpg"); background-size: cover; } #apollo16 { background: url("sdg16.jpg"); background-size: cover; } #apollo17 { background: url("sdg17.png"); background-size: cover; } .download{ background-image: -webkit-linear-gradient(38deg, #3eb0b7, #3eb0b7 50%, #43b8bf 50%, #5adae2 100%); background-image: -moz-linear-gradient(38deg, #4b9efd, #4b9efd 50%, #2196f3 50%, #2196f3 100%); background-image: -o-linear-gradient(38deg, #4b9efd, #4b9efd 50%, #2196f3 50%, #2196f3 100%); background-image: -ms-linear-gradient(38deg, #4b9efd, #4b9efd 50%, #2196f3 50%, #2196f3 100%); background-attachment: fixed; } .download a{ color: white; text-decoration: none; letter-spacing: 5px; font-size: 15px; transition: font-size 0.4s; } .download a:hover{ font-size: 16px; }
styleevents.css
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } .clearfix:before, .clearfix:after { display: table; content: ''; } .clearfix:after { clear: both; } body { background: #2f3238; font-weight: 400; font-size: 1em; font-family: 'Raleway', Arial, sans-serif; } .events123 a { outline: none; color: #3498db; text-decoration: none; } .events123 a:hover,.events123 a:focus { color: #528cb3; } section { padding: 1em; text-align: center; } .content { margin: 0 auto; max-width: 1000px; } .content > h2 { clear: both; margin: 0; padding: 4em 1% 0; color: #484B54; font-weight: 800; font-size: 1.5em; } .content > h2:first-child { padding-top: 0em; } /* Header */ .codrops-header { margin: 0 auto; padding: 4em 1em; text-align: center; } .codrops-header h1 { margin: 0; font-weight: 800; font-size: 4em; line-height: 1.3; } .codrops-header h1 span { display: block; padding: 0 0 0.6em 0.1em; color: #74777b; font-weight: 300; font-size: 45%; } /* Demo links */ .codrops-demos { clear: both; padding: 1em 0 0; text-align: center; } .content + .codrops-demos { padding-top: 5em; } .codrops-demos a { display: inline-block; margin: 0 5px; padding: 1em 1.5em; text-transform: uppercase; font-weight: bold; } .codrops-demos a:hover, .codrops-demos a:focus, .codrops-demos a.current-demo { background: #3c414a; color: #fff; } /* To Navigation Style */ .codrops-top { width: 100%; text-transform: uppercase; font-weight: 800; font-size: 0.69em; line-height: 2.2; } .codrops-top a { display: inline-block; padding: 1em 2em; text-decoration: none; letter-spacing: 1px; } .codrops-top span.right { float: right; } .codrops-top span.right a { display: block; float: left; } .codrops-icon:before { margin: 0 4px; text-transform: none; font-weight: normal; font-style: normal; font-variant: normal; font-family: 'codropsicons'; line-height: 1; speak: none; -webkit-font-smoothing: antialiased; } .codrops-icon-drop:before { content: "\e001"; } .codrops-icon-prev:before { content: "\e004"; } /* Related demos */ .related { clear: both; padding: 6em 1em; font-size: 120%; } .related > a { display: inline-block; margin: 20px 10px; padding: 25px; border: 1px solid #4f7f90; text-align: center; } .related a:hover { border-color: #39545e; } .related a img { max-width: 100%; opacity: 0.8; } .related a:hover img, .related a:active img { opacity: 1; } .related a h3 { margin: 0; padding: 0.5em 0 0.3em; max-width: 300px; text-align: left; } /* Demo ad design */ body #cdawrap { background: none; top: 50px; border: none; } body #cdawrap a { color: #fff !important; } body #cda-remove { color: #fff; } @media screen and (max-width: 25em) { .codrops-header { font-size: 75%; } .codrops-icon span { display: none; } } .grid { position: relative; clear: both; margin: 0 auto; padding: 1em 0 4em; list-style: none; text-align: center; } /* Common style */ .grid figure { position: relative; display: inline-block; overflow: hidden; width: 350px; height: 340px; background: #3085a3; text-align: center; cursor: pointer; } .grid figure img { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 0.8; } .grid figure figcaption { padding: 2em; color: #fff; text-transform: uppercase; font-size: 15px; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .grid figure figcaption::before, .grid figure figcaption::after { pointer-events: none; } .grid figure figcaption, .grid figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Anchor will cover the whole item by default */ /* For some effects it will show as a button */ .grid figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; } .grid figure h2 { font-weight: 300; letter-spacing: 2px; } .grid figure h2 span { font-weight: 800; } .grid figure h2, .grid figure p { margin: 0; } .grid figure p { letter-spacing: 1px; font-size: 16px; } figure.effect-apollo img { opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale3d(1.05,1.05,1); transform: scale3d(1.05,1.05,1); } figure.effect-apollo figcaption::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.5); content: ''; -webkit-transition: -webkit-transform 0.6s; transition: transform 0.6s; -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); } figure.effect-apollo p { position: absolute; font-size: 18px; font-family: arial; font-weight: bold; letter-spacing: 2px; right: 0; bottom: 0; margin: 3em; padding: 0 1em; border-right: 4px solid #fff; text-align: right; opacity: 1; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; } figure.effect-apollo h2 { text-align: left; } figure.effect-apollo:hover img { opacity: 0; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); } figure.effect-apollo:hover figcaption::before { -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); } figure.effect-apollo:hover p { opacity: 1; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; display: none; } figure.effect-apollo:hover h2 { display: none; } #apollo1 { background: url("sdg1.jpg"); background-size: cover; } #apollo2 { background: url("sdg2.jpg"); background-size: cover; } #apollo3 { background: url("sdg3.png"); background-size: cover; } #apollo4 { background: url("sdg4.jpg"); background-size: cover; } #apollo5 { background: url("sdg5.jpg"); background-size: cover; } #apollo6 { background: url("sdg6.jpg"); background-size: cover; } #apollo7 { background: url("sdg7.png"); background-size: cover; } #apollo8 { background: url("sdg8.jpg"); background-size: cover; } #apollo9 { background: url("sdg9.jpg"); background-size: cover; } #apollo10 { background: url("sdg10.png"); background-size: cover; } #apollo11 { background: url("sdg11.jpg"); background-size: cover; } #apollo12 { background: url("sdg12.jpg"); background-size: cover; } #apollo13 { background: url("sdg13.jpg"); background-size: cover; } #apollo14 { background: url("sdg14.jpg"); background-size: cover; } #apollo15 { background: url("sdg15.jpg"); background-size: cover; } #apollo16 { background: url("sdg16.jpg"); background-size: cover; } #apollo17 { background: url("sdg17.png"); background-size: cover; } .download{ background-image: -webkit-linear-gradient(38deg, #3eb0b7, #3eb0b7 50%, #43b8bf 50%, #5adae2 100%); background-image: -moz-linear-gradient(38deg, #4b9efd, #4b9efd 50%, #2196f3 50%, #2196f3 100%); background-image: -o-linear-gradient(38deg, #4b9efd, #4b9efd 50%, #2196f3 50%, #2196f3 100%); background-image: -ms-linear-gradient(38deg, #4b9efd, #4b9efd 50%, #2196f3 50%, #2196f3 100%); background-attachment: fixed; } .download a{ color: white; text-decoration: none; letter-spacing: 5px; font-size: 15px; transition: font-size 0.4s; } .download a:hover{ font-size: 16px; }
0.235548
0.065815
.fondo-contacto{ height: min-content; background-color: var(--secondary-background); padding-top: var(--spacer-xl); } .caja-contacto{ background-color: var(--secondary-background); } .caja-contacto h2{ color: var(--secondary-typo-subtitulos); } .maps-footer-pg{ display: block; } .maps-footer-pp{ display: none; } .maps-pin-icon{ width: 30px; height: auto; } ul, label, .caja-contacto p, .color-letra-maps, .pie-convenios-subtitle h2{ color: var(--primary-background-body1); } .logo-cio img{ width: 180px; height: auto; } .icono-redes{ width: 35px; } .large-screen{ display: block; } .small-screen{ display: none; } svg:hover #fb, svg:hover #ig, svg:hover #lk, svg:hover #fq, svg:hover #ws, svg:hover #pin-maps{ fill: var(--secondary-background-green); transition: .3s ease all; } .linea-maps svg:hover, .mantente-conectado svg:hover{ transform: translateY(-2px); transition: .3s ease all; } .linea-maps{ display: flex; align-items: center; } .pie-terminos a:hover, .linea-maps a:hover, .centro_evaluacion a:hover{ color: var(--secondary-background-green); transition: .3s ease all; } .linea_redes{ display: flex; justify-content: last baseline; align-items: center; gap: 2em; } .mantente-conectado, .quienes-somos, .visita-blog, .trabaja-nosotros, .suscribete-promociones, .lista-menu-rapido, .formas-pago, .pie-terminos, .cont-pie-seguros{ border-top: 1.2px solid var(--border-top); padding-bottom: 1em; } .lista-menu-rapido{ line-height: 2em; } .pie-terminos a:hover, .lista-menu-rapido a:hover, .pie-convenios-subtitle a:hover, .pie-convenios-subtitle h2:hover{ color: var(--secondary-background-green); font-weight: 500; transition: .3s ease all; } .pie-convenios-subtitle svg{ width: 9.5px; } .pie-convenios-subtitle svg:hover{ transform: translateX(5px); transition: .3s ease all; } .pie-convenios-subtitle path:hover{ fill: var(--secondary-background-green); } .formas-pago a, .centro_evaluacion a, .pie-terminos a, .trabaja-nosotros a, .linea-maps a, .lista-menu-rapido a, a:visited, a:hover, a:focus{ color: inherit; text-decoration: none; } .centro_evaluacion, .ubicacion{ padding-bottom: 1.5em; } .pie-terminos{ display: flex; justify-content: space-between; padding-top: var(--spacer-m); } .cont-pie-seguros{ padding-top: .5em; } .pie-seguros img{ width: 80px; height: auto; } .pie-seguros{ display: grid; grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); justify-items: center; padding-top: 1.5em; gap: .5em; align-items: center; } .mantente-conectado h2, .ubicacion h2{ padding-bottom: .8em; } .formas-pago img{ width: 45px; } .linea-formas-pago{ display: grid; grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); justify-items: center; padding-top: 1.5em; gap: .5em; align-items: center; } /* ////////////////FORMULARIO///////////////// */ .correo-form input[type=text], .correo-form input[type=tel], .correo-form input[type=email], .correo-form input[type=date]{ background-color: var(--caja-formulario); border: 1.5px solid var(--border-top); width: 100%; height: var(--spacer-m); appearance: none; -webkit-appearance: none; -ms-appereance: none; -moz-appearance: none; padding: 6px; border-radius: 5px; outline: none; font-family: var(--font-1); } .correo-form input[type=text]:focus, .correo-form input[type=tel]:focus, .correo-form input[type=email]:focus, .correo-form input[type=date]:focus, .correo-form input[type=text]:valid, .correo-form input[type=tel]:valid, .correo-form input[type=email]:valid, .correo-form input[type=date]:valid{ border: none; background-color: var(--primary-background-body); } .suscribete-promociones input[type=checkbox]:checked + label{ font-weight: 500; } .check-condiciones{ padding-top: var(--spacer-s); } .suscribete-promociones select{ font-family: inherit; color: inherit; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; } .boton-enviar-pie{ padding-top: var(--spacer-s); border: 0; text-transform: uppercase; letter-spacing: 0.06em; background-color: transparent; border-radius: var(--spacer-xs); color: var(--secondary-typo-subtitulos); font-weight: 500; font-family: var(--font-1); font-size: var(--text-contenido-simple); text-align: left; transition: .2s ease all; } .centra-submit{ display: flex; justify-content: start; } .boton-enviar-pie:hover{ cursor: pointer; font-weight: 600; } /* ////////////////////////MEDIA QUERYS/////////////////// */ @media (max-width: 1350px){ .caja-contacto p{ text-align: justify; } } @media (max-width: 900px){ .fondo-contacto{ padding-top: var(--spacer-s); } .large-screen{ display: none; } .small-screen{ display: block; } } @media (max-width: 700px){ .pie-terminos{ flex-direction: column; text-align: center; } .pie-seguros img{ width: 70px; } } @media (max-width: 500px){ .pie-seguros img{ width: 65px; } .maps-footer-pg{ display: none; } .maps-footer-pp{ display: block; } } @media (max-width: 320px){ .fondo-contacto{ padding-top: var(--spacer-xs); } }
src/assets/styles/layout/footer.css
.fondo-contacto{ height: min-content; background-color: var(--secondary-background); padding-top: var(--spacer-xl); } .caja-contacto{ background-color: var(--secondary-background); } .caja-contacto h2{ color: var(--secondary-typo-subtitulos); } .maps-footer-pg{ display: block; } .maps-footer-pp{ display: none; } .maps-pin-icon{ width: 30px; height: auto; } ul, label, .caja-contacto p, .color-letra-maps, .pie-convenios-subtitle h2{ color: var(--primary-background-body1); } .logo-cio img{ width: 180px; height: auto; } .icono-redes{ width: 35px; } .large-screen{ display: block; } .small-screen{ display: none; } svg:hover #fb, svg:hover #ig, svg:hover #lk, svg:hover #fq, svg:hover #ws, svg:hover #pin-maps{ fill: var(--secondary-background-green); transition: .3s ease all; } .linea-maps svg:hover, .mantente-conectado svg:hover{ transform: translateY(-2px); transition: .3s ease all; } .linea-maps{ display: flex; align-items: center; } .pie-terminos a:hover, .linea-maps a:hover, .centro_evaluacion a:hover{ color: var(--secondary-background-green); transition: .3s ease all; } .linea_redes{ display: flex; justify-content: last baseline; align-items: center; gap: 2em; } .mantente-conectado, .quienes-somos, .visita-blog, .trabaja-nosotros, .suscribete-promociones, .lista-menu-rapido, .formas-pago, .pie-terminos, .cont-pie-seguros{ border-top: 1.2px solid var(--border-top); padding-bottom: 1em; } .lista-menu-rapido{ line-height: 2em; } .pie-terminos a:hover, .lista-menu-rapido a:hover, .pie-convenios-subtitle a:hover, .pie-convenios-subtitle h2:hover{ color: var(--secondary-background-green); font-weight: 500; transition: .3s ease all; } .pie-convenios-subtitle svg{ width: 9.5px; } .pie-convenios-subtitle svg:hover{ transform: translateX(5px); transition: .3s ease all; } .pie-convenios-subtitle path:hover{ fill: var(--secondary-background-green); } .formas-pago a, .centro_evaluacion a, .pie-terminos a, .trabaja-nosotros a, .linea-maps a, .lista-menu-rapido a, a:visited, a:hover, a:focus{ color: inherit; text-decoration: none; } .centro_evaluacion, .ubicacion{ padding-bottom: 1.5em; } .pie-terminos{ display: flex; justify-content: space-between; padding-top: var(--spacer-m); } .cont-pie-seguros{ padding-top: .5em; } .pie-seguros img{ width: 80px; height: auto; } .pie-seguros{ display: grid; grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); justify-items: center; padding-top: 1.5em; gap: .5em; align-items: center; } .mantente-conectado h2, .ubicacion h2{ padding-bottom: .8em; } .formas-pago img{ width: 45px; } .linea-formas-pago{ display: grid; grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); justify-items: center; padding-top: 1.5em; gap: .5em; align-items: center; } /* ////////////////FORMULARIO///////////////// */ .correo-form input[type=text], .correo-form input[type=tel], .correo-form input[type=email], .correo-form input[type=date]{ background-color: var(--caja-formulario); border: 1.5px solid var(--border-top); width: 100%; height: var(--spacer-m); appearance: none; -webkit-appearance: none; -ms-appereance: none; -moz-appearance: none; padding: 6px; border-radius: 5px; outline: none; font-family: var(--font-1); } .correo-form input[type=text]:focus, .correo-form input[type=tel]:focus, .correo-form input[type=email]:focus, .correo-form input[type=date]:focus, .correo-form input[type=text]:valid, .correo-form input[type=tel]:valid, .correo-form input[type=email]:valid, .correo-form input[type=date]:valid{ border: none; background-color: var(--primary-background-body); } .suscribete-promociones input[type=checkbox]:checked + label{ font-weight: 500; } .check-condiciones{ padding-top: var(--spacer-s); } .suscribete-promociones select{ font-family: inherit; color: inherit; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; } .boton-enviar-pie{ padding-top: var(--spacer-s); border: 0; text-transform: uppercase; letter-spacing: 0.06em; background-color: transparent; border-radius: var(--spacer-xs); color: var(--secondary-typo-subtitulos); font-weight: 500; font-family: var(--font-1); font-size: var(--text-contenido-simple); text-align: left; transition: .2s ease all; } .centra-submit{ display: flex; justify-content: start; } .boton-enviar-pie:hover{ cursor: pointer; font-weight: 600; } /* ////////////////////////MEDIA QUERYS/////////////////// */ @media (max-width: 1350px){ .caja-contacto p{ text-align: justify; } } @media (max-width: 900px){ .fondo-contacto{ padding-top: var(--spacer-s); } .large-screen{ display: none; } .small-screen{ display: block; } } @media (max-width: 700px){ .pie-terminos{ flex-direction: column; text-align: center; } .pie-seguros img{ width: 70px; } } @media (max-width: 500px){ .pie-seguros img{ width: 65px; } .maps-footer-pg{ display: none; } .maps-footer-pp{ display: block; } } @media (max-width: 320px){ .fondo-contacto{ padding-top: var(--spacer-xs); } }
0.314998
0.078749
@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap&subset=cyrillic-ext); @import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&display=swap&subset=cyrillic-ext); @font-face { font-family: "CenturyGothic"; font-display: swap; src: url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; } @font-face { font-family: "CenturyGothic"; font-display: swap; src: url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.woff2") format("woff2"); font-weight: 400; font-style: normal; } /* Указываем box sizing */ *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } /* Убираем внутренние отступы */ ul[class], ol[class] { padding: 0; } /* Убираем внешние отступы */ body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd { margin: 0; } /* Выставляем основные настройки по-умолчанию для body */ body { min-height: 100vh; scroll-behavior: smooth; text-rendering: optimizeSpeed; line-height: 1.5; } /* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/ ul[class], ol[class] { list-style: none; } /* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */ a:not([class]) { -webkit-text-decoration-skip: ink; text-decoration-skip-ink: auto; } /* Упрощаем работу с изображениями */ img { max-width: 100%; display: block; } /* Указываем понятную периодичность в потоке данных у article*/ article > * + * { margin-top: 1em; } /* Наследуем шрифты для инпутов и кнопок */ input, button, textarea, select { font: inherit; } /* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */ html { font-size: 16px; } .wrapper { width: 100%; min-height: 100vh; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #f6f1ee; } .container { max-width: 1200px; margin: 0 auto; } body { background-color: #f6f1ee; } .main { display: -webkit-box; display: -ms-flexbox; display: flex; -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; } @-webkit-keyframes jump { 0% { bottom: 3rem; } 80% { bottom: 3rem; } 100% { bottom: 2rem; } } @keyframes jump { 0% { bottom: 3rem; } 80% { bottom: 3rem; } 100% { bottom: 2rem; } } .header { background-image: url("../img/headerbg.png"); background-repeat: no-repeat; width: 100%; background-size: cover; background-position: top; min-height: 100vh; background-color: #333333; position: relative; } .header__arrow { display: block; position: absolute; width: 4rem; height: 4rem; background-image: url("../img/icons/arrow.svg"); background-size: cover; bottom: 3rem; left: 0; right: 0; margin: 0 auto; background-repeat: no-repeat; border-radius: 50%; -webkit-animation: jump 1.5s ease-in-out infinite alternate; animation: jump 1.5s ease-in-out infinite alternate; } .header__arrow:active { background-color: #333333; } .header__burger { display: none; width: 65px; height: 45px; background-color: #575757; } .header__burger span { -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; display: block; margin: 3px 0; background-color: #f9eee7; width: 45px; height: 4px; } .header__burger--active { position: relative; } .header__burger--active span { position: relative; } .header__burger--active span:first-child { top: 5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .header__burger--active span:last-child { top: -5px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .header__burger--active span:nth-child(2) { display: none; } .header__item { padding: 1.25rem 1.43rem; } .header__item a { color: #f6f1ee; text-decoration: none; } .header__item:last-child { padding-right: 0; } .header__item--active { border-bottom: 2px solid #f6f1ee; } .header__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 2.31rem; } .header__logo { width: 18rem; } .header__logo--mobile { display: none; } .header__navbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; background-color: transparent; } .header__list { display: -webkit-box; display: -ms-flexbox; display: flex; font-family: "CenturyGothic"; font-weight: 400; font-size: 1.25rem; line-height: 1.56rem; } .features { background-color: #333333; width: 100%; position: relative; } .features::before { content: ""; display: block; position: absolute; bottom: -10%; background-color: #333333; width: 100%; min-height: 8rem; border-radius: 0 0 80% 80%; } .features__img img { width: 7rem; } .features__slider { width: 100%; } .features__slider .slick-slide:active, .features__slider .slick-slide:focus { outline: none; } .features__slider .slick-dots { text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; } .features__slider .slick-dots button { background: #9ed1ff; border: none; border-radius: 50%; height: 12px; width: 12px; margin: 5px; outline: none; } .features__slider .slick-dots button::before { content: ""; } .features__slider .slick-dots li[class="slick-active"] button { background: #f6f1ee; } .features__button { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 3.37rem; padding: 0 5rem; } .features__button button { border: 4px solid #9ed1ff; border-radius: 30px; background-color: transparent; color: #9ed1ff; font-size: 2rem; line-height: 2.18rem; padding: 0.51rem 6rem; font-family: "Roboto"; outline: none; } .features__button span { margin-top: 1rem; font-family: "Montserrat"; font-size: 1.2rem; line-height: 1.81rem; text-align: center; } .features__button::before { content: ""; display: block; position: absolute; width: 72%; height: 2px; background-color: #9ed1ff; bottom: -1.125rem; } .features__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 3.375rem; padding: 0 7rem; } .features__item { display: -webkit-box; display: -ms-flexbox; display: flex; -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; font-family: "CenturyGothic"; padding: 0 3.625rem; } .features__title { font-weight: bold; font-size: 2.25rem; line-height: 2.75rem; } .features__description { margin-top: 1.625rem; font-weight: 400; font-size: 1.75rem; line-height: 2.125rem; text-align: center; } .news { background-color: #f6f1ee; width: 100%; margin-top: 8rem; } .news__body { display: -webkit-box; display: -ms-flexbox; display: flex; -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; } .title { color: #333333; font-family: "CenturyGothic"; font-weight: bold; font-size: 3rem; line-height: 3.67rem; } .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; margin-top: 5.62rem !important; padding: 0 3rem !important; } .item { font-family: "Montserrat"; font-size: 1.5rem; line-height: 1.87rem; color: #333333; padding: 0 2rem; text-align: center; -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0; width: 70%; min-height: 14rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .item:not(:first-of-type)::before { content: ""; display: block; background-color: #333; width: 1px; height: 18rem; position: absolute; padding: 0; margin: 0; top: 0; left: 0; } .reviews { background-color: #f6f1ee; width: 100%; margin-top: 4rem; } .reviews__body { display: -webkit-box; display: -ms-flexbox; display: flex; -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; } .reviews__item { -ms-flex-pack: distribute; justify-content: space-around; } .reviews__button { border: 2px solid #629db7; border-radius: 30px; background-color: transparent; color: #629db7; font-size: 1.5rem; line-height: 1.75rem; padding: 0.51rem 3rem; font-family: "Roboto"; outline: none; margin-top: 5rem; } .reviews__button a { color: #629db7; line-height: 1.75rem; text-decoration: none; } .footer { background-color: #333333; width: 100%; margin-top: 4rem; position: relative; } .footer::before { content: ""; display: block; position: absolute; top: -10%; background-color: #f6f1ee; width: 100%; min-height: 8rem; border-radius: 0 0 80% 80%; } .footer__body { width: 100%; min-height: 18rem; } /* Slider */ .slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /* Slider */ .slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; } /* Icons */ @font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; } /* Arrows */ .slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; } .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; } .slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-prev { left: -25px; } [dir="rtl"] .slick-prev { left: auto; right: -25px; } .slick-prev:before { content: "←"; } [dir="rtl"] .slick-prev:before { content: "→"; } .slick-next { right: -25px; } [dir="rtl"] .slick-next { left: -25px; right: auto; } .slick-next:before { content: "→"; } [dir="rtl"] .slick-next:before { content: "←"; } /* Dots */ .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; } .slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { color: black; opacity: 0.75; } @media (max-width: 1212px) { html { font-size: 13px; } .container { max-width: 970px; } } @media (max-width: 991.98px) { html { font-size: 10px; } .container { max-width: 750px; } } @media (max-width: 767.98px) { html { font-size: 8px; } .container { max-width: none; padding: 0 10px; } .header { background-image: url("../img/mobilebg.png"); background-size: cover; background-position: top center; min-height: 80vh; } .header .mobile-view { -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; overflow: visible; height: 240px; } .header__arrow { display: none !important; } .header__burger { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__item a { color: #333333; } .header__item { font-size: 3rem; color: #333333; padding: 2.25rem; } .header__item--active { border-bottom: none; } .header__body { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-top: 0; } .header__logo { display: none; } .header__logo--mobile { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #333333; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__navbar { background-color: #949494; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 45px; overflow: hidden; } .header__list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-family: "Roboto"; } .header .container { padding: 0; } .features__button button { font-size: 3rem; padding: 1rem 6rem; } .features__button span { font-size: 1.5rem; } .list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 1.62rem !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .item:not(:first-of-type)::before { width: 100%; height: 1px; top: 0rem; } .reviews__button { margin-top: 2rem; } } @media (prefers-reduced-motion: reduce) { * { -webkit-animation-duration: 0.01ms !important; animation-duration: 0.01ms !important; -webkit-animation-iteration-count: 1 !important; animation-iteration-count: 1 !important; -webkit-transition-duration: 0.01ms !important; -o-transition-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }
dist/css/style.css
@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap&subset=cyrillic-ext); @import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&display=swap&subset=cyrillic-ext); @font-face { font-family: "CenturyGothic"; font-display: swap; src: url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; } @font-face { font-family: "CenturyGothic"; font-display: swap; src: url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.woff2") format("woff2"); font-weight: 400; font-style: normal; } /* Указываем box sizing */ *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } /* Убираем внутренние отступы */ ul[class], ol[class] { padding: 0; } /* Убираем внешние отступы */ body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd { margin: 0; } /* Выставляем основные настройки по-умолчанию для body */ body { min-height: 100vh; scroll-behavior: smooth; text-rendering: optimizeSpeed; line-height: 1.5; } /* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/ ul[class], ol[class] { list-style: none; } /* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */ a:not([class]) { -webkit-text-decoration-skip: ink; text-decoration-skip-ink: auto; } /* Упрощаем работу с изображениями */ img { max-width: 100%; display: block; } /* Указываем понятную периодичность в потоке данных у article*/ article > * + * { margin-top: 1em; } /* Наследуем шрифты для инпутов и кнопок */ input, button, textarea, select { font: inherit; } /* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */ html { font-size: 16px; } .wrapper { width: 100%; min-height: 100vh; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #f6f1ee; } .container { max-width: 1200px; margin: 0 auto; } body { background-color: #f6f1ee; } .main { display: -webkit-box; display: -ms-flexbox; display: flex; -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; } @-webkit-keyframes jump { 0% { bottom: 3rem; } 80% { bottom: 3rem; } 100% { bottom: 2rem; } } @keyframes jump { 0% { bottom: 3rem; } 80% { bottom: 3rem; } 100% { bottom: 2rem; } } .header { background-image: url("../img/headerbg.png"); background-repeat: no-repeat; width: 100%; background-size: cover; background-position: top; min-height: 100vh; background-color: #333333; position: relative; } .header__arrow { display: block; position: absolute; width: 4rem; height: 4rem; background-image: url("../img/icons/arrow.svg"); background-size: cover; bottom: 3rem; left: 0; right: 0; margin: 0 auto; background-repeat: no-repeat; border-radius: 50%; -webkit-animation: jump 1.5s ease-in-out infinite alternate; animation: jump 1.5s ease-in-out infinite alternate; } .header__arrow:active { background-color: #333333; } .header__burger { display: none; width: 65px; height: 45px; background-color: #575757; } .header__burger span { -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; display: block; margin: 3px 0; background-color: #f9eee7; width: 45px; height: 4px; } .header__burger--active { position: relative; } .header__burger--active span { position: relative; } .header__burger--active span:first-child { top: 5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .header__burger--active span:last-child { top: -5px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .header__burger--active span:nth-child(2) { display: none; } .header__item { padding: 1.25rem 1.43rem; } .header__item a { color: #f6f1ee; text-decoration: none; } .header__item:last-child { padding-right: 0; } .header__item--active { border-bottom: 2px solid #f6f1ee; } .header__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 2.31rem; } .header__logo { width: 18rem; } .header__logo--mobile { display: none; } .header__navbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; background-color: transparent; } .header__list { display: -webkit-box; display: -ms-flexbox; display: flex; font-family: "CenturyGothic"; font-weight: 400; font-size: 1.25rem; line-height: 1.56rem; } .features { background-color: #333333; width: 100%; position: relative; } .features::before { content: ""; display: block; position: absolute; bottom: -10%; background-color: #333333; width: 100%; min-height: 8rem; border-radius: 0 0 80% 80%; } .features__img img { width: 7rem; } .features__slider { width: 100%; } .features__slider .slick-slide:active, .features__slider .slick-slide:focus { outline: none; } .features__slider .slick-dots { text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; } .features__slider .slick-dots button { background: #9ed1ff; border: none; border-radius: 50%; height: 12px; width: 12px; margin: 5px; outline: none; } .features__slider .slick-dots button::before { content: ""; } .features__slider .slick-dots li[class="slick-active"] button { background: #f6f1ee; } .features__button { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 3.37rem; padding: 0 5rem; } .features__button button { border: 4px solid #9ed1ff; border-radius: 30px; background-color: transparent; color: #9ed1ff; font-size: 2rem; line-height: 2.18rem; padding: 0.51rem 6rem; font-family: "Roboto"; outline: none; } .features__button span { margin-top: 1rem; font-family: "Montserrat"; font-size: 1.2rem; line-height: 1.81rem; text-align: center; } .features__button::before { content: ""; display: block; position: absolute; width: 72%; height: 2px; background-color: #9ed1ff; bottom: -1.125rem; } .features__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 3.375rem; padding: 0 7rem; } .features__item { display: -webkit-box; display: -ms-flexbox; display: flex; -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; font-family: "CenturyGothic"; padding: 0 3.625rem; } .features__title { font-weight: bold; font-size: 2.25rem; line-height: 2.75rem; } .features__description { margin-top: 1.625rem; font-weight: 400; font-size: 1.75rem; line-height: 2.125rem; text-align: center; } .news { background-color: #f6f1ee; width: 100%; margin-top: 8rem; } .news__body { display: -webkit-box; display: -ms-flexbox; display: flex; -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; } .title { color: #333333; font-family: "CenturyGothic"; font-weight: bold; font-size: 3rem; line-height: 3.67rem; } .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; margin-top: 5.62rem !important; padding: 0 3rem !important; } .item { font-family: "Montserrat"; font-size: 1.5rem; line-height: 1.87rem; color: #333333; padding: 0 2rem; text-align: center; -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0; width: 70%; min-height: 14rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .item:not(:first-of-type)::before { content: ""; display: block; background-color: #333; width: 1px; height: 18rem; position: absolute; padding: 0; margin: 0; top: 0; left: 0; } .reviews { background-color: #f6f1ee; width: 100%; margin-top: 4rem; } .reviews__body { display: -webkit-box; display: -ms-flexbox; display: flex; -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; } .reviews__item { -ms-flex-pack: distribute; justify-content: space-around; } .reviews__button { border: 2px solid #629db7; border-radius: 30px; background-color: transparent; color: #629db7; font-size: 1.5rem; line-height: 1.75rem; padding: 0.51rem 3rem; font-family: "Roboto"; outline: none; margin-top: 5rem; } .reviews__button a { color: #629db7; line-height: 1.75rem; text-decoration: none; } .footer { background-color: #333333; width: 100%; margin-top: 4rem; position: relative; } .footer::before { content: ""; display: block; position: absolute; top: -10%; background-color: #f6f1ee; width: 100%; min-height: 8rem; border-radius: 0 0 80% 80%; } .footer__body { width: 100%; min-height: 18rem; } /* Slider */ .slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /* Slider */ .slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; } /* Icons */ @font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; } /* Arrows */ .slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; } .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; } .slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-prev { left: -25px; } [dir="rtl"] .slick-prev { left: auto; right: -25px; } .slick-prev:before { content: "←"; } [dir="rtl"] .slick-prev:before { content: "→"; } .slick-next { right: -25px; } [dir="rtl"] .slick-next { left: -25px; right: auto; } .slick-next:before { content: "→"; } [dir="rtl"] .slick-next:before { content: "←"; } /* Dots */ .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; } .slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { color: black; opacity: 0.75; } @media (max-width: 1212px) { html { font-size: 13px; } .container { max-width: 970px; } } @media (max-width: 991.98px) { html { font-size: 10px; } .container { max-width: 750px; } } @media (max-width: 767.98px) { html { font-size: 8px; } .container { max-width: none; padding: 0 10px; } .header { background-image: url("../img/mobilebg.png"); background-size: cover; background-position: top center; min-height: 80vh; } .header .mobile-view { -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; overflow: visible; height: 240px; } .header__arrow { display: none !important; } .header__burger { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__item a { color: #333333; } .header__item { font-size: 3rem; color: #333333; padding: 2.25rem; } .header__item--active { border-bottom: none; } .header__body { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-top: 0; } .header__logo { display: none; } .header__logo--mobile { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #333333; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__navbar { background-color: #949494; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 45px; overflow: hidden; } .header__list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-family: "Roboto"; } .header .container { padding: 0; } .features__button button { font-size: 3rem; padding: 1rem 6rem; } .features__button span { font-size: 1.5rem; } .list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 1.62rem !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .item:not(:first-of-type)::before { width: 100%; height: 1px; top: 0rem; } .reviews__button { margin-top: 2rem; } } @media (prefers-reduced-motion: reduce) { * { -webkit-animation-duration: 0.01ms !important; animation-duration: 0.01ms !important; -webkit-animation-iteration-count: 1 !important; animation-iteration-count: 1 !important; -webkit-transition-duration: 0.01ms !important; -o-transition-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }
0.332527
0.104112
* { padding: 0; margin: 0; outline: 0; border: 0; box-sizing: border-box; } body { font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1; color: rgba(0,0,0,.85); overflow: hidden; font-weight: 500; min-width: 200px; } /* ------------------------------------------------------------ *\ Icons \* ------------------------------------------------------------ */ .ico { display: inline-block; vertical-align: middle; background-repeat: no-repeat; background-size: contain; background-position: center center; } .ico-config { background-image: url(icons/ico-config.png); width: 11px; height: 11px; } .ico-help { background-image: url(icons/ico-help.png); width: 11px; height: 11px; } /* ------------------------------------------------------------ *\ Buttons \* ------------------------------------------------------------ */ .btn { display: inline-block; position: relative; overflow: hidden; background: #2196f3; padding: 0 15px; border-radius: 2px; font-size: 14px; line-height: 32px; color: #fff; text-transform: uppercase; text-decoration: none; text-align: center; cursor: pointer; transition: 200ms; } .btn:hover { background: #2980b9; } .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; } .btn-success { background: #abdc28; } .btn-success:hover { background: #9ac117; } .btn-danger { background: #f44336; } .btn-danger:hover { background: #e04a28; } .btn[disabled] { background: #ccc; cursor: default; } /* ------------------------------------------------------------ *\ Icon Link \* ------------------------------------------------------------ */ .icon-link-group { margin: 0 -10px; overflow: hidden; } .icon-link { display: inline-block; color: #000; opacity: .5; padding: 10px; transition: 200ms; font-weight: 400; text-decoration: none; font-size: 13px; } .icon-link:nth-child(odd) { float: left; } .icon-link:nth-child(even) { float: right; } .icon-link.active, .icon-link:hover { opacity: 1; } .icon-link.active { color: #2196f3; } .icon-link .text { display: inline-block; vertical-align: middle; } .icon-link .ico { transition: 200ms; margin-right: 3px; } /* ------------------------------------------------------------ *\ Wrapper \* ------------------------------------------------------------ */ .wrapper { padding: 15px 10px 10px; } .extension-triggers { margin-bottom: 10px; } .extension-unavailable-message { display: none; color: rgba(0,0,0,.5); text-align: center; font-size: 14px; } /* ------------------------------------------------------------ *\ States \* ------------------------------------------------------------ */ .disable-trigger { display: none; } .extension-enabled .enable-trigger { display: none; } .extension-enabled .disable-trigger { display: block; } .extension-disabled-for-tab .extension-triggers { display: none; } .extension-disabled-for-tab .extension-unavailable-message { display: block; }
extension/popup/style.css
* { padding: 0; margin: 0; outline: 0; border: 0; box-sizing: border-box; } body { font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1; color: rgba(0,0,0,.85); overflow: hidden; font-weight: 500; min-width: 200px; } /* ------------------------------------------------------------ *\ Icons \* ------------------------------------------------------------ */ .ico { display: inline-block; vertical-align: middle; background-repeat: no-repeat; background-size: contain; background-position: center center; } .ico-config { background-image: url(icons/ico-config.png); width: 11px; height: 11px; } .ico-help { background-image: url(icons/ico-help.png); width: 11px; height: 11px; } /* ------------------------------------------------------------ *\ Buttons \* ------------------------------------------------------------ */ .btn { display: inline-block; position: relative; overflow: hidden; background: #2196f3; padding: 0 15px; border-radius: 2px; font-size: 14px; line-height: 32px; color: #fff; text-transform: uppercase; text-decoration: none; text-align: center; cursor: pointer; transition: 200ms; } .btn:hover { background: #2980b9; } .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; } .btn-success { background: #abdc28; } .btn-success:hover { background: #9ac117; } .btn-danger { background: #f44336; } .btn-danger:hover { background: #e04a28; } .btn[disabled] { background: #ccc; cursor: default; } /* ------------------------------------------------------------ *\ Icon Link \* ------------------------------------------------------------ */ .icon-link-group { margin: 0 -10px; overflow: hidden; } .icon-link { display: inline-block; color: #000; opacity: .5; padding: 10px; transition: 200ms; font-weight: 400; text-decoration: none; font-size: 13px; } .icon-link:nth-child(odd) { float: left; } .icon-link:nth-child(even) { float: right; } .icon-link.active, .icon-link:hover { opacity: 1; } .icon-link.active { color: #2196f3; } .icon-link .text { display: inline-block; vertical-align: middle; } .icon-link .ico { transition: 200ms; margin-right: 3px; } /* ------------------------------------------------------------ *\ Wrapper \* ------------------------------------------------------------ */ .wrapper { padding: 15px 10px 10px; } .extension-triggers { margin-bottom: 10px; } .extension-unavailable-message { display: none; color: rgba(0,0,0,.5); text-align: center; font-size: 14px; } /* ------------------------------------------------------------ *\ States \* ------------------------------------------------------------ */ .disable-trigger { display: none; } .extension-enabled .enable-trigger { display: none; } .extension-enabled .disable-trigger { display: block; } .extension-disabled-for-tab .extension-triggers { display: none; } .extension-disabled-for-tab .extension-unavailable-message { display: block; }
0.548915
0.216891
@charset "utf-8"; /* Template Name: PhotoFolio Author: <a href="http://www.os-templates.com/">OS Templates</a> Author URI: http://www.os-templates.com/ Licence: Free to use under our free template licence terms Licence URI: http://www.os-templates.com/template-terms File: Navigation CSS */ #topbar ul{display:block; float:left; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase;} #topbar ul, #topbar ul li{margin:0; padding:0; list-style:none;} #topbar ul#topnav{margin:12px 0 0 15px;} #topbar ul li{float:left; margin-right:30px;} #topbar ul li li{margin-left:0;} #topbar ul li a:link, #topbar ul li a:visited, #topbar ul li a:hover{display:block; margin:0; padding:0; color:#FFFFFF; background-color:transparent;} #topbar ul ul li a:link, #topbar ul ul li a:visited{border:none;} #topbar ul li a:hover, #topbar ul li.active a{color:#74c5fd; background-color:transparent;} #topbar ul li li a:link, #topbar ul li li a:visited{width:150px; float:none; margin:0; padding:7px 10px; font-size:12px; font-weight:normal; color:#FFFFFF; background-color:#2B2B2B;} #topbar ul li li a:hover{color:#74c5fd; background-color:#2B2B2B;} #topbar ul ul{z-index:9999; position:absolute; left:-999em; height:auto; width:170px;} #topbar ul ul a{width:140px;} #topbar ul li:hover ul{left:auto;} #topbar ul li:hover{position:static;} #topbar ul li.last{margin-right:0;} /* ----------------------------------------------Column Navigation------------------------------------- */ #column .subnav{display:block; width:250px; padding:25px; background-color:#F9F9F9; margin-bottom:30px;} #column .subnav h2{margin:0 0 20px 0; padding:0 0 14px 0; font-size:20px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; color:#666666; background-color:#F9F9F9; line-height:normal; border-bottom:1px dotted #666666;} #column .subnav ul{margin:0; padding:0; list-style:none;} #column .subnav li{margin:0 0 3px 0; padding:0;} #column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;} #column .subnav a{display:block; margin:0; padding:5px 10px 5px 20px; color:#666666; background:url("images/green_file.gif") no-repeat 10px center #F9F9F9; text-decoration:none; border-bottom:1px dotted #666666;} #column .subnav a:hover{color:#0BBDB2; background-color:#F9F9F9;} #column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url("images/black_file.gif") no-repeat #F9F9F9;} #column .subnav ul ul a{padding-left:40px; background-position:30px center;} #column .subnav ul ul ul a{padding-left:50px; background-position:40px center;} #column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;} #column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;} /* ----------------------------------------------Pagination------------------------------------- */ .pagination{display:block; width:100%; text-align:center; clear:both;} .pagination ul{margin:0; padding:0; list-style:none;} .pagination li{display:inline;} .pagination .next{margin:0;} .pagination a{display:inline-block; padding:2px 5px 3px 5px; margin:0 2px 0 0; border:1px solid #DFDFDF;} .pagination .current, .pagination .splitter{padding:6px; margin:0 2px 0 0;} .wrapper .pagination a:hover, .pagination .current, .pagination .splitter{color:#9B9B9B; background-color:#F9F9F9;}
layout-aa/styles/navi.css
@charset "utf-8"; /* Template Name: PhotoFolio Author: <a href="http://www.os-templates.com/">OS Templates</a> Author URI: http://www.os-templates.com/ Licence: Free to use under our free template licence terms Licence URI: http://www.os-templates.com/template-terms File: Navigation CSS */ #topbar ul{display:block; float:left; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase;} #topbar ul, #topbar ul li{margin:0; padding:0; list-style:none;} #topbar ul#topnav{margin:12px 0 0 15px;} #topbar ul li{float:left; margin-right:30px;} #topbar ul li li{margin-left:0;} #topbar ul li a:link, #topbar ul li a:visited, #topbar ul li a:hover{display:block; margin:0; padding:0; color:#FFFFFF; background-color:transparent;} #topbar ul ul li a:link, #topbar ul ul li a:visited{border:none;} #topbar ul li a:hover, #topbar ul li.active a{color:#74c5fd; background-color:transparent;} #topbar ul li li a:link, #topbar ul li li a:visited{width:150px; float:none; margin:0; padding:7px 10px; font-size:12px; font-weight:normal; color:#FFFFFF; background-color:#2B2B2B;} #topbar ul li li a:hover{color:#74c5fd; background-color:#2B2B2B;} #topbar ul ul{z-index:9999; position:absolute; left:-999em; height:auto; width:170px;} #topbar ul ul a{width:140px;} #topbar ul li:hover ul{left:auto;} #topbar ul li:hover{position:static;} #topbar ul li.last{margin-right:0;} /* ----------------------------------------------Column Navigation------------------------------------- */ #column .subnav{display:block; width:250px; padding:25px; background-color:#F9F9F9; margin-bottom:30px;} #column .subnav h2{margin:0 0 20px 0; padding:0 0 14px 0; font-size:20px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; color:#666666; background-color:#F9F9F9; line-height:normal; border-bottom:1px dotted #666666;} #column .subnav ul{margin:0; padding:0; list-style:none;} #column .subnav li{margin:0 0 3px 0; padding:0;} #column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;} #column .subnav a{display:block; margin:0; padding:5px 10px 5px 20px; color:#666666; background:url("images/green_file.gif") no-repeat 10px center #F9F9F9; text-decoration:none; border-bottom:1px dotted #666666;} #column .subnav a:hover{color:#0BBDB2; background-color:#F9F9F9;} #column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url("images/black_file.gif") no-repeat #F9F9F9;} #column .subnav ul ul a{padding-left:40px; background-position:30px center;} #column .subnav ul ul ul a{padding-left:50px; background-position:40px center;} #column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;} #column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;} /* ----------------------------------------------Pagination------------------------------------- */ .pagination{display:block; width:100%; text-align:center; clear:both;} .pagination ul{margin:0; padding:0; list-style:none;} .pagination li{display:inline;} .pagination .next{margin:0;} .pagination a{display:inline-block; padding:2px 5px 3px 5px; margin:0 2px 0 0; border:1px solid #DFDFDF;} .pagination .current, .pagination .splitter{padding:6px; margin:0 2px 0 0;} .wrapper .pagination a:hover, .pagination .current, .pagination .splitter{color:#9B9B9B; background-color:#F9F9F9;}
0.360489
0.048182
@import url(fonts/clear-sans.css); /* css基础选择器分类: 1.元素选择器:标签名 {} 2.ID选择器:#ID名 {} 3.类选择器:.class名 {} 4.通配符选择器:* {} 5.组合选择器, html, body {} margin是指外边距,padding指的是内边距;上下左右四个方向的顺序为顺时针 margin: 10px 表示内容距外边距上下左右均为10px margin: 10px 20px 表示上下外边距10px,左右外边距20px margin: 10px 20px 30px 表示上边距10px,左右边距20px,下边距30px #faf8ef中的6位16进制两位为一组,分别表示红、绿、蓝 #FF0000表示红色,#00FF00表示绿色,#0000FF表示蓝色 当1,2位相同且3,4位相同且5,6位相同时,可以缩写, 例如#FF0000可缩写为#F00 也可用rgb(255, 0, 0)表示红色,或者直接用 red, 例如:{color: red} backgroud用于设置背景颜色,color用于设置元素的文本颜色 font-family设置段落字体,如果浏览器不支持第一个字体名称,则会选择第二个,只有当字体名中包含空格时,才需要使用引号括起来 例如"Clear Sans", 当浏览器不支持这些字体时,则会选择一种sans-serif字体, 所以设置的时候最后一个字体需要设置为一个通用的字体系列。 font-size设置文本大小 */ html, body { margin: 0; padding: 0; background: #faf8ef; color: #776e65; font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; font-size: 18px; } body { margin: 80px 0; } /* font-size表示字体大小 font-weight表示字体宽度,bold表示加粗 margin表示外边距, display设置显示效果,inline前后不带有换行,none表示元素不显示,block表示元素前后带有换行 float用于元素浮动,left表示元素向左浮动(即出现在该行的最左边,其他文字会围绕该元素周围) */ h1.title { font-size: 80px; font-weight: bold; margin: 0; display: block; float: left; } /* text-align: 设置文本对齐方式 */ .scores-container { float: right; text-align: right; } /* css选择器的三种分割形式 1. .a.b 连写形式,当前元素同时具备两种类才会生效 2. .a, .b 逗号分隔,当前元素只要有其中一个就会生效 3. .a .b 通过空格隔开,当元素class包含"a", 子元素class包含"b"时生效 position设置元素的定位类型,relative表示相对定位 inline-block表示行内块元素 line-height设置行间距 font-weight设置字体宽度,bold表示加粗 border-radius添加圆角边框 margin-top设置元素的上外边距 */ .score-container, .best-container { position: relative; display: inline-block; background: #bbada0; padding: 15px 25px; font-size: 25px; height: 25px; line-height: 47px; font-weight: bold; border-radius: 3px; color: white; margin-top: 8px; text-align: center; } /* position设置元素的定位类型,absolute表示绝对定位 text-transform对元素文本进行字符串操作,uppercase表示全部大写 line-height设置行间距 */ .score-container::after, .best-container::after { position: absolute; width: 100%; top: 10px; left: 0; text-transform: uppercase; font-size: 13px; line-height: 13px; text-align: center; color: #eee4da; } /* 1.双冒号表示伪元素,在CSS2中用单引号,CSS3中用双引号表示,与伪类区分 2.用于向某些选择器设置特殊效果,after表示在元素内容后面插入content表示的内容, 即在元素内容前插入"分数" 3.before表示在前面插入 */ .score-container::after { content: "Score"; } .best-container::after { content: "Best"; } /* margin-bottom表示下外边框 */ .heading { margin-bottom: 10px; } /* 1.clear用于设置元素的哪一侧不允许其他浮动元素 2.both表示两个均不允许出现浮动元素 */ .heading::after { content: ""; display: block; clear: both; } /* display设置为block表示该元素前后带有换行符 clear设置为both表示两侧均不允许出现浮动元素 */ .above-game::after { content: ""; display: block; clear: both; } /* margin-bottom表示下外边距 box-sizing表示设置???? */ .game-intro { float: left; line-height: 42px; margin-bottom: 0; width: 55%; display: block; box-sizing: border-box; line-height: 1.65; } .restart-button { background: #8f7a66; border-radius: 3px; padding: 0 20px; text-decoration: none; color: #f9f6f2; height: 40px; line-height: 42px; display: block; text-align: center; float: right; } .restart-button { width: 42%; padding: 0; display: block; box-sizing: border-box; margin-top: 2px; }
style/main.css
@import url(fonts/clear-sans.css); /* css基础选择器分类: 1.元素选择器:标签名 {} 2.ID选择器:#ID名 {} 3.类选择器:.class名 {} 4.通配符选择器:* {} 5.组合选择器, html, body {} margin是指外边距,padding指的是内边距;上下左右四个方向的顺序为顺时针 margin: 10px 表示内容距外边距上下左右均为10px margin: 10px 20px 表示上下外边距10px,左右外边距20px margin: 10px 20px 30px 表示上边距10px,左右边距20px,下边距30px #faf8ef中的6位16进制两位为一组,分别表示红、绿、蓝 #FF0000表示红色,#00FF00表示绿色,#0000FF表示蓝色 当1,2位相同且3,4位相同且5,6位相同时,可以缩写, 例如#FF0000可缩写为#F00 也可用rgb(255, 0, 0)表示红色,或者直接用 red, 例如:{color: red} backgroud用于设置背景颜色,color用于设置元素的文本颜色 font-family设置段落字体,如果浏览器不支持第一个字体名称,则会选择第二个,只有当字体名中包含空格时,才需要使用引号括起来 例如"Clear Sans", 当浏览器不支持这些字体时,则会选择一种sans-serif字体, 所以设置的时候最后一个字体需要设置为一个通用的字体系列。 font-size设置文本大小 */ html, body { margin: 0; padding: 0; background: #faf8ef; color: #776e65; font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; font-size: 18px; } body { margin: 80px 0; } /* font-size表示字体大小 font-weight表示字体宽度,bold表示加粗 margin表示外边距, display设置显示效果,inline前后不带有换行,none表示元素不显示,block表示元素前后带有换行 float用于元素浮动,left表示元素向左浮动(即出现在该行的最左边,其他文字会围绕该元素周围) */ h1.title { font-size: 80px; font-weight: bold; margin: 0; display: block; float: left; } /* text-align: 设置文本对齐方式 */ .scores-container { float: right; text-align: right; } /* css选择器的三种分割形式 1. .a.b 连写形式,当前元素同时具备两种类才会生效 2. .a, .b 逗号分隔,当前元素只要有其中一个就会生效 3. .a .b 通过空格隔开,当元素class包含"a", 子元素class包含"b"时生效 position设置元素的定位类型,relative表示相对定位 inline-block表示行内块元素 line-height设置行间距 font-weight设置字体宽度,bold表示加粗 border-radius添加圆角边框 margin-top设置元素的上外边距 */ .score-container, .best-container { position: relative; display: inline-block; background: #bbada0; padding: 15px 25px; font-size: 25px; height: 25px; line-height: 47px; font-weight: bold; border-radius: 3px; color: white; margin-top: 8px; text-align: center; } /* position设置元素的定位类型,absolute表示绝对定位 text-transform对元素文本进行字符串操作,uppercase表示全部大写 line-height设置行间距 */ .score-container::after, .best-container::after { position: absolute; width: 100%; top: 10px; left: 0; text-transform: uppercase; font-size: 13px; line-height: 13px; text-align: center; color: #eee4da; } /* 1.双冒号表示伪元素,在CSS2中用单引号,CSS3中用双引号表示,与伪类区分 2.用于向某些选择器设置特殊效果,after表示在元素内容后面插入content表示的内容, 即在元素内容前插入"分数" 3.before表示在前面插入 */ .score-container::after { content: "Score"; } .best-container::after { content: "Best"; } /* margin-bottom表示下外边框 */ .heading { margin-bottom: 10px; } /* 1.clear用于设置元素的哪一侧不允许其他浮动元素 2.both表示两个均不允许出现浮动元素 */ .heading::after { content: ""; display: block; clear: both; } /* display设置为block表示该元素前后带有换行符 clear设置为both表示两侧均不允许出现浮动元素 */ .above-game::after { content: ""; display: block; clear: both; } /* margin-bottom表示下外边距 box-sizing表示设置???? */ .game-intro { float: left; line-height: 42px; margin-bottom: 0; width: 55%; display: block; box-sizing: border-box; line-height: 1.65; } .restart-button { background: #8f7a66; border-radius: 3px; padding: 0 20px; text-decoration: none; color: #f9f6f2; height: 40px; line-height: 42px; display: block; text-align: center; float: right; } .restart-button { width: 42%; padding: 0; display: block; box-sizing: border-box; margin-top: 2px; }
0.176494
0.184363
.person_nom div{ float: none; } .detaill-qrcode{ display:none; }.order-detail .nav-package{ background-color:#fff; } .order-detail .nav-package:after{ content:"020"; display:block; height:0; clear:both; visibility:hidden; } .person .order-detail{ border:1px solid #e2e2e2; width:990px; margin:0 auto; font:12px/1.5 tahoma,arial,"Hiragino Sans GB",simsun,sans-serif; color:#333; float: none; margin-top: 32px; } .order-detail .hidden{ visibility:hidden; } .order-detail .detail-title{ font-size:22px; background-color:#f7f7f7; height:38px; line-height:38px; border-bottom:1px solid #e2e2e2; } .order-detail .detail-title .indent{ text-indent:88px; display:block; } .order-detail .detail-content{ padding:0 58px; } .order-detail a{ color:#0077c9; cursor:pointe; } .order-detail p{ margin:0; } .order-detail ul{ list-style:none; padding:0; } .detail-panel .panel-package .package-title{ margin:0 14px 0 25px; padding:14px 0 14px 12px; font-size:18px; border-bottom:1px solid #e7e7e7; font-family:"Hiragino Sans GB","Microsoft YaHei"; }.detail-panel .panel-package .package-title em{ color:#ff5a00; font-style:normal; margin:0 5px; padding:0; }.detail-panel .panel-package .package-exception{ width:420px; margin:0 auto; height:280px; font-size:22px; line-height:1.2em; }.detail-panel .panel-package .package-exception .pic{ margin-top:60px; width:120px; height:160px; float:left; display:inline-block; vertical-align:middle; }.detail-panel .panel-package .package-exception .text{ margin-top:110px; margin-left:10px; float:left; } .package-status{ padding:18px 0 0 0; } .package-status .status-list{ margin:0; padding:0; margin-left:12px; padding-left:10px; list-style:none; font-size:14px; } .package-status .status-list li { height:30px; border-left:1px solid #d9d9d9; } .package-status .status-list li:before{ content:''; border:3px solid #f3f3f3; background-color:#d9d9d9; display:inline-block; width:5px; height:5px; border-radius:5px; margin-left:-6px; margin-right:10px; } .package-status .status-list .date{ font-weight:700; margin-right:8px; font-family:Arial; } .package-status .status-list .time{ margin-right:28px; margin-left:5px; } .package-status .status-list .week{ font-weight:700; } .package-status .status-list .latest:before{ background-color:#fe4300; border-color:#f8e9e4; } .package-status .status-list em{ color:#ff4207; } .package-status .status-list .hidden{ display:inline; } .package-status .status-box{ overflow:hidden; } .package-status .status-action{ text-align:right; color:#ff4200; padding-right:10px; }.package-status .status-action .action-handler{ cursor:pointer; }.package-status .status-info{ margin-top:-10px; margin-left:22px; margin-right:10px; background-color:#f3f3f3; overflow:hidden; line-height:28px; color:#959595; text-align:right; }.package-status .status-info .info-inner{ margin-top:20px; margin-left:18px; border-top:1px solid #e8e8e8; height:28px; }.panel-order{ padding:20px 0; line-height:24px; border-top:1px solid #e7e7e7; font-size:14px; }.panel-order .order-row{ margin-left:-10px; }.panel-order .em{ font-weight:700; margin-right:10px; }.panel-order .label{ margin-left:10px; }.panel-order .order-list{ list-style:none; margin:0; padding:0; margin-top:15px; overflow:hidden; zoom:1; }.panel-order .order-list li{ float:left; margin-right:40px; } .panel-order .order-list .pic{ overflow:hidden; display:block; border:1px solid #eee; width:59px; height:59px; line-height:59px; } .panel-order .order-list .pic img{ width:100%; vertical-align:middle; }
Template/pc/default/Static/new/css/detail.css
.person_nom div{ float: none; } .detaill-qrcode{ display:none; }.order-detail .nav-package{ background-color:#fff; } .order-detail .nav-package:after{ content:"020"; display:block; height:0; clear:both; visibility:hidden; } .person .order-detail{ border:1px solid #e2e2e2; width:990px; margin:0 auto; font:12px/1.5 tahoma,arial,"Hiragino Sans GB",simsun,sans-serif; color:#333; float: none; margin-top: 32px; } .order-detail .hidden{ visibility:hidden; } .order-detail .detail-title{ font-size:22px; background-color:#f7f7f7; height:38px; line-height:38px; border-bottom:1px solid #e2e2e2; } .order-detail .detail-title .indent{ text-indent:88px; display:block; } .order-detail .detail-content{ padding:0 58px; } .order-detail a{ color:#0077c9; cursor:pointe; } .order-detail p{ margin:0; } .order-detail ul{ list-style:none; padding:0; } .detail-panel .panel-package .package-title{ margin:0 14px 0 25px; padding:14px 0 14px 12px; font-size:18px; border-bottom:1px solid #e7e7e7; font-family:"Hiragino Sans GB","Microsoft YaHei"; }.detail-panel .panel-package .package-title em{ color:#ff5a00; font-style:normal; margin:0 5px; padding:0; }.detail-panel .panel-package .package-exception{ width:420px; margin:0 auto; height:280px; font-size:22px; line-height:1.2em; }.detail-panel .panel-package .package-exception .pic{ margin-top:60px; width:120px; height:160px; float:left; display:inline-block; vertical-align:middle; }.detail-panel .panel-package .package-exception .text{ margin-top:110px; margin-left:10px; float:left; } .package-status{ padding:18px 0 0 0; } .package-status .status-list{ margin:0; padding:0; margin-left:12px; padding-left:10px; list-style:none; font-size:14px; } .package-status .status-list li { height:30px; border-left:1px solid #d9d9d9; } .package-status .status-list li:before{ content:''; border:3px solid #f3f3f3; background-color:#d9d9d9; display:inline-block; width:5px; height:5px; border-radius:5px; margin-left:-6px; margin-right:10px; } .package-status .status-list .date{ font-weight:700; margin-right:8px; font-family:Arial; } .package-status .status-list .time{ margin-right:28px; margin-left:5px; } .package-status .status-list .week{ font-weight:700; } .package-status .status-list .latest:before{ background-color:#fe4300; border-color:#f8e9e4; } .package-status .status-list em{ color:#ff4207; } .package-status .status-list .hidden{ display:inline; } .package-status .status-box{ overflow:hidden; } .package-status .status-action{ text-align:right; color:#ff4200; padding-right:10px; }.package-status .status-action .action-handler{ cursor:pointer; }.package-status .status-info{ margin-top:-10px; margin-left:22px; margin-right:10px; background-color:#f3f3f3; overflow:hidden; line-height:28px; color:#959595; text-align:right; }.package-status .status-info .info-inner{ margin-top:20px; margin-left:18px; border-top:1px solid #e8e8e8; height:28px; }.panel-order{ padding:20px 0; line-height:24px; border-top:1px solid #e7e7e7; font-size:14px; }.panel-order .order-row{ margin-left:-10px; }.panel-order .em{ font-weight:700; margin-right:10px; }.panel-order .label{ margin-left:10px; }.panel-order .order-list{ list-style:none; margin:0; padding:0; margin-top:15px; overflow:hidden; zoom:1; }.panel-order .order-list li{ float:left; margin-right:40px; } .panel-order .order-list .pic{ overflow:hidden; display:block; border:1px solid #eee; width:59px; height:59px; line-height:59px; } .panel-order .order-list .pic img{ width:100%; vertical-align:middle; }
0.31563
0.053502
html, body { scroll-behavior: smooth; } .sectionintro { width: 100%; height: 100vh; } .intro { height: 100vh; } .content { display: table-cell; vertical-align: middle; } @import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800"); * { box-sizing: border-box; } .faqs { background-color: #FFE53B; background-image: linear-gradient(147deg, #FFE53B 0%, #fd3838 74%); min-height: 100vh; font-family: "Fira Sans", sans-serif; display: flex; } .blog-slider { width: 95%; position: relative; max-width: 800px; margin: auto; background: #fff; box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); padding: 25px; border-radius: 25px; height: 400px; transition: all 0.3s; } @media screen and (max-width: 992px) { .blog-slider { max-width: 680px; height: 400px; } } @media screen and (max-width: 768px) { .blog-slider { min-height: 500px; height: auto; margin: 180px auto; } } @media screen and (max-height: 500px) and (min-width: 992px) { .blog-slider { height: 350px; } } .blog-slider__item { display: flex; align-items: center; } @media screen and (max-width: 768px) { .blog-slider__item { flex-direction: column; } } .blog-slider__item.swiper-slide-active .blog-slider__img img { opacity: 1; transition-delay: 0.3s; } .blog-slider__item.swiper-slide-active .blog-slider__content > * { opacity: 1; transform: none; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) { transition-delay: 0.3s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) { transition-delay: 0.4s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) { transition-delay: 0.5s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) { transition-delay: 0.6s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) { transition-delay: 0.7s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) { transition-delay: 0.8s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) { transition-delay: 0.9s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) { transition-delay: 1s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) { transition-delay: 1.1s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) { transition-delay: 1.2s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) { transition-delay: 1.3s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) { transition-delay: 1.4s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) { transition-delay: 1.5s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) { transition-delay: 1.6s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) { transition-delay: 1.7s; } .blog-slider__img { width: 300px; flex-shrink: 0; height: 300px; background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); border-radius: 20px; transform: translateX(-80px); overflow: hidden; } .blog-slider__img:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); border-radius: 20px; opacity: 0.8; } .blog-slider__img img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; border-radius: 20px; transition: all 0.3s; } @media screen and (max-width: 768px) { .blog-slider__img { transform: translateY(-50%); width: 90%; } } @media screen and (max-width: 576px) { .blog-slider__img { width: 95%; } } @media screen and (max-height: 500px) and (min-width: 992px) { .blog-slider__img { height: 270px; } } .blog-slider__content { padding-right: 25px; } @media screen and (max-width: 768px) { .blog-slider__content { margin-top: -80px; text-align: center; padding: 0 30px; } } @media screen and (max-width: 576px) { .blog-slider__content { padding: 0; } } .blog-slider__content > * { opacity: 0; transform: translateY(25px); transition: all 0.4s; } .blog-slider__code { color: #7b7992; margin-bottom: 15px; display: block; font-weight: 500; } .blog-slider__title { font-size: 24px; font-weight: 700; color: #0d0925; margin-bottom: 20px; } .blog-slider__text { color: #4e4a67; margin-bottom: 30px; line-height: 1.5em; } .blog-slider__button { display: inline-flex; background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); padding: 15px 35px; border-radius: 50px; color: #fff; box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4); text-decoration: none; font-weight: 500; justify-content: center; text-align: center; letter-spacing: 1px; } @media screen and (max-width: 576px) { .blog-slider__button { width: 100%; } } .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; } .blog-slider__pagination { position: absolute; z-index: 21; right: 20px; width: 11px !important; text-align: center; left: auto !important; top: 50%; bottom: auto !important; transform: translateY(-50%); } @media screen and (max-width: 768px) { .blog-slider__pagination { transform: translateX(-50%); left: 50% !important; top: 205px; width: 100% !important; display: flex; justify-content: center; align-items: center; } } .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet { margin: 8px 0; } @media screen and (max-width: 768px) { .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; } } .blog-slider__pagination .swiper-pagination-bullet { width: 11px; height: 11px; display: block; border-radius: 10px; background: #062744; opacity: 0.2; transition: all 0.3s; } .blog-slider__pagination .swiper-pagination-bullet-active { opacity: 1; background: #fd3838; height: 30px; box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3); } @media screen and (max-width: 768px) { .blog-slider__pagination .swiper-pagination-bullet-active { height: 11px; width: 30px; } } /**aboutus**/ :root{ --background-dark: #2d3548; --text-light: rgba(255,255,255,0.6); --text-lighter: rgba(255,255,255,0.9); --spacing-s: 8px; --spacing-m: 16px; --spacing-l: 24px; --spacing-xl: 32px; --spacing-xxl: 64px; --width-container: 1200px; } *{ border: 0; margin: 0; padding: 0; box-sizing: border-box; } html{ height: 100%; font-family: 'Montserrat', sans-serif; font-size: 20px; } body{ height: 100%; } .hero-section{ align-items: flex-start; background-image: linear-gradient(15deg, #0f4667 0%, #2a6973 150%); display: flex; min-height: 100%; justify-content: center; padding: var(--spacing-xxl) var(--spacing-l); } .card-grid{ display: grid; grid-template-columns: repeat(1, 1fr); grid-column-gap: var(--spacing-l); grid-row-gap: var(--spacing-l); max-width: var(--width-container); width: 100%; } @media(min-width: 540px){ .card-grid{ grid-template-columns: repeat(2, 1fr); } } @media(min-width: 960px){ .card-grid{ grid-template-columns: repeat(4, 1fr); } } .card{ list-style: none; position: relative; } .card:before{ content: ''; display: block; padding-bottom: 150%; width: 100%; } .card__background{ background-size: cover; background-position: center; border-radius: var(--spacing-l); bottom: 0; filter: brightness(0.75) saturate(1.2) contrast(0.85); left: 0; position: absolute; right: 0; top: 0; transform-origin: center; transform: scale(1) translateZ(0); transition: filter 200ms linear, transform 200ms linear; } .card:hover .card__background{ transform: scale(1.05) translateZ(0); } .card-grid:hover > .card:not(:hover) .card__background{ filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px); } .card__content{ left: 0; padding: var(--spacing-l); position: absolute; top: 0; } .card__category{ color: var(--text-light); font-size: 0.9rem; margin-bottom: var(--spacing-s); text-transform: uppercase; } .card__heading{ color: var(--text-lighter); font-size: 1.9rem; text-shadow: 2px 2px 20px rgba(0,0,0,0.2); line-height: 1.4; word-spacing: 100vw; } /**prizes**/ @import url('https://fonts.googleapis.com/css?family=Heebo:400,700|Open+Sans:400,700'); :root { --color: #3c3163; --transition-time: 0.5s; } * { box-sizing: border-box; } a { color: inherit; } .cards-wrapper { display: grid; justify-content: center; align-items: center; grid-template-columns: 1fr 1fr 1fr; grid-gap: 4rem; padding: 4rem; margin: 0 auto; width: max-content; } .cardprizes { font-family: 'Montserrat', sans-serif; --bg-filter-opacity: 0.5; background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img); height: 20em; width: 15em; font-size: 1.5em; color: white; border-radius: 1em; padding: 1em; /*margin: 2em;*/ display: flex; align-items: flex-end; background-size: cover; background-position: center; box-shadow: 0 0 5em -1em black; transition: all, var(--transition-time); position: relative; overflow: hidden; border: 10px solid #ccc; text-decoration: none; } .cardprizes:hover { transform: rotate(0); } .cardprizes h1 { margin: 0; font-size: 1.5em; line-height: 1.2em; } .cardprizes p { font-size: 0.75em; font-family: 'Open Sans'; margin-top: 0.5em; line-height: 2em; } .cardprizes .tags { display: flex; } .cardprizes .tags .tag { font-size: 0.75em; background: rgba(255, 255, 255, 0.5); border-radius: 0.3rem; padding: 0 0.5em; margin-right: 0.5em; line-height: 1.5em; transition: all, var(--transition-time); } .cardprizes:hover .tags .tag { background: var(--color); color: white; } .cardprizes .date { position: absolute; top: 0; right: 0; font-size: 0.75em; padding: 1em; line-height: 1em; opacity: .8; } .cardprizes:before, .card:after { content: ''; transform: scale(0); transform-origin: top left; border-radius: 50%; position: absolute; left: -50%; top: -50%; z-index: -5; transition: all, var(--transition-time); transition-timing-function: ease-in-out; } .cardprizes:before { background: #ddd; width: 250%; height: 250%; } .cardprizes:after { background: white; width: 200%; height: 200%; } .cardprizes:hover { color: var(--color); } .cardprizes:hover:before, .card:hover:after { transform: scale(1); } .card-grid-space .num { font-size: 3em; margin-bottom: 1.2rem; margin-left: 1rem; } .info { font-size: 1.2em; display: flex; padding: 1em 3em; height: 3em; } .info img { height: 3em; margin-right: 0.5em; } .info h1 { font-size: 1em; font-weight: normal; } /* MEDIA QUERIES */ @media screen and (max-width: 1285px) { .cards-wrapper { grid-template-columns: 1fr 1fr; } } @media screen and (max-width: 900px) { .cards-wrapper { grid-template-columns: 1fr; } .info { justify-content: center; } .card-grid-space .num { /margin-left: 0; /text-align: center; } } @media screen and (max-width: 500px) { .cards-wrapper { padding: 4rem 2rem; } .cardprizes { max-width: calc(100vw - 4rem); } } @media screen and (max-width: 450px) { .info { display: block; text-align: center; } .info h1 { margin: 0; } } /**/ /*text*/ @import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100'; .container { height: 100%; width: 100%; justify-content: center; align-items: center; display: flex; } .text { font-family:'Courier New', Courier, monospace; font-weight: 100; font-size: 5rem; color: #fafafa; } .dud { color: #757575; } /*/ /*aboutustext*/ @import url("https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,800&display=swap"); .container .box { width: 250px; height: 250px; position: relative; display: flex; justify-content: center; flex-direction: column; } .container .box .title { width: 100%; position: relative; display: flex; align-items: center; height: 50px; } .container .box .title .block { width: 0%; height: inherit; background: #ffb510; position: absolute; animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards; display: flex; } .container .box .title h1 { font-family:'Courier New', Courier, monospace; color: #fff; font-size: 3rem; -webkit-animation: mainFadeIn 2s forwards; -o-animation: mainFadeIn 2s forwards; animation: mainFadeIn 2s forwards; animation-delay: 1.6s; opacity: 0; display: flex; align-items: baseline; position: relative; } .container .box .title h1 span { width: 0px; height: 0px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #ffb510; -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards; animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards; animation-delay: 2s; margin-left: 5px; margin-top: -10px; position: absolute; bottom: 13px; right: -12px; } .container .box .role { width: 100%; position: relative; display: flex; align-items: center; height: 30px; margin-top: -10px; } .container .box .role p { animation: secFadeIn 2s forwards; animation-delay: 3.2s; opacity: 0; font-weight: 400; font-family: "Lato"; color: #ffffff; font-size: 12px; text-transform: uppercase; letter-spacing: 5px; } @keyframes mainBlock { 0% { width: 0%; left: 0; } 50% { width: 100%; left: 0; } 100% { width: 0; left: 100%; } } @keyframes secBlock { 0% { width: 0%; left: 0; } 50% { width: 100%; left: 0; } 100% { width: 0; left: 100%; } } @keyframes mainFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes popIn { 0% { width: 0px; height: 0px; background: #e9d856; border: 0px solid #ddd; opacity: 0; } 50% { width: 10px; height: 10px; background: #e9d856; opacity: 1; bottom: 45px; } 65% { width: 7px; height: 7px; bottom: 0px; width: 15px; } 80% { width: 10px; height: 10px; bottom: 20px; } 100% { width: 7px; height: 7px; background: #e9d856; border: 0px solid #222; bottom: 13px; } } @keyframes secFadeIn { 0% { opacity: 0; } 100% { opacity: 0.5; } } footer { width: 350px; height: 80px; background: #ffb510; position: absolute; right: 0; bottom: -80px; display: flex; justify-content: center; align-items: center; animation: top 0.8s forwards; animation-delay: 4s; } footer span { display: flex; align-items: center; justify-content: center; font-size: 12px; color: #232323; font-family:'Courier New', Courier, monospace; } footer span i { margin-right: 25px; font-size: 22px; color: #232323; animation: icon 2s forwards; animation-delay: 4s; opacity: 0; } @keyframes top { 0% { opacity: 0; bottom: -80px; } 100% { opacity: 1; bottom: 0px; } } @keyframes icon { 0% { opacity: 0; transform: scale(0); } 50% { opacity: 1; transform: scale(1.3) rotate(-2deg); } 100% { opacity: 1; bottom: 0px; } } /**/ /**home**/ @import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600"); .more-pens { position: fixed; left: 20px; bottom: 20px; z-index: 10; font-family: "Montserrat"; font-size: 12px; } a.white-mode, a.white-mode:link, a.white-mode:visited, a.white-mode:active { font-family: "Montserrat"; font-size: 12px; text-decoration: none; background: #212121; padding: 4px 8px; color: #f7f7f7; } a.white-mode:hover, a.white-mode:link:hover, a.white-mode:visited:hover, a.white-mode:active:hover { background: #edf3f8; color: #212121; } body { margin: 0; padding: 0; width: 100%; height: 100%; background: #080926; justify-content: center; align-items:center; } .title { z-index: 1; position: absolute; left: 50%; transform: translateX(-50%) translateY(-50%); font-family: "Quantum","Montserrat"; text-align: center; width: 100%; } .titlehome { z-index: 1; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); font-family: "Quantum","Montserrat"; text-align: center; width: 100%; } .titlehome h1 { position: relative; color: #FFFFFF; font-weight: 600; font-size: 9rem; padding: 0; margin: 0; line-height: 1; } .titlehome h1 span { font-weight: 600; font-size: 60px; padding: 0; margin: 0; line-height: 1; } .titlehome h3 { font-weight: 200; font-size: 5rem; font-family: "Montserrat"; padding: 0; margin: 0; line-height: 1; color: #FFFFFF; letter-spacing: 2px; } canvas { -webkit-transform: translateZ(1px); transform: translateZ(1px); } .glow-on-hover { width: 300px; height: 70px; border: none; outline: none; color: #fff; font-size:2rem; background: #111; cursor: pointer; position: relative; z-index: 0; border-radius: 10px; } .glow-on-hover:before { content: ''; background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000); position: absolute; top: -2px; left:-2px; background-size: 400%; 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: #333; } .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: #333; left: 0; top: 0; border-radius: 10px; } @keyframes glowing { 0% { background-position: 0 0; } 50% { background-position: 400% 0; } 100% { background-position: 0 0; } } /**/ /**newbuttons**/ /* general styling */ * { box-sizing: border-box; margin: 0; padding: 0; } .containerbutton { color: #ffffff; margin: 0 auto; text-align: center; } li { list-style-type: none; text-transform: uppercase; } li span { display: block; font-size: 7rem; } .message { font-size: 4rem; display: none; padding: 1rem; } .emoji { padding: 0 .25rem; } @media all and (max-width: 768px) { h1 { font-size: 1.5rem; } li { font-size: 1.125rem; padding: .75rem; } li span { font-size: 3.375rem; } } /**/ /**navbar**/ .Navbar ul { list-style: none; padding-left: 0; margin: 0; } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } html { font-size: 62.5%; } body { font-size: 1.4rem; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .u-pullRight { float: right; } .Toggle { position: relative; display: inline-block; width: 6rem; height: 6rem; padding-top: 3rem; border-radius: 100%; background-color: transparent; } button.Toggle { border: 0; cursor: pointer; padding: 0; } .Toggle span { margin: -0.1rem auto 0; vertical-align: top; transition-duration: 0s; transition-delay: 0.2s; text-indent: 100%; line-height: 0; white-space: nowrap; overflow: hidden; } .Toggle span, .Toggle span:before, .Toggle span:after { display: block; width: 2.1rem; height: 0.2rem; background-color: #fff; } .Toggle span:before, .Toggle span:after { content: ""; position: absolute; transition-property: margin, transform; transition-duration: 0.2s; transition-delay: 0.2s, 0s; } .Toggle span:before { margin-top: -0.7rem; } .Toggle span:after { margin-top: 0.7rem; } .Toggle:hover span:before { transform: translateY(-1px); } .Toggle:hover span:after { transform: translateY(1px); } .Toggle.is-active span { background-color: rgba(255, 255, 255, 0); transition-delay: 0.2s; } .Toggle.is-active span:before, .Toggle.is-active span:after { margin-top: 0; transition-delay: 0s, 0.2s; } .Toggle.is-active span:before { transform: rotate(45deg); } .Toggle.is-active span:after { transform: rotate(-45deg); } .SocialLink { color: inherit; font-size: 1rem; font-weight: bold; letter-spacing: 0.28rem; text-decoration: none; text-transform: uppercase; display: block; vertical-align: top; margin-left: -1px; padding: 1.2rem !important; border: 1px solid rgba(255, 255, 255, 0.06); background-color: #000; } .SocialLink-icon { display: block; width: 1.6rem; height: 1.6rem; vertical-align: middle; fill: currentColor; } .SocialLink-text { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; } body { min-height: 100vh; padding-top: 6rem; /*background-image: url(https://www.gstatic.com/prettyearth/assets/full/2442.jpg);*/ background-position: center center; background-repeat: no-repeat; background-size: cover; } .Navbar { color: #fff; font-size: 1rem; font-weight: bold; line-height: 2.8rem; letter-spacing: 0.28rem; text-transform: uppercase; position: fixed; backface-visibility: hidden; top: 0; left: 0; width: 100%; background-color: #000; z-index:3; } .Navbar a:not(.Navbar-toggle) { color: inherit; text-decoration: none; } .Navbar-brand, .Navbar-menu a, .Navbar-quickLinks a { display: block; } .Navbar-brand, .Navbar-quickLinks a { padding: 1.6rem 1.4rem; } .Navbar-quickLinks { display: none; } .Navbar-menu { line-height: 1.6rem; position: fixed; top: 6rem; left: 0; bottom: 0; display: flex; flex-direction: column; width: 0%; overflow-y: auto; visibility: hidden; padding: 2.4rem 0; background-color: rgba(0, 0, 0, 0.92); opacity: 0; transition-property: opacity, visibility, width; transition-duration: 0.35s, 0.25s, 0.25s; transition-delay: 0.1s; } .Navbar-menu .Navbar-menu-major { flex-grow: 1; } .Navbar-menu.is-active { opacity: 1; visibility: visible; width: 100%; transition-duration: 0.15s, 0.25s, 0.25s; } .Navbar-menu-major a, .Navbar-menu-minor a, .Navbar-menu-minor .Navbar-menu-social { padding: 1.6rem 14%; } .Navbar-menu-major { font-size: 1.4rem; } .Navbar-menu-major a:hover { background-color: rgba(255, 255, 255, 0.06); } .Navbar-menu-minor { color: #666666; margin-top: 1.4rem; } .Navbar-menu-minor a { padding-top: 0.7rem; padding-bottom: 0.7rem; } .Navbar-menu-minor a:hover { color: #fff; } .Navbar-menu-social { overflow: hidden; } .Navbar-menu-social li { float: left; } @media (min-width: 544px) { .u-Navbar-hidden\@sm-up { display: none; } body { padding-top: 0; padding-left: 6rem; } .Navbar { bottom: 0; width: 6rem; } .Navbar-toggle { position: absolute; top: 0; } .Navbar-menu { top: 0; left: 6rem; padding-top: 5.2rem; } .Navbar-menu.is-active { width: 26rem; } .Navbar-brand { position: absolute; top: 6rem; right: 0; padding-left: 0.6rem !important; padding-right: 0.6rem !important; transform: rotate(-90deg) translateY(-6rem); transform-origin: right top; } .Navbar-quickLinks { white-space: nowrap; position: absolute; bottom: 0; display: block; padding-left: 1.6rem !important; transform: rotate(-90deg) translateX(-6rem); transform-origin: 0 0; } .Navbar-quickLinks li { display: inline-block; } } @media (max-width: 780px) { .titlehome h1 { font-size: 6.5rem; } .titlehome h3 { font-size: 3rem; } }
style.css
html, body { scroll-behavior: smooth; } .sectionintro { width: 100%; height: 100vh; } .intro { height: 100vh; } .content { display: table-cell; vertical-align: middle; } @import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800"); * { box-sizing: border-box; } .faqs { background-color: #FFE53B; background-image: linear-gradient(147deg, #FFE53B 0%, #fd3838 74%); min-height: 100vh; font-family: "Fira Sans", sans-serif; display: flex; } .blog-slider { width: 95%; position: relative; max-width: 800px; margin: auto; background: #fff; box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); padding: 25px; border-radius: 25px; height: 400px; transition: all 0.3s; } @media screen and (max-width: 992px) { .blog-slider { max-width: 680px; height: 400px; } } @media screen and (max-width: 768px) { .blog-slider { min-height: 500px; height: auto; margin: 180px auto; } } @media screen and (max-height: 500px) and (min-width: 992px) { .blog-slider { height: 350px; } } .blog-slider__item { display: flex; align-items: center; } @media screen and (max-width: 768px) { .blog-slider__item { flex-direction: column; } } .blog-slider__item.swiper-slide-active .blog-slider__img img { opacity: 1; transition-delay: 0.3s; } .blog-slider__item.swiper-slide-active .blog-slider__content > * { opacity: 1; transform: none; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) { transition-delay: 0.3s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) { transition-delay: 0.4s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) { transition-delay: 0.5s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) { transition-delay: 0.6s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) { transition-delay: 0.7s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) { transition-delay: 0.8s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) { transition-delay: 0.9s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) { transition-delay: 1s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) { transition-delay: 1.1s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) { transition-delay: 1.2s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) { transition-delay: 1.3s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) { transition-delay: 1.4s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) { transition-delay: 1.5s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) { transition-delay: 1.6s; } .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) { transition-delay: 1.7s; } .blog-slider__img { width: 300px; flex-shrink: 0; height: 300px; background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); border-radius: 20px; transform: translateX(-80px); overflow: hidden; } .blog-slider__img:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); border-radius: 20px; opacity: 0.8; } .blog-slider__img img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; border-radius: 20px; transition: all 0.3s; } @media screen and (max-width: 768px) { .blog-slider__img { transform: translateY(-50%); width: 90%; } } @media screen and (max-width: 576px) { .blog-slider__img { width: 95%; } } @media screen and (max-height: 500px) and (min-width: 992px) { .blog-slider__img { height: 270px; } } .blog-slider__content { padding-right: 25px; } @media screen and (max-width: 768px) { .blog-slider__content { margin-top: -80px; text-align: center; padding: 0 30px; } } @media screen and (max-width: 576px) { .blog-slider__content { padding: 0; } } .blog-slider__content > * { opacity: 0; transform: translateY(25px); transition: all 0.4s; } .blog-slider__code { color: #7b7992; margin-bottom: 15px; display: block; font-weight: 500; } .blog-slider__title { font-size: 24px; font-weight: 700; color: #0d0925; margin-bottom: 20px; } .blog-slider__text { color: #4e4a67; margin-bottom: 30px; line-height: 1.5em; } .blog-slider__button { display: inline-flex; background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); padding: 15px 35px; border-radius: 50px; color: #fff; box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4); text-decoration: none; font-weight: 500; justify-content: center; text-align: center; letter-spacing: 1px; } @media screen and (max-width: 576px) { .blog-slider__button { width: 100%; } } .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; } .blog-slider__pagination { position: absolute; z-index: 21; right: 20px; width: 11px !important; text-align: center; left: auto !important; top: 50%; bottom: auto !important; transform: translateY(-50%); } @media screen and (max-width: 768px) { .blog-slider__pagination { transform: translateX(-50%); left: 50% !important; top: 205px; width: 100% !important; display: flex; justify-content: center; align-items: center; } } .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet { margin: 8px 0; } @media screen and (max-width: 768px) { .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; } } .blog-slider__pagination .swiper-pagination-bullet { width: 11px; height: 11px; display: block; border-radius: 10px; background: #062744; opacity: 0.2; transition: all 0.3s; } .blog-slider__pagination .swiper-pagination-bullet-active { opacity: 1; background: #fd3838; height: 30px; box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3); } @media screen and (max-width: 768px) { .blog-slider__pagination .swiper-pagination-bullet-active { height: 11px; width: 30px; } } /**aboutus**/ :root{ --background-dark: #2d3548; --text-light: rgba(255,255,255,0.6); --text-lighter: rgba(255,255,255,0.9); --spacing-s: 8px; --spacing-m: 16px; --spacing-l: 24px; --spacing-xl: 32px; --spacing-xxl: 64px; --width-container: 1200px; } *{ border: 0; margin: 0; padding: 0; box-sizing: border-box; } html{ height: 100%; font-family: 'Montserrat', sans-serif; font-size: 20px; } body{ height: 100%; } .hero-section{ align-items: flex-start; background-image: linear-gradient(15deg, #0f4667 0%, #2a6973 150%); display: flex; min-height: 100%; justify-content: center; padding: var(--spacing-xxl) var(--spacing-l); } .card-grid{ display: grid; grid-template-columns: repeat(1, 1fr); grid-column-gap: var(--spacing-l); grid-row-gap: var(--spacing-l); max-width: var(--width-container); width: 100%; } @media(min-width: 540px){ .card-grid{ grid-template-columns: repeat(2, 1fr); } } @media(min-width: 960px){ .card-grid{ grid-template-columns: repeat(4, 1fr); } } .card{ list-style: none; position: relative; } .card:before{ content: ''; display: block; padding-bottom: 150%; width: 100%; } .card__background{ background-size: cover; background-position: center; border-radius: var(--spacing-l); bottom: 0; filter: brightness(0.75) saturate(1.2) contrast(0.85); left: 0; position: absolute; right: 0; top: 0; transform-origin: center; transform: scale(1) translateZ(0); transition: filter 200ms linear, transform 200ms linear; } .card:hover .card__background{ transform: scale(1.05) translateZ(0); } .card-grid:hover > .card:not(:hover) .card__background{ filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px); } .card__content{ left: 0; padding: var(--spacing-l); position: absolute; top: 0; } .card__category{ color: var(--text-light); font-size: 0.9rem; margin-bottom: var(--spacing-s); text-transform: uppercase; } .card__heading{ color: var(--text-lighter); font-size: 1.9rem; text-shadow: 2px 2px 20px rgba(0,0,0,0.2); line-height: 1.4; word-spacing: 100vw; } /**prizes**/ @import url('https://fonts.googleapis.com/css?family=Heebo:400,700|Open+Sans:400,700'); :root { --color: #3c3163; --transition-time: 0.5s; } * { box-sizing: border-box; } a { color: inherit; } .cards-wrapper { display: grid; justify-content: center; align-items: center; grid-template-columns: 1fr 1fr 1fr; grid-gap: 4rem; padding: 4rem; margin: 0 auto; width: max-content; } .cardprizes { font-family: 'Montserrat', sans-serif; --bg-filter-opacity: 0.5; background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img); height: 20em; width: 15em; font-size: 1.5em; color: white; border-radius: 1em; padding: 1em; /*margin: 2em;*/ display: flex; align-items: flex-end; background-size: cover; background-position: center; box-shadow: 0 0 5em -1em black; transition: all, var(--transition-time); position: relative; overflow: hidden; border: 10px solid #ccc; text-decoration: none; } .cardprizes:hover { transform: rotate(0); } .cardprizes h1 { margin: 0; font-size: 1.5em; line-height: 1.2em; } .cardprizes p { font-size: 0.75em; font-family: 'Open Sans'; margin-top: 0.5em; line-height: 2em; } .cardprizes .tags { display: flex; } .cardprizes .tags .tag { font-size: 0.75em; background: rgba(255, 255, 255, 0.5); border-radius: 0.3rem; padding: 0 0.5em; margin-right: 0.5em; line-height: 1.5em; transition: all, var(--transition-time); } .cardprizes:hover .tags .tag { background: var(--color); color: white; } .cardprizes .date { position: absolute; top: 0; right: 0; font-size: 0.75em; padding: 1em; line-height: 1em; opacity: .8; } .cardprizes:before, .card:after { content: ''; transform: scale(0); transform-origin: top left; border-radius: 50%; position: absolute; left: -50%; top: -50%; z-index: -5; transition: all, var(--transition-time); transition-timing-function: ease-in-out; } .cardprizes:before { background: #ddd; width: 250%; height: 250%; } .cardprizes:after { background: white; width: 200%; height: 200%; } .cardprizes:hover { color: var(--color); } .cardprizes:hover:before, .card:hover:after { transform: scale(1); } .card-grid-space .num { font-size: 3em; margin-bottom: 1.2rem; margin-left: 1rem; } .info { font-size: 1.2em; display: flex; padding: 1em 3em; height: 3em; } .info img { height: 3em; margin-right: 0.5em; } .info h1 { font-size: 1em; font-weight: normal; } /* MEDIA QUERIES */ @media screen and (max-width: 1285px) { .cards-wrapper { grid-template-columns: 1fr 1fr; } } @media screen and (max-width: 900px) { .cards-wrapper { grid-template-columns: 1fr; } .info { justify-content: center; } .card-grid-space .num { /margin-left: 0; /text-align: center; } } @media screen and (max-width: 500px) { .cards-wrapper { padding: 4rem 2rem; } .cardprizes { max-width: calc(100vw - 4rem); } } @media screen and (max-width: 450px) { .info { display: block; text-align: center; } .info h1 { margin: 0; } } /**/ /*text*/ @import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100'; .container { height: 100%; width: 100%; justify-content: center; align-items: center; display: flex; } .text { font-family:'Courier New', Courier, monospace; font-weight: 100; font-size: 5rem; color: #fafafa; } .dud { color: #757575; } /*/ /*aboutustext*/ @import url("https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,800&display=swap"); .container .box { width: 250px; height: 250px; position: relative; display: flex; justify-content: center; flex-direction: column; } .container .box .title { width: 100%; position: relative; display: flex; align-items: center; height: 50px; } .container .box .title .block { width: 0%; height: inherit; background: #ffb510; position: absolute; animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards; display: flex; } .container .box .title h1 { font-family:'Courier New', Courier, monospace; color: #fff; font-size: 3rem; -webkit-animation: mainFadeIn 2s forwards; -o-animation: mainFadeIn 2s forwards; animation: mainFadeIn 2s forwards; animation-delay: 1.6s; opacity: 0; display: flex; align-items: baseline; position: relative; } .container .box .title h1 span { width: 0px; height: 0px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #ffb510; -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards; animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards; animation-delay: 2s; margin-left: 5px; margin-top: -10px; position: absolute; bottom: 13px; right: -12px; } .container .box .role { width: 100%; position: relative; display: flex; align-items: center; height: 30px; margin-top: -10px; } .container .box .role p { animation: secFadeIn 2s forwards; animation-delay: 3.2s; opacity: 0; font-weight: 400; font-family: "Lato"; color: #ffffff; font-size: 12px; text-transform: uppercase; letter-spacing: 5px; } @keyframes mainBlock { 0% { width: 0%; left: 0; } 50% { width: 100%; left: 0; } 100% { width: 0; left: 100%; } } @keyframes secBlock { 0% { width: 0%; left: 0; } 50% { width: 100%; left: 0; } 100% { width: 0; left: 100%; } } @keyframes mainFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes popIn { 0% { width: 0px; height: 0px; background: #e9d856; border: 0px solid #ddd; opacity: 0; } 50% { width: 10px; height: 10px; background: #e9d856; opacity: 1; bottom: 45px; } 65% { width: 7px; height: 7px; bottom: 0px; width: 15px; } 80% { width: 10px; height: 10px; bottom: 20px; } 100% { width: 7px; height: 7px; background: #e9d856; border: 0px solid #222; bottom: 13px; } } @keyframes secFadeIn { 0% { opacity: 0; } 100% { opacity: 0.5; } } footer { width: 350px; height: 80px; background: #ffb510; position: absolute; right: 0; bottom: -80px; display: flex; justify-content: center; align-items: center; animation: top 0.8s forwards; animation-delay: 4s; } footer span { display: flex; align-items: center; justify-content: center; font-size: 12px; color: #232323; font-family:'Courier New', Courier, monospace; } footer span i { margin-right: 25px; font-size: 22px; color: #232323; animation: icon 2s forwards; animation-delay: 4s; opacity: 0; } @keyframes top { 0% { opacity: 0; bottom: -80px; } 100% { opacity: 1; bottom: 0px; } } @keyframes icon { 0% { opacity: 0; transform: scale(0); } 50% { opacity: 1; transform: scale(1.3) rotate(-2deg); } 100% { opacity: 1; bottom: 0px; } } /**/ /**home**/ @import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600"); .more-pens { position: fixed; left: 20px; bottom: 20px; z-index: 10; font-family: "Montserrat"; font-size: 12px; } a.white-mode, a.white-mode:link, a.white-mode:visited, a.white-mode:active { font-family: "Montserrat"; font-size: 12px; text-decoration: none; background: #212121; padding: 4px 8px; color: #f7f7f7; } a.white-mode:hover, a.white-mode:link:hover, a.white-mode:visited:hover, a.white-mode:active:hover { background: #edf3f8; color: #212121; } body { margin: 0; padding: 0; width: 100%; height: 100%; background: #080926; justify-content: center; align-items:center; } .title { z-index: 1; position: absolute; left: 50%; transform: translateX(-50%) translateY(-50%); font-family: "Quantum","Montserrat"; text-align: center; width: 100%; } .titlehome { z-index: 1; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); font-family: "Quantum","Montserrat"; text-align: center; width: 100%; } .titlehome h1 { position: relative; color: #FFFFFF; font-weight: 600; font-size: 9rem; padding: 0; margin: 0; line-height: 1; } .titlehome h1 span { font-weight: 600; font-size: 60px; padding: 0; margin: 0; line-height: 1; } .titlehome h3 { font-weight: 200; font-size: 5rem; font-family: "Montserrat"; padding: 0; margin: 0; line-height: 1; color: #FFFFFF; letter-spacing: 2px; } canvas { -webkit-transform: translateZ(1px); transform: translateZ(1px); } .glow-on-hover { width: 300px; height: 70px; border: none; outline: none; color: #fff; font-size:2rem; background: #111; cursor: pointer; position: relative; z-index: 0; border-radius: 10px; } .glow-on-hover:before { content: ''; background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000); position: absolute; top: -2px; left:-2px; background-size: 400%; 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: #333; } .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: #333; left: 0; top: 0; border-radius: 10px; } @keyframes glowing { 0% { background-position: 0 0; } 50% { background-position: 400% 0; } 100% { background-position: 0 0; } } /**/ /**newbuttons**/ /* general styling */ * { box-sizing: border-box; margin: 0; padding: 0; } .containerbutton { color: #ffffff; margin: 0 auto; text-align: center; } li { list-style-type: none; text-transform: uppercase; } li span { display: block; font-size: 7rem; } .message { font-size: 4rem; display: none; padding: 1rem; } .emoji { padding: 0 .25rem; } @media all and (max-width: 768px) { h1 { font-size: 1.5rem; } li { font-size: 1.125rem; padding: .75rem; } li span { font-size: 3.375rem; } } /**/ /**navbar**/ .Navbar ul { list-style: none; padding-left: 0; margin: 0; } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } html { font-size: 62.5%; } body { font-size: 1.4rem; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .u-pullRight { float: right; } .Toggle { position: relative; display: inline-block; width: 6rem; height: 6rem; padding-top: 3rem; border-radius: 100%; background-color: transparent; } button.Toggle { border: 0; cursor: pointer; padding: 0; } .Toggle span { margin: -0.1rem auto 0; vertical-align: top; transition-duration: 0s; transition-delay: 0.2s; text-indent: 100%; line-height: 0; white-space: nowrap; overflow: hidden; } .Toggle span, .Toggle span:before, .Toggle span:after { display: block; width: 2.1rem; height: 0.2rem; background-color: #fff; } .Toggle span:before, .Toggle span:after { content: ""; position: absolute; transition-property: margin, transform; transition-duration: 0.2s; transition-delay: 0.2s, 0s; } .Toggle span:before { margin-top: -0.7rem; } .Toggle span:after { margin-top: 0.7rem; } .Toggle:hover span:before { transform: translateY(-1px); } .Toggle:hover span:after { transform: translateY(1px); } .Toggle.is-active span { background-color: rgba(255, 255, 255, 0); transition-delay: 0.2s; } .Toggle.is-active span:before, .Toggle.is-active span:after { margin-top: 0; transition-delay: 0s, 0.2s; } .Toggle.is-active span:before { transform: rotate(45deg); } .Toggle.is-active span:after { transform: rotate(-45deg); } .SocialLink { color: inherit; font-size: 1rem; font-weight: bold; letter-spacing: 0.28rem; text-decoration: none; text-transform: uppercase; display: block; vertical-align: top; margin-left: -1px; padding: 1.2rem !important; border: 1px solid rgba(255, 255, 255, 0.06); background-color: #000; } .SocialLink-icon { display: block; width: 1.6rem; height: 1.6rem; vertical-align: middle; fill: currentColor; } .SocialLink-text { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; } body { min-height: 100vh; padding-top: 6rem; /*background-image: url(https://www.gstatic.com/prettyearth/assets/full/2442.jpg);*/ background-position: center center; background-repeat: no-repeat; background-size: cover; } .Navbar { color: #fff; font-size: 1rem; font-weight: bold; line-height: 2.8rem; letter-spacing: 0.28rem; text-transform: uppercase; position: fixed; backface-visibility: hidden; top: 0; left: 0; width: 100%; background-color: #000; z-index:3; } .Navbar a:not(.Navbar-toggle) { color: inherit; text-decoration: none; } .Navbar-brand, .Navbar-menu a, .Navbar-quickLinks a { display: block; } .Navbar-brand, .Navbar-quickLinks a { padding: 1.6rem 1.4rem; } .Navbar-quickLinks { display: none; } .Navbar-menu { line-height: 1.6rem; position: fixed; top: 6rem; left: 0; bottom: 0; display: flex; flex-direction: column; width: 0%; overflow-y: auto; visibility: hidden; padding: 2.4rem 0; background-color: rgba(0, 0, 0, 0.92); opacity: 0; transition-property: opacity, visibility, width; transition-duration: 0.35s, 0.25s, 0.25s; transition-delay: 0.1s; } .Navbar-menu .Navbar-menu-major { flex-grow: 1; } .Navbar-menu.is-active { opacity: 1; visibility: visible; width: 100%; transition-duration: 0.15s, 0.25s, 0.25s; } .Navbar-menu-major a, .Navbar-menu-minor a, .Navbar-menu-minor .Navbar-menu-social { padding: 1.6rem 14%; } .Navbar-menu-major { font-size: 1.4rem; } .Navbar-menu-major a:hover { background-color: rgba(255, 255, 255, 0.06); } .Navbar-menu-minor { color: #666666; margin-top: 1.4rem; } .Navbar-menu-minor a { padding-top: 0.7rem; padding-bottom: 0.7rem; } .Navbar-menu-minor a:hover { color: #fff; } .Navbar-menu-social { overflow: hidden; } .Navbar-menu-social li { float: left; } @media (min-width: 544px) { .u-Navbar-hidden\@sm-up { display: none; } body { padding-top: 0; padding-left: 6rem; } .Navbar { bottom: 0; width: 6rem; } .Navbar-toggle { position: absolute; top: 0; } .Navbar-menu { top: 0; left: 6rem; padding-top: 5.2rem; } .Navbar-menu.is-active { width: 26rem; } .Navbar-brand { position: absolute; top: 6rem; right: 0; padding-left: 0.6rem !important; padding-right: 0.6rem !important; transform: rotate(-90deg) translateY(-6rem); transform-origin: right top; } .Navbar-quickLinks { white-space: nowrap; position: absolute; bottom: 0; display: block; padding-left: 1.6rem !important; transform: rotate(-90deg) translateX(-6rem); transform-origin: 0 0; } .Navbar-quickLinks li { display: inline-block; } } @media (max-width: 780px) { .titlehome h1 { font-size: 6.5rem; } .titlehome h3 { font-size: 3rem; } }
0.463687
0.063106
@import 'globalRubens.css'; html{ height: 100%; width: 100%; margin: 0; padding: 0; } body{ font-family: '<NAME>', sans-serif; background-color: #fff; color:#000; margin: 0; } .todo{ width: 1254px; height: 1159px; margin-left: auto; margin-right: auto; padding: 52px; } .link{ height: 31px; margin-bottom: 53px; border: 1px solid #fff; clear:both; } .link a:link, a:hover, a:visited{ text-decoration: none; color: #000; } .link svg{ margin-top: 6px; float: left; } .link p{ width: 305px; margin-top: 0; margin-left: 20px; font-style: normal; font-weight: normal; font-size: 25px; line-height: 40px; align-items: center; letter-spacing: -0.015em; } .tabela{ width: 1154px; height: 440px; margin-left: auto; margin-right: auto; padding: 50px; background: #FFF; box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.08); border-radius: 25px; overflow:auto; } .invisible-scrollbar::-webkit-scrollbar{ display: none; } .tabela table{ width: 1151px; text-align: left; border-collapse: collapse; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; align-items: center; letter-spacing: -0.015em; } .tabela tbody tr{ height: 80px; } .tabela td{ background: none; } .selec{ width: 142px; padding-left: 31px; } .idU{ width: 130px; } .selec button{ background: transparent; border: none; outline: none; } .remetente{ width: 250px; } .assunto{ width: 450px; } .data{ width: 300px; } .status{ width: 86px; } .remetente svg{ float: left; } .remetente p{ margin: 0; margin-top: 10px; margin-left: 9px; float: left; } .selec, .remetente, .assunto, .data{ margin-right: 70px; } #status{ width: 30px; height: 30px; border-radius: 50%; background:#49D983; } #visu{ margin-bottom: 32px; color: #4361EE; } #visu svg{ margin-right: 12px; margin-top: 8px; float: left; } .info{ margin-top: 50px; width: 1157px; height: 309px; padding: 50px; background: #FFF; box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.08); border-radius: 25px; } .info h3{ margin: 0; float: left; min-height: 16px; font-style: normal; font-weight: normal; font-size: 25px; line-height: 40px; align-items: center; letter-spacing: -0.015em; } .info p{ margin: 0; float: left; min-height: 16px; font-style: normal; font-weight: normal; font-size: 25px; line-height: 40px; align-items: center; letter-spacing: -0.015em; color: rgba(0, 0, 0, 0.3); } #assuntoh3 { margin-left: 120px; } #assuntop{ margin-right: 180px; margin-left: 5px; } .mensagem{ width: 1151px; height: 176px; margin-top: 51px; clear: both; } .mensagem h2{ margin: 25px 0 25px 0; color: #4EBAB5; font-style: normal; font-weight: normal; font-size: 25px; line-height: 40px; align-items: center; letter-spacing: -0.015em; } .mensagem p{ margin: 0; font-style: normal; font-weight: normal; font-size: 25px; line-height: 35px; /* or 140% */ letter-spacing: -0.015em; color: rgba(0, 0, 0, 0.3); } input{ background-color: white; font-weight: normal; font-size: 18px; border: 1px solid #c5c5c5; border-radius: 5px; width: 250px; padding: 8px; padding-left: 20px; } .btn1{ width: 120px; height: 39px; padding: 8px; border: none; border-radius: 5px; background-color: #4361ee; margin-left: 15px; color: white; cursor: pointer; } .btn2{ width: 120px; height: 39px; padding: 8px; border: none; border-radius: 5px; background-color: orange; margin-left: 15px; color: white; cursor: pointer; } .btn3{ width: 200px; height: 39px; padding: 8px; border: none; border-radius: 5px; background-color: #00aeef; color: white; cursor: pointer; transition: 400ms; }
PI3Konex_Rapina/src/main/webapp/CSS/notificacoes.css
@import 'globalRubens.css'; html{ height: 100%; width: 100%; margin: 0; padding: 0; } body{ font-family: '<NAME>', sans-serif; background-color: #fff; color:#000; margin: 0; } .todo{ width: 1254px; height: 1159px; margin-left: auto; margin-right: auto; padding: 52px; } .link{ height: 31px; margin-bottom: 53px; border: 1px solid #fff; clear:both; } .link a:link, a:hover, a:visited{ text-decoration: none; color: #000; } .link svg{ margin-top: 6px; float: left; } .link p{ width: 305px; margin-top: 0; margin-left: 20px; font-style: normal; font-weight: normal; font-size: 25px; line-height: 40px; align-items: center; letter-spacing: -0.015em; } .tabela{ width: 1154px; height: 440px; margin-left: auto; margin-right: auto; padding: 50px; background: #FFF; box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.08); border-radius: 25px; overflow:auto; } .invisible-scrollbar::-webkit-scrollbar{ display: none; } .tabela table{ width: 1151px; text-align: left; border-collapse: collapse; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; align-items: center; letter-spacing: -0.015em; } .tabela tbody tr{ height: 80px; } .tabela td{ background: none; } .selec{ width: 142px; padding-left: 31px; } .idU{ width: 130px; } .selec button{ background: transparent; border: none; outline: none; } .remetente{ width: 250px; } .assunto{ width: 450px; } .data{ width: 300px; } .status{ width: 86px; } .remetente svg{ float: left; } .remetente p{ margin: 0; margin-top: 10px; margin-left: 9px; float: left; } .selec, .remetente, .assunto, .data{ margin-right: 70px; } #status{ width: 30px; height: 30px; border-radius: 50%; background:#49D983; } #visu{ margin-bottom: 32px; color: #4361EE; } #visu svg{ margin-right: 12px; margin-top: 8px; float: left; } .info{ margin-top: 50px; width: 1157px; height: 309px; padding: 50px; background: #FFF; box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.08); border-radius: 25px; } .info h3{ margin: 0; float: left; min-height: 16px; font-style: normal; font-weight: normal; font-size: 25px; line-height: 40px; align-items: center; letter-spacing: -0.015em; } .info p{ margin: 0; float: left; min-height: 16px; font-style: normal; font-weight: normal; font-size: 25px; line-height: 40px; align-items: center; letter-spacing: -0.015em; color: rgba(0, 0, 0, 0.3); } #assuntoh3 { margin-left: 120px; } #assuntop{ margin-right: 180px; margin-left: 5px; } .mensagem{ width: 1151px; height: 176px; margin-top: 51px; clear: both; } .mensagem h2{ margin: 25px 0 25px 0; color: #4EBAB5; font-style: normal; font-weight: normal; font-size: 25px; line-height: 40px; align-items: center; letter-spacing: -0.015em; } .mensagem p{ margin: 0; font-style: normal; font-weight: normal; font-size: 25px; line-height: 35px; /* or 140% */ letter-spacing: -0.015em; color: rgba(0, 0, 0, 0.3); } input{ background-color: white; font-weight: normal; font-size: 18px; border: 1px solid #c5c5c5; border-radius: 5px; width: 250px; padding: 8px; padding-left: 20px; } .btn1{ width: 120px; height: 39px; padding: 8px; border: none; border-radius: 5px; background-color: #4361ee; margin-left: 15px; color: white; cursor: pointer; } .btn2{ width: 120px; height: 39px; padding: 8px; border: none; border-radius: 5px; background-color: orange; margin-left: 15px; color: white; cursor: pointer; } .btn3{ width: 200px; height: 39px; padding: 8px; border: none; border-radius: 5px; background-color: #00aeef; color: white; cursor: pointer; transition: 400ms; }
0.430985
0.079317
.carousel-indicators li{ background-color: #989693; border-radius: 0; width: 30px; height: 6px; } .carousel-indicators .active{ border-radius: 0; width: 30px; height: 8px; } .abouts{ position: relative; padding: 7rem 0 3rem; } .aboutsTitH1{ position: absolute; top: -100px; left: 7%; border: 30px solid #494949; z-index: 999; width: 520px; height: 380px; text-align: center; font-family: 'abc'; font-weight: bold; } .aboutsTitH1 h1{ font-size: 9rem; } .aboutsTitBottom{ position: absolute; top: 0; left: 0; width: 100%; height: 15.5%; overflow: hidden; color: #ffe003; } .aboutsCtt{ padding: 30px; background-color: #ffe401; background-image: url(../img/images/aboutsBg_03.png); background-repeat: no-repeat; background-position: top right; position: relative; } .aboutsCap{ padding-top: 20px; font-size: 2rem; } .aboutsTit{ width: 45px; height: 7px; background-color: #222222; } .aboutsCap h2{ font-size: 1.3em; font-weight: bold; } .aboutsCap h3{ font-size: 1em; font-weight: bold; margin-bottom: 3rem; } .aboutsCap h4{ font-size: .8em; font-weight: bold; } .aboutsCap p{ font-size: .8em; font-weight: bold; line-height: 2.5rem; } .aboutsIcon1{ position: absolute; top: 0; left: 0; width: 20%; height: 100%; /* background: url(../img/images/aboutsXs_02.png) no-repeat center left; */ z-index: -1; } .aboutsIcon2{ position: absolute; top: -11%; right: 0; width: 20%; height: 100%; z-index: -1; /* background: url(../img/images/aboutsIcon_03.png) no-repeat center right; */ } .curBottom{ margin-top: 5rem; text-align: center; font-size: 2rem; } .curBottom a{ display: inline-block; font-size: 3rem; background-color: #333; color: #fff; width: 35px; height: 35px; line-height: 35px; margin-top: 15px; } .print{ padding: 5rem 0; background-color: #2e2e2e; position: relative; } .curTit{ text-align: center; font-size: 5rem; color: #ffe401; position: relative; font-family: 'abc'; } .curTit:before,.curTit:after{ content: ''; border-bottom: 1px solid #ffe401; height: 0; width: 35%; position: absolute; top: 50%; } .curTit:before{ left: 0; } .curTit:after{ right: 0; } .printSub{ margin: 2rem auto 0; text-align: center; } .printSub li{ display: inline-block; color: #ababab; } .printSubLi{ padding: 0 1rem; } .printNav{ margin: 4rem 0 0; text-align: center; } .printNav li{ display: inline-block; color: #ababab; border: 1px solid #ababab; padding: 3px 6px; cursor: pointer; margin: 5px; font-size: 1.4rem; } .printNav li:hover{ border: 1px solid #ffe401; color: #ffe401; } .printNav li.active{ border: 1px solid #ffe401; background-color: #ffe401; color: #333; position: relative; } .printNav li.active:after{ content: ''; position: absolute; width: 0; height: 0; border: 4px solid transparent; border-top: 4px solid #ffe401; margin-left: -4px; bottom: -8px; left: 50%; } .printPic{ margin-top: 7rem; } .printPic>div{ padding: 0; position: relative; } .printPic>div img{ width: 100%; -webkit-filter: contrast(0.8); } .printPic .printImg{ position: relative; } .printPic .printImg:after{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; color: white; transition: all .3s; } .printPic .printImg1:hover:after{ content: '高铁影院,发现新奇'; } .printPic .printImg2:hover:after{ content: '连接虚拟,触碰未曾遇见的美'; } .printPic .printImg3:hover:after{ content: '互动未来,拥有与梦境交织的感官'; } .printPic .printImg4:hover:after{ content: '现实与虚幻,真实世界亦如此绚烂'; } .printPic .printImg5:hover:after{ content: '下一站,未来'; } .printPic .printImg:hover:after{ top:48%; font-size: 2.5rem; text-align: center; border-bottom: 10px solid #ffe401; } .printPic .printImg:hover img{ -webkit-filter: contrast(1); } .printBtm{ margin-bottom: -6rem; color: #ffe401; } .printBtm a{ background-color: #ffe401; color: #333; } .printIcon1{ position: absolute; top: -5%; left: 5%; width: 10%; } .printIcon2{ position: absolute; top: 20%; left: 5%; width: 8%; } .printIcon3{ position: absolute; bottom: -5%; right: 5%; width: 10%; } .Hardware{ padding: 5rem 0; background: url(../img/images/headBg_03.png) no-repeat top right; overflow: hidden; } .Hardware .curTit,.news .curTit{ color: #373737; } .news .curTit:before,.news .curTit:after{ width: 30%; } .contact .curTit:before,.contact .curTit:after{ width: 30%; border-bottom: 1px solid #616161; } .Hardware .curTit:before,.Hardware .curTit:after,.news .curTit:before,.news .curTit:after{ border-bottom: 1px solid #373737; } .HardwareP{ text-align: center; font-size: 1.8rem; margin-top: 3rem; } .HardCtt{ margin-top: 3rem; position: relative; } .hardList{ padding: 3rem 3rem 0; position: relative; border-left: 8px solid #2e2e2e; margin-bottom: 5rem; } .hardList.active{ border-left: 8px solid #2e2e2e; } .hardList.active .hardBg{ background-color: #fee600; } .hardList.active .hardCap h2{ color: #212121; } .hardList.active .hardCap h4{ color: #535353; } .hardList.active .hardCap p{ color: #212121; } .hardList.active .hardCap a span.hardl{ color: #f4dd04; } .hardList.hover{ border-left: 8px solid #fee600; } .hardBg{ position: absolute; top: 0; left: 0; height: 100%; width: 70%; background-color: #2e2e2e; z-index: -1; } .hardList .hardCap{ color: #fff; float: left; width: 50%; /* position: relative; */ z-index: 5; } .hardList .hardPic{ position: absolute; bottom: -10%; right: 3rem; z-index: 5; width: 50%; } .hardList .hardPic1{ position: absolute; height: 90%; bottom: 5%; right: 3rem; z-index: 5; } .hardList .hardPic1 img{ width: auto; height: 100%; } .hardList .hardPic1 img.hardImg1{ height: 80%; margin-top: 20%; } .hardList .hardCap h2{ color: #dfc802; margin-bottom: 6rem; margin-top: 0; font-size: 2em; } .hardList .hardCap h4{ color: #828282; font-size: 1.1em; } .hardList .hardCap p{ color: #aaaaaa; min-height: 12rem; line-height: 2.3rem; } .hardList .hardCap a{ display: inline-block; font-size: 2rem; position: relative; bottom: -1rem; color: #9f9f9f; } .hardList .hardCap a span{ background-color: #252525; padding: 8px 10px; font-family: 'abc'; } .hardList .hardCap a:hover>span.hardl{ color: #f4dd04; } .hardList .hardCap a span.hardr{ background-color: #434343; } .hardImg2{ margin-left: -10%; } .hardIcon1{ position: absolute; top: -8%; right: 9%; width: 10%; z-index: 99; } .hardIcon2{ position: absolute; bottom: 15%; left: -8%; width: 15%; z-index: 10; } .news{ padding-bottom: 5rem; } .newsTit{ padding-bottom: 15rem; background-color: #fee600; } .newsTit img{ width: 27%; margin-left: -12%; margin-top: -3%; } .newsTit .curTit{ margin-top: 5%; } .newsCtt{ margin-top: -10rem; overflow: hidden; } .newCapBg{ background-color: #181818; } .newCapBg>div{ padding: 0; } .newsCap{ padding: 8% 20%; } .newsCap h2{ color: #f1f1f1; font-size: 2em; margin-bottom: 10%; position: relative; } .newsCap p{ color: #535252; font-size: 1.2em; line-height: 2em; margin-bottom: 10%; } .newsCap div{ color: #b1b1b1; font-size: 1.3em; } .newsCenter:after{ content: ''; display: block; position: absolute; top: 23%; right: -20px; width: 40px; height: 8px; background-color: #ffff00; z-index: 99; } .newsPic{ position: relative; } .month{ position: absolute; top: 3rem; right: 3rem; background-color: #ffe401; font-size: 3rem; text-align: center; } .month p,.monthL p{ margin: 0; padding: 1rem; } .month p.monthNum,.monthL p.monthNum{ background-color: #2e2e2e; color: #fff; } .monthL{ position: absolute; top: 3rem; left: 3rem; background-color: #ffe401; font-size: 3rem; text-align: center; } .newsCtt .container{ position: relative; } .newsIcon{ position: absolute; bottom: -10%; right: -10%; width: 15%; } .bgYellow{ background-color: #ffe401; padding: 2rem; color: #2e2e2e; margin-top: 7rem; } .send,.send:hover{ margin-top: 2rem; padding: 0.6rem 3rem; background-color: rgb(255, 228, 1); border-radius: 0px; border: none; line-height: 1.5; } .bgTransparent{ background:transparent; border: 1px solid #888888; border-radius:3px; color: #888; padding:5px auto; resize: none; margin-bottom: 2rem; } .pic{ margin: 4rem auto; } .contact{ background-color: #2e2e2e; } .contact .curTit{ margin-top: 5%; margin-bottom: 5rem; } .contact .curTit img{ margin-right: -12%; width: 27%; } .contact .img-responsive{ margin-bottom: 2rem; } .cut .printPic{ display: none; } .cut .printPic:first-child{ display: block; } video{ width: 100%; } .world{ padding: 6rem 0 10rem; } @media (max-width: 1400px){ .hardList{ padding: 2rem; } .hardList .hardCap{ font-size: 1rem; } .hardList .hardPic{ width: 50%; } .hardList .hardCap a{ bottom: -3rem; } .newsCap{ padding: 5% 10%; font-size: 1.3rem; } } @media (max-width: 1200px){ .hardList{ padding: 1rem; } .hardList .hardCap{ font-size: 1rem; padding-right: 10%; } .hardList .hardPic{ width: 50%; right: 0; } .hardList .hardCap a{ bottom: -2rem; } .newsCap{ padding: 5% 10%; font-size: 1rem; } .newsCap h2{ margin-bottom: 1em; } } @media (max-width: 991px){ .hardIcon1{ top: -3%; } .hardIcon2{ bottom: 10%; } .newsCenter:after{ display: none; } .month,.monthL{ font-size: 1rem; top: 0; } .month{ right: 0; } .monthL{ left: 0; } .newsTit img{ width: 35%; } .newsIcon{ width: 20%; bottom: -5%; } .contact .curTit img{ width: 35%; } } @media (max-width: 767px){ .abouts{ padding: 1rem 0 1rem; } .aboutsCap{ font-size: 1.2rem; } .aboutsCtt{ padding: 1rem 0; } .aboutsIcon2{ z-index: -1; } .aboutsTitH1{ position: relative; top: 0; left: 0%; border: none; width: 100%; height: auto; } .aboutsTitH1 h1{ font-size: 5rem; } .aboutsTitBottom{ height: 0; } .curTit{ font-size: 2rem; } .curTit:before,.curTit:after{ width: 25% !important; } .printPic .printImg:hover:after{ top:50%; font-size: 1rem; } } @media (max-width: 530px){ .hardList{ margin-left: -30px; margin-right: -30px; } .hardList .hardCap{ width: 100%; padding: 0; } .hardList .hardBg{ width: 100%; } .hardList .hardPic,.hardList .hardPic1{ position: static; width: 100%; height: auto; } .hardList .hardCap p{ padding-right: 0; } .printPic>div{ width: 100%; } .printPic>div img{ margin-bottom: 10px; } .printIcon1{ position: absolute; top: -.5%; left: 5%; width: 10%; } .printIcon2{ position: absolute; top: 6%; left: 2%; width: 8%; } .printIcon3{ position: absolute; bottom: -.5%; right: 5%; width: 10%; } .hardList.hover{ border-left: 8px solid #2e2e2e; } .newsCap{ font-size: 1rem; } .newsTit img{ width: 45%; } .hardList .hardCap img{ margin: 0 auto 1rem; } .hardList .hardCap p{ min-height: auto; } .contact .curTit img{ width: 40%; } .curTit:before,.curTit:after{ width: 20%; } .printPic .printImg:hover:after{ top:48%; font-size: 2.5rem!important; } .hardList .hardCap h2{ margin-bottom: 1rem; } .hardList .hardCap{ text-align: center; } } @media (min-width: 768px){ .banner .carousel{ /* padding-bottom: 100px; */ } .aboutsTitH1{ position: relative; top: -58px; left: 0%; border: none; width: 100%; height: auto; } .aboutsTitH1 h1{ font-size: 5rem; } .aboutsTitBottom{ height: 0; } .aboutsCap{ font-size: 1.5rem; } .curTit{ font-size: 3rem; } } @media (min-width: 992px){ .carousel-indicators li{ width: 40px; height: 8px; } .carousel-indicators .active{ width: 40px; height: 10px; } .aboutsCap{ font-size: 1.5rem; } .aboutsTitH1{ position: absolute; top: -58px; left: 0%; border: 10px solid #494949; width: 350px; height: 200px; } .aboutsTitH1 h1{ font-size: 5rem; } .aboutsTitBottom{ height: 15.5%; } .curTit{ font-size: 5rem; } .printPic .printImg:hover:after{ top:48%; font-size: 2.5rem; } } @media (min-width: 1200px){ .aboutsCap{ font-size: 2rem; } .aboutsTitH1{ position: absolute; top: -79px; left: 0%; border: 20px solid #494949; width: 420px; height: 300px; } .aboutsTitH1 h1{ font-size: 7rem; } .aboutsTitBottom{ height: 15%; } } @media (min-width: 1400px){ .aboutsTitH1{ position: absolute; top: -99px; left: 5%; border: 30px solid #494949; width: 520px; height: 380px; } .aboutsTitH1 h1{ font-size: 9rem; } .aboutsTitBottom{ height: 15%; } }
pc/css/home.css
.carousel-indicators li{ background-color: #989693; border-radius: 0; width: 30px; height: 6px; } .carousel-indicators .active{ border-radius: 0; width: 30px; height: 8px; } .abouts{ position: relative; padding: 7rem 0 3rem; } .aboutsTitH1{ position: absolute; top: -100px; left: 7%; border: 30px solid #494949; z-index: 999; width: 520px; height: 380px; text-align: center; font-family: 'abc'; font-weight: bold; } .aboutsTitH1 h1{ font-size: 9rem; } .aboutsTitBottom{ position: absolute; top: 0; left: 0; width: 100%; height: 15.5%; overflow: hidden; color: #ffe003; } .aboutsCtt{ padding: 30px; background-color: #ffe401; background-image: url(../img/images/aboutsBg_03.png); background-repeat: no-repeat; background-position: top right; position: relative; } .aboutsCap{ padding-top: 20px; font-size: 2rem; } .aboutsTit{ width: 45px; height: 7px; background-color: #222222; } .aboutsCap h2{ font-size: 1.3em; font-weight: bold; } .aboutsCap h3{ font-size: 1em; font-weight: bold; margin-bottom: 3rem; } .aboutsCap h4{ font-size: .8em; font-weight: bold; } .aboutsCap p{ font-size: .8em; font-weight: bold; line-height: 2.5rem; } .aboutsIcon1{ position: absolute; top: 0; left: 0; width: 20%; height: 100%; /* background: url(../img/images/aboutsXs_02.png) no-repeat center left; */ z-index: -1; } .aboutsIcon2{ position: absolute; top: -11%; right: 0; width: 20%; height: 100%; z-index: -1; /* background: url(../img/images/aboutsIcon_03.png) no-repeat center right; */ } .curBottom{ margin-top: 5rem; text-align: center; font-size: 2rem; } .curBottom a{ display: inline-block; font-size: 3rem; background-color: #333; color: #fff; width: 35px; height: 35px; line-height: 35px; margin-top: 15px; } .print{ padding: 5rem 0; background-color: #2e2e2e; position: relative; } .curTit{ text-align: center; font-size: 5rem; color: #ffe401; position: relative; font-family: 'abc'; } .curTit:before,.curTit:after{ content: ''; border-bottom: 1px solid #ffe401; height: 0; width: 35%; position: absolute; top: 50%; } .curTit:before{ left: 0; } .curTit:after{ right: 0; } .printSub{ margin: 2rem auto 0; text-align: center; } .printSub li{ display: inline-block; color: #ababab; } .printSubLi{ padding: 0 1rem; } .printNav{ margin: 4rem 0 0; text-align: center; } .printNav li{ display: inline-block; color: #ababab; border: 1px solid #ababab; padding: 3px 6px; cursor: pointer; margin: 5px; font-size: 1.4rem; } .printNav li:hover{ border: 1px solid #ffe401; color: #ffe401; } .printNav li.active{ border: 1px solid #ffe401; background-color: #ffe401; color: #333; position: relative; } .printNav li.active:after{ content: ''; position: absolute; width: 0; height: 0; border: 4px solid transparent; border-top: 4px solid #ffe401; margin-left: -4px; bottom: -8px; left: 50%; } .printPic{ margin-top: 7rem; } .printPic>div{ padding: 0; position: relative; } .printPic>div img{ width: 100%; -webkit-filter: contrast(0.8); } .printPic .printImg{ position: relative; } .printPic .printImg:after{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; color: white; transition: all .3s; } .printPic .printImg1:hover:after{ content: '高铁影院,发现新奇'; } .printPic .printImg2:hover:after{ content: '连接虚拟,触碰未曾遇见的美'; } .printPic .printImg3:hover:after{ content: '互动未来,拥有与梦境交织的感官'; } .printPic .printImg4:hover:after{ content: '现实与虚幻,真实世界亦如此绚烂'; } .printPic .printImg5:hover:after{ content: '下一站,未来'; } .printPic .printImg:hover:after{ top:48%; font-size: 2.5rem; text-align: center; border-bottom: 10px solid #ffe401; } .printPic .printImg:hover img{ -webkit-filter: contrast(1); } .printBtm{ margin-bottom: -6rem; color: #ffe401; } .printBtm a{ background-color: #ffe401; color: #333; } .printIcon1{ position: absolute; top: -5%; left: 5%; width: 10%; } .printIcon2{ position: absolute; top: 20%; left: 5%; width: 8%; } .printIcon3{ position: absolute; bottom: -5%; right: 5%; width: 10%; } .Hardware{ padding: 5rem 0; background: url(../img/images/headBg_03.png) no-repeat top right; overflow: hidden; } .Hardware .curTit,.news .curTit{ color: #373737; } .news .curTit:before,.news .curTit:after{ width: 30%; } .contact .curTit:before,.contact .curTit:after{ width: 30%; border-bottom: 1px solid #616161; } .Hardware .curTit:before,.Hardware .curTit:after,.news .curTit:before,.news .curTit:after{ border-bottom: 1px solid #373737; } .HardwareP{ text-align: center; font-size: 1.8rem; margin-top: 3rem; } .HardCtt{ margin-top: 3rem; position: relative; } .hardList{ padding: 3rem 3rem 0; position: relative; border-left: 8px solid #2e2e2e; margin-bottom: 5rem; } .hardList.active{ border-left: 8px solid #2e2e2e; } .hardList.active .hardBg{ background-color: #fee600; } .hardList.active .hardCap h2{ color: #212121; } .hardList.active .hardCap h4{ color: #535353; } .hardList.active .hardCap p{ color: #212121; } .hardList.active .hardCap a span.hardl{ color: #f4dd04; } .hardList.hover{ border-left: 8px solid #fee600; } .hardBg{ position: absolute; top: 0; left: 0; height: 100%; width: 70%; background-color: #2e2e2e; z-index: -1; } .hardList .hardCap{ color: #fff; float: left; width: 50%; /* position: relative; */ z-index: 5; } .hardList .hardPic{ position: absolute; bottom: -10%; right: 3rem; z-index: 5; width: 50%; } .hardList .hardPic1{ position: absolute; height: 90%; bottom: 5%; right: 3rem; z-index: 5; } .hardList .hardPic1 img{ width: auto; height: 100%; } .hardList .hardPic1 img.hardImg1{ height: 80%; margin-top: 20%; } .hardList .hardCap h2{ color: #dfc802; margin-bottom: 6rem; margin-top: 0; font-size: 2em; } .hardList .hardCap h4{ color: #828282; font-size: 1.1em; } .hardList .hardCap p{ color: #aaaaaa; min-height: 12rem; line-height: 2.3rem; } .hardList .hardCap a{ display: inline-block; font-size: 2rem; position: relative; bottom: -1rem; color: #9f9f9f; } .hardList .hardCap a span{ background-color: #252525; padding: 8px 10px; font-family: 'abc'; } .hardList .hardCap a:hover>span.hardl{ color: #f4dd04; } .hardList .hardCap a span.hardr{ background-color: #434343; } .hardImg2{ margin-left: -10%; } .hardIcon1{ position: absolute; top: -8%; right: 9%; width: 10%; z-index: 99; } .hardIcon2{ position: absolute; bottom: 15%; left: -8%; width: 15%; z-index: 10; } .news{ padding-bottom: 5rem; } .newsTit{ padding-bottom: 15rem; background-color: #fee600; } .newsTit img{ width: 27%; margin-left: -12%; margin-top: -3%; } .newsTit .curTit{ margin-top: 5%; } .newsCtt{ margin-top: -10rem; overflow: hidden; } .newCapBg{ background-color: #181818; } .newCapBg>div{ padding: 0; } .newsCap{ padding: 8% 20%; } .newsCap h2{ color: #f1f1f1; font-size: 2em; margin-bottom: 10%; position: relative; } .newsCap p{ color: #535252; font-size: 1.2em; line-height: 2em; margin-bottom: 10%; } .newsCap div{ color: #b1b1b1; font-size: 1.3em; } .newsCenter:after{ content: ''; display: block; position: absolute; top: 23%; right: -20px; width: 40px; height: 8px; background-color: #ffff00; z-index: 99; } .newsPic{ position: relative; } .month{ position: absolute; top: 3rem; right: 3rem; background-color: #ffe401; font-size: 3rem; text-align: center; } .month p,.monthL p{ margin: 0; padding: 1rem; } .month p.monthNum,.monthL p.monthNum{ background-color: #2e2e2e; color: #fff; } .monthL{ position: absolute; top: 3rem; left: 3rem; background-color: #ffe401; font-size: 3rem; text-align: center; } .newsCtt .container{ position: relative; } .newsIcon{ position: absolute; bottom: -10%; right: -10%; width: 15%; } .bgYellow{ background-color: #ffe401; padding: 2rem; color: #2e2e2e; margin-top: 7rem; } .send,.send:hover{ margin-top: 2rem; padding: 0.6rem 3rem; background-color: rgb(255, 228, 1); border-radius: 0px; border: none; line-height: 1.5; } .bgTransparent{ background:transparent; border: 1px solid #888888; border-radius:3px; color: #888; padding:5px auto; resize: none; margin-bottom: 2rem; } .pic{ margin: 4rem auto; } .contact{ background-color: #2e2e2e; } .contact .curTit{ margin-top: 5%; margin-bottom: 5rem; } .contact .curTit img{ margin-right: -12%; width: 27%; } .contact .img-responsive{ margin-bottom: 2rem; } .cut .printPic{ display: none; } .cut .printPic:first-child{ display: block; } video{ width: 100%; } .world{ padding: 6rem 0 10rem; } @media (max-width: 1400px){ .hardList{ padding: 2rem; } .hardList .hardCap{ font-size: 1rem; } .hardList .hardPic{ width: 50%; } .hardList .hardCap a{ bottom: -3rem; } .newsCap{ padding: 5% 10%; font-size: 1.3rem; } } @media (max-width: 1200px){ .hardList{ padding: 1rem; } .hardList .hardCap{ font-size: 1rem; padding-right: 10%; } .hardList .hardPic{ width: 50%; right: 0; } .hardList .hardCap a{ bottom: -2rem; } .newsCap{ padding: 5% 10%; font-size: 1rem; } .newsCap h2{ margin-bottom: 1em; } } @media (max-width: 991px){ .hardIcon1{ top: -3%; } .hardIcon2{ bottom: 10%; } .newsCenter:after{ display: none; } .month,.monthL{ font-size: 1rem; top: 0; } .month{ right: 0; } .monthL{ left: 0; } .newsTit img{ width: 35%; } .newsIcon{ width: 20%; bottom: -5%; } .contact .curTit img{ width: 35%; } } @media (max-width: 767px){ .abouts{ padding: 1rem 0 1rem; } .aboutsCap{ font-size: 1.2rem; } .aboutsCtt{ padding: 1rem 0; } .aboutsIcon2{ z-index: -1; } .aboutsTitH1{ position: relative; top: 0; left: 0%; border: none; width: 100%; height: auto; } .aboutsTitH1 h1{ font-size: 5rem; } .aboutsTitBottom{ height: 0; } .curTit{ font-size: 2rem; } .curTit:before,.curTit:after{ width: 25% !important; } .printPic .printImg:hover:after{ top:50%; font-size: 1rem; } } @media (max-width: 530px){ .hardList{ margin-left: -30px; margin-right: -30px; } .hardList .hardCap{ width: 100%; padding: 0; } .hardList .hardBg{ width: 100%; } .hardList .hardPic,.hardList .hardPic1{ position: static; width: 100%; height: auto; } .hardList .hardCap p{ padding-right: 0; } .printPic>div{ width: 100%; } .printPic>div img{ margin-bottom: 10px; } .printIcon1{ position: absolute; top: -.5%; left: 5%; width: 10%; } .printIcon2{ position: absolute; top: 6%; left: 2%; width: 8%; } .printIcon3{ position: absolute; bottom: -.5%; right: 5%; width: 10%; } .hardList.hover{ border-left: 8px solid #2e2e2e; } .newsCap{ font-size: 1rem; } .newsTit img{ width: 45%; } .hardList .hardCap img{ margin: 0 auto 1rem; } .hardList .hardCap p{ min-height: auto; } .contact .curTit img{ width: 40%; } .curTit:before,.curTit:after{ width: 20%; } .printPic .printImg:hover:after{ top:48%; font-size: 2.5rem!important; } .hardList .hardCap h2{ margin-bottom: 1rem; } .hardList .hardCap{ text-align: center; } } @media (min-width: 768px){ .banner .carousel{ /* padding-bottom: 100px; */ } .aboutsTitH1{ position: relative; top: -58px; left: 0%; border: none; width: 100%; height: auto; } .aboutsTitH1 h1{ font-size: 5rem; } .aboutsTitBottom{ height: 0; } .aboutsCap{ font-size: 1.5rem; } .curTit{ font-size: 3rem; } } @media (min-width: 992px){ .carousel-indicators li{ width: 40px; height: 8px; } .carousel-indicators .active{ width: 40px; height: 10px; } .aboutsCap{ font-size: 1.5rem; } .aboutsTitH1{ position: absolute; top: -58px; left: 0%; border: 10px solid #494949; width: 350px; height: 200px; } .aboutsTitH1 h1{ font-size: 5rem; } .aboutsTitBottom{ height: 15.5%; } .curTit{ font-size: 5rem; } .printPic .printImg:hover:after{ top:48%; font-size: 2.5rem; } } @media (min-width: 1200px){ .aboutsCap{ font-size: 2rem; } .aboutsTitH1{ position: absolute; top: -79px; left: 0%; border: 20px solid #494949; width: 420px; height: 300px; } .aboutsTitH1 h1{ font-size: 7rem; } .aboutsTitBottom{ height: 15%; } } @media (min-width: 1400px){ .aboutsTitH1{ position: absolute; top: -99px; left: 5%; border: 30px solid #494949; width: 520px; height: 380px; } .aboutsTitH1 h1{ font-size: 9rem; } .aboutsTitBottom{ height: 15%; } }
0.308294
0.060891
.bar-title { position: relative; width: 100%; color: #212121; font-size: 12px; letter-spacing: 0.05em; margin-bottom: 20px; margin-top: 20px; } .bar-title .align-right { position: absolute; right: 0; top: 15px; color: #777777; } .bar { width: 100%; height: 3px; background: #bfbfbf; } .bar:last-of-type { margin-bottom: 0; } .bar-fill { width: 0%; height: 3px; } .bar, .bar-fill { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .bar-fill { background: #6688bb; } .course-section li, .education-section li, .skills-section li, .language-section p{ text-align: left; } .course-section ul, .education-list ul, .skills-section ul { padding-left: 0; } .course-section li, .education-section li, .skills-section li { list-style-type: none; padding: 5px; font-size: 16px; line-height: 24px; } .course-section li .fa, .education-section li .fa, .skills-section li .fa { color: #6688bb; font-size: 1.2em; } .course-list, .education-list, .skills-section { padding-top: 10px; padding-left: 0; } .contact-item { padding-bottom: 10px; } .contact-item:last-child { padding-bottom: 0; } .typed-cursor{ opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } @-webkit-keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } @-moz-keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } .inspired-by-section { background-color: #6688bb; color: white; } h2, h3, h4, h5 { font-family: 'Playfair Display', cursive; } .portfolio-box { overflow: hidden; } .inspired-by-section .col-lg-4 { padding: 0; } #header-title { text-transform: none !important; font-family: 'Playfair Display', cursive; } .inspired-header { padding: 50px; } .fa-heartbeat { color: #ffffff; font-size: 3em; } tel { color: #6688bb; }
css/style.css
.bar-title { position: relative; width: 100%; color: #212121; font-size: 12px; letter-spacing: 0.05em; margin-bottom: 20px; margin-top: 20px; } .bar-title .align-right { position: absolute; right: 0; top: 15px; color: #777777; } .bar { width: 100%; height: 3px; background: #bfbfbf; } .bar:last-of-type { margin-bottom: 0; } .bar-fill { width: 0%; height: 3px; } .bar, .bar-fill { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .bar-fill { background: #6688bb; } .course-section li, .education-section li, .skills-section li, .language-section p{ text-align: left; } .course-section ul, .education-list ul, .skills-section ul { padding-left: 0; } .course-section li, .education-section li, .skills-section li { list-style-type: none; padding: 5px; font-size: 16px; line-height: 24px; } .course-section li .fa, .education-section li .fa, .skills-section li .fa { color: #6688bb; font-size: 1.2em; } .course-list, .education-list, .skills-section { padding-top: 10px; padding-left: 0; } .contact-item { padding-bottom: 10px; } .contact-item:last-child { padding-bottom: 0; } .typed-cursor{ opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } @-webkit-keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } @-moz-keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } .inspired-by-section { background-color: #6688bb; color: white; } h2, h3, h4, h5 { font-family: 'Playfair Display', cursive; } .portfolio-box { overflow: hidden; } .inspired-by-section .col-lg-4 { padding: 0; } #header-title { text-transform: none !important; font-family: 'Playfair Display', cursive; } .inspired-header { padding: 50px; } .fa-heartbeat { color: #ffffff; font-size: 3em; } tel { color: #6688bb; }
0.521227
0.092196
.tzz a{color:#adadad;} .footerlist ul li a{color:#fff;} .fmtop ul li a{color:#c5cce2;} .menu-top{ position: relative;} .wzq-con{ position: absolute; left: 355px; top: 15px; z-index: 99;display:none;} .yythis ul{ display: block; position: absolute; left: -21px; z-index: 999; width: 70px; background: url(images/yyborder.png) no-repeat; text-align: center; height: 62px; } .header-logo img { padding-top: 15px;} /*网站群*/ ul,li{list-style-type:none;} .ptwzq-con{width: 1201px;padding-top:20px;float:left;clear:both;font-family:Arial,"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";font-size: 16px;} .con-frist{width: 386px;float:left;margin-top: 349px;height:45px;line-height:45px;background:url(images/onav1.png) no-repeat;text-indent: 89px;} .ptwzq-con a:link,.ptwzq-con a:visited,.ptwzq-con a:hover,.ptwzq-con a:active{color:#fff;text-decoration:none;} .con-right{width:716px;float:left;} .right-menu{width:736px;border-left:1px #3c5591 solid;position:relative;} .shelter-top,.shelter-bottom{position:absolute;width:2px;height:22px;background:#fff;} .shelter-top{left:-2px;top:0px;} .shelter-bottom{left:-2px;bottom:0px;} .right-menu ul.sub{margin:0;padding:0;} ul.sub li.wzq-2{width: 330px;padding-left: 57px;background: url(images/wzq-left-bg.png) no-repeat 0px 22px;margin-top: 5px;margin-bottom:5px;position:relative;} /**/ ul.sub li.wzq-last-bg{width:262px;padding-left: 56px;/* background:url(images/wzq-left-bg.jpg) no-repeat; */margin-top:5px;margin-bottom:5px;margin-left:-1px;_margin-left:-1px;border-left:1px #1d4b89 solid;} ul.sub li.wzq-2 a{width:206px;line-height:34px;display:block;padding-left:16px;background-color:#b3b3b3;padding-right:40px;} /**/ ul.sub li.wzq-click a{width: 270px;line-height: 44px;display:block;padding-left: 20px;background-color:#4866af;padding-right:40px;} ul.sub li.wzq-2 div.sub-1{padding-left:30px;width:637px;display:none;} ul.sub li.wzq-2 div.sub-1 ul.sub-1{margin:0;padding:0;} /**/ ul.sub li.wzq-2 div.sub-1 ul.sub-1 li.wzq-last-bg{background:none;border:0;padding:0;} ul.sub li.wzq-2 div.sub-1 li.wzq-3{width:291px;margin-top:5px;margin-bottom:5px;clear:both;position:relative;margin-left:-1px;_margin-left:-1px;} .wzq-jia{width:291px;display:block;background:url(images/jiahao.png) center center no-repeat;position:absolute;top:0px;right: 12px;width: 30px;height: 44px;cursor:pointer;} .wzq-jian{background: url(images/janhao.png) center center no-repeat;} ul.sub li.wzq-2 div.sub-1 li.wzq-3 a{width: 270px;background-color:#f5f5f5;padding:0;padding-right:40px;padding-left:20px;color:#4866af;} div.sub-1 li.wzq-3 div.sub-2{padding-left:30px;width:291px;display:none;} div.sub-1 li.wzq-3 div.sub-2 ul.sub-2{width:637px;clear:both;} div.sub-1 li.wzq-3 div.sub-2 li.wzq-4{width:301px;margin-top:5px;position:relative;margin-left:-1px;_margin-left:-1px;} div.sub-1 li.wzq-3 div.sub-2 li.wzq-4 a{background-color:#6cba18;width:245px;padding:0;padding-right:40px;padding-left:16px;} div.sub-1 li.wzq-4 div.sub-3{padding-left:30px;width:607px;display:none;margin-top:5px;} div.sub-1 li.wzq-4 div.sub-3 li.wzq-5{width:301px;margin-top:5px;position:relative;margin-left:-1px;_margin-left:-1px;} div.sub-1 li.wzq-4 div.sub-3 li.wzq-5 a{background-color:#0387d2;width:245px;padding:0;padding-right:40px;padding-left:16px;} /*出资企业动态*/ .czgy-left{float:left;width: 205px;height:45px;background: url(images/czqy-leftline.png) no-repeat;color:#fff;font-size:16px;line-height:45px;text-indent:25px;margin-top:400px;} .czgy-right{float:left;width:300px;border-left:1px #3c5591 solid;position:relative;} .hidden1,.hidden2,.hidden3{position:absolute;background:#fff;} .hidden1{top:0px;width:2px;height:22px;left:-1px;} .hidden2{bottom:0px;width:2px;height:29px;left:-1px;} .hidden3{bottom:0px;width:2px;height:29px;left:-1px;} .czqy-right-first{background: url(images/wzq-left-bg.png) no-repeat 0px 22px;padding-left: 50px;margin-bottom:8px;} .czqy-right-first>a{width: 270px;line-height: 44px;display:block;padding-left: 20px;color:#fff;font-size:16px;background:#4866af;} .czqy-second-outer{margin-left:50px;border-left:1px #3c5591 solid;padding-top:10px;position:relative;} .czqy-right-second{background: url(images/wzq-left-bg.png) no-repeat 0px 22px;padding-left: 50px;} .czqy-right-second>a{background:#4866af;padding:0;padding-left:20px;color:#fff;height:44px;line-height: 44px;display:inline-block;width:270px;margin-bottom:8px;font-size:16px;}
public/template/company/putian/css/portal.css
.tzz a{color:#adadad;} .footerlist ul li a{color:#fff;} .fmtop ul li a{color:#c5cce2;} .menu-top{ position: relative;} .wzq-con{ position: absolute; left: 355px; top: 15px; z-index: 99;display:none;} .yythis ul{ display: block; position: absolute; left: -21px; z-index: 999; width: 70px; background: url(images/yyborder.png) no-repeat; text-align: center; height: 62px; } .header-logo img { padding-top: 15px;} /*网站群*/ ul,li{list-style-type:none;} .ptwzq-con{width: 1201px;padding-top:20px;float:left;clear:both;font-family:Arial,"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";font-size: 16px;} .con-frist{width: 386px;float:left;margin-top: 349px;height:45px;line-height:45px;background:url(images/onav1.png) no-repeat;text-indent: 89px;} .ptwzq-con a:link,.ptwzq-con a:visited,.ptwzq-con a:hover,.ptwzq-con a:active{color:#fff;text-decoration:none;} .con-right{width:716px;float:left;} .right-menu{width:736px;border-left:1px #3c5591 solid;position:relative;} .shelter-top,.shelter-bottom{position:absolute;width:2px;height:22px;background:#fff;} .shelter-top{left:-2px;top:0px;} .shelter-bottom{left:-2px;bottom:0px;} .right-menu ul.sub{margin:0;padding:0;} ul.sub li.wzq-2{width: 330px;padding-left: 57px;background: url(images/wzq-left-bg.png) no-repeat 0px 22px;margin-top: 5px;margin-bottom:5px;position:relative;} /**/ ul.sub li.wzq-last-bg{width:262px;padding-left: 56px;/* background:url(images/wzq-left-bg.jpg) no-repeat; */margin-top:5px;margin-bottom:5px;margin-left:-1px;_margin-left:-1px;border-left:1px #1d4b89 solid;} ul.sub li.wzq-2 a{width:206px;line-height:34px;display:block;padding-left:16px;background-color:#b3b3b3;padding-right:40px;} /**/ ul.sub li.wzq-click a{width: 270px;line-height: 44px;display:block;padding-left: 20px;background-color:#4866af;padding-right:40px;} ul.sub li.wzq-2 div.sub-1{padding-left:30px;width:637px;display:none;} ul.sub li.wzq-2 div.sub-1 ul.sub-1{margin:0;padding:0;} /**/ ul.sub li.wzq-2 div.sub-1 ul.sub-1 li.wzq-last-bg{background:none;border:0;padding:0;} ul.sub li.wzq-2 div.sub-1 li.wzq-3{width:291px;margin-top:5px;margin-bottom:5px;clear:both;position:relative;margin-left:-1px;_margin-left:-1px;} .wzq-jia{width:291px;display:block;background:url(images/jiahao.png) center center no-repeat;position:absolute;top:0px;right: 12px;width: 30px;height: 44px;cursor:pointer;} .wzq-jian{background: url(images/janhao.png) center center no-repeat;} ul.sub li.wzq-2 div.sub-1 li.wzq-3 a{width: 270px;background-color:#f5f5f5;padding:0;padding-right:40px;padding-left:20px;color:#4866af;} div.sub-1 li.wzq-3 div.sub-2{padding-left:30px;width:291px;display:none;} div.sub-1 li.wzq-3 div.sub-2 ul.sub-2{width:637px;clear:both;} div.sub-1 li.wzq-3 div.sub-2 li.wzq-4{width:301px;margin-top:5px;position:relative;margin-left:-1px;_margin-left:-1px;} div.sub-1 li.wzq-3 div.sub-2 li.wzq-4 a{background-color:#6cba18;width:245px;padding:0;padding-right:40px;padding-left:16px;} div.sub-1 li.wzq-4 div.sub-3{padding-left:30px;width:607px;display:none;margin-top:5px;} div.sub-1 li.wzq-4 div.sub-3 li.wzq-5{width:301px;margin-top:5px;position:relative;margin-left:-1px;_margin-left:-1px;} div.sub-1 li.wzq-4 div.sub-3 li.wzq-5 a{background-color:#0387d2;width:245px;padding:0;padding-right:40px;padding-left:16px;} /*出资企业动态*/ .czgy-left{float:left;width: 205px;height:45px;background: url(images/czqy-leftline.png) no-repeat;color:#fff;font-size:16px;line-height:45px;text-indent:25px;margin-top:400px;} .czgy-right{float:left;width:300px;border-left:1px #3c5591 solid;position:relative;} .hidden1,.hidden2,.hidden3{position:absolute;background:#fff;} .hidden1{top:0px;width:2px;height:22px;left:-1px;} .hidden2{bottom:0px;width:2px;height:29px;left:-1px;} .hidden3{bottom:0px;width:2px;height:29px;left:-1px;} .czqy-right-first{background: url(images/wzq-left-bg.png) no-repeat 0px 22px;padding-left: 50px;margin-bottom:8px;} .czqy-right-first>a{width: 270px;line-height: 44px;display:block;padding-left: 20px;color:#fff;font-size:16px;background:#4866af;} .czqy-second-outer{margin-left:50px;border-left:1px #3c5591 solid;padding-top:10px;position:relative;} .czqy-right-second{background: url(images/wzq-left-bg.png) no-repeat 0px 22px;padding-left: 50px;} .czqy-right-second>a{background:#4866af;padding:0;padding-left:20px;color:#fff;height:44px;line-height: 44px;display:inline-block;width:270px;margin-bottom:8px;font-size:16px;}
0.258326
0.100967
@CHARSET "UTF-8"; .ifw_wp_inline_help_text { margin-top: 0; } .ifw_wp_inline_help_text a { background: url(icons/help.png) left top no-repeat; padding: 2px 0 0 20px; } .ifw_wp_inline_help_text dd { background-color: #FFFFFF; border-color: #DFDFDF; border-radius: 3px 3px 3px 3px; border-style: dashed; border-width: 1px; padding: 2px 5px; margin: 0; color: #2176A8; } .ifw_wp_inline_help_icon { background: url(icons/help.png) left top no-repeat; display: inline-block; height: 16px; width: 16px; text-indent: -9999px; margin-left: 2px; padding-top: 1px; } .ifw_wp_inline_help_icon_target { background-color: #FFFFFF; border-color: #DFDFDF; border-radius: 3px 3px 3px 3px; border-style: dashed; border-width: 1px; padding: 2px 5px; margin: 0; color: #2176A8; } .ifw_wp_widget_inner_error { background: url(icons/warning_16.png) 4px 4px no-repeat; padding: 4px 0 2px 24px !important; border-radius: 3px 3px 3px 3px; border-style: solid; border-width: 1px; background-color: #FFEBE8; border-color: #CC0000; margin-bottom: 10px; } .ifw_wp_widget_inner_error p { margin: 0 !important; padding: 0 !important; } .ifw_wp_plugininfo { background-position: left 4px; background-repeat: no-repeat; padding: 13px 0 5px 50px; } .ifw_wp_plugininfo_icon_ok { background-image: url(icons/tick.png); } .ifw_wp_plugininfo_icon_error { background-image: url(icons/cross.png); } .ifw_wp_plugininfo_icon_help { background-image: url(icons/lifesaver.png); } .ifw_wp_plugininfo_icon_premium { background-image: url(icons/premium.png); } .ifw_wp_plugininfo_icon_connect { background-image: url(icons/connect.png); } .ifw_wp_metabox_loading { background: url(icons/ajax-loader.gif) 50% 50% no-repeat; height: 50px; } .ifw_wp_loading_background_center { background: url(icons/ajax-loader.gif) 50% 50% no-repeat !important; } .ifw-wp-zend-form-ul ul, .ifw-wp-zend-form-ul li { border: 0; margin: 0; padding: 0; list-style: none; } .ifw-wp-zend-form-ul li { clear: both; list-style: none; padding-bottom: 2px; margin-top: 14px; } .ifw-wp-zend-form-ul label { width: 200px; float: left; padding: 4px 0 0; font-weight: bold; font-size: 14px; color: #222; } .ifw-wp-zend-form-ul .errors li { color: #ff0000; } .ifw-wp-zend-form-ul fieldset { border: 1px solid #C0C0C0; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; padding: 5px 15px 10px 15px; } .ifw-wp-zend-form-ul fieldset legend { font-weight: bold; font-size: 1.2em; padding: 0; } .ifw-wp-zend-form-ul .hint { margin: 0 0 0 200px; font-style: italic; color: #aaa; } .ifw-wp-zend-form-ul .hint .dashicons { font-size: 17px; } .ifw-wp-zend-form-ul ul.errors li { margin: 0; } .ifw-wp-zend-form-ul .form-table th, .ifw-wp-zend-form-ul .form-table td { padding: 0; } .ifw-made-with-heart { color: #686868; font-size: 0.9em; text-align: right; } .ifw-made-with-heart img { margin: 0 2px; } .ifw-wp-icon-reload { background: url(icons/reload.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-true { background: url(icons/true.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-false { background: url(icons/false.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-plus { background: url(icons/plus.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-help { background: url(icons/help.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-mail { background: url(icons/mail.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-pencil { background: url(icons/pencil.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-info { background: url(icons/info.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-external-link { background: url(icons/external-link.png) left 5px no-repeat; padding: 0 0 0 14px; margin-left: 3px; } .ifw-wp-icon-tool { background: url(icons/tool.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-log { background: url(icons/log.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-filter { background: url(icons/filter.png) left top no-repeat; padding: 0 0 0 20px; } /* metabox tables */ .meta-box-sortables .ifw-metabox-table { width: 100%; } .meta-box-sortables .ifw-metabox-table th { text-align: left; } .meta-box-sortables .ifw-metabox-table thead tr th { border-bottom: 1px solid #5B5B5B; } .meta-box-sortables .ifw-metabox-table tbody tr td { border-bottom: 1px solid #D7D7D7; } /* listtable */ .ifw-listtable .tablenav.top .search-box { margin: 1px 25px 0 0; } .ifw-listtable-ajax-reload { background: url(icons/ajax-loader.gif) no-repeat; background-position: center center; } .ifw-listtable .reload { margin: 6px 0 0 10px; float: right; } /* dialog */ .ifw-dialog { padding: 10px !important; } .ifw-dialog-loading-default { width: 100%; background: url(icons/ajax-loader.gif) 50% 50% no-repeat !important; height: 50px; } .ifw-dialog-loading-bar { width: inherit; background-image: url(icons/ajax-loader-bar.gif) !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; height: 50px; } .ifw-dialog-success { width: 100%; background: url(icons/button-white-check.png) 50% 50% no-repeat; height: 50px; } #ifw-dialog-perform-plugin-tests iframe { width: 100%; height: 100%; } #ifw-plugin-test-icon { width: 150px; float: left; } #ifw-plugin-test-result { float: left; } .ifw-plugin-test-result-good { background-color: #32cd32; color: #ffffff; padding: 4px 6px; } .ifw-plugin-test-result-bad { background-color: #ff0000; color: #ffffff; padding: 4px 6px; } a.ifw-perform-plugin-tests .dashicons { margin-top: 3px; } /* help tab */ .ifw-help-tab-content { padding-top: 10px; } .ifw-patch-success { background: url(icons/button-white-check.png) left top no-repeat; padding: 8px 0 8px 40px; } .ifw-patch-fail { background: url(icons/cross.png) left top no-repeat; padding: 8px 0 8px 40px; } /* options page */ table.form-table p.error { color: red; } /* buttons */ .button.button-dashicons { padding-left: 5px !important; } .button.button-dashicons span.dashicons { margin-top: 3px; } .table td, .table th { background-color: #fff; } th { text-align: left; } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; font-size: 1.2em; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #dddddd; } .table .table { background-color: #ffffff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } table col[class*="col-"] { position: static; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } /* Rows / Cols */ .row:before, .row:after { display: table; content: " "; } .row:after { clear: both; } .row { /*margin-right: -15px; margin-left: -15px;*/ } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; /*padding-right: 15px; padding-left: 15px;*/ } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { .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; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { .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; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { .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; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } }
plugins/post-status-notifier-lite/skin/default/style.css
@CHARSET "UTF-8"; .ifw_wp_inline_help_text { margin-top: 0; } .ifw_wp_inline_help_text a { background: url(icons/help.png) left top no-repeat; padding: 2px 0 0 20px; } .ifw_wp_inline_help_text dd { background-color: #FFFFFF; border-color: #DFDFDF; border-radius: 3px 3px 3px 3px; border-style: dashed; border-width: 1px; padding: 2px 5px; margin: 0; color: #2176A8; } .ifw_wp_inline_help_icon { background: url(icons/help.png) left top no-repeat; display: inline-block; height: 16px; width: 16px; text-indent: -9999px; margin-left: 2px; padding-top: 1px; } .ifw_wp_inline_help_icon_target { background-color: #FFFFFF; border-color: #DFDFDF; border-radius: 3px 3px 3px 3px; border-style: dashed; border-width: 1px; padding: 2px 5px; margin: 0; color: #2176A8; } .ifw_wp_widget_inner_error { background: url(icons/warning_16.png) 4px 4px no-repeat; padding: 4px 0 2px 24px !important; border-radius: 3px 3px 3px 3px; border-style: solid; border-width: 1px; background-color: #FFEBE8; border-color: #CC0000; margin-bottom: 10px; } .ifw_wp_widget_inner_error p { margin: 0 !important; padding: 0 !important; } .ifw_wp_plugininfo { background-position: left 4px; background-repeat: no-repeat; padding: 13px 0 5px 50px; } .ifw_wp_plugininfo_icon_ok { background-image: url(icons/tick.png); } .ifw_wp_plugininfo_icon_error { background-image: url(icons/cross.png); } .ifw_wp_plugininfo_icon_help { background-image: url(icons/lifesaver.png); } .ifw_wp_plugininfo_icon_premium { background-image: url(icons/premium.png); } .ifw_wp_plugininfo_icon_connect { background-image: url(icons/connect.png); } .ifw_wp_metabox_loading { background: url(icons/ajax-loader.gif) 50% 50% no-repeat; height: 50px; } .ifw_wp_loading_background_center { background: url(icons/ajax-loader.gif) 50% 50% no-repeat !important; } .ifw-wp-zend-form-ul ul, .ifw-wp-zend-form-ul li { border: 0; margin: 0; padding: 0; list-style: none; } .ifw-wp-zend-form-ul li { clear: both; list-style: none; padding-bottom: 2px; margin-top: 14px; } .ifw-wp-zend-form-ul label { width: 200px; float: left; padding: 4px 0 0; font-weight: bold; font-size: 14px; color: #222; } .ifw-wp-zend-form-ul .errors li { color: #ff0000; } .ifw-wp-zend-form-ul fieldset { border: 1px solid #C0C0C0; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; padding: 5px 15px 10px 15px; } .ifw-wp-zend-form-ul fieldset legend { font-weight: bold; font-size: 1.2em; padding: 0; } .ifw-wp-zend-form-ul .hint { margin: 0 0 0 200px; font-style: italic; color: #aaa; } .ifw-wp-zend-form-ul .hint .dashicons { font-size: 17px; } .ifw-wp-zend-form-ul ul.errors li { margin: 0; } .ifw-wp-zend-form-ul .form-table th, .ifw-wp-zend-form-ul .form-table td { padding: 0; } .ifw-made-with-heart { color: #686868; font-size: 0.9em; text-align: right; } .ifw-made-with-heart img { margin: 0 2px; } .ifw-wp-icon-reload { background: url(icons/reload.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-true { background: url(icons/true.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-false { background: url(icons/false.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-plus { background: url(icons/plus.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-help { background: url(icons/help.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-mail { background: url(icons/mail.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-pencil { background: url(icons/pencil.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-info { background: url(icons/info.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-external-link { background: url(icons/external-link.png) left 5px no-repeat; padding: 0 0 0 14px; margin-left: 3px; } .ifw-wp-icon-tool { background: url(icons/tool.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-log { background: url(icons/log.png) left top no-repeat; padding: 0 0 0 20px; } .ifw-wp-icon-filter { background: url(icons/filter.png) left top no-repeat; padding: 0 0 0 20px; } /* metabox tables */ .meta-box-sortables .ifw-metabox-table { width: 100%; } .meta-box-sortables .ifw-metabox-table th { text-align: left; } .meta-box-sortables .ifw-metabox-table thead tr th { border-bottom: 1px solid #5B5B5B; } .meta-box-sortables .ifw-metabox-table tbody tr td { border-bottom: 1px solid #D7D7D7; } /* listtable */ .ifw-listtable .tablenav.top .search-box { margin: 1px 25px 0 0; } .ifw-listtable-ajax-reload { background: url(icons/ajax-loader.gif) no-repeat; background-position: center center; } .ifw-listtable .reload { margin: 6px 0 0 10px; float: right; } /* dialog */ .ifw-dialog { padding: 10px !important; } .ifw-dialog-loading-default { width: 100%; background: url(icons/ajax-loader.gif) 50% 50% no-repeat !important; height: 50px; } .ifw-dialog-loading-bar { width: inherit; background-image: url(icons/ajax-loader-bar.gif) !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; height: 50px; } .ifw-dialog-success { width: 100%; background: url(icons/button-white-check.png) 50% 50% no-repeat; height: 50px; } #ifw-dialog-perform-plugin-tests iframe { width: 100%; height: 100%; } #ifw-plugin-test-icon { width: 150px; float: left; } #ifw-plugin-test-result { float: left; } .ifw-plugin-test-result-good { background-color: #32cd32; color: #ffffff; padding: 4px 6px; } .ifw-plugin-test-result-bad { background-color: #ff0000; color: #ffffff; padding: 4px 6px; } a.ifw-perform-plugin-tests .dashicons { margin-top: 3px; } /* help tab */ .ifw-help-tab-content { padding-top: 10px; } .ifw-patch-success { background: url(icons/button-white-check.png) left top no-repeat; padding: 8px 0 8px 40px; } .ifw-patch-fail { background: url(icons/cross.png) left top no-repeat; padding: 8px 0 8px 40px; } /* options page */ table.form-table p.error { color: red; } /* buttons */ .button.button-dashicons { padding-left: 5px !important; } .button.button-dashicons span.dashicons { margin-top: 3px; } .table td, .table th { background-color: #fff; } th { text-align: left; } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; font-size: 1.2em; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #dddddd; } .table .table { background-color: #ffffff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } table col[class*="col-"] { position: static; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } /* Rows / Cols */ .row:before, .row:after { display: table; content: " "; } .row:after { clear: both; } .row { /*margin-right: -15px; margin-left: -15px;*/ } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; /*padding-right: 15px; padding-left: 15px;*/ } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { .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; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { .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; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { .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; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } }
0.233357
0.098166
#panel-up {border-bottom: 1px solid #F04200; width: 100%;} #panel-down {border-top: 1px solid #F04200; width: 100%;} .panel-add {} .panel-add a {display: block; float: right; background: url('../images/new.png') no-repeat; padding: 6px 0 0 36px; margin-right: 10px; height: 32px; font-size: 130%;} .sort.down {background: url('../images/go-down-big.png') no-repeat left -4px; display: inline-block; width: 24px; height: 20px; overflow: hidden; text-indent: 500px; float: left; margin: 2px 10px 2px 0; white-space: nowrap;} .orderPanel {border-right: 1px solid #ddd; display: table; padding-right: 10px;} .orderPanel input, .orderPanel label, .orderPanel select {float: left; margin-right: 5px;} .searchPanel {border-right: 1px solid #ddd; display: table; padding-right: 10px; width: 400px;} .searchPanel select {margin-left: 5px;} .nav-pages {width: 50%;} .nav-pages div {margin: 0 30px 0 0; padding: 7px 5px; background: #ddd;} .nav-pages .pagenum, .nav-pages .more {border-right: 1px solid #fff; padding: 0 8px 5px 8px;} .nav-pages .active {padding: 0 8px 5px; border-right: 1px solid #fff; font-weight: bold;} #search-panel {} #search-panel input#searchQ {font-size: 130%; margin: 0 5px;} #search-panel select#searchBy {font-style: italic;} #search-panel input[type=submit] {background: url('../images/find.png') no-repeat; width: 38px; height: 24px; overflow: hidden; display: inline-block; border: none; margin: 0 2px 0 7px; text-indent: -300px; cursor: pointer;} #search-panel input[type=reset] {background: url('../images/x.png') no-repeat center center; width: 16px; height: 16px; overflow: hidden; display: inline-block; border: none; text-indent: -300px; cursor: pointer; vertical-align: bottom;} #search-panel input[type=reset]:hover {background-image: url('../images/x_.png');} .t-foreign {font-size: 90%; color: #555;} .t-file .file {background-repeat: no-repeat; displat: table-cell; padding-left: 20px; min-height: 16px; font-weight: normal;} .t-file span.error {background: url('../images/warning.png') no-repeat; width: 16px; height: 16px; margin-left: 12px; display: inline-block; vertical-align: middle;} .t-file span.size {color: #ccc; font-style: italic; margin-left: 12px; display: inline-block;} .t-file span.select {background: url('../images/select.png') no-repeat; width: 16px; height: 16px; margin-left: 12px; display: inline-block; vertical-align: middle; cursor: pointer;} .file.ext {font-size: 90%; font-style: italic; cursor: pointer;}
assets/css/list.css
#panel-up {border-bottom: 1px solid #F04200; width: 100%;} #panel-down {border-top: 1px solid #F04200; width: 100%;} .panel-add {} .panel-add a {display: block; float: right; background: url('../images/new.png') no-repeat; padding: 6px 0 0 36px; margin-right: 10px; height: 32px; font-size: 130%;} .sort.down {background: url('../images/go-down-big.png') no-repeat left -4px; display: inline-block; width: 24px; height: 20px; overflow: hidden; text-indent: 500px; float: left; margin: 2px 10px 2px 0; white-space: nowrap;} .orderPanel {border-right: 1px solid #ddd; display: table; padding-right: 10px;} .orderPanel input, .orderPanel label, .orderPanel select {float: left; margin-right: 5px;} .searchPanel {border-right: 1px solid #ddd; display: table; padding-right: 10px; width: 400px;} .searchPanel select {margin-left: 5px;} .nav-pages {width: 50%;} .nav-pages div {margin: 0 30px 0 0; padding: 7px 5px; background: #ddd;} .nav-pages .pagenum, .nav-pages .more {border-right: 1px solid #fff; padding: 0 8px 5px 8px;} .nav-pages .active {padding: 0 8px 5px; border-right: 1px solid #fff; font-weight: bold;} #search-panel {} #search-panel input#searchQ {font-size: 130%; margin: 0 5px;} #search-panel select#searchBy {font-style: italic;} #search-panel input[type=submit] {background: url('../images/find.png') no-repeat; width: 38px; height: 24px; overflow: hidden; display: inline-block; border: none; margin: 0 2px 0 7px; text-indent: -300px; cursor: pointer;} #search-panel input[type=reset] {background: url('../images/x.png') no-repeat center center; width: 16px; height: 16px; overflow: hidden; display: inline-block; border: none; text-indent: -300px; cursor: pointer; vertical-align: bottom;} #search-panel input[type=reset]:hover {background-image: url('../images/x_.png');} .t-foreign {font-size: 90%; color: #555;} .t-file .file {background-repeat: no-repeat; displat: table-cell; padding-left: 20px; min-height: 16px; font-weight: normal;} .t-file span.error {background: url('../images/warning.png') no-repeat; width: 16px; height: 16px; margin-left: 12px; display: inline-block; vertical-align: middle;} .t-file span.size {color: #ccc; font-style: italic; margin-left: 12px; display: inline-block;} .t-file span.select {background: url('../images/select.png') no-repeat; width: 16px; height: 16px; margin-left: 12px; display: inline-block; vertical-align: middle; cursor: pointer;} .file.ext {font-size: 90%; font-style: italic; cursor: pointer;}
0.390825
0.240674
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { margin: 0; line-height: 1; background: #fffff421; font-family: Roboto, sans-serif; } #header { height: 60px; background-color: rgba(16, 16, 16 , 0.85); position: relative; display: flex; align-items: center; justify-content: center; } #logo { position: absolute; top: 50%; left: 10px; transform: translateY(-50%); } #filter { width: 400px; margin-top:2px; } #filter p { display:inline; } .c-switch { --switch-height: 35px; --switch-handle-size: calc(var(--switch-height) - 6px); display: inline-block; position: relative; min-width: 50px; height: var(--switch-height); border: 1px solid #131314; background: #17191c; color:#fff; border-radius: var(--switch-height); cursor: pointer; overflow: hidden; margin-left: 8px; } .c-switch__input { position: absolute; opacity: 0; } .c-switch__values { display: flex; height: 100%; } .c-switch__value { display: flex; align-items: center; box-sizing: border-box; padding: 0 16px; flex: 1; transition: opacity .3s; } .c-switch__value--true { left: 0; justify-content: flex-start; } .c-switch__value--false { right: 0; justify-content: flex-end; } .c-switch__values::after { content: ''; position: absolute; top: 50%; left: 3px; transform: translate(0, -50%); width: var(--switch-handle-size); height: var(--switch-handle-size); border-radius: var(--switch-handle-size); background: #F4C99D; transition: left .3s, transform .3s, width .3s; } .c-switch__values:hover::after { background: #DEAE7E; } .c-switch__values:active::after { width: calc(var(--switch-handle-size) + 10px); } .c-switch__input:checked + .c-switch__values::after { left: calc(100% - 3px); transform: translate(-100%, -50%); } .c-switch__input:not(:checked) + .c-switch__values .c-switch__value--true { opacity: 0; } .c-switch__input:checked + .c-switch__values .c-switch__value--false { opacity: 0; } h1 { margin: 0; font-size: 18px; text-align: center; } .avatar { border-radius: 50%; display: block; } .scoreboard__user { max-width: 700px; margin:auto; margin-right: 15px; background: white; border-radius: 5px; box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07); overflow: hidden; margin-top: 10px; transition: .3s transform cubic-bezier(0.680, -0.550, 0.265, 1.550), .3s opacity; opacity: 0; transform: translate3d(0, -20px, 0) rotateX(45deg); transform-style: preserve-3d; position: relative; } .scoreboard__user.display { opacity: 1; transform: translate3d(0, 0, 0) rotateX(0); } .scoreboard__user.displayed { transition: 1s transform cubic-bezier(0.680, -0.550, 0.265, 1.550), .3s opacity; } .scoreboard__user__row { max-width: 700px; display: flex; align-items: center; max-height: 55px; padding: 16px 0; } .scoreboard__user__row div { flex:1; padding: 0 24px; } .scoreboard__user__row div:first-child { padding-right: 0; flex-grow: 0; } .scoreboard__user__row div:nth-child(2) { padding-right: 0; flex-grow: 0; } .scoreboard__user__row div:last-child { flex-grow: 0; text-align: right; padding-left: 0; } .scoreboard__user__summary { cursor: pointer; } .scoreboard__user__stats { display: flex; flex-wrap:wrap; height: 0; overflow: hidden; transition: .3s height cubic-bezier(0.680, -0.550, 0.265, 1.550); border-top: 1px dashed #e6ebf1; } .scoreboard__user__stats__info { width: 700px; display: flex; border-bottom: 1px dashed #e6ebf1; } .scoreboard__user__stats__today { width: 700px; display: flex; border-bottom: 1px dashed #e6ebf1; /*background-color: rgba(230,235,241,0.3);*/ } .scoreboard__user__stats__column { flex: 1; padding: 20px; border-right: 1px dashed #e6ebf1; } .scoreboard__user__stats__title { display: block; font-size:14px; height: 30px; background-color: rgba(230,235,241,0.2); border-bottom: 1px dashed #e6ebf1; margin: -20px -20px 0; padding: 8px 0px 0px 20px; } .scoreboard__user__stats__title strong{ margin-top: 50px;; } .scoreboard__user__stats__list { list-style: none; padding: 0; margin: 0; } .scoreboard__user__stats__list > li { display: flex; align-items: center; margin-top: 10px; } .scoreboard__user__stats__list img { display: block; flex-shrink: 0; margin-right: 10px; } .scoreboard__user__stats__list strong { flex: 1; font-weight: normal; } .score { display: inline-block; font-weight: 700; color: #5969e2; font-size: 24px; } .level { display: inline-block; font-weight: 700; color: #5969e2; font-size: 14px; margin-left:100px; } .mini { font-size: 18px; } .score.good { color: #45CB85; } .score.bad { color: #E08DAC; } .position { color:#DEAE7E; font-size: 14px; } @media (max-width: 720px){ #header { height: 130px; } #logo { top:30%; left:auto; } #filter { width: 100%; margin-top: 75px; padding: 10px; float:right; border-top:1px solid rgba(16, 16, 16 , 0.4); background-color: rgba(16, 16, 16 , 0.4); } #filter p{ display:inline; } .scoreboard { max-width: 720px; margin: auto; padding-top: 10px; justify-content: center; } } @media (min-width: 720px){ .scoreboard { max-width: 720px; margin: auto; padding-top: 10px; justify-content: center; padding-bottom: 10px; } } @media (min-width: 1420px){ .scoreboard { max-width: 1420px; max-height: 95vh; margin: auto; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; padding-bottom: 10px; overflow: hidden; } }
www/themes/heywaffle-theme/css/style.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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { margin: 0; line-height: 1; background: #fffff421; font-family: Roboto, sans-serif; } #header { height: 60px; background-color: rgba(16, 16, 16 , 0.85); position: relative; display: flex; align-items: center; justify-content: center; } #logo { position: absolute; top: 50%; left: 10px; transform: translateY(-50%); } #filter { width: 400px; margin-top:2px; } #filter p { display:inline; } .c-switch { --switch-height: 35px; --switch-handle-size: calc(var(--switch-height) - 6px); display: inline-block; position: relative; min-width: 50px; height: var(--switch-height); border: 1px solid #131314; background: #17191c; color:#fff; border-radius: var(--switch-height); cursor: pointer; overflow: hidden; margin-left: 8px; } .c-switch__input { position: absolute; opacity: 0; } .c-switch__values { display: flex; height: 100%; } .c-switch__value { display: flex; align-items: center; box-sizing: border-box; padding: 0 16px; flex: 1; transition: opacity .3s; } .c-switch__value--true { left: 0; justify-content: flex-start; } .c-switch__value--false { right: 0; justify-content: flex-end; } .c-switch__values::after { content: ''; position: absolute; top: 50%; left: 3px; transform: translate(0, -50%); width: var(--switch-handle-size); height: var(--switch-handle-size); border-radius: var(--switch-handle-size); background: #F4C99D; transition: left .3s, transform .3s, width .3s; } .c-switch__values:hover::after { background: #DEAE7E; } .c-switch__values:active::after { width: calc(var(--switch-handle-size) + 10px); } .c-switch__input:checked + .c-switch__values::after { left: calc(100% - 3px); transform: translate(-100%, -50%); } .c-switch__input:not(:checked) + .c-switch__values .c-switch__value--true { opacity: 0; } .c-switch__input:checked + .c-switch__values .c-switch__value--false { opacity: 0; } h1 { margin: 0; font-size: 18px; text-align: center; } .avatar { border-radius: 50%; display: block; } .scoreboard__user { max-width: 700px; margin:auto; margin-right: 15px; background: white; border-radius: 5px; box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07); overflow: hidden; margin-top: 10px; transition: .3s transform cubic-bezier(0.680, -0.550, 0.265, 1.550), .3s opacity; opacity: 0; transform: translate3d(0, -20px, 0) rotateX(45deg); transform-style: preserve-3d; position: relative; } .scoreboard__user.display { opacity: 1; transform: translate3d(0, 0, 0) rotateX(0); } .scoreboard__user.displayed { transition: 1s transform cubic-bezier(0.680, -0.550, 0.265, 1.550), .3s opacity; } .scoreboard__user__row { max-width: 700px; display: flex; align-items: center; max-height: 55px; padding: 16px 0; } .scoreboard__user__row div { flex:1; padding: 0 24px; } .scoreboard__user__row div:first-child { padding-right: 0; flex-grow: 0; } .scoreboard__user__row div:nth-child(2) { padding-right: 0; flex-grow: 0; } .scoreboard__user__row div:last-child { flex-grow: 0; text-align: right; padding-left: 0; } .scoreboard__user__summary { cursor: pointer; } .scoreboard__user__stats { display: flex; flex-wrap:wrap; height: 0; overflow: hidden; transition: .3s height cubic-bezier(0.680, -0.550, 0.265, 1.550); border-top: 1px dashed #e6ebf1; } .scoreboard__user__stats__info { width: 700px; display: flex; border-bottom: 1px dashed #e6ebf1; } .scoreboard__user__stats__today { width: 700px; display: flex; border-bottom: 1px dashed #e6ebf1; /*background-color: rgba(230,235,241,0.3);*/ } .scoreboard__user__stats__column { flex: 1; padding: 20px; border-right: 1px dashed #e6ebf1; } .scoreboard__user__stats__title { display: block; font-size:14px; height: 30px; background-color: rgba(230,235,241,0.2); border-bottom: 1px dashed #e6ebf1; margin: -20px -20px 0; padding: 8px 0px 0px 20px; } .scoreboard__user__stats__title strong{ margin-top: 50px;; } .scoreboard__user__stats__list { list-style: none; padding: 0; margin: 0; } .scoreboard__user__stats__list > li { display: flex; align-items: center; margin-top: 10px; } .scoreboard__user__stats__list img { display: block; flex-shrink: 0; margin-right: 10px; } .scoreboard__user__stats__list strong { flex: 1; font-weight: normal; } .score { display: inline-block; font-weight: 700; color: #5969e2; font-size: 24px; } .level { display: inline-block; font-weight: 700; color: #5969e2; font-size: 14px; margin-left:100px; } .mini { font-size: 18px; } .score.good { color: #45CB85; } .score.bad { color: #E08DAC; } .position { color:#DEAE7E; font-size: 14px; } @media (max-width: 720px){ #header { height: 130px; } #logo { top:30%; left:auto; } #filter { width: 100%; margin-top: 75px; padding: 10px; float:right; border-top:1px solid rgba(16, 16, 16 , 0.4); background-color: rgba(16, 16, 16 , 0.4); } #filter p{ display:inline; } .scoreboard { max-width: 720px; margin: auto; padding-top: 10px; justify-content: center; } } @media (min-width: 720px){ .scoreboard { max-width: 720px; margin: auto; padding-top: 10px; justify-content: center; padding-bottom: 10px; } } @media (min-width: 1420px){ .scoreboard { max-width: 1420px; max-height: 95vh; margin: auto; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; padding-bottom: 10px; overflow: hidden; } }
0.496826
0.086478
body { font-family: "Kanit", sans-serif !important; font-weight: 300; background-image: url("../../images/bg-tdedclub.jpg") !important; background-repeat: no-repeat; background-position: center bottom; background-size: cover; background-attachment: fixed; color: #fff !important; } .bg-black { background-color: #000; } .bg-grey { background-color: #e1e1e1; } .header { background: -webkit-gradient(linear, left top, right top, from(#070000), color-stop(#070000), color-stop(#070000), to(#4c0001)); background: linear-gradient(to right, #070000, #070000, #070000, #4c0001); border-bottom: #b40000 solid 2px; } .header .logo img { width: 170px; height: auto; } .header .nav-item { padding: 0 15px; } .header .main-menu a { text-decoration: none; position: relative; } .header .main-menu a span { color: #fff; font-size: 18px; display: block; text-align: center; } .header .main-menu a span:hover { color: #b40000; } .header .main-menu a:after { display: block; content: ''; border-bottom: solid 3px #b40000; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: -webkit-transform 250ms ease-in-out; transition: -webkit-transform 250ms ease-in-out; transition: transform 250ms ease-in-out; transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; position: absolute; height: 1px; width: 100%; } .header .main-menu a:hover { text-decoration: none; } .header .main-menu a:hover:after { -webkit-transform: scaleX(1); transform: scaleX(1); } .header .main-menu a .active { color: #b40000; } .header .social a { text-decoration: none; } .header .social a i { font-size: 30px; margin: 0 5px; color: #fff; } .header .social a i:hover { color: #b40000; } main .news h3 { border-bottom: 2px solid #b40000; padding-bottom: 5px; margin: 0; } main .news a { text-decoration: none; color: #fff; } main .news i { color: #b40000; } main .news p { margin-bottom: 0px 10px; padding: 5px 0px; border-bottom: 1px solid #b40000; } main .news .all-cat a { text-decoration: none; color: #afafaf; margin: 0; } main .news .all-cat a:hover { color: #fff; } main .news .all-cat a img { height: 100px; -o-object-fit: cover; object-fit: cover; } main .news .all-cat a p { margin: 0; overflow: hidden; height: 58px; } main .news .all-cat span { font-size: 10px; color: #afafaf; } main .zean1 h3 { color: #b40000; border-bottom: 2px solid #b40000; padding-bottom: 5px; margin: 0; } main .zean1 p { margin-bottom: 0px 10px; padding: 5px 0px; border-bottom: 2px solid #b40000; } main .zean1 a { text-decoration: none; color: #fff; } main .zean1 i { color: #b40000; } main .vicrow-page h3 { color: #b40000; padding-bottom: 5px; margin: 0; } main .vicrow-page p { margin-bottom: 0px 10px; padding: 5px 0px; } main .vicrow-page a { text-decoration: none; color: #fff; } main .vicrow-page i { color: #b40000; } main .vicrow-page .int-link li { list-style-type: none; } main .vicrow-page .int-link ul { margin: 0; padding: 0; } main .vicrow-page .int-link .interest span { font-size: 14px; } footer .footer-copyright { background: #240000; } footer .footer-copyright span { font-size: 18px; } footer .footer-copyright i { font-size: 25px; padding: 0px 2px; } #footer { background-color: #181818; border-top: #b40000 solid 3px; } #footer a { text-decoration: none; color: #b40000; } #footer a:hover { color: #fff; } #footer img { width: 170px; height: auto; } #footer p { padding: 15px 10px 0px 0px; font-size: 15px; } #footer .img-social { display: block; display: inline-block; width: 48px; height: auto; padding-top: 10px; } /* ===================== Classes Main ===================== */ .title { background-color: #400000; border-top: 2px solid #b40000; } .title a { color: #fff; text-align: right; display: block; padding: 7px 15px 1px 15px; } .title a:hover { color: yellow; text-decoration: none; } .title h1 { font-size: 1.3em; padding: 10px 15px 1px 15px; font-weight: 400; } /* ===================== Page Main ===================== */ .banner-1 img { width: 100%; height: auto; } .zean h2 { color: #b40000; } .zean img { width: 100%; height: auto; padding-bottom: 10px; } #home .homeListnews { text-decoration: none; } #home .homeListnews:hover h2 { color: red; } #home .homeListnews .imageContent { display: block; height: 90px; width: 100%; } #home .homeListnews .imageContent img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } #home .homeListnews .content { display: block; color: #fff; height: 90px; background: #1d1d1d; padding: 10px; text-decoration: none; } #home .homeListnews .content h2 { font-size: 1em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #home .homeListnews .content p { color: #bdbdbd; font-size: 0.8em; overflow: hidden; height: 38px; text-indent: 30px; } #home .imageMain { display: block; position: relative; } #home .imageMain:hover .content h5 { color: yellow; } #home .imageMain > section { display: block; width: 100%; height: 385px; } #home .imageMain > section img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } #home .imageMain .content { position: absolute; display: block; bottom: 0px; left: 0px; right: 0px; padding: 15px 0px 0px 0px; width: 100%; background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), color-stop(58%, black), to(black)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.62) 0%, black 58%, black 100%); } #home .imageMain .content h5 { color: #b40000; overflow: hidden; height: 25px; } #home .imageMain .content p { color: #fff; overflow: hidden; height: 48px; } #home .bg-news { background-color: #b40000; margin-bottom: 10px; } #home .img { width: 100%; height: auto; background-color: #b40000; } #doball { display: block; } #doball img { display: inline-block; float: left; width: 100%; height: auto; } #doball .leauge { width: 100%; height: auto; } #doball .banner-auto { width: 100%; height: auto; } #tded-zean .texthead h1 { text-align: center; } #zeantded .img-tded img { width: 100%; height: auto; } #zeantded .tdedstep { background-color: #fff; } #zeantded .tdedstep div { border-bottom: 2px solid #000; padding-left: 10px; } #zeantded .tdedstep div p { margin: 0; color: #000; font-size: 0.9em; } #zeantded .tdedstep div p .img-1 { width: 25px; height: auto; margin: 0px 0px 5px 5px; } #vicrow .img-zoom { overflow: hidden; } #vicrow .img-zoom img { display: block; position: relative; -o-object-fit: cover; object-fit: cover; width: 350px; height: auto; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #vicrow .img-zoom img:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } #vicrow a { text-decoration: none; color: #fff; } #vicrow a:hover { color: #ce0101; } #vicrow p { text-align: center; font-size: 18px; margin-top: 5px; overflow: hidden; height: 54px; } .back-to-top { position: fixed; bottom: 25px; right: 25px; display: none; } .back-to-top i { color: #fff; } #sidebar-scroll { position: -webkit-sticky; position: sticky; top: 20px; } /* ===================== Responsive ===================== */ @media (max-width: 576px) { .homeListnews { text-decoration: none; margin-left: 10px; } .homeListnews:hover h2 { color: red; } .homeListnews .imageContent { display: block; height: 90px; width: 100%; } .homeListnews .imageContent img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } .homeListnews .content { display: block; color: #fff; height: 90px; background: #1d1d1d; padding: 10px; text-decoration: none; } .homeListnews .content h2 { font-size: 1em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .homeListnews .content p { color: #bdbdbd; font-size: 0.8em; overflow: hidden; height: 38px; text-indent: 30px; } .header .logo img { width: 145px; height: auto; } .main-menu .nav-item a { text-decoration: none; position: relative; display: inline-block; } .main-menu .nav-item a span { color: #fff; font-size: 30px; text-align: center; } .main-menu .nav-item a:after { display: none; } .main-menu .nav-item a:hover { color: #b40000; background-color: #000; } .main-menu .nav-item a:hover:after { display: none; } .title h1 { font-size: 1.1em; } #vicrow p { font-size: 0.9em; height: 42px; } .zean h2 { font-size: 1.3em; } .zean p { font-size: 0.9em; } .all-cat a { text-decoration: none; color: #afafaf; margin: 0; } .all-cat a:hover { color: #fff; } .all-cat a img { height: 200%; -o-object-fit: cover; object-fit: cover; } .all-cat a p { margin: 0; overflow: hidden; height: 58px; } } @media (max-width: 768px) and (max-width: 991px) { .header .logo img { width: 145px; height: auto; } .main-menu .nav-item a { text-decoration: none; position: relative; display: inline-block; } .main-menu .nav-item a span { color: #fff; font-size: 18px; display: block; text-align: center; padding: 2px 0px; } .main-menu .nav-item a span:hover { color: #b40000; } .main-menu .nav-item a:after { display: none; } .main-menu .nav-item a:hover { text-decoration: none; } .main-menu .nav-item a:hover:after { -webkit-transform: none; transform: none; } .main-menu .nav-item a .active { color: #b40000; } .main-menu .social a { text-decoration: none; position: relative; display: inline-block; float: right; } .main-menu .social a:hover { color: #b40000; } .main-menu .social a:after { display: none; } .main-menu .social a i { font-size: 25px; } .title h1 { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { #footer p { font-size: 12px; } #vicrow p { font-size: 14px; height: 42px; } .header .logo img { width: 145px; height: auto; } .main-menu .nav-item a { text-decoration: none; position: relative; display: inline-block; } .main-menu .nav-item a span { color: #fff; font-size: 18px; display: block; text-align: center; padding: 2px 0px; } .main-menu .nav-item a span:hover { color: #b40000; } .main-menu .nav-item a:after { display: none; } .main-menu .nav-item a:hover { text-decoration: none; } .main-menu .nav-item a:hover:after { -webkit-transform: none; transform: none; } .main-menu .nav-item a .active { color: #b40000; } .main-menu .social a { text-decoration: none; position: relative; display: inline-block; float: right; } .main-menu .social a:hover { color: #b40000; } .main-menu .social a:after { display: none; } .main-menu .social a i { font-size: 25px; } .title h1 { font-size: 1.1em; } } @media (min-width: 992px) and (max-width: 1200px) { .header .logo img { width: 110px; } .header .main-menu a span { font-size: 15px; } .header .nav-item { padding: 0 10px; } } /*# sourceMappingURL=style.css.map */
public/asset/css/style.css
body { font-family: "Kanit", sans-serif !important; font-weight: 300; background-image: url("../../images/bg-tdedclub.jpg") !important; background-repeat: no-repeat; background-position: center bottom; background-size: cover; background-attachment: fixed; color: #fff !important; } .bg-black { background-color: #000; } .bg-grey { background-color: #e1e1e1; } .header { background: -webkit-gradient(linear, left top, right top, from(#070000), color-stop(#070000), color-stop(#070000), to(#4c0001)); background: linear-gradient(to right, #070000, #070000, #070000, #4c0001); border-bottom: #b40000 solid 2px; } .header .logo img { width: 170px; height: auto; } .header .nav-item { padding: 0 15px; } .header .main-menu a { text-decoration: none; position: relative; } .header .main-menu a span { color: #fff; font-size: 18px; display: block; text-align: center; } .header .main-menu a span:hover { color: #b40000; } .header .main-menu a:after { display: block; content: ''; border-bottom: solid 3px #b40000; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: -webkit-transform 250ms ease-in-out; transition: -webkit-transform 250ms ease-in-out; transition: transform 250ms ease-in-out; transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; position: absolute; height: 1px; width: 100%; } .header .main-menu a:hover { text-decoration: none; } .header .main-menu a:hover:after { -webkit-transform: scaleX(1); transform: scaleX(1); } .header .main-menu a .active { color: #b40000; } .header .social a { text-decoration: none; } .header .social a i { font-size: 30px; margin: 0 5px; color: #fff; } .header .social a i:hover { color: #b40000; } main .news h3 { border-bottom: 2px solid #b40000; padding-bottom: 5px; margin: 0; } main .news a { text-decoration: none; color: #fff; } main .news i { color: #b40000; } main .news p { margin-bottom: 0px 10px; padding: 5px 0px; border-bottom: 1px solid #b40000; } main .news .all-cat a { text-decoration: none; color: #afafaf; margin: 0; } main .news .all-cat a:hover { color: #fff; } main .news .all-cat a img { height: 100px; -o-object-fit: cover; object-fit: cover; } main .news .all-cat a p { margin: 0; overflow: hidden; height: 58px; } main .news .all-cat span { font-size: 10px; color: #afafaf; } main .zean1 h3 { color: #b40000; border-bottom: 2px solid #b40000; padding-bottom: 5px; margin: 0; } main .zean1 p { margin-bottom: 0px 10px; padding: 5px 0px; border-bottom: 2px solid #b40000; } main .zean1 a { text-decoration: none; color: #fff; } main .zean1 i { color: #b40000; } main .vicrow-page h3 { color: #b40000; padding-bottom: 5px; margin: 0; } main .vicrow-page p { margin-bottom: 0px 10px; padding: 5px 0px; } main .vicrow-page a { text-decoration: none; color: #fff; } main .vicrow-page i { color: #b40000; } main .vicrow-page .int-link li { list-style-type: none; } main .vicrow-page .int-link ul { margin: 0; padding: 0; } main .vicrow-page .int-link .interest span { font-size: 14px; } footer .footer-copyright { background: #240000; } footer .footer-copyright span { font-size: 18px; } footer .footer-copyright i { font-size: 25px; padding: 0px 2px; } #footer { background-color: #181818; border-top: #b40000 solid 3px; } #footer a { text-decoration: none; color: #b40000; } #footer a:hover { color: #fff; } #footer img { width: 170px; height: auto; } #footer p { padding: 15px 10px 0px 0px; font-size: 15px; } #footer .img-social { display: block; display: inline-block; width: 48px; height: auto; padding-top: 10px; } /* ===================== Classes Main ===================== */ .title { background-color: #400000; border-top: 2px solid #b40000; } .title a { color: #fff; text-align: right; display: block; padding: 7px 15px 1px 15px; } .title a:hover { color: yellow; text-decoration: none; } .title h1 { font-size: 1.3em; padding: 10px 15px 1px 15px; font-weight: 400; } /* ===================== Page Main ===================== */ .banner-1 img { width: 100%; height: auto; } .zean h2 { color: #b40000; } .zean img { width: 100%; height: auto; padding-bottom: 10px; } #home .homeListnews { text-decoration: none; } #home .homeListnews:hover h2 { color: red; } #home .homeListnews .imageContent { display: block; height: 90px; width: 100%; } #home .homeListnews .imageContent img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } #home .homeListnews .content { display: block; color: #fff; height: 90px; background: #1d1d1d; padding: 10px; text-decoration: none; } #home .homeListnews .content h2 { font-size: 1em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #home .homeListnews .content p { color: #bdbdbd; font-size: 0.8em; overflow: hidden; height: 38px; text-indent: 30px; } #home .imageMain { display: block; position: relative; } #home .imageMain:hover .content h5 { color: yellow; } #home .imageMain > section { display: block; width: 100%; height: 385px; } #home .imageMain > section img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } #home .imageMain .content { position: absolute; display: block; bottom: 0px; left: 0px; right: 0px; padding: 15px 0px 0px 0px; width: 100%; background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), color-stop(58%, black), to(black)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.62) 0%, black 58%, black 100%); } #home .imageMain .content h5 { color: #b40000; overflow: hidden; height: 25px; } #home .imageMain .content p { color: #fff; overflow: hidden; height: 48px; } #home .bg-news { background-color: #b40000; margin-bottom: 10px; } #home .img { width: 100%; height: auto; background-color: #b40000; } #doball { display: block; } #doball img { display: inline-block; float: left; width: 100%; height: auto; } #doball .leauge { width: 100%; height: auto; } #doball .banner-auto { width: 100%; height: auto; } #tded-zean .texthead h1 { text-align: center; } #zeantded .img-tded img { width: 100%; height: auto; } #zeantded .tdedstep { background-color: #fff; } #zeantded .tdedstep div { border-bottom: 2px solid #000; padding-left: 10px; } #zeantded .tdedstep div p { margin: 0; color: #000; font-size: 0.9em; } #zeantded .tdedstep div p .img-1 { width: 25px; height: auto; margin: 0px 0px 5px 5px; } #vicrow .img-zoom { overflow: hidden; } #vicrow .img-zoom img { display: block; position: relative; -o-object-fit: cover; object-fit: cover; width: 350px; height: auto; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #vicrow .img-zoom img:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } #vicrow a { text-decoration: none; color: #fff; } #vicrow a:hover { color: #ce0101; } #vicrow p { text-align: center; font-size: 18px; margin-top: 5px; overflow: hidden; height: 54px; } .back-to-top { position: fixed; bottom: 25px; right: 25px; display: none; } .back-to-top i { color: #fff; } #sidebar-scroll { position: -webkit-sticky; position: sticky; top: 20px; } /* ===================== Responsive ===================== */ @media (max-width: 576px) { .homeListnews { text-decoration: none; margin-left: 10px; } .homeListnews:hover h2 { color: red; } .homeListnews .imageContent { display: block; height: 90px; width: 100%; } .homeListnews .imageContent img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } .homeListnews .content { display: block; color: #fff; height: 90px; background: #1d1d1d; padding: 10px; text-decoration: none; } .homeListnews .content h2 { font-size: 1em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .homeListnews .content p { color: #bdbdbd; font-size: 0.8em; overflow: hidden; height: 38px; text-indent: 30px; } .header .logo img { width: 145px; height: auto; } .main-menu .nav-item a { text-decoration: none; position: relative; display: inline-block; } .main-menu .nav-item a span { color: #fff; font-size: 30px; text-align: center; } .main-menu .nav-item a:after { display: none; } .main-menu .nav-item a:hover { color: #b40000; background-color: #000; } .main-menu .nav-item a:hover:after { display: none; } .title h1 { font-size: 1.1em; } #vicrow p { font-size: 0.9em; height: 42px; } .zean h2 { font-size: 1.3em; } .zean p { font-size: 0.9em; } .all-cat a { text-decoration: none; color: #afafaf; margin: 0; } .all-cat a:hover { color: #fff; } .all-cat a img { height: 200%; -o-object-fit: cover; object-fit: cover; } .all-cat a p { margin: 0; overflow: hidden; height: 58px; } } @media (max-width: 768px) and (max-width: 991px) { .header .logo img { width: 145px; height: auto; } .main-menu .nav-item a { text-decoration: none; position: relative; display: inline-block; } .main-menu .nav-item a span { color: #fff; font-size: 18px; display: block; text-align: center; padding: 2px 0px; } .main-menu .nav-item a span:hover { color: #b40000; } .main-menu .nav-item a:after { display: none; } .main-menu .nav-item a:hover { text-decoration: none; } .main-menu .nav-item a:hover:after { -webkit-transform: none; transform: none; } .main-menu .nav-item a .active { color: #b40000; } .main-menu .social a { text-decoration: none; position: relative; display: inline-block; float: right; } .main-menu .social a:hover { color: #b40000; } .main-menu .social a:after { display: none; } .main-menu .social a i { font-size: 25px; } .title h1 { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { #footer p { font-size: 12px; } #vicrow p { font-size: 14px; height: 42px; } .header .logo img { width: 145px; height: auto; } .main-menu .nav-item a { text-decoration: none; position: relative; display: inline-block; } .main-menu .nav-item a span { color: #fff; font-size: 18px; display: block; text-align: center; padding: 2px 0px; } .main-menu .nav-item a span:hover { color: #b40000; } .main-menu .nav-item a:after { display: none; } .main-menu .nav-item a:hover { text-decoration: none; } .main-menu .nav-item a:hover:after { -webkit-transform: none; transform: none; } .main-menu .nav-item a .active { color: #b40000; } .main-menu .social a { text-decoration: none; position: relative; display: inline-block; float: right; } .main-menu .social a:hover { color: #b40000; } .main-menu .social a:after { display: none; } .main-menu .social a i { font-size: 25px; } .title h1 { font-size: 1.1em; } } @media (min-width: 992px) and (max-width: 1200px) { .header .logo img { width: 110px; } .header .main-menu a span { font-size: 15px; } .header .nav-item { padding: 0 10px; } } /*# sourceMappingURL=style.css.map */
0.222278
0.083928
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Open Sans", Arial, sans-serif; background-color: white; /*max-width: 1250px; margin: 0 auto;*/ } /************************* SITE HEADER **************************/ #header { background-color: white; width: 90%; position: fixed; padding-top: 20px; left: 5%; z-index: 100; border-bottom: 1px solid rgb(229, 98, 206); height: 120px; } #user { padding-top: 20px; padding-right: 1.5em; font-size: 1.2em; float: right; background: transparent; } #user a { padding: 10px, 10px, 10px, 0px; color: rgb(229, 98, 206); background: transparent; text-decoration: none; } #user a:hover { color: red; } #logo { padding-left: 1em; float: left; background: transparent; } #logo h1 { padding: 40px, 20px, 15px, 20px; font-size: 4em; color: #ff1a1a; background: transparent; font-weight: lighter; font-family: "Julius Sans One", Arial, sans-serif; } #navigation { clear: left; padding-left: 3em; background: transparent; } #navigation a { display: inline-block; padding: 0 5px 0 5px; color: rgb(229, 98, 206); text-decoration: none; font-weight: 800; } #navigation a:hover { color: #ff1a1a; } /***********************ELEMENT STYLES****************************/ .button { margin-bottom: 10px; margin-top: 10px; padding: 5px; font-size: .6em; color: #ff1a1a; border: 1px solid rgb(229, 98, 206); background-color: white; border-radius: 5px; } /************************* PAGE LAYOUT **************************/ .container { padding-top: 120px; margin: 0 auto; width: 80%; position: relative; max-width: 1024px; } .page-header { padding-top: 2em; font-size: 1.5em; position: fixed; float: left; width: 30%; padding-right: 10px; } .page-header h1 { color: #ff1a1a; font-weight: lighter; margin-bottom: 1em; } .page-content h1 { color: rgb(229, 98, 206); font-weight: lighter; font-size: 2em; margin-bottom: 1em; margin-top: 1em; text-align: center; } .page-content { padding-top: 2em; position: relative; width: 65%; padding-left: 60px; padding-bottom: 40px; float: right; } /************************ LANDING PAGE ********************************/ #landing-head a { text-decoration: none; color: rgb(229, 98, 206); } #landing-head a:hover { color: #ff1a1a; } /************************* IMAGES *************************************/ .record-cover-large { width: 250px; height: 250px; } .record-cover-large img { width: 100%; height: auto; display: inline-block; } /************************ INDEX DISPLAY OPTIONS ***********************/ .disabled { display: none; } .display-mode { color: rgb(229, 98, 206); } .display-mode-label { display: inline-block; margin-right: 1em; } .display-mode-label:hover { cursor: pointer; } .mode-selector { position: absolute; left: -200px; } .mode-selector:checked + label { color: #ff1a1a; } .index-container h3 a { color: rgb(229, 98, 206); text-decoration: none; } .index-container h3 a:hover { color: #ff1a1a; } /************************* MAIN TABLE STYLES **************************/ table { padding-left: 20px; padding-top: 1.5em; font-size: 1.2em; } table a { text-decoration: none; color: gray; } table a:hover { color: #ff1a1a; } td h3 { color: rgb(229, 98, 206); font-size: 1.5em; } td:nth-of-type(2) { padding-left: 20px; } #artist-table td { text-align: left; } /********************* SHOW PAGE TABLE STYLES *******************/ .record-table { padding-left: 20px; padding-top: 2em; font-size: 1.5em; } .record-table a { text-decoration: none; color: gray; } .record-table a:hover { color: #ff1a1a; } .record-table td:nth-of-type(1) { color: rgb(229, 98, 206); text-align: right; padding-right: 20px; } .record-table td:nth-of-type(2) { text-align: left; padding-left: 20px; } .page-bottom { padding-left: 40px; } .page-bottom form { display: inline-block; } button#edit-record-button a { color: #ff1a1a; cursor: default; } /************************* FORM STYLES **************************/ .form { display: table; color: rgb(229, 98, 206); font-family: "Open Sans", Arial, sans-serif; font-size: 1.2em; padding-top: 2em; } .form div { display: table-row; } .form label, .form input, .form select { display: table-cell; margin-bottom: 5px; } .submit { display: table-cell; width: 100px; margin-bottom: 10px; margin-top: 10px; color: #ff1a1a; border: 1px solid rgb(229, 98, 206); background-color: white; border-radius: 5px; font-size: .6em; font-weight: bold; } .form label { width: 200px; padding-right: 5%; text-align: right; color: rgb(229, 98, 206); } .form input { width: 300px; font-family: "Open Sans", Arial, sans-serif; padding: 5px; border: none; font-size: 1em; color: #ff1a1a; } .form select { font-family: "Open Sans", Arial, sans-serif; color: #ff1a1a; border: none; padding: 5px; font-size: 1em; } input[type=text]:focus { border: 3px solid rgb(229, 98, 206); } input[type="file"] { display: none; } label[for="file-upload"] { display: table-cell; width: 100px; padding-left: 5px; margin-bottom: 10px; margin-top: 10px; color: grey; opacity: 0.8; font-weight: bold; cursor: pointer; text-align: left; }
public/stylesheets/main.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Open Sans", Arial, sans-serif; background-color: white; /*max-width: 1250px; margin: 0 auto;*/ } /************************* SITE HEADER **************************/ #header { background-color: white; width: 90%; position: fixed; padding-top: 20px; left: 5%; z-index: 100; border-bottom: 1px solid rgb(229, 98, 206); height: 120px; } #user { padding-top: 20px; padding-right: 1.5em; font-size: 1.2em; float: right; background: transparent; } #user a { padding: 10px, 10px, 10px, 0px; color: rgb(229, 98, 206); background: transparent; text-decoration: none; } #user a:hover { color: red; } #logo { padding-left: 1em; float: left; background: transparent; } #logo h1 { padding: 40px, 20px, 15px, 20px; font-size: 4em; color: #ff1a1a; background: transparent; font-weight: lighter; font-family: "Julius Sans One", Arial, sans-serif; } #navigation { clear: left; padding-left: 3em; background: transparent; } #navigation a { display: inline-block; padding: 0 5px 0 5px; color: rgb(229, 98, 206); text-decoration: none; font-weight: 800; } #navigation a:hover { color: #ff1a1a; } /***********************ELEMENT STYLES****************************/ .button { margin-bottom: 10px; margin-top: 10px; padding: 5px; font-size: .6em; color: #ff1a1a; border: 1px solid rgb(229, 98, 206); background-color: white; border-radius: 5px; } /************************* PAGE LAYOUT **************************/ .container { padding-top: 120px; margin: 0 auto; width: 80%; position: relative; max-width: 1024px; } .page-header { padding-top: 2em; font-size: 1.5em; position: fixed; float: left; width: 30%; padding-right: 10px; } .page-header h1 { color: #ff1a1a; font-weight: lighter; margin-bottom: 1em; } .page-content h1 { color: rgb(229, 98, 206); font-weight: lighter; font-size: 2em; margin-bottom: 1em; margin-top: 1em; text-align: center; } .page-content { padding-top: 2em; position: relative; width: 65%; padding-left: 60px; padding-bottom: 40px; float: right; } /************************ LANDING PAGE ********************************/ #landing-head a { text-decoration: none; color: rgb(229, 98, 206); } #landing-head a:hover { color: #ff1a1a; } /************************* IMAGES *************************************/ .record-cover-large { width: 250px; height: 250px; } .record-cover-large img { width: 100%; height: auto; display: inline-block; } /************************ INDEX DISPLAY OPTIONS ***********************/ .disabled { display: none; } .display-mode { color: rgb(229, 98, 206); } .display-mode-label { display: inline-block; margin-right: 1em; } .display-mode-label:hover { cursor: pointer; } .mode-selector { position: absolute; left: -200px; } .mode-selector:checked + label { color: #ff1a1a; } .index-container h3 a { color: rgb(229, 98, 206); text-decoration: none; } .index-container h3 a:hover { color: #ff1a1a; } /************************* MAIN TABLE STYLES **************************/ table { padding-left: 20px; padding-top: 1.5em; font-size: 1.2em; } table a { text-decoration: none; color: gray; } table a:hover { color: #ff1a1a; } td h3 { color: rgb(229, 98, 206); font-size: 1.5em; } td:nth-of-type(2) { padding-left: 20px; } #artist-table td { text-align: left; } /********************* SHOW PAGE TABLE STYLES *******************/ .record-table { padding-left: 20px; padding-top: 2em; font-size: 1.5em; } .record-table a { text-decoration: none; color: gray; } .record-table a:hover { color: #ff1a1a; } .record-table td:nth-of-type(1) { color: rgb(229, 98, 206); text-align: right; padding-right: 20px; } .record-table td:nth-of-type(2) { text-align: left; padding-left: 20px; } .page-bottom { padding-left: 40px; } .page-bottom form { display: inline-block; } button#edit-record-button a { color: #ff1a1a; cursor: default; } /************************* FORM STYLES **************************/ .form { display: table; color: rgb(229, 98, 206); font-family: "Open Sans", Arial, sans-serif; font-size: 1.2em; padding-top: 2em; } .form div { display: table-row; } .form label, .form input, .form select { display: table-cell; margin-bottom: 5px; } .submit { display: table-cell; width: 100px; margin-bottom: 10px; margin-top: 10px; color: #ff1a1a; border: 1px solid rgb(229, 98, 206); background-color: white; border-radius: 5px; font-size: .6em; font-weight: bold; } .form label { width: 200px; padding-right: 5%; text-align: right; color: rgb(229, 98, 206); } .form input { width: 300px; font-family: "Open Sans", Arial, sans-serif; padding: 5px; border: none; font-size: 1em; color: #ff1a1a; } .form select { font-family: "Open Sans", Arial, sans-serif; color: #ff1a1a; border: none; padding: 5px; font-size: 1em; } input[type=text]:focus { border: 3px solid rgb(229, 98, 206); } input[type="file"] { display: none; } label[for="file-upload"] { display: table-cell; width: 100px; padding-left: 5px; margin-bottom: 10px; margin-top: 10px; color: grey; opacity: 0.8; font-weight: bold; cursor: pointer; text-align: left; }
0.344774
0.108708
* 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ @import url(graph.css); /* line 9, ../sass/normalize.scss */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ /* line 19, ../sass/normalize.scss */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11. */ /* line 43, ../sass/normalize.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ /* line 55, ../sass/normalize.scss */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ /* line 65, ../sass/normalize.scss */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ /* line 76, ../sass/normalize.scss */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ /* line 87, ../sass/normalize.scss */ a { background: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ /* line 96, ../sass/normalize.scss */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ /* line 107, ../sass/normalize.scss */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ /* line 116, ../sass/normalize.scss */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ /* line 124, ../sass/normalize.scss */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ /* line 133, ../sass/normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ /* line 142, ../sass/normalize.scss */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ /* line 151, ../sass/normalize.scss */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ /* line 160, ../sass/normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 167, ../sass/normalize.scss */ sup { top: -0.5em; } /* line 171, ../sass/normalize.scss */ sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ /* line 182, ../sass/normalize.scss */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ /* line 190, ../sass/normalize.scss */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ /* line 201, ../sass/normalize.scss */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ /* line 209, ../sass/normalize.scss */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ /* line 219, ../sass/normalize.scss */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ /* line 230, ../sass/normalize.scss */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ /* line 254, ../sass/normalize.scss */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ /* line 264, ../sass/normalize.scss */ button { overflow: visible; } /** * 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 Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ /* line 276, ../sass/normalize.scss */ 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. */ /* line 291, ../sass/normalize.scss */ 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. */ /* line 301, ../sass/normalize.scss */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ /* line 310, ../sass/normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ /* line 320, ../sass/normalize.scss */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ /* line 333, ../sass/normalize.scss */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ /* line 345, ../sass/normalize.scss */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */ /* line 355, ../sass/normalize.scss */ 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 and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ /* line 369, ../sass/normalize.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ /* line 377, ../sass/normalize.scss */ 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/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ /* line 388, ../sass/normalize.scss */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ /* line 397, ../sass/normalize.scss */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ /* line 406, ../sass/normalize.scss */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ /* line 417, ../sass/normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 423, ../sass/normalize.scss */ td, th { padding: 0; } /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ /* What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to N<NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== * Base styles: opinionated defaults * ========================================================================== */ /* line 12, ../sass/html5b.sass */ html, button, input, select, textarea { color: #222222; } /* line 15, ../sass/html5b.sass */ html { font-size: 1em; line-height: 1.4; } /* Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */ /* line 24, ../sass/html5b.sass */ ::-moz-selection, ::selection { background: #b3d4fc; text-shadow: none; } /* A better looking default horizontal rule */ /* line 31, ../sass/html5b.sass */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; } /* Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */ /* line 43, ../sass/html5b.sass */ audio, canvas, img, video { vertical-align: middle; } /* Remove default fieldset styles. */ /* line 49, ../sass/html5b.sass */ fieldset { border: 0; margin: 0; padding: 0; } /* Allow only vertical resizing of textareas. */ /* line 57, ../sass/html5b.sass */ textarea { resize: vertical; } /* ========================================================================== * Browse Happy prompt * ========================================================================== */ /* line 64, ../sass/html5b.sass */ .browsehappy { margin: 0.2em 0; background: #cccccc; color: black; padding: 0.2em 0; } /* ========================================================================== * Helper classes * ========================================================================== */ /* Image replacement */ /* line 77, ../sass/html5b.sass */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } /* line 83, ../sass/html5b.sass */ .ir:before { content: ""; display: block; width: 0; height: 150%; } /* Hide from both screenreaders and browsers: h5bp.com/u */ /* line 92, ../sass/html5b.sass */ .hidden { display: none !important; visibility: hidden; } /* Hide only visually, but have it available for screenreaders: h5bp.com/v */ /* line 99, ../sass/html5b.sass */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* line 109, ../sass/html5b.sass */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ /* Hide visually and from screenreaders, but maintain layout */ /* line 124, ../sass/html5b.sass */ .invisible { visibility: hidden; } /* Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ /* line 138, ../sass/html5b.sass */ .clearfix { *zoom: 1; } /* line 139, ../sass/html5b.sass */ .clearfix:before { content: " "; /* 1 */ display: table; /* 2 */ } /* line 144, ../sass/html5b.sass */ .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ clear: both; } /*! jQuery UI - v1.8.24 - 2012-09-28 * https://github.com/jquery/jquery-ui * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css * Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */ /* Layout helpers ----------------------------------*/ /* line 8, ../sass/jquery-ui.scss */ .ui-helper-hidden { display: none; } /* line 9, ../sass/jquery-ui.scss */ .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } /* line 10, ../sass/jquery-ui.scss */ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } /* line 11, ../sass/jquery-ui.scss */ .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } /* line 12, ../sass/jquery-ui.scss */ .ui-helper-clearfix:after { clear: both; } /* line 13, ../sass/jquery-ui.scss */ .ui-helper-clearfix { zoom: 1; } /* line 14, ../sass/jquery-ui.scss */ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); } /* Interaction Cues ----------------------------------*/ /* line 19, ../sass/jquery-ui.scss */ .ui-state-disabled { cursor: default !important; } /* Icons ----------------------------------*/ /* states and images */ /* line 26, ../sass/jquery-ui.scss */ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } /* Misc visuals ----------------------------------*/ /* Overlays */ /* line 33, ../sass/jquery-ui.scss */ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* IE/Win - Fix animation bug - #4615 */ /* line 36, ../sass/jquery-ui.scss */ .ui-accordion { width: 100%; } /* line 37, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } /* line 38, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-li-fix { display: inline; } /* line 39, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } /* line 40, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } /* line 41, ../sass/jquery-ui.scss */ .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } /* line 42, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } /* line 43, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } /* line 44, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-content-active { display: block; } /* line 46, ../sass/jquery-ui.scss */ .ui-autocomplete { position: absolute; cursor: default; } /* workarounds */ /* line 49, ../sass/jquery-ui.scss */ * html .ui-autocomplete { width: 1px; } /* without this, the menu expands to 100% in IE6 */ /* * jQuery UI Menu 1.8.24 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Menu#theming */ /* line 60, ../sass/jquery-ui.scss */ .ui-menu { list-style: none; padding: 2px; margin: 0; display: block; float: left; } /* line 67, ../sass/jquery-ui.scss */ .ui-menu .ui-menu { margin-top: -3px; } /* line 70, ../sass/jquery-ui.scss */ .ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; } /* line 78, ../sass/jquery-ui.scss */ .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: .2em .4em; line-height: 1.5; zoom: 1; } /* line 86, ../sass/jquery-ui.scss */ .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; } /* line 91, ../sass/jquery-ui.scss */ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ /* line 92, ../sass/jquery-ui.scss */ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ /* line 93, ../sass/jquery-ui.scss */ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ /* line 94, ../sass/jquery-ui.scss */ .ui-button-icons-only { width: 3.4em; } /* line 95, ../sass/jquery-ui.scss */ button.ui-button-icons-only { width: 3.7em; } /*button text element */ /* line 98, ../sass/jquery-ui.scss */ .ui-button .ui-button-text { display: block; line-height: 1.4; } /* line 99, ../sass/jquery-ui.scss */ .ui-button-text-only .ui-button-text { padding: .4em 1em; } /* line 100, ../sass/jquery-ui.scss */ .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } /* line 101, ../sass/jquery-ui.scss */ .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } /* line 102, ../sass/jquery-ui.scss */ .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } /* line 103, ../sass/jquery-ui.scss */ .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } /* no icon support for input elements, provide padding by default */ /* line 105, ../sass/jquery-ui.scss */ input.ui-button { padding: .4em 1em; } /*button icon element(s) */ /* line 108, ../sass/jquery-ui.scss */ .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } /* line 109, ../sass/jquery-ui.scss */ .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } /* line 110, ../sass/jquery-ui.scss */ .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } /* line 111, ../sass/jquery-ui.scss */ .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } /* line 112, ../sass/jquery-ui.scss */ .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } /*button sets*/ /* line 115, ../sass/jquery-ui.scss */ .ui-buttonset { margin-right: 7px; } /* line 116, ../sass/jquery-ui.scss */ .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } /* workarounds */ /* line 119, ../sass/jquery-ui.scss */ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ /* line 121, ../sass/jquery-ui.scss */ .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } /* line 122, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; } /* line 123, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } /* line 124, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } /* line 125, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-prev { left: 2px; } /* line 126, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-next { right: 2px; } /* line 127, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } /* line 128, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-next-hover { right: 1px; } /* line 129, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } /* line 130, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } /* line 131, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } /* line 132, ../sass/jquery-ui.scss */ .ui-datepicker select.ui-datepicker-month-year { width: 100%; } /* line 134, ../sass/jquery-ui.scss */ .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; } /* line 135, ../sass/jquery-ui.scss */ .ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; } /* line 136, ../sass/jquery-ui.scss */ .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } /* line 137, ../sass/jquery-ui.scss */ .ui-datepicker td { border: 0; padding: 1px; } /* line 138, ../sass/jquery-ui.scss */ .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } /* line 139, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } /* line 140, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; } /* line 141, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } /* with multiple calendars */ /* line 144, ../sass/jquery-ui.scss */ .ui-datepicker.ui-datepicker-multi { width: auto; } /* line 145, ../sass/jquery-ui.scss */ .ui-datepicker-multi .ui-datepicker-group { float: left; } /* line 146, ../sass/jquery-ui.scss */ .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; } /* line 147, ../sass/jquery-ui.scss */ .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } /* line 148, ../sass/jquery-ui.scss */ .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } /* line 149, ../sass/jquery-ui.scss */ .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } /* line 150, ../sass/jquery-ui.scss */ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; } /* line 151, ../sass/jquery-ui.scss */ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } /* line 152, ../sass/jquery-ui.scss */ .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } /* line 153, ../sass/jquery-ui.scss */ .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0em; } /* RTL support */ /* line 156, ../sass/jquery-ui.scss */ .ui-datepicker-rtl { direction: rtl; } /* line 157, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } /* line 158, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } /* line 159, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } /* line 160, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } /* line 161, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } /* line 162, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } /* line 163, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; } /* line 164, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-group { float: right; } /* line 165, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } /* line 166, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ /* line 169, ../sass/jquery-ui.scss */ .ui-datepicker-cover { position: absolute; /*must have*/ z-index: -1; /*must have*/ filter: mask(); /*must have*/ top: -4px; /*must have*/ left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ } /* line 178, ../sass/jquery-ui.scss */ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } /* line 179, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } /* line 180, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } /* line 181, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } /* line 182, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } /* line 183, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } /* line 184, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } /* line 185, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } /* line 186, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } /* line 187, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } /* line 188, ../sass/jquery-ui.scss */ .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } /* line 189, ../sass/jquery-ui.scss */ .ui-draggable .ui-dialog-titlebar { cursor: move; } /* line 191, ../sass/jquery-ui.scss */ .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } /* line 192, ../sass/jquery-ui.scss */ .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } /* line 193, ../sass/jquery-ui.scss */ .ui-resizable { position: relative; } /* line 194, ../sass/jquery-ui.scss */ .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; } /* line 195, ../sass/jquery-ui.scss */ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } /* line 196, ../sass/jquery-ui.scss */ .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } /* line 197, ../sass/jquery-ui.scss */ .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } /* line 198, ../sass/jquery-ui.scss */ .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } /* line 199, ../sass/jquery-ui.scss */ .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } /* line 200, ../sass/jquery-ui.scss */ .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } /* line 201, ../sass/jquery-ui.scss */ .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } /* line 202, ../sass/jquery-ui.scss */ .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } /* line 203, ../sass/jquery-ui.scss */ .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } /* line 204, ../sass/jquery-ui.scss */ .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } /* line 206, ../sass/jquery-ui.scss */ .ui-slider { position: relative; text-align: left; } /* line 207, ../sass/jquery-ui.scss */ .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } /* line 208, ../sass/jquery-ui.scss */ .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } /* line 210, ../sass/jquery-ui.scss */ .ui-slider-horizontal { height: .8em; } /* line 211, ../sass/jquery-ui.scss */ .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } /* line 212, ../sass/jquery-ui.scss */ .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } /* line 213, ../sass/jquery-ui.scss */ .ui-slider-horizontal .ui-slider-range-min { left: 0; } /* line 214, ../sass/jquery-ui.scss */ .ui-slider-horizontal .ui-slider-range-max { right: 0; } /* line 216, ../sass/jquery-ui.scss */ .ui-slider-vertical { width: .8em; height: 100px; } /* line 217, ../sass/jquery-ui.scss */ .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } /* line 218, ../sass/jquery-ui.scss */ .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } /* line 219, ../sass/jquery-ui.scss */ .ui-slider-vertical .ui-slider-range-min { bottom: 0; } /* line 220, ../sass/jquery-ui.scss */ .ui-slider-vertical .ui-slider-range-max { top: 0; } /* line 221, ../sass/jquery-ui.scss */ .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ /* line 222, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } /* line 223, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } /* line 224, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } /* line 225, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } /* line 226, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } /* line 227, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ /* line 228, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } /* line 229, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-hide { display: none !important; } /* Component containers ----------------------------------*/ /* line 233, ../sass/jquery-ui.scss */ .ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; } /* line 234, ../sass/jquery-ui.scss */ .ui-widget .ui-widget { font-size: 1em; } /* line 235, ../sass/jquery-ui.scss */ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; } /* line 236, ../sass/jquery-ui.scss */ .ui-widget-content { border: 1px solid #aaaaaa; background: white url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } /* line 237, ../sass/jquery-ui.scss */ .ui-widget-content a { color: #222222; } /* line 238, ../sass/jquery-ui.scss */ .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } /* line 239, ../sass/jquery-ui.scss */ .ui-widget-header a { color: #222222; } /* Interaction states ----------------------------------*/ /* line 243, ../sass/jquery-ui.scss */ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid lightgrey; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } /* line 244, ../sass/jquery-ui.scss */ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } /* line 245, ../sass/jquery-ui.scss */ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } /* line 246, ../sass/jquery-ui.scss */ .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } /* line 247, ../sass/jquery-ui.scss */ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: white url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } /* line 248, ../sass/jquery-ui.scss */ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } /* line 249, ../sass/jquery-ui.scss */ .ui-widget :active { outline: none; } /* Interaction Cues ----------------------------------*/ /* line 253, ../sass/jquery-ui.scss */ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } /* line 254, ../sass/jquery-ui.scss */ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636; } /* line 255, ../sass/jquery-ui.scss */ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } /* line 256, ../sass/jquery-ui.scss */ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } /* line 257, ../sass/jquery-ui.scss */ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } /* line 258, ../sass/jquery-ui.scss */ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } /* line 259, ../sass/jquery-ui.scss */ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter: Alpha(Opacity=70); font-weight: normal; } /* line 260, ../sass/jquery-ui.scss */ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter: Alpha(Opacity=35); background-image: none; } /* Icons ----------------------------------*/ /* states and images */ /* line 266, ../sass/jquery-ui.scss */ .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } /* line 267, ../sass/jquery-ui.scss */ .ui-widget-content .ui-icon { background-image: url(images/ui-icons_222222_256x240.png); } /* line 268, ../sass/jquery-ui.scss */ .ui-widget-header .ui-icon { background-image: url(images/ui-icons_222222_256x240.png); } /* line 269, ../sass/jquery-ui.scss */ .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } /* line 270, ../sass/jquery-ui.scss */ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(images/ui-icons_454545_256x240.png); } /* line 271, ../sass/jquery-ui.scss */ .ui-state-active .ui-icon { background-image: url(images/ui-icons_454545_256x240.png); } /* line 272, ../sass/jquery-ui.scss */ .ui-state-highlight .ui-icon { background-image: url(images/ui-icons_2e83ff_256x240.png); } /* line 273, ../sass/jquery-ui.scss */ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(images/ui-icons_cd0a0a_256x240.png); } /* positioning */ /* line 276, ../sass/jquery-ui.scss */ .ui-icon-carat-1-n { background-position: 0 0; } /* line 277, ../sass/jquery-ui.scss */ .ui-icon-carat-1-ne { background-position: -16px 0; } /* line 278, ../sass/jquery-ui.scss */ .ui-icon-carat-1-e { background-position: -32px 0; } /* line 279, ../sass/jquery-ui.scss */ .ui-icon-carat-1-se { background-position: -48px 0; } /* line 280, ../sass/jquery-ui.scss */ .ui-icon-carat-1-s { background-position: -64px 0; } /* line 281, ../sass/jquery-ui.scss */ .ui-icon-carat-1-sw { background-position: -80px 0; } /* line 282, ../sass/jquery-ui.scss */ .ui-icon-carat-1-w { background-position: -96px 0; } /* line 283, ../sass/jquery-ui.scss */ .ui-icon-carat-1-nw { background-position: -112px 0; } /* line 284, ../sass/jquery-ui.scss */ .ui-icon-carat-2-n-s { background-position: -128px 0; } /* line 285, ../sass/jquery-ui.scss */ .ui-icon-carat-2-e-w { background-position: -144px 0; } /* line 286, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-n { background-position: 0 -16px; } /* line 287, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-ne { background-position: -16px -16px; } /* line 288, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-e { background-position: -32px -16px; } /* line 289, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-se { background-position: -48px -16px; } /* line 290, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-s { background-position: -64px -16px; } /* line 291, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-sw { background-position: -80px -16px; } /* line 292, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-w { background-position: -96px -16px; } /* line 293, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-nw { background-position: -112px -16px; } /* line 294, ../sass/jquery-ui.scss */ .ui-icon-triangle-2-n-s { background-position: -128px -16px; } /* line 295, ../sass/jquery-ui.scss */ .ui-icon-triangle-2-e-w { background-position: -144px -16px; } /* line 296, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-n { background-position: 0 -32px; } /* line 297, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-ne { background-position: -16px -32px; } /* line 298, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-e { background-position: -32px -32px; } /* line 299, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-se { background-position: -48px -32px; } /* line 300, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-s { background-position: -64px -32px; } /* line 301, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-sw { background-position: -80px -32px; } /* line 302, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-w { background-position: -96px -32px; } /* line 303, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-nw { background-position: -112px -32px; } /* line 304, ../sass/jquery-ui.scss */ .ui-icon-arrow-2-n-s { background-position: -128px -32px; } /* line 305, ../sass/jquery-ui.scss */ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } /* line 306, ../sass/jquery-ui.scss */ .ui-icon-arrow-2-e-w { background-position: -160px -32px; } /* line 307, ../sass/jquery-ui.scss */ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } /* line 308, ../sass/jquery-ui.scss */ .ui-icon-arrowstop-1-n { background-position: -192px -32px; } /* line 309, ../sass/jquery-ui.scss */ .ui-icon-arrowstop-1-e { background-position: -208px -32px; } /* line 310, ../sass/jquery-ui.scss */ .ui-icon-arrowstop-1-s { background-position: -224px -32px; } /* line 311, ../sass/jquery-ui.scss */ .ui-icon-arrowstop-1-w { background-position: -240px -32px; } /* line 312, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-n { background-position: 0 -48px; } /* line 313, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } /* line 314, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-e { background-position: -32px -48px; } /* line 315, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-se { background-position: -48px -48px; } /* line 316, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-s { background-position: -64px -48px; } /* line 317, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } /* line 318, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-w { background-position: -96px -48px; } /* line 319, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } /* line 320, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } /* line 321, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } /* line 322, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } /* line 323, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } /* line 324, ../sass/jquery-ui.scss */ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } /* line 325, ../sass/jquery-ui.scss */ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } /* line 326, ../sass/jquery-ui.scss */ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } /* line 327, ../sass/jquery-ui.scss */ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } /* line 328, ../sass/jquery-ui.scss */ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } /* line 329, ../sass/jquery-ui.scss */ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } /* line 330, ../sass/jquery-ui.scss */ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } /* line 331, ../sass/jquery-ui.scss */ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } /* line 332, ../sass/jquery-ui.scss */ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } /* line 333, ../sass/jquery-ui.scss */ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } /* line 334, ../sass/jquery-ui.scss */ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } /* line 335, ../sass/jquery-ui.scss */ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } /* line 336, ../sass/jquery-ui.scss */ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } /* line 337, ../sass/jquery-ui.scss */ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } /* line 338, ../sass/jquery-ui.scss */ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } /* line 339, ../sass/jquery-ui.scss */ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } /* line 340, ../sass/jquery-ui.scss */ .ui-icon-arrow-4 { background-position: 0 -80px; } /* line 341, ../sass/jquery-ui.scss */ .ui-icon-arrow-4-diag { background-position: -16px -80px; } /* line 342, ../sass/jquery-ui.scss */ .ui-icon-extlink { background-position: -32px -80px; } /* line 343, ../sass/jquery-ui.scss */ .ui-icon-newwin { background-position: -48px -80px; } /* line 344, ../sass/jquery-ui.scss */ .ui-icon-refresh { background-position: -64px -80px; } /* line 345, ../sass/jquery-ui.scss */ .ui-icon-shuffle { background-position: -80px -80px; } /* line 346, ../sass/jquery-ui.scss */ .ui-icon-transfer-e-w { background-position: -96px -80px; } /* line 347, ../sass/jquery-ui.scss */ .ui-icon-transferthick-e-w { background-position: -112px -80px; } /* line 348, ../sass/jquery-ui.scss */ .ui-icon-folder-collapsed { background-position: 0 -96px; } /* line 349, ../sass/jquery-ui.scss */ .ui-icon-folder-open { background-position: -16px -96px; } /* line 350, ../sass/jquery-ui.scss */ .ui-icon-document { background-position: -32px -96px; } /* line 351, ../sass/jquery-ui.scss */ .ui-icon-document-b { background-position: -48px -96px; } /* line 352, ../sass/jquery-ui.scss */ .ui-icon-note { background-position: -64px -96px; } /* line 353, ../sass/jquery-ui.scss */ .ui-icon-mail-closed { background-position: -80px -96px; } /* line 354, ../sass/jquery-ui.scss */ .ui-icon-mail-open { background-position: -96px -96px; } /* line 355, ../sass/jquery-ui.scss */ .ui-icon-suitcase { background-position: -112px -96px; } /* line 356, ../sass/jquery-ui.scss */ .ui-icon-comment { background-position: -128px -96px; } /* line 357, ../sass/jquery-ui.scss */ .ui-icon-person { background-position: -144px -96px; } /* line 358, ../sass/jquery-ui.scss */ .ui-icon-print { background-position: -160px -96px; } /* line 359, ../sass/jquery-ui.scss */ .ui-icon-trash { background-position: -176px -96px; } /* line 360, ../sass/jquery-ui.scss */ .ui-icon-locked { background-position: -192px -96px; } /* line 361, ../sass/jquery-ui.scss */ .ui-icon-unlocked { background-position: -208px -96px; } /* line 362, ../sass/jquery-ui.scss */ .ui-icon-bookmark { background-position: -224px -96px; } /* line 363, ../sass/jquery-ui.scss */ .ui-icon-tag { background-position: -240px -96px; } /* line 364, ../sass/jquery-ui.scss */ .ui-icon-home { background-position: 0 -112px; } /* line 365, ../sass/jquery-ui.scss */ .ui-icon-flag { background-position: -16px -112px; } /* line 366, ../sass/jquery-ui.scss */ .ui-icon-calendar { background-position: -32px -112px; } /* line 367, ../sass/jquery-ui.scss */ .ui-icon-cart { background-position: -48px -112px; } /* line 368, ../sass/jquery-ui.scss */ .ui-icon-pencil { background-position: -64px -112px; } /* line 369, ../sass/jquery-ui.scss */ .ui-icon-clock { background-position: -80px -112px; } /* line 370, ../sass/jquery-ui.scss */ .ui-icon-disk { background-position: -96px -112px; } /* line 371, ../sass/jquery-ui.scss */ .ui-icon-calculator { background-position: -112px -112px; } /* line 372, ../sass/jquery-ui.scss */ .ui-icon-zoomin { background-position: -128px -112px; } /* line 373, ../sass/jquery-ui.scss */ .ui-icon-zoomout { background-position: -144px -112px; } /* line 374, ../sass/jquery-ui.scss */ .ui-icon-search { background-position: -160px -112px; } /* line 375, ../sass/jquery-ui.scss */ .ui-icon-wrench { background-position: -176px -112px; } /* line 376, ../sass/jquery-ui.scss */ .ui-icon-gear { background-position: -192px -112px; } /* line 377, ../sass/jquery-ui.scss */ .ui-icon-heart { background-position: -208px -112px; } /* line 378, ../sass/jquery-ui.scss */ .ui-icon-star { background-position: -224px -112px; } /* line 379, ../sass/jquery-ui.scss */ .ui-icon-link { background-position: -240px -112px; } /* line 380, ../sass/jquery-ui.scss */ .ui-icon-cancel { background-position: 0 -128px; } /* line 381, ../sass/jquery-ui.scss */ .ui-icon-plus { background-position: -16px -128px; } /* line 382, ../sass/jquery-ui.scss */ .ui-icon-plusthick { background-position: -32px -128px; } /* line 383, ../sass/jquery-ui.scss */ .ui-icon-minus { background-position: -48px -128px; } /* line 384, ../sass/jquery-ui.scss */ .ui-icon-minusthick { background-position: -64px -128px; } /* line 385, ../sass/jquery-ui.scss */ .ui-icon-close { background-position: -80px -128px; } /* line 386, ../sass/jquery-ui.scss */ .ui-icon-closethick { background-position: -96px -128px; } /* line 387, ../sass/jquery-ui.scss */ .ui-icon-key { background-position: -112px -128px; } /* line 388, ../sass/jquery-ui.scss */ .ui-icon-lightbulb { background-position: -128px -128px; } /* line 389, ../sass/jquery-ui.scss */ .ui-icon-scissors { background-position: -144px -128px; } /* line 390, ../sass/jquery-ui.scss */ .ui-icon-clipboard { background-position: -160px -128px; } /* line 391, ../sass/jquery-ui.scss */ .ui-icon-copy { background-position: -176px -128px; } /* line 392, ../sass/jquery-ui.scss */ .ui-icon-contact { background-position: -192px -128px; } /* line 393, ../sass/jquery-ui.scss */ .ui-icon-image { background-position: -208px -128px; } /* line 394, ../sass/jquery-ui.scss */ .ui-icon-video { background-position: -224px -128px; } /* line 395, ../sass/jquery-ui.scss */ .ui-icon-script { background-position: -240px -128px; } /* line 396, ../sass/jquery-ui.scss */ .ui-icon-alert { background-position: 0 -144px; } /* line 397, ../sass/jquery-ui.scss */ .ui-icon-info { background-position: -16px -144px; } /* line 398, ../sass/jquery-ui.scss */ .ui-icon-notice { background-position: -32px -144px; } /* line 399, ../sass/jquery-ui.scss */ .ui-icon-help { background-position: -48px -144px; } /* line 400, ../sass/jquery-ui.scss */ .ui-icon-check { background-position: -64px -144px; } /* line 401, ../sass/jquery-ui.scss */ .ui-icon-bullet { background-position: -80px -144px; } /* line 402, ../sass/jquery-ui.scss */ .ui-icon-radio-off { background-position: -96px -144px; } /* line 403, ../sass/jquery-ui.scss */ .ui-icon-radio-on { background-position: -112px -144px; } /* line 404, ../sass/jquery-ui.scss */ .ui-icon-pin-w { background-position: -128px -144px; } /* line 405, ../sass/jquery-ui.scss */ .ui-icon-pin-s { background-position: -144px -144px; } /* line 406, ../sass/jquery-ui.scss */ .ui-icon-play { background-position: 0 -160px; } /* line 407, ../sass/jquery-ui.scss */ .ui-icon-pause { background-position: -16px -160px; } /* line 408, ../sass/jquery-ui.scss */ .ui-icon-seek-next { background-position: -32px -160px; } /* line 409, ../sass/jquery-ui.scss */ .ui-icon-seek-prev { background-position: -48px -160px; } /* line 410, ../sass/jquery-ui.scss */ .ui-icon-seek-end { background-position: -64px -160px; } /* line 411, ../sass/jquery-ui.scss */ .ui-icon-seek-start { background-position: -80px -160px; } /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ /* line 413, ../sass/jquery-ui.scss */ .ui-icon-seek-first { background-position: -80px -160px; } /* line 414, ../sass/jquery-ui.scss */ .ui-icon-stop { background-position: -96px -160px; } /* line 415, ../sass/jquery-ui.scss */ .ui-icon-eject { background-position: -112px -160px; } /* line 416, ../sass/jquery-ui.scss */ .ui-icon-volume-off { background-position: -128px -160px; } /* line 417, ../sass/jquery-ui.scss */ .ui-icon-volume-on { background-position: -144px -160px; } /* line 418, ../sass/jquery-ui.scss */ .ui-icon-power { background-position: 0 -176px; } /* line 419, ../sass/jquery-ui.scss */ .ui-icon-signal-diag { background-position: -16px -176px; } /* line 420, ../sass/jquery-ui.scss */ .ui-icon-signal { background-position: -32px -176px; } /* line 421, ../sass/jquery-ui.scss */ .ui-icon-battery-0 { background-position: -48px -176px; } /* line 422, ../sass/jquery-ui.scss */ .ui-icon-battery-1 { background-position: -64px -176px; } /* line 423, ../sass/jquery-ui.scss */ .ui-icon-battery-2 { background-position: -80px -176px; } /* line 424, ../sass/jquery-ui.scss */ .ui-icon-battery-3 { background-position: -96px -176px; } /* line 425, ../sass/jquery-ui.scss */ .ui-icon-circle-plus { background-position: 0 -192px; } /* line 426, ../sass/jquery-ui.scss */ .ui-icon-circle-minus { background-position: -16px -192px; } /* line 427, ../sass/jquery-ui.scss */ .ui-icon-circle-close { background-position: -32px -192px; } /* line 428, ../sass/jquery-ui.scss */ .ui-icon-circle-triangle-e { background-position: -48px -192px; } /* line 429, ../sass/jquery-ui.scss */ .ui-icon-circle-triangle-s { background-position: -64px -192px; } /* line 430, ../sass/jquery-ui.scss */ .ui-icon-circle-triangle-w { background-position: -80px -192px; } /* line 431, ../sass/jquery-ui.scss */ .ui-icon-circle-triangle-n { background-position: -96px -192px; } /* line 432, ../sass/jquery-ui.scss */ .ui-icon-circle-arrow-e { background-position: -112px -192px; } /* line 433, ../sass/jquery-ui.scss */ .ui-icon-circle-arrow-s { background-position: -128px -192px; } /* line 434, ../sass/jquery-ui.scss */ .ui-icon-circle-arrow-w { background-position: -144px -192px; } /* line 435, ../sass/jquery-ui.scss */ .ui-icon-circle-arrow-n { background-position: -160px -192px; } /* line 436, ../sass/jquery-ui.scss */ .ui-icon-circle-zoomin { background-position: -176px -192px; } /* line 437, ../sass/jquery-ui.scss */ .ui-icon-circle-zoomout { background-position: -192px -192px; } /* line 438, ../sass/jquery-ui.scss */ .ui-icon-circle-check { background-position: -208px -192px; } /* line 439, ../sass/jquery-ui.scss */ .ui-icon-circlesmall-plus { background-position: 0 -208px; } /* line 440, ../sass/jquery-ui.scss */ .ui-icon-circlesmall-minus { background-position: -16px -208px; } /* line 441, ../sass/jquery-ui.scss */ .ui-icon-circlesmall-close { background-position: -32px -208px; } /* line 442, ../sass/jquery-ui.scss */ .ui-icon-squaresmall-plus { background-position: -48px -208px; } /* line 443, ../sass/jquery-ui.scss */ .ui-icon-squaresmall-minus { background-position: -64px -208px; } /* line 444, ../sass/jquery-ui.scss */ .ui-icon-squaresmall-close { background-position: -80px -208px; } /* line 445, ../sass/jquery-ui.scss */ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } /* line 446, ../sass/jquery-ui.scss */ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } /* line 447, ../sass/jquery-ui.scss */ .ui-icon-grip-solid-vertical { background-position: -32px -224px; } /* line 448, ../sass/jquery-ui.scss */ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } /* line 449, ../sass/jquery-ui.scss */ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } /* line 450, ../sass/jquery-ui.scss */ .ui-icon-grip-diagonal-se { background-position: -80px -224px; } /* Misc visuals ----------------------------------*/ /* Corner radius */ /* line 457, ../sass/jquery-ui.scss */ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; } /* line 458, ../sass/jquery-ui.scss */ .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; } /* line 459, ../sass/jquery-ui.scss */ .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } /* line 460, ../sass/jquery-ui.scss */ .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } /* Overlays */ /* line 463, ../sass/jquery-ui.scss */ .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); } /* line 464, ../sass/jquery-ui.scss */ .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } /* graph */ /* line 3, ../sass/graph.scss */ .rickshaw_graph { position: relative; } /* line 6, ../sass/graph.scss */ .rickshaw_graph svg { display: block; overflow: hidden; } /* ticks */ /* line 13, ../sass/graph.scss */ .rickshaw_graph .x_tick { position: absolute; top: 0; bottom: 0; width: 0px; border-left: 1px dotted rgba(0, 0, 0, 0.2); pointer-events: none; } /* line 21, ../sass/graph.scss */ .rickshaw_graph .x_tick .title { position: absolute; font-size: 12px; font-family: Arial, sans-serif; opacity: 0.5; white-space: nowrap; margin-left: 3px; bottom: 1px; } /* annotations */ /* line 33, ../sass/graph.scss */ .rickshaw_annotation_timeline { height: 1px; border-top: 1px solid #e0e0e0; margin-top: 10px; position: relative; } /* line 39, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation { position: absolute; height: 6px; width: 6px; margin-left: -2px; top: -3px; border-radius: 5px; background-color: rgba(0, 0, 0, 0.25); } /* line 48, ../sass/graph.scss */ .rickshaw_graph .annotation_line { position: absolute; top: 0; bottom: -6px; width: 0px; border-left: 2px solid rgba(0, 0, 0, 0.3); display: none; } /* line 56, ../sass/graph.scss */ .rickshaw_graph .annotation_line.active { display: block; } /* line 60, ../sass/graph.scss */ .rickshaw_graph .annotation_range { background: rgba(0, 0, 0, 0.1); display: none; position: absolute; top: 0; bottom: -6px; } /* line 67, ../sass/graph.scss */ .rickshaw_graph .annotation_range.active { display: block; } /* line 70, ../sass/graph.scss */ .rickshaw_graph .annotation_range.active.offscreen { display: none; } /* line 74, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation .content { background: white; color: black; opacity: 0.9; padding: 5px 5px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.8); border-radius: 3px; position: relative; z-index: 20; font-size: 12px; padding: 6px 8px 8px; top: 18px; left: -11px; width: 160px; display: none; cursor: pointer; } /* line 91, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation .content:before { content: "\25b2"; position: absolute; top: -11px; color: white; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8); } /* line 99, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation.active, .rickshaw_annotation_timeline .annotation:hover { background-color: rgba(0, 0, 0, 0.8); cursor: none; } /* line 103, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation .content:hover { z-index: 50; } /* line 106, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation.active .content { display: block; } /* line 109, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation:hover .content { display: block; z-index: 50; } /* line 114, ../sass/graph.scss */ .rickshaw_graph .y_axis, .rickshaw_graph .x_axis_d3 { fill: none; } /* line 118, ../sass/graph.scss */ .rickshaw_graph .y_ticks .tick line, .rickshaw_graph .x_ticks_d3 .tick { stroke: rgba(0, 0, 0, 0.16); stroke-width: 2px; shape-rendering: crisp-edges; pointer-events: none; } /* line 125, ../sass/graph.scss */ .rickshaw_graph .y_grid .tick, .rickshaw_graph .x_grid_d3 .tick { z-index: -1; stroke: rgba(0, 0, 0, 0.2); stroke-width: 1px; stroke-dasharray: 1 1; } /* line 131, ../sass/graph.scss */ .rickshaw_graph .y_grid .tick[data-y-value="0"] { stroke-dasharray: 1 0; } /* line 135, ../sass/graph.scss */ .rickshaw_graph .y_grid path, .rickshaw_graph .x_grid_d3 path { fill: none; stroke: none; } /* line 140, ../sass/graph.scss */ .rickshaw_graph .y_ticks path, .rickshaw_graph .x_ticks_d3 path { fill: none; stroke: #808080; } /* line 145, ../sass/graph.scss */ .rickshaw_graph .y_ticks text, .rickshaw_graph .x_ticks_d3 text { opacity: 0.5; font-size: 12px; pointer-events: none; } /* line 151, ../sass/graph.scss */ .rickshaw_graph .x_tick.glow .title, .rickshaw_graph .y_ticks.glow text { fill: black; color: black; text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.1), 1px -1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1), 0px -1px 0 rgba(255, 255, 255, 0.1), 1px 0px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1), -1px -1px 0 rgba(255, 255, 255, 0.1); } /* line 165, ../sass/graph.scss */ .rickshaw_graph .x_tick.inverse .title, .rickshaw_graph .y_ticks.inverse text { fill: white; color: white; text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.8), 1px -1px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), 0px -1px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8); } /* line 1, ../sass/detail.scss */ .rickshaw_graph .detail { pointer-events: none; position: absolute; top: 0; z-index: 2; background: rgba(0, 0, 0, 0.1); bottom: 0; width: 1px; transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; -webkit-transition: opacity 0.25s linear; } /* line 14, ../sass/detail.scss */ .rickshaw_graph .detail.inactive { opacity: 0; } /* line 17, ../sass/detail.scss */ .rickshaw_graph .detail .item.active { opacity: 1; } /* line 20, ../sass/detail.scss */ .rickshaw_graph .detail .x_label { font-family: Arial, sans-serif; border-radius: 3px; padding: 6px; opacity: 0.5; border: 1px solid #e0e0e0; font-size: 12px; position: absolute; background: white; white-space: nowrap; } /* line 31, ../sass/detail.scss */ .rickshaw_graph .detail .x_label.left { left: 0; } /* line 34, ../sass/detail.scss */ .rickshaw_graph .detail .x_label.right { right: 0; } /* line 37, ../sass/detail.scss */ .rickshaw_graph .detail .item { position: absolute; z-index: 2; border-radius: 3px; padding: 0.25em; font-size: 12px; font-family: Arial, sans-serif; opacity: 0; background: rgba(0, 0, 0, 0.4); color: white; border: 1px solid rgba(0, 0, 0, 0.4); margin-left: 1em; margin-right: 1em; margin-top: -1em; white-space: nowrap; } /* line 53, ../sass/detail.scss */ .rickshaw_graph .detail .item.left { left: 0; } /* line 56, ../sass/detail.scss */ .rickshaw_graph .detail .item.right { right: 0; } /* line 59, ../sass/detail.scss */ .rickshaw_graph .detail .item.active { opacity: 1; background: rgba(0, 0, 0, 0.8); } /* line 63, ../sass/detail.scss */ .rickshaw_graph .detail .item:after { position: absolute; display: block; width: 0; height: 0; content: ""; border: 5px solid transparent; } /* line 73, ../sass/detail.scss */ .rickshaw_graph .detail .item.left:after { top: 1em; left: -5px; margin-top: -5px; border-right-color: rgba(0, 0, 0, 0.8); border-left-width: 0; } /* line 80, ../sass/detail.scss */ .rickshaw_graph .detail .item.right:after { top: 1em; right: -5px; margin-top: -5px; border-left-color: rgba(0, 0, 0, 0.8); border-right-width: 0; } /* line 87, ../sass/detail.scss */ .rickshaw_graph .detail .dot { width: 4px; height: 4px; margin-left: -3px; margin-top: -3.5px; border-radius: 5px; position: absolute; box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); box-sizing: content-box; -moz-box-sizing: content-box; background: white; border-width: 2px; border-style: solid; display: none; background-clip: padding-box; } /* line 103, ../sass/detail.scss */ .rickshaw_graph .detail .dot.active { display: block; } /* line 1, ../sass/legend.scss */ .rickshaw_legend { font-family: Arial; font-size: 12px; color: white; background: #404040; display: inline-block; padding: 12px 5px; border-radius: 2px; position: relative; } /* line 11, ../sass/legend.scss */ .rickshaw_legend:hover { z-index: 10; } /* line 14, ../sass/legend.scss */ .rickshaw_legend .swatch { width: 10px; height: 10px; border: 1px solid rgba(0, 0, 0, 0.2); } /* line 19, ../sass/legend.scss */ .rickshaw_legend .line { clear: both; line-height: 140%; padding-right: 15px; } /* line 24, ../sass/legend.scss */ .rickshaw_legend .line .swatch { display: inline-block; margin-right: 3px; border-radius: 2px; } /* line 29, ../sass/legend.scss */ .rickshaw_legend .label { margin: 0; white-space: nowrap; display: inline; font-size: inherit; background-color: transparent; color: inherit; font-weight: normal; line-height: normal; padding: 0px; text-shadow: none; } /* line 41, ../sass/legend.scss */ .rickshaw_legend .action:hover { opacity: 0.6; } /* line 44, ../sass/legend.scss */ .rickshaw_legend .action { margin-right: 0.2em; font-size: 10px; opacity: 0.2; cursor: pointer; font-size: 14px; } /* line 51, ../sass/legend.scss */ .rickshaw_legend .line.disabled { opacity: 0.4; } /* line 54, ../sass/legend.scss */ .rickshaw_legend ul { list-style-type: none; margin: 0; padding: 0; margin: 2px; cursor: pointer; } /* line 61, ../sass/legend.scss */ .rickshaw_legend li { padding: 0 0 0 2px; min-width: 80px; white-space: nowrap; } /* line 66, ../sass/legend.scss */ .rickshaw_legend li:hover { background: rgba(255, 255, 255, 0.08); border-radius: 3px; } /* line 70, ../sass/legend.scss */ .rickshaw_legend li:active { background: rgba(255, 255, 255, 0.2); border-radius: 3px; } /* line 329, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-version { font-family: "/5.2.3/"; } /* line 333, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-mq-small { font-family: "/only screen/"; width: 0em; } /* line 338, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; } /* line 343, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-mq-large { font-family: "/only screen and (min-width:64.063em)/"; width: 64.063em; } /* line 348, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:90.063em)/"; width: 90.063em; } /* line 353, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120.063em)/"; width: 120.063em; } /* line 358, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-data-attribute-namespace { font-family: false; } /* line 365, ../sass/foundation/foundation/components/_global.scss */ html, body { height: 100%; } /* line 370, ../sass/foundation/foundation/components/_global.scss */ *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 375, ../sass/foundation/foundation/components/_global.scss */ html, body { font-size: 100%; } /* line 378, ../sass/foundation/foundation/components/_global.scss */ body { background: white; color: #222222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: default; } /* line 391, ../sass/foundation/foundation/components/_global.scss */ a:hover { cursor: pointer; } /* line 394, ../sass/foundation/foundation/components/_global.scss */ img { max-width: 100%; height: auto; } /* line 396, ../sass/foundation/foundation/components/_global.scss */ img { -ms-interpolation-mode: bicubic; } /* line 402, ../sass/foundation/foundation/components/_global.scss */ #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } /* line 407, ../sass/foundation/foundation/components/_global.scss */ .left { float: left !important; } /* line 408, ../sass/foundation/foundation/components/_global.scss */ .right { float: right !important; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .clearfix:before, .clearfix:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .clearfix:after { clear: both; } /* line 410, ../sass/foundation/foundation/components/_global.scss */ .hide { display: none; } /* line 416, ../sass/foundation/foundation/components/_global.scss */ .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* line 419, ../sass/foundation/foundation/components/_global.scss */ img { display: inline-block; vertical-align: middle; } /* line 429, ../sass/foundation/foundation/components/_global.scss */ textarea { height: auto; min-height: 50px; } /* line 432, ../sass/foundation/foundation/components/_global.scss */ select { width: 100%; } /* line 216, ../sass/foundation/foundation/components/_grid.scss */ .row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 95%; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .row:before, .row:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .row:after { clear: both; } /* line 221, ../sass/foundation/foundation/components/_grid.scss */ .row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; } /* line 223, ../sass/foundation/foundation/components/_grid.scss */ .row.collapse .row { margin-left: 0; margin-right: 0; } /* line 226, ../sass/foundation/foundation/components/_grid.scss */ .row .row { width: auto; margin-left: -0.9375rem; margin-right: -0.9375rem; margin-top: 0; margin-bottom: 0; max-width: none; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .row .row:before, .row .row:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .row .row:after { clear: both; } /* line 227, ../sass/foundation/foundation/components/_grid.scss */ .row .row.collapse { width: auto; margin: 0; max-width: none; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .row .row.collapse:after { clear: both; } /* line 232, ../sass/foundation/foundation/components/_grid.scss */ .column, .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } /* line 234, ../sass/foundation/foundation/components/_grid.scss */ [class*="column"] + [class*="column"]:last-child { float: right; } /* line 235, ../sass/foundation/foundation/components/_grid.scss */ [class*="column"] + [class*="column"].end { float: left; } @media only screen { /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-0 { position: relative; left: 0%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-0 { position: relative; right: 0%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-3 { position: relative; left: 25%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-3 { position: relative; right: 25%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-6 { position: relative; left: 50%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-6 { position: relative; right: 50%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-9 { position: relative; left: 75%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-9 { position: relative; right: 75%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 166, ../sass/foundation/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-1 { width: 8.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-2 { width: 16.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-3 { width: 25%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-4 { width: 33.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-5 { width: 41.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-6 { width: 50%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-7 { width: 58.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-8 { width: 66.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-9 { width: 75%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-10 { width: 83.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-11 { width: 91.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-12 { width: 100%; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-0 { margin-left: 0% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-1 { margin-left: 8.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-2 { margin-left: 16.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-3 { margin-left: 25% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-4 { margin-left: 33.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-5 { margin-left: 41.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-6 { margin-left: 50% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-7 { margin-left: 58.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-8 { margin-left: 66.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-9 { margin-left: 75% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-10 { margin-left: 83.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-11 { margin-left: 91.66667% !important; } /* line 178, ../sass/foundation/foundation/components/_grid.scss */ .small-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } /* line 187, ../sass/foundation/foundation/components/_grid.scss */ .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; } /* line 190, ../sass/foundation/foundation/components/_grid.scss */ .column.small-uncentered, .columns.small-uncentered { margin-left: 0; margin-right: 0; float: left; } /* line 198, ../sass/foundation/foundation/components/_grid.scss */ .column.small-centered:last-child, .columns.small-centered:last-child { float: none; } /* line 204, ../sass/foundation/foundation/components/_grid.scss */ .column.small-uncentered:last-child, .columns.small-uncentered:last-child { float: left; } /* line 209, ../sass/foundation/foundation/components/_grid.scss */ .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right; } } @media only screen and (min-width: 40.063em) { /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-0 { position: relative; left: 0%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-0 { position: relative; right: 0%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-3 { position: relative; left: 25%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-3 { position: relative; right: 25%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-6 { position: relative; left: 50%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-6 { position: relative; right: 50%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-9 { position: relative; left: 75%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-9 { position: relative; right: 75%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 166, ../sass/foundation/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-1 { width: 8.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-2 { width: 16.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-3 { width: 25%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-4 { width: 33.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-5 { width: 41.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-6 { width: 50%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-7 { width: 58.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-8 { width: 66.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-9 { width: 75%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-10 { width: 83.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-11 { width: 91.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-12 { width: 100%; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-0 { margin-left: 0% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-1 { margin-left: 8.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-2 { margin-left: 16.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-3 { margin-left: 25% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-4 { margin-left: 33.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-5 { margin-left: 41.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-6 { margin-left: 50% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-7 { margin-left: 58.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-8 { margin-left: 66.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-9 { margin-left: 75% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-10 { margin-left: 83.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-11 { margin-left: 91.66667% !important; } /* line 178, ../sass/foundation/foundation/components/_grid.scss */ .medium-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } /* line 187, ../sass/foundation/foundation/components/_grid.scss */ .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; } /* line 190, ../sass/foundation/foundation/components/_grid.scss */ .column.medium-uncentered, .columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left; } /* line 198, ../sass/foundation/foundation/components/_grid.scss */ .column.medium-centered:last-child, .columns.medium-centered:last-child { float: none; } /* line 204, ../sass/foundation/foundation/components/_grid.scss */ .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child { float: left; } /* line 209, ../sass/foundation/foundation/components/_grid.scss */ .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-0 { position: relative; left: 0%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-0 { position: relative; right: 0%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-1 { position: relative; left: 8.33333%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-2 { position: relative; left: 16.66667%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-3 { position: relative; left: 25%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-3 { position: relative; right: 25%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-4 { position: relative; left: 33.33333%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-5 { position: relative; left: 41.66667%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-6 { position: relative; left: 50%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-6 { position: relative; right: 50%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-7 { position: relative; left: 58.33333%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-8 { position: relative; left: 66.66667%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-9 { position: relative; left: 75%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-9 { position: relative; right: 75%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-10 { position: relative; left: 83.33333%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-11 { position: relative; left: 91.66667%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-11 { position: relative; right: 91.66667%; left: auto; } } @media only screen and (min-width: 64.063em) { /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-0 { position: relative; left: 0%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-0 { position: relative; right: 0%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-3 { position: relative; left: 25%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-3 { position: relative; right: 25%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-6 { position: relative; left: 50%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-6 { position: relative; right: 50%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-9 { position: relative; left: 75%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-9 { position: relative; right: 75%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 166, ../sass/foundation/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-1 { width: 8.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-2 { width: 16.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-3 { width: 25%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-4 { width: 33.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-5 { width: 41.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-6 { width: 50%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-7 { width: 58.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-8 { width: 66.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-9 { width: 75%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-10 { width: 83.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-11 { width: 91.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-12 { width: 100%; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-0 { margin-left: 0% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-1 { margin-left: 8.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-2 { margin-left: 16.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-3 { margin-left: 25% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-4 { margin-left: 33.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-5 { margin-left: 41.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-6 { margin-left: 50% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-7 { margin-left: 58.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-8 { margin-left: 66.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-9 { margin-left: 75% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-10 { margin-left: 83.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-11 { margin-left: 91.66667% !important; } /* line 178, ../sass/foundation/foundation/components/_grid.scss */ .large-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } /* line 187, ../sass/foundation/foundation/components/_grid.scss */ .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; } /* line 190, ../sass/foundation/foundation/components/_grid.scss */ .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left; } /* line 198, ../sass/foundation/foundation/components/_grid.scss */ .column.large-centered:last-child, .columns.large-centered:last-child { float: none; } /* line 204, ../sass/foundation/foundation/components/_grid.scss */ .column.large-uncentered:last-child, .columns.large-uncentered:last-child { float: left; } /* line 209, ../sass/foundation/foundation/components/_grid.scss */ .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-0 { position: relative; left: 0%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-0 { position: relative; right: 0%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-1 { position: relative; left: 8.33333%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-2 { position: relative; left: 16.66667%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-3 { position: relative; left: 25%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-3 { position: relative; right: 25%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-4 { position: relative; left: 33.33333%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-5 { position: relative; left: 41.66667%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-6 { position: relative; left: 50%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-6 { position: relative; right: 50%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-7 { position: relative; left: 58.33333%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-8 { position: relative; left: 66.66667%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-9 { position: relative; left: 75%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-9 { position: relative; right: 75%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-10 { position: relative; left: 83.33333%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-11 { position: relative; left: 91.66667%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-11 { position: relative; right: 91.66667%; left: auto; } } /* line 186, ../sass/foundation/foundation/components/_buttons.scss */ button, .button { border-style: solid; border-width: 0px; cursor: pointer; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 1rem; padding-right: 2rem; padding-bottom: 1.0625rem; padding-left: 2rem; font-size: 1rem; background-color: #008cba; border-color: #007095; color: white; transition: background-color 300ms ease-out; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button:hover, button:focus, .button:hover, .button:focus { background-color: #007095; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button:hover, button:focus, .button:hover, .button:focus { color: white; } /* line 193, ../sass/foundation/foundation/components/_buttons.scss */ button.secondary, .button.secondary { background-color: #e7e7e7; border-color: #b9b9b9; color: #333333; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #b9b9b9; } /* line 140, ../sass/foundation/foundation/components/_buttons.scss */ button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color: #333333; } /* line 194, ../sass/foundation/foundation/components/_buttons.scss */ button.success, .button.success { background-color: #43ac6a; border-color: #368a55; color: white; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { background-color: #368a55; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { color: white; } /* line 195, ../sass/foundation/foundation/components/_buttons.scss */ button.alert, .button.alert { background-color: #f04124; border-color: #cf2a0e; color: white; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { background-color: #cf2a0e; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { color: white; } /* line 197, ../sass/foundation/foundation/components/_buttons.scss */ button.large, .button.large { padding-top: 1.125rem; padding-right: 2.25rem; padding-bottom: 1.1875rem; padding-left: 2.25rem; font-size: 1.25rem; } /* line 198, ../sass/foundation/foundation/components/_buttons.scss */ button.small, .button.small { padding-top: 0.875rem; padding-right: 1.75rem; padding-bottom: 0.9375rem; padding-left: 1.75rem; font-size: 0.8125rem; } /* line 199, ../sass/foundation/foundation/components/_buttons.scss */ button.tiny, .button.tiny { padding-top: 0.625rem; padding-right: 1.25rem; padding-bottom: 0.6875rem; padding-left: 1.25rem; font-size: 0.6875rem; } /* line 200, ../sass/foundation/foundation/components/_buttons.scss */ button.expand, .button.expand { padding-right: 0; padding-left: 0; width: 100%; } /* line 202, ../sass/foundation/foundation/components/_buttons.scss */ button.left-align, .button.left-align { text-align: left; text-indent: 0.75rem; } /* line 203, ../sass/foundation/foundation/components/_buttons.scss */ button.right-align, .button.right-align { text-align: right; padding-right: 0.75rem; } /* line 205, ../sass/foundation/foundation/components/_buttons.scss */ button.radius, .button.radius { border-radius: 3px; } /* line 206, ../sass/foundation/foundation/components/_buttons.scss */ button.round, .button.round { border-radius: 1000px; } /* line 208, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: #008cba; border-color: #007095; color: white; cursor: default; opacity: 0.7; box-shadow: none; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #007095; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { color: white; } /* line 155, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #008cba; } /* line 209, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary { background-color: #e7e7e7; border-color: #b9b9b9; color: #333333; cursor: default; opacity: 0.7; box-shadow: none; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #b9b9b9; } /* line 140, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { color: #333333; } /* line 155, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #e7e7e7; } /* line 210, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success { background-color: #43ac6a; border-color: #368a55; color: white; cursor: default; opacity: 0.7; box-shadow: none; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #368a55; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { color: white; } /* line 155, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #43ac6a; } /* line 211, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert { background-color: #f04124; border-color: #cf2a0e; color: white; cursor: default; opacity: 0.7; box-shadow: none; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #cf2a0e; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { color: white; } /* line 155, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #f04124; } @media only screen and (min-width: 40.063em) { /* line 216, ../sass/foundation/foundation/components/_buttons.scss */ button, .button { display: inline-block; } } /* line 122, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button, button.dropdown { position: relative; padding-right: 3.5625rem; } /* line 62, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button:after, button.dropdown:after { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: solid; border-color: white transparent transparent transparent; top: 50%; } /* line 97, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button:after, button.dropdown:after { border-width: 0.375rem; right: 1.40625rem; margin-top: -0.15625rem; } /* line 116, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button:after, button.dropdown:after { border-color: white transparent transparent transparent; } /* line 123, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.tiny, button.dropdown.tiny { padding-right: 2.625rem; } /* line 77, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.tiny:before, button.dropdown.tiny:before { border-width: 0.375rem; right: 1.125rem; margin-top: -0.125rem; } /* line 116, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.tiny:after, button.dropdown.tiny:after { border-color: white transparent transparent transparent; } /* line 124, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.small, button.dropdown.small { padding-right: 3.0625rem; } /* line 87, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.small:after, button.dropdown.small:after { border-width: 0.4375rem; right: 1.3125rem; margin-top: -0.15625rem; } /* line 116, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.small:after, button.dropdown.small:after { border-color: white transparent transparent transparent; } /* line 125, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.large, button.dropdown.large { padding-right: 3.625rem; } /* line 107, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.large:after, button.dropdown.large:after { border-width: 0.3125rem; right: 1.71875rem; margin-top: -0.15625rem; } /* line 116, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.large:after, button.dropdown.large:after { border-color: white transparent transparent transparent; } /* line 126, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.secondary:after, button.dropdown.secondary:after { border-color: #333333 transparent transparent transparent; } /* line 173, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button { position: relative; padding-right: 5.0625rem; } /* line 76, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span { display: block; height: 100%; position: absolute; right: 0; top: 0; border-left: solid 1px; } /* line 85, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span:after { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: inset; top: 50%; left: 50%; } /* line 97, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span:active { background-color: rgba(0, 0, 0, 0.1); } /* line 103, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span { border-left-color: rgba(255, 255, 255, 0.5); } /* line 140, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span { width: 3.09375rem; } /* line 141, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span:after { border-top-style: solid; border-width: 0.375rem; top: 48%; margin-left: -0.375rem; } /* line 166, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span:after { border-color: white transparent transparent transparent; } /* line 103, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.secondary span { border-left-color: rgba(255, 255, 255, 0.5); } /* line 166, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.secondary span:after { border-color: white transparent transparent transparent; } /* line 103, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.alert span { border-left-color: rgba(255, 255, 255, 0.5); } /* line 103, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.success span { border-left-color: rgba(255, 255, 255, 0.5); } /* line 179, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.tiny { padding-right: 3.75rem; } /* line 112, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.tiny span { width: 2.25rem; } /* line 113, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.tiny span:after { border-top-style: solid; border-width: 0.375rem; top: 48%; margin-left: -0.375rem; } /* line 180, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.small { padding-right: 4.375rem; } /* line 126, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.small span { width: 2.625rem; } /* line 127, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.small span:after { border-top-style: solid; border-width: 0.4375rem; top: 48%; margin-left: -0.375rem; } /* line 181, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.large { padding-right: 5.5rem; } /* line 154, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.large span { width: 3.4375rem; } /* line 155, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.large span:after { border-top-style: solid; border-width: 0.3125rem; top: 48%; margin-left: -0.375rem; } /* line 182, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.expand { padding-left: 2rem; } /* line 166, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.secondary span:after { border-color: #333333 transparent transparent transparent; } /* line 186, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.radius span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } /* line 187, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.round span { border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; } /* line 123, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav { display: block; width: auto; overflow: hidden; margin: -0.25rem 0 1.125rem; padding-top: 0.25rem; margin-right: 0; margin-left: -0.75rem; } /* line 69, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt { text-transform: uppercase; } /* line 75, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt, .sub-nav dd, .sub-nav li { float: left; display: inline; margin-left: 1rem; margin-bottom: 0.625rem; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 0.875rem; color: #999999; } /* line 85, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt a, .sub-nav dd a, .sub-nav li a { text-decoration: none; color: #999999; padding: 0.1875rem 1rem; } /* line 89, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover { color: #737373; } /* line 94, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a { border-radius: 3px; font-weight: normal; background: #008cba; padding: 0.1875rem 1rem; cursor: default; color: white; } /* line 101, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover { background: #0078a0; } /* line 106, ../sass/foundation/foundation/components/_block-grid.scss */ [class*="block-grid-"] { display: block; padding: 0; margin: 0 -0.625rem; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ [class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ [class*="block-grid-"]:after { clear: both; } /* line 50, ../sass/foundation/foundation/components/_block-grid.scss */ [class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; } @media only screen { /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-1 > li { width: 100%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-2 > li { width: 50%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-3 > li { width: 33.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-4 > li { width: 25%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-5 > li { width: 20%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-6 > li { width: 16.66667%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-7 > li { width: 14.28571%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-8 > li { width: 12.5%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-9 > li { width: 11.11111%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-10 > li { width: 10%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-11 > li { width: 9.09091%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-12 > li { width: 8.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 40.063em) { /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-1 > li { width: 100%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-1 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-2 > li { width: 50%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-2 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-3 > li { width: 33.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-3 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-4 > li { width: 25%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-4 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-5 > li { width: 20%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-5 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-6 > li { width: 16.66667%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-6 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-7 > li { width: 14.28571%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-7 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-8 > li { width: 12.5%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-8 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-9 > li { width: 11.11111%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-9 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-10 > li { width: 10%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-10 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-11 > li { width: 9.09091%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-11 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-12 > li { width: 8.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-12 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 64.063em) { /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-1 > li { width: 100%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-1 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-2 > li { width: 50%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-2 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-3 > li { width: 33.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-3 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-4 > li { width: 25%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-4 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-5 > li { width: 20%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-5 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-6 > li { width: 16.66667%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-6 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-7 > li { width: 14.28571%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-7 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-8 > li { width: 12.5%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-8 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-9 > li { width: 11.11111%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-9 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-10 > li { width: 10%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-10 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-11 > li { width: 9.09091%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-11 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-12 > li { width: 8.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-12 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } /* line 99, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group { list-style: none; margin: 0; left: 0; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .button-group:before, .button-group:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .button-group:after { clear: both; } /* line 101, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group > li { margin: 0; float: left; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group > li > button, .button-group > li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group > li:first-child button, .button-group > li:first-child .button { border-left: 0; } /* line 56, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group > li:first-child { margin-left: 0; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.radius > * > button, .button-group.radius > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button { border-left: 0; } /* line 78, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button { border-radius: 0; } /* line 82, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 86, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.round > * > button, .button-group.round > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.round > *:first-child button, .button-group.round > *:first-child .button { border-left: 0; } /* line 78, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button { border-radius: 0; } /* line 82, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button { border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; } /* line 86, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button { border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-2 li { width: 50%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-2 li > button, .button-group.even-2 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-2 li button, .button-group.even-2 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-3 li { width: 33.33333%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-3 li > button, .button-group.even-3 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-3 li button, .button-group.even-3 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-4 li { width: 25%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-4 li > button, .button-group.even-4 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-4 li button, .button-group.even-4 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-5 li { width: 20%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-5 li > button, .button-group.even-5 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-5 li button, .button-group.even-5 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-6 li { width: 16.66667%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-6 li > button, .button-group.even-6 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-6 li button, .button-group.even-6 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-7 li { width: 14.28571%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-7 li > button, .button-group.even-7 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-7 li button, .button-group.even-7 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-8 li { width: 12.5%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-8 li > button, .button-group.even-8 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-8 li button, .button-group.even-8 li .button { width: 100%; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .button-bar:before, .button-bar:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .button-bar:after { clear: both; } /* line 113, ../sass/foundation/foundation/components/_button-groups.scss */ .button-bar .button-group { float: left; margin-right: 0.625rem; } /* line 33, ../sass/foundation/foundation/components/_button-groups.scss */ .button-bar .button-group div { overflow: hidden; } /* Clearing Styles */ /* line 44, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-thumbs, [data-clearing] { margin-bottom: 0; margin-left: 0; list-style: none; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .clearing-thumbs:after, [data-clearing]:after { clear: both; } /* line 50, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-thumbs li, [data-clearing] li { float: left; margin-right: 10px; } /* line 55, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li { margin-right: 0; } /* line 60, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-blackout { background: #333333; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 998; } /* line 69, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-blackout .clearing-close { display: block; } /* line 72, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-container { position: relative; z-index: 998; height: 100%; overflow: hidden; margin: 0; } /* line 80, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-touch-label { position: absolute; top: 50%; left: 50%; color: #aaa; font-size: 0.6em; } /* line 88, ../sass/foundation/foundation/components/_clearing.scss */ .visible-img { height: 95%; position: relative; } /* line 92, ../sass/foundation/foundation/components/_clearing.scss */ .visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; } /* line 102, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-caption { color: #cccccc; font-size: 0.875em; line-height: 1.3; margin-bottom: 0; text-align: center; bottom: 0; background: #333333; width: 100%; padding: 10px 30px 20px; position: absolute; left: 0; } /* line 116, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-close { z-index: 999; padding-left: 20px; padding-top: 10px; font-size: 30px; line-height: 1; color: #cccccc; display: none; } /* line 126, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-close:hover, .clearing-close:focus { color: #ccc; } /* line 129, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container { height: 100%; } /* line 130, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul { display: none; } /* line 134, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-feature li { display: none; } /* line 136, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-feature li.clearing-featured-img { display: block; } @media only screen and (min-width: 40.063em) { /* line 144, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev, .clearing-main-next { position: absolute; height: 100%; width: 40px; top: 0; } /* line 149, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev > span, .clearing-main-next > span { position: absolute; top: 50%; display: block; width: 0; height: 0; border: solid 12px; } /* line 156, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev > span:hover, .clearing-main-next > span:hover { opacity: 0.8; } /* line 159, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev { left: 0; } /* line 161, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: #cccccc; } /* line 167, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-next { right: 0; } /* line 169, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-next > span { border-color: transparent; border-left-color: #cccccc; } /* line 176, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: 0.3; } /* line 180, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel { background: rgba(51, 51, 51, 0.8); height: 120px; margin-top: 10px; text-align: center; } /* line 186, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul { display: inline-block; z-index: 999; height: 100%; position: relative; float: none; } /* line 193, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li { display: block; width: 120px; min-height: inherit; float: left; overflow: hidden; margin-right: 0; padding: 0; position: relative; cursor: pointer; opacity: 0.4; clear: none; } /* line 207, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li.fix-height img { height: 100%; max-width: none; } /* line 213, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; box-shadow: none; display: block; } /* line 219, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li img { cursor: pointer !important; width: 100% !important; } /* line 224, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li.visible { opacity: 1; } /* line 225, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li:hover { opacity: 0.8; } /* line 230, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .visible-img { background: #333333; overflow: hidden; height: 85%; } /* line 237, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-close { position: absolute; top: 10px; right: 20px; padding-left: 0; padding-top: 0; } } /* Foundation Dropdowns */ /* line 219, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 99; margin-top: 2px; max-width: 200px; } /* line 69, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown > *:first-child { margin-top: 0; } /* line 70, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown > *:last-child { margin-bottom: 0; } /* line 95, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent transparent white transparent; border-bottom-style: solid; position: absolute; top: -12px; left: 10px; z-index: 99; } /* line 102, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent transparent #cccccc transparent; border-bottom-style: solid; position: absolute; top: -14px; left: 9px; z-index: 98; } /* line 110, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.right:before { left: auto; right: 10px; } /* line 114, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.right:after { left: auto; right: 9px; } /* line 222, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-right { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 99; margin-top: 0; margin-left: 2px; max-width: 200px; } /* line 69, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-right > *:first-child { margin-top: 0; } /* line 70, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-right > *:last-child { margin-bottom: 0; } /* line 124, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-right:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent white transparent transparent; border-right-style: solid; position: absolute; top: 10px; left: -12px; z-index: 99; } /* line 131, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-right:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent #cccccc transparent transparent; border-right-style: solid; position: absolute; top: 9px; left: -14px; z-index: 98; } /* line 226, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-left { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 99; margin-top: 0; margin-left: -2px; max-width: 200px; } /* line 69, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-left > *:first-child { margin-top: 0; } /* line 70, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-left > *:last-child { margin-bottom: 0; } /* line 145, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-left:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent transparent transparent white; border-left-style: solid; position: absolute; top: 10px; right: -12px; left: auto; z-index: 99; } /* line 153, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-left:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent transparent transparent #cccccc; border-left-style: solid; position: absolute; top: 9px; right: -14px; left: auto; z-index: 98; } /* line 230, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-top { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 99; margin-top: -2px; margin-left: 0; max-width: 200px; } /* line 69, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-top > *:first-child { margin-top: 0; } /* line 70, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-top > *:last-child { margin-bottom: 0; } /* line 168, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-top:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: white transparent transparent transparent; border-top-style: solid; position: absolute; top: auto; bottom: -12px; left: 10px; right: auto; z-index: 99; } /* line 177, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-top:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: #cccccc transparent transparent transparent; border-top-style: solid; position: absolute; top: auto; bottom: -14px; left: 9px; right: auto; z-index: 98; } /* line 235, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown li { font-size: 0.875rem; cursor: pointer; line-height: 1.125rem; margin: 0; } /* line 206, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown li:hover, .f-dropdown li:focus { background: #eeeeee; } /* line 208, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown li a { display: block; padding: 0.5rem; color: #555555; } /* line 238, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.content { position: absolute; left: -9999px; list-style: none; margin-left: 0; padding: 1.25rem; width: 100%; height: auto; max-height: none; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 99; max-width: 200px; } /* line 69, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.content > *:first-child { margin-top: 0; } /* line 70, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.content > *:last-child { margin-bottom: 0; } /* line 241, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.tiny { max-width: 200px; } /* line 242, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.small { max-width: 300px; } /* line 243, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.medium { max-width: 500px; } /* line 244, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.large { max-width: 800px; } /* line 162, ../sass/foundation/foundation/components/_reveal.scss */ .reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: black; background: rgba(0, 0, 0, 0.45); z-index: 99; display: none; top: 0; left: 0; } /* line 164, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { visibility: hidden; display: none; position: absolute; z-index: 100; width: 100vw; top: 0; left: 0; background-color: white; padding: 1.25rem; border: solid 1px #666666; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } @media only screen and (max-width: 40em) { /* line 164, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { min-height: 100vh; } } @media only screen and (min-width: 40.063em) { /* line 164, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { left: 50%; } } /* line 86, ../sass/foundation/foundation/components/_reveal.scss */ dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns { min-width: 0; } /* line 89, ../sass/foundation/foundation/components/_reveal.scss */ dialog > :first-child, .reveal-modal > :first-child { margin-top: 0; } /* line 90, ../sass/foundation/foundation/components/_reveal.scss */ dialog > :last-child, .reveal-modal > :last-child { margin-bottom: 0; } @media only screen and (min-width: 40.063em) { /* line 164, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { margin-left: -40%; width: 80%; } } @media only screen and (min-width: 40.063em) { /* line 164, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { top: 6.25rem; } } /* line 174, ../sass/foundation/foundation/components/_reveal.scss */ dialog .close-reveal-modal, .reveal-modal .close-reveal-modal { font-size: 2.5rem; line-height: 1; position: absolute; top: 0.5rem; right: 0.6875rem; color: #aaaaaa; font-weight: bold; cursor: pointer; } /* line 177, ../sass/foundation/foundation/components/_reveal.scss */ dialog[open] { display: block; visibility: visible; } @media only screen and (min-width: 40.063em) { /* line 184, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { padding: 1.875rem; } /* line 187, ../sass/foundation/foundation/components/_reveal.scss */ dialog.radius, .reveal-modal.radius { border-radius: 3px; } /* line 188, ../sass/foundation/foundation/components/_reveal.scss */ dialog.round, .reveal-modal.round { border-radius: 1000px; } /* line 190, ../sass/foundation/foundation/components/_reveal.scss */ dialog.collapse, .reveal-modal.collapse { padding: 0; } /* line 200, ../sass/foundation/foundation/components/_reveal.scss */ dialog.full, .reveal-modal.full { top: 0; left: 0; height: 100vh; min-height: 100vh; margin-left: 0 !important; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 192, ../sass/foundation/foundation/components/_reveal.scss */ dialog.tiny, .reveal-modal.tiny { margin-left: -15%; width: 30%; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 193, ../sass/foundation/foundation/components/_reveal.scss */ dialog.small, .reveal-modal.small { margin-left: -20%; width: 40%; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 194, ../sass/foundation/foundation/components/_reveal.scss */ dialog.medium, .reveal-modal.medium { margin-left: -30%; width: 60%; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 195, ../sass/foundation/foundation/components/_reveal.scss */ dialog.large, .reveal-modal.large { margin-left: -35%; width: 70%; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 196, ../sass/foundation/foundation/components/_reveal.scss */ dialog.xlarge, .reveal-modal.xlarge { margin-left: -47.5%; width: 95%; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 200, ../sass/foundation/foundation/components/_reveal.scss */ dialog.full, .reveal-modal.full { margin-left: -50vw; width: 100vw; } } @media print { /* line 213, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { background: #fff !important; } } /* Standard Forms */ /* line 334, ../sass/foundation/foundation/components/_forms.scss */ form { margin: 0 0 1rem; } /* Using forms within rows, we need to set some defaults */ /* line 82, ../sass/foundation/foundation/components/_forms.scss */ form .row .row { margin: 0 -0.5rem; } /* line 85, ../sass/foundation/foundation/components/_forms.scss */ form .row .row .column, form .row .row .columns { padding: 0 0.5rem; } /* line 88, ../sass/foundation/foundation/components/_forms.scss */ form .row .row.collapse { margin: 0; } /* line 91, ../sass/foundation/foundation/components/_forms.scss */ form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; } /* line 92, ../sass/foundation/foundation/components/_forms.scss */ form .row .row.collapse input { border-bottom-right-radius: 0; border-top-right-radius: 0; } /* line 101, ../sass/foundation/foundation/components/_forms.scss */ form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.5rem; } /* Label Styles */ /* line 340, ../sass/foundation/foundation/components/_forms.scss */ label { font-size: 0.875rem; color: #4d4d4d; cursor: pointer; display: block; font-weight: normal; line-height: 1.5; margin-bottom: 0; /* Styles for required inputs */ } /* line 341, ../sass/foundation/foundation/components/_forms.scss */ label.right { float: none !important; text-align: right; } /* line 342, ../sass/foundation/foundation/components/_forms.scss */ label.inline { margin: 0 0 1rem 0; padding: 0.5625rem 0; } /* line 344, ../sass/foundation/foundation/components/_forms.scss */ label small { text-transform: capitalize; color: #676767; } /* line 350, ../sass/foundation/foundation/components/_forms.scss */ select::-ms-expand { display: none; } /* Attach elements to the beginning or end of an input */ /* line 356, ../sass/foundation/foundation/components/_forms.scss */ .prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; border-style: solid; border-width: 1px; overflow: hidden; font-size: 0.875rem; height: 2.3125rem; line-height: 2.3125rem; } /* Adjust padding, alignment and radius if pre/post element is a button */ /* line 359, ../sass/foundation/foundation/components/_forms.scss */ .postfix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125rem; border: none; } /* line 360, ../sass/foundation/foundation/components/_forms.scss */ .prefix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125rem; border: none; } /* line 362, ../sass/foundation/foundation/components/_forms.scss */ .prefix.button.radius { border-radius: 0; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 363, ../sass/foundation/foundation/components/_forms.scss */ .postfix.button.radius { border-radius: 0; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } /* line 364, ../sass/foundation/foundation/components/_forms.scss */ .prefix.button.round { border-radius: 0; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; } /* line 365, ../sass/foundation/foundation/components/_forms.scss */ .postfix.button.round { border-radius: 0; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; } /* Separate prefix and postfix styles when on span or label so buttons keep their own */ /* line 368, ../sass/foundation/foundation/components/_forms.scss */ span.prefix, label.prefix { background: #f2f2f2; border-right: none; color: #333333; border-color: #cccccc; } /* line 369, ../sass/foundation/foundation/components/_forms.scss */ span.prefix.radius, label.prefix.radius { border-radius: 0; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 371, ../sass/foundation/foundation/components/_forms.scss */ span.postfix, label.postfix { background: #f2f2f2; border-left: none; color: #333333; border-color: #cccccc; } /* line 372, ../sass/foundation/foundation/components/_forms.scss */ span.postfix.radius, label.postfix.radius { border-radius: 0; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } /* We use this to get basic styling on all basic form elements */ /* line 389, ../sass/foundation/foundation/components/_forms.scss */ input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { -webkit-appearance: none; background-color: white; font-family: inherit; border: 1px solid #cccccc; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875rem; margin: 0 0 1rem 0; padding: 0.5rem; height: 2.3125rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } /* line 194, ../sass/foundation/foundation/components/_global.scss */ input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { box-shadow: 0 0 5px #999999; border-color: #999999; } /* line 124, ../sass/foundation/foundation/components/_forms.scss */ input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; border-color: #999999; outline: none; } /* line 131, ../sass/foundation/foundation/components/_forms.scss */ input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea { background-color: #dddddd; } /* line 395, ../sass/foundation/foundation/components/_forms.scss */ input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius { border-radius: 3px; } /* line 400, ../sass/foundation/foundation/components/_forms.scss */ input[type="submit"] { -webkit-appearance: none; } /* Respect enforced amount of rows for textarea */ /* line 405, ../sass/foundation/foundation/components/_forms.scss */ textarea[rows] { height: auto; } /* Add height value for select elements to match text input height */ /* line 410, ../sass/foundation/foundation/components/_forms.scss */ select { -webkit-appearance: none !important; background-color: #fafafa; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); background-position: 100% center; background-repeat: no-repeat; border: 1px solid #cccccc; padding: 0.5rem; font-size: 0.875rem; color: rgba(0, 0, 0, 0.75); line-height: normal; border-radius: 0; height: 2.3125rem; } /* line 324, ../sass/foundation/foundation/components/_forms.scss */ select.radius { border-radius: 3px; } /* line 325, ../sass/foundation/foundation/components/_forms.scss */ select:hover { background-color: #f3f3f3; border-color: #999999; } /* Adjust margin for form elements below */ /* line 419, ../sass/foundation/foundation/components/_forms.scss */ input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: 0 0 1rem 0; } /* line 424, ../sass/foundation/foundation/components/_forms.scss */ input[type="checkbox"] + label, input[type="radio"] + label { display: inline-block; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; vertical-align: baseline; } /* Normalize file input width */ /* line 433, ../sass/foundation/foundation/components/_forms.scss */ input[type="file"] { width: 100%; } /* We add basic fieldset styling */ /* line 438, ../sass/foundation/foundation/components/_forms.scss */ fieldset { border: 1px solid #dddddd; padding: 1.25rem; margin: 1.125rem 0; } /* line 255, ../sass/foundation/foundation/components/_forms.scss */ fieldset legend { font-weight: bold; background: white; padding: 0 0.1875rem; margin: 0; margin-left: -0.1875rem; } /* Error Handling */ /* line 445, ../sass/foundation/foundation/components/_forms.scss */ [data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: normal; font-style: italic; background: #f04124; color: white; } /* line 448, ../sass/foundation/foundation/components/_forms.scss */ [data-abide] span.error, [data-abide] small.error { display: none; } /* line 451, ../sass/foundation/foundation/components/_forms.scss */ span.error, small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: normal; font-style: italic; background: #f04124; color: white; } /* line 458, ../sass/foundation/foundation/components/_forms.scss */ .error input, .error textarea, .error select { margin-bottom: 0; } /* line 463, ../sass/foundation/foundation/components/_forms.scss */ .error input[type="checkbox"], .error input[type="radio"] { margin-bottom: 1rem; } /* line 468, ../sass/foundation/foundation/components/_forms.scss */ .error label, .error label.error { color: #f04124; } /* line 472, ../sass/foundation/foundation/components/_forms.scss */ .error small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: normal; font-style: italic; background: #f04124; color: white; } /* line 477, ../sass/foundation/foundation/components/_forms.scss */ .error > label > small { color: #676767; background: transparent; padding: 0; text-transform: capitalize; font-style: normal; font-size: 60%; margin: 0; display: inline; } /* line 489, ../sass/foundation/foundation/components/_forms.scss */ .error span.error-message { display: block; } /* line 495, ../sass/foundation/foundation/components/_forms.scss */ input.error, textarea.error { margin-bottom: 0; } /* line 498, ../sass/foundation/foundation/components/_forms.scss */ label.error { color: #f04124; } /* line 20, ../sass/main.sass */ .btn { border-style: solid; border-width: 0px; cursor: pointer; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 1rem; padding-right: 2rem; padding-bottom: 1.0625rem; padding-left: 2rem; font-size: 1rem; background-color: #008cba; border-color: #007095; color: white; padding-left: 2.3rem; padding-right: 2.3rem; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.86); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.86); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.86); } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ .btn:hover, .btn:focus { background-color: #007095; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ .btn:hover, .btn:focus { color: white; } /* line 26, ../sass/main.sass */ .btn:hover { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* line 29, ../sass/main.sass */ .inputs { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 58.33333%; float: left; overflow: hidden; } /* line 33, ../sass/main.sass */ .halfmode .inp1 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } /* line 36, ../sass/main.sass */ .halfmode .inp2 { width: 0; padding: 0; margin: 0; border: 0; } /* line 42, ../sass/main.sass */ .inp2 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 75%; float: left; } /* line 45, ../sass/main.sass */ .inp1 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; } /* line 48, ../sass/main.sass */ .inp1 .error, .inp2 .error { display: none; } /* line 51, ../sass/main.sass */ .inp1, .inp2 { overflow: hidden; } /* line 54, ../sass/main.sass */ .row input { margin: 5px; } /* line 57, ../sass/main.sass */ input[type=submit] { border-style: solid; border-width: 0px; cursor: pointer; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.6875rem; padding-right: 1.375rem; padding-bottom: 0.75rem; padding-left: 1.375rem; background-color: #008cba; border-color: #007095; color: white; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 16.66667%; float: left; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ input[type=submit]:hover, input[type=submit]:focus { background-color: #007095; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ input[type=submit]:hover, input[type=submit]:focus { color: white; } /* line 61, ../sass/main.sass */ form label { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; } /* line 64, ../sass/main.sass */ form { margin-bottom: 0; } /* line 67, ../sass/main.sass */ #load, #save { position: relative; padding-right: 3.5625rem; } /* line 62, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ #load:after, #save:after { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: solid; border-color: white transparent transparent transparent; top: 50%; } /* line 97, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ #load:after, #save:after { border-width: 0.375rem; right: 1.40625rem; margin-top: -0.15625rem; } /* line 116, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ #load:after, #save:after { border-color: white transparent transparent transparent; } /* line 70, ../sass/main.sass */ .toolbar { display: block; width: auto; overflow: hidden; margin: -0.25rem 0 1.125rem; padding-top: 0.25rem; margin-right: 0; margin-left: -0.75rem; color: black; } /* line 69, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt { text-transform: uppercase; } /* line 75, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt, .toolbar dd, .toolbar li { float: left; display: inline; margin-left: 1rem; margin-bottom: 0.625rem; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 0.875rem; color: #999999; } /* line 85, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt a, .toolbar dd a, .toolbar li a { text-decoration: none; color: #999999; padding: 0.1875rem 1rem; } /* line 89, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt a:hover, .toolbar dd a:hover, .toolbar li a:hover { color: #737373; } /* line 94, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt.active a, .toolbar dd.active a, .toolbar li.active a { border-radius: 3px; font-weight: normal; background: #008cba; padding: 0.1875rem 1rem; cursor: default; color: white; } /* line 101, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt.active a:hover, .toolbar dd.active a:hover, .toolbar li.active a:hover { background: #0078a0; } /* line 74, ../sass/main.sass */ .model-controls { margin-bottom: 0px; background-color: #f7f7f7; padding: 15px; } /* line 77, ../sass/main.sass */ #name, #name:focus { position: absolute; border: none; width: 0; padding: 0; display: none; outline: 0; background-color: white; font-family: inherit; box-shadow: none; margin: 0; padding: 0; transition: none; color: #222222; font-size: 1rem; } /* line 95, ../sass/main.sass */ line, rect { cursor: pointer; } /* line 98, ../sass/main.sass */ line { stroke: rgba(10, 5, 30, 0.85); stroke-width: 4; } /* line 102, ../sass/main.sass */ .datum > rect { fill: #63b8ff; } /* line 105, ../sass/main.sass */ #workspace { height: 90%; overflow: hidden; } /* line 109, ../sass/main.sass */ #workspace svg { position: relative; } /* line 112, ../sass/main.sass */ rect { fill: #007be3; stroke: 1; stroke-opacity: 0.4; } /* line 117, ../sass/main.sass */ .watching { fill: #00447d; } /* line 120, ../sass/main.sass */ .selected { text-decoration: underline; } /* line 122, ../sass/main.sass */ .selected rect, .selected .datum > rect { stroke: #002b77; stroke-width: 5; } /* line 127, ../sass/main.sass */ #output { overflow: hidden; z-index: 2; width: 50px; background-color: white; border-left: 1px solid #909090; position: absolute; right: 0px; top: 0px; height: 90%; } /* line 138, ../sass/main.sass */ table, .graph-container { margin: 20px; } /* line 141, ../sass/main.sass */ th, td { border: 1px solid lightgrey; padding: 5px; text-align: center; width: 50px; overflow: hidden; text-overflow: clip; } /* line 149, ../sass/main.sass */ .domain { display: none; } /* ========================================================================== * Print styles. * Inlined to avoid required HTTP connection: h5bp.com/r * ========================================================================== */ @media print { /* line 8, ../sass/print.sass */ * { background: transparent !important; color: black !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } /* line 14, ../sass/print.sass */ a { text-decoration: underline; } /* line 16, ../sass/print.sass */ a:visited { text-decoration: underline; } /* line 18, ../sass/print.sass */ a[href]:after { content: " (" attr(href) ")"; } /* line 20, ../sass/print.sass */ abbr[title]:after { content: " (" attr(title) ")"; } /* Don't show links for images, or javascript/internal links */ /* line 24, ../sass/print.sass */ .ir a:after { content: ""; } /* line 27, ../sass/print.sass */ a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* line 29, ../sass/print.sass */ pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; } /* line 32, ../sass/print.sass */ thead { display: table-header-group; /* h5bp.com/t */ } /* line 35, ../sass/print.sass */ tr { page-break-inside: avoid; } /* line 37, ../sass/print.sass */ img { page-break-inside: avoid; max-width: 100% !important; } @page { margin: 0.5cm; } /* line 43, ../sass/print.sass */ p, h2, h3 { orphans: 3; widows: 3; } /* line 46, ../sass/print.sass */ h2, h3 { page-break-after: avoid; } }
css/main.css
* 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ @import url(graph.css); /* line 9, ../sass/normalize.scss */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ /* line 19, ../sass/normalize.scss */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11. */ /* line 43, ../sass/normalize.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ /* line 55, ../sass/normalize.scss */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ /* line 65, ../sass/normalize.scss */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ /* line 76, ../sass/normalize.scss */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ /* line 87, ../sass/normalize.scss */ a { background: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ /* line 96, ../sass/normalize.scss */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ /* line 107, ../sass/normalize.scss */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ /* line 116, ../sass/normalize.scss */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ /* line 124, ../sass/normalize.scss */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ /* line 133, ../sass/normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ /* line 142, ../sass/normalize.scss */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ /* line 151, ../sass/normalize.scss */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ /* line 160, ../sass/normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 167, ../sass/normalize.scss */ sup { top: -0.5em; } /* line 171, ../sass/normalize.scss */ sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ /* line 182, ../sass/normalize.scss */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ /* line 190, ../sass/normalize.scss */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ /* line 201, ../sass/normalize.scss */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ /* line 209, ../sass/normalize.scss */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ /* line 219, ../sass/normalize.scss */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ /* line 230, ../sass/normalize.scss */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ /* line 254, ../sass/normalize.scss */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ /* line 264, ../sass/normalize.scss */ button { overflow: visible; } /** * 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 Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ /* line 276, ../sass/normalize.scss */ 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. */ /* line 291, ../sass/normalize.scss */ 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. */ /* line 301, ../sass/normalize.scss */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ /* line 310, ../sass/normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ /* line 320, ../sass/normalize.scss */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ /* line 333, ../sass/normalize.scss */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ /* line 345, ../sass/normalize.scss */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */ /* line 355, ../sass/normalize.scss */ 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 and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ /* line 369, ../sass/normalize.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ /* line 377, ../sass/normalize.scss */ 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/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ /* line 388, ../sass/normalize.scss */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ /* line 397, ../sass/normalize.scss */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ /* line 406, ../sass/normalize.scss */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ /* line 417, ../sass/normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 423, ../sass/normalize.scss */ td, th { padding: 0; } /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ /* What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to N<NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== * Base styles: opinionated defaults * ========================================================================== */ /* line 12, ../sass/html5b.sass */ html, button, input, select, textarea { color: #222222; } /* line 15, ../sass/html5b.sass */ html { font-size: 1em; line-height: 1.4; } /* Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */ /* line 24, ../sass/html5b.sass */ ::-moz-selection, ::selection { background: #b3d4fc; text-shadow: none; } /* A better looking default horizontal rule */ /* line 31, ../sass/html5b.sass */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; } /* Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */ /* line 43, ../sass/html5b.sass */ audio, canvas, img, video { vertical-align: middle; } /* Remove default fieldset styles. */ /* line 49, ../sass/html5b.sass */ fieldset { border: 0; margin: 0; padding: 0; } /* Allow only vertical resizing of textareas. */ /* line 57, ../sass/html5b.sass */ textarea { resize: vertical; } /* ========================================================================== * Browse Happy prompt * ========================================================================== */ /* line 64, ../sass/html5b.sass */ .browsehappy { margin: 0.2em 0; background: #cccccc; color: black; padding: 0.2em 0; } /* ========================================================================== * Helper classes * ========================================================================== */ /* Image replacement */ /* line 77, ../sass/html5b.sass */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } /* line 83, ../sass/html5b.sass */ .ir:before { content: ""; display: block; width: 0; height: 150%; } /* Hide from both screenreaders and browsers: h5bp.com/u */ /* line 92, ../sass/html5b.sass */ .hidden { display: none !important; visibility: hidden; } /* Hide only visually, but have it available for screenreaders: h5bp.com/v */ /* line 99, ../sass/html5b.sass */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* line 109, ../sass/html5b.sass */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ /* Hide visually and from screenreaders, but maintain layout */ /* line 124, ../sass/html5b.sass */ .invisible { visibility: hidden; } /* Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ /* line 138, ../sass/html5b.sass */ .clearfix { *zoom: 1; } /* line 139, ../sass/html5b.sass */ .clearfix:before { content: " "; /* 1 */ display: table; /* 2 */ } /* line 144, ../sass/html5b.sass */ .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ clear: both; } /*! jQuery UI - v1.8.24 - 2012-09-28 * https://github.com/jquery/jquery-ui * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css * Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */ /* Layout helpers ----------------------------------*/ /* line 8, ../sass/jquery-ui.scss */ .ui-helper-hidden { display: none; } /* line 9, ../sass/jquery-ui.scss */ .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } /* line 10, ../sass/jquery-ui.scss */ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } /* line 11, ../sass/jquery-ui.scss */ .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } /* line 12, ../sass/jquery-ui.scss */ .ui-helper-clearfix:after { clear: both; } /* line 13, ../sass/jquery-ui.scss */ .ui-helper-clearfix { zoom: 1; } /* line 14, ../sass/jquery-ui.scss */ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); } /* Interaction Cues ----------------------------------*/ /* line 19, ../sass/jquery-ui.scss */ .ui-state-disabled { cursor: default !important; } /* Icons ----------------------------------*/ /* states and images */ /* line 26, ../sass/jquery-ui.scss */ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } /* Misc visuals ----------------------------------*/ /* Overlays */ /* line 33, ../sass/jquery-ui.scss */ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* IE/Win - Fix animation bug - #4615 */ /* line 36, ../sass/jquery-ui.scss */ .ui-accordion { width: 100%; } /* line 37, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } /* line 38, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-li-fix { display: inline; } /* line 39, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } /* line 40, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } /* line 41, ../sass/jquery-ui.scss */ .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } /* line 42, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } /* line 43, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } /* line 44, ../sass/jquery-ui.scss */ .ui-accordion .ui-accordion-content-active { display: block; } /* line 46, ../sass/jquery-ui.scss */ .ui-autocomplete { position: absolute; cursor: default; } /* workarounds */ /* line 49, ../sass/jquery-ui.scss */ * html .ui-autocomplete { width: 1px; } /* without this, the menu expands to 100% in IE6 */ /* * jQuery UI Menu 1.8.24 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Menu#theming */ /* line 60, ../sass/jquery-ui.scss */ .ui-menu { list-style: none; padding: 2px; margin: 0; display: block; float: left; } /* line 67, ../sass/jquery-ui.scss */ .ui-menu .ui-menu { margin-top: -3px; } /* line 70, ../sass/jquery-ui.scss */ .ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; } /* line 78, ../sass/jquery-ui.scss */ .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: .2em .4em; line-height: 1.5; zoom: 1; } /* line 86, ../sass/jquery-ui.scss */ .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; } /* line 91, ../sass/jquery-ui.scss */ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ /* line 92, ../sass/jquery-ui.scss */ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ /* line 93, ../sass/jquery-ui.scss */ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ /* line 94, ../sass/jquery-ui.scss */ .ui-button-icons-only { width: 3.4em; } /* line 95, ../sass/jquery-ui.scss */ button.ui-button-icons-only { width: 3.7em; } /*button text element */ /* line 98, ../sass/jquery-ui.scss */ .ui-button .ui-button-text { display: block; line-height: 1.4; } /* line 99, ../sass/jquery-ui.scss */ .ui-button-text-only .ui-button-text { padding: .4em 1em; } /* line 100, ../sass/jquery-ui.scss */ .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } /* line 101, ../sass/jquery-ui.scss */ .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } /* line 102, ../sass/jquery-ui.scss */ .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } /* line 103, ../sass/jquery-ui.scss */ .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } /* no icon support for input elements, provide padding by default */ /* line 105, ../sass/jquery-ui.scss */ input.ui-button { padding: .4em 1em; } /*button icon element(s) */ /* line 108, ../sass/jquery-ui.scss */ .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } /* line 109, ../sass/jquery-ui.scss */ .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } /* line 110, ../sass/jquery-ui.scss */ .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } /* line 111, ../sass/jquery-ui.scss */ .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } /* line 112, ../sass/jquery-ui.scss */ .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } /*button sets*/ /* line 115, ../sass/jquery-ui.scss */ .ui-buttonset { margin-right: 7px; } /* line 116, ../sass/jquery-ui.scss */ .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } /* workarounds */ /* line 119, ../sass/jquery-ui.scss */ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ /* line 121, ../sass/jquery-ui.scss */ .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } /* line 122, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; } /* line 123, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } /* line 124, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } /* line 125, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-prev { left: 2px; } /* line 126, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-next { right: 2px; } /* line 127, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } /* line 128, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-next-hover { right: 1px; } /* line 129, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } /* line 130, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } /* line 131, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } /* line 132, ../sass/jquery-ui.scss */ .ui-datepicker select.ui-datepicker-month-year { width: 100%; } /* line 134, ../sass/jquery-ui.scss */ .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; } /* line 135, ../sass/jquery-ui.scss */ .ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; } /* line 136, ../sass/jquery-ui.scss */ .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } /* line 137, ../sass/jquery-ui.scss */ .ui-datepicker td { border: 0; padding: 1px; } /* line 138, ../sass/jquery-ui.scss */ .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } /* line 139, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } /* line 140, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; } /* line 141, ../sass/jquery-ui.scss */ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } /* with multiple calendars */ /* line 144, ../sass/jquery-ui.scss */ .ui-datepicker.ui-datepicker-multi { width: auto; } /* line 145, ../sass/jquery-ui.scss */ .ui-datepicker-multi .ui-datepicker-group { float: left; } /* line 146, ../sass/jquery-ui.scss */ .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; } /* line 147, ../sass/jquery-ui.scss */ .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } /* line 148, ../sass/jquery-ui.scss */ .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } /* line 149, ../sass/jquery-ui.scss */ .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } /* line 150, ../sass/jquery-ui.scss */ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; } /* line 151, ../sass/jquery-ui.scss */ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } /* line 152, ../sass/jquery-ui.scss */ .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } /* line 153, ../sass/jquery-ui.scss */ .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0em; } /* RTL support */ /* line 156, ../sass/jquery-ui.scss */ .ui-datepicker-rtl { direction: rtl; } /* line 157, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } /* line 158, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } /* line 159, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } /* line 160, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } /* line 161, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } /* line 162, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } /* line 163, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; } /* line 164, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-group { float: right; } /* line 165, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } /* line 166, ../sass/jquery-ui.scss */ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ /* line 169, ../sass/jquery-ui.scss */ .ui-datepicker-cover { position: absolute; /*must have*/ z-index: -1; /*must have*/ filter: mask(); /*must have*/ top: -4px; /*must have*/ left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ } /* line 178, ../sass/jquery-ui.scss */ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } /* line 179, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } /* line 180, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } /* line 181, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } /* line 182, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } /* line 183, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } /* line 184, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } /* line 185, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } /* line 186, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } /* line 187, ../sass/jquery-ui.scss */ .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } /* line 188, ../sass/jquery-ui.scss */ .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } /* line 189, ../sass/jquery-ui.scss */ .ui-draggable .ui-dialog-titlebar { cursor: move; } /* line 191, ../sass/jquery-ui.scss */ .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } /* line 192, ../sass/jquery-ui.scss */ .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } /* line 193, ../sass/jquery-ui.scss */ .ui-resizable { position: relative; } /* line 194, ../sass/jquery-ui.scss */ .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; } /* line 195, ../sass/jquery-ui.scss */ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } /* line 196, ../sass/jquery-ui.scss */ .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } /* line 197, ../sass/jquery-ui.scss */ .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } /* line 198, ../sass/jquery-ui.scss */ .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } /* line 199, ../sass/jquery-ui.scss */ .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } /* line 200, ../sass/jquery-ui.scss */ .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } /* line 201, ../sass/jquery-ui.scss */ .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } /* line 202, ../sass/jquery-ui.scss */ .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } /* line 203, ../sass/jquery-ui.scss */ .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } /* line 204, ../sass/jquery-ui.scss */ .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } /* line 206, ../sass/jquery-ui.scss */ .ui-slider { position: relative; text-align: left; } /* line 207, ../sass/jquery-ui.scss */ .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } /* line 208, ../sass/jquery-ui.scss */ .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } /* line 210, ../sass/jquery-ui.scss */ .ui-slider-horizontal { height: .8em; } /* line 211, ../sass/jquery-ui.scss */ .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } /* line 212, ../sass/jquery-ui.scss */ .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } /* line 213, ../sass/jquery-ui.scss */ .ui-slider-horizontal .ui-slider-range-min { left: 0; } /* line 214, ../sass/jquery-ui.scss */ .ui-slider-horizontal .ui-slider-range-max { right: 0; } /* line 216, ../sass/jquery-ui.scss */ .ui-slider-vertical { width: .8em; height: 100px; } /* line 217, ../sass/jquery-ui.scss */ .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } /* line 218, ../sass/jquery-ui.scss */ .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } /* line 219, ../sass/jquery-ui.scss */ .ui-slider-vertical .ui-slider-range-min { bottom: 0; } /* line 220, ../sass/jquery-ui.scss */ .ui-slider-vertical .ui-slider-range-max { top: 0; } /* line 221, ../sass/jquery-ui.scss */ .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ /* line 222, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } /* line 223, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } /* line 224, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } /* line 225, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } /* line 226, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } /* line 227, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ /* line 228, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } /* line 229, ../sass/jquery-ui.scss */ .ui-tabs .ui-tabs-hide { display: none !important; } /* Component containers ----------------------------------*/ /* line 233, ../sass/jquery-ui.scss */ .ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; } /* line 234, ../sass/jquery-ui.scss */ .ui-widget .ui-widget { font-size: 1em; } /* line 235, ../sass/jquery-ui.scss */ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; } /* line 236, ../sass/jquery-ui.scss */ .ui-widget-content { border: 1px solid #aaaaaa; background: white url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } /* line 237, ../sass/jquery-ui.scss */ .ui-widget-content a { color: #222222; } /* line 238, ../sass/jquery-ui.scss */ .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } /* line 239, ../sass/jquery-ui.scss */ .ui-widget-header a { color: #222222; } /* Interaction states ----------------------------------*/ /* line 243, ../sass/jquery-ui.scss */ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid lightgrey; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } /* line 244, ../sass/jquery-ui.scss */ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } /* line 245, ../sass/jquery-ui.scss */ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } /* line 246, ../sass/jquery-ui.scss */ .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } /* line 247, ../sass/jquery-ui.scss */ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: white url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } /* line 248, ../sass/jquery-ui.scss */ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } /* line 249, ../sass/jquery-ui.scss */ .ui-widget :active { outline: none; } /* Interaction Cues ----------------------------------*/ /* line 253, ../sass/jquery-ui.scss */ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } /* line 254, ../sass/jquery-ui.scss */ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636; } /* line 255, ../sass/jquery-ui.scss */ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } /* line 256, ../sass/jquery-ui.scss */ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } /* line 257, ../sass/jquery-ui.scss */ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } /* line 258, ../sass/jquery-ui.scss */ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } /* line 259, ../sass/jquery-ui.scss */ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter: Alpha(Opacity=70); font-weight: normal; } /* line 260, ../sass/jquery-ui.scss */ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter: Alpha(Opacity=35); background-image: none; } /* Icons ----------------------------------*/ /* states and images */ /* line 266, ../sass/jquery-ui.scss */ .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } /* line 267, ../sass/jquery-ui.scss */ .ui-widget-content .ui-icon { background-image: url(images/ui-icons_222222_256x240.png); } /* line 268, ../sass/jquery-ui.scss */ .ui-widget-header .ui-icon { background-image: url(images/ui-icons_222222_256x240.png); } /* line 269, ../sass/jquery-ui.scss */ .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } /* line 270, ../sass/jquery-ui.scss */ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(images/ui-icons_454545_256x240.png); } /* line 271, ../sass/jquery-ui.scss */ .ui-state-active .ui-icon { background-image: url(images/ui-icons_454545_256x240.png); } /* line 272, ../sass/jquery-ui.scss */ .ui-state-highlight .ui-icon { background-image: url(images/ui-icons_2e83ff_256x240.png); } /* line 273, ../sass/jquery-ui.scss */ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(images/ui-icons_cd0a0a_256x240.png); } /* positioning */ /* line 276, ../sass/jquery-ui.scss */ .ui-icon-carat-1-n { background-position: 0 0; } /* line 277, ../sass/jquery-ui.scss */ .ui-icon-carat-1-ne { background-position: -16px 0; } /* line 278, ../sass/jquery-ui.scss */ .ui-icon-carat-1-e { background-position: -32px 0; } /* line 279, ../sass/jquery-ui.scss */ .ui-icon-carat-1-se { background-position: -48px 0; } /* line 280, ../sass/jquery-ui.scss */ .ui-icon-carat-1-s { background-position: -64px 0; } /* line 281, ../sass/jquery-ui.scss */ .ui-icon-carat-1-sw { background-position: -80px 0; } /* line 282, ../sass/jquery-ui.scss */ .ui-icon-carat-1-w { background-position: -96px 0; } /* line 283, ../sass/jquery-ui.scss */ .ui-icon-carat-1-nw { background-position: -112px 0; } /* line 284, ../sass/jquery-ui.scss */ .ui-icon-carat-2-n-s { background-position: -128px 0; } /* line 285, ../sass/jquery-ui.scss */ .ui-icon-carat-2-e-w { background-position: -144px 0; } /* line 286, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-n { background-position: 0 -16px; } /* line 287, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-ne { background-position: -16px -16px; } /* line 288, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-e { background-position: -32px -16px; } /* line 289, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-se { background-position: -48px -16px; } /* line 290, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-s { background-position: -64px -16px; } /* line 291, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-sw { background-position: -80px -16px; } /* line 292, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-w { background-position: -96px -16px; } /* line 293, ../sass/jquery-ui.scss */ .ui-icon-triangle-1-nw { background-position: -112px -16px; } /* line 294, ../sass/jquery-ui.scss */ .ui-icon-triangle-2-n-s { background-position: -128px -16px; } /* line 295, ../sass/jquery-ui.scss */ .ui-icon-triangle-2-e-w { background-position: -144px -16px; } /* line 296, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-n { background-position: 0 -32px; } /* line 297, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-ne { background-position: -16px -32px; } /* line 298, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-e { background-position: -32px -32px; } /* line 299, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-se { background-position: -48px -32px; } /* line 300, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-s { background-position: -64px -32px; } /* line 301, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-sw { background-position: -80px -32px; } /* line 302, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-w { background-position: -96px -32px; } /* line 303, ../sass/jquery-ui.scss */ .ui-icon-arrow-1-nw { background-position: -112px -32px; } /* line 304, ../sass/jquery-ui.scss */ .ui-icon-arrow-2-n-s { background-position: -128px -32px; } /* line 305, ../sass/jquery-ui.scss */ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } /* line 306, ../sass/jquery-ui.scss */ .ui-icon-arrow-2-e-w { background-position: -160px -32px; } /* line 307, ../sass/jquery-ui.scss */ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } /* line 308, ../sass/jquery-ui.scss */ .ui-icon-arrowstop-1-n { background-position: -192px -32px; } /* line 309, ../sass/jquery-ui.scss */ .ui-icon-arrowstop-1-e { background-position: -208px -32px; } /* line 310, ../sass/jquery-ui.scss */ .ui-icon-arrowstop-1-s { background-position: -224px -32px; } /* line 311, ../sass/jquery-ui.scss */ .ui-icon-arrowstop-1-w { background-position: -240px -32px; } /* line 312, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-n { background-position: 0 -48px; } /* line 313, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } /* line 314, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-e { background-position: -32px -48px; } /* line 315, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-se { background-position: -48px -48px; } /* line 316, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-s { background-position: -64px -48px; } /* line 317, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } /* line 318, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-w { background-position: -96px -48px; } /* line 319, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } /* line 320, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } /* line 321, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } /* line 322, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } /* line 323, ../sass/jquery-ui.scss */ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } /* line 324, ../sass/jquery-ui.scss */ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } /* line 325, ../sass/jquery-ui.scss */ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } /* line 326, ../sass/jquery-ui.scss */ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } /* line 327, ../sass/jquery-ui.scss */ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } /* line 328, ../sass/jquery-ui.scss */ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } /* line 329, ../sass/jquery-ui.scss */ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } /* line 330, ../sass/jquery-ui.scss */ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } /* line 331, ../sass/jquery-ui.scss */ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } /* line 332, ../sass/jquery-ui.scss */ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } /* line 333, ../sass/jquery-ui.scss */ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } /* line 334, ../sass/jquery-ui.scss */ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } /* line 335, ../sass/jquery-ui.scss */ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } /* line 336, ../sass/jquery-ui.scss */ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } /* line 337, ../sass/jquery-ui.scss */ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } /* line 338, ../sass/jquery-ui.scss */ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } /* line 339, ../sass/jquery-ui.scss */ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } /* line 340, ../sass/jquery-ui.scss */ .ui-icon-arrow-4 { background-position: 0 -80px; } /* line 341, ../sass/jquery-ui.scss */ .ui-icon-arrow-4-diag { background-position: -16px -80px; } /* line 342, ../sass/jquery-ui.scss */ .ui-icon-extlink { background-position: -32px -80px; } /* line 343, ../sass/jquery-ui.scss */ .ui-icon-newwin { background-position: -48px -80px; } /* line 344, ../sass/jquery-ui.scss */ .ui-icon-refresh { background-position: -64px -80px; } /* line 345, ../sass/jquery-ui.scss */ .ui-icon-shuffle { background-position: -80px -80px; } /* line 346, ../sass/jquery-ui.scss */ .ui-icon-transfer-e-w { background-position: -96px -80px; } /* line 347, ../sass/jquery-ui.scss */ .ui-icon-transferthick-e-w { background-position: -112px -80px; } /* line 348, ../sass/jquery-ui.scss */ .ui-icon-folder-collapsed { background-position: 0 -96px; } /* line 349, ../sass/jquery-ui.scss */ .ui-icon-folder-open { background-position: -16px -96px; } /* line 350, ../sass/jquery-ui.scss */ .ui-icon-document { background-position: -32px -96px; } /* line 351, ../sass/jquery-ui.scss */ .ui-icon-document-b { background-position: -48px -96px; } /* line 352, ../sass/jquery-ui.scss */ .ui-icon-note { background-position: -64px -96px; } /* line 353, ../sass/jquery-ui.scss */ .ui-icon-mail-closed { background-position: -80px -96px; } /* line 354, ../sass/jquery-ui.scss */ .ui-icon-mail-open { background-position: -96px -96px; } /* line 355, ../sass/jquery-ui.scss */ .ui-icon-suitcase { background-position: -112px -96px; } /* line 356, ../sass/jquery-ui.scss */ .ui-icon-comment { background-position: -128px -96px; } /* line 357, ../sass/jquery-ui.scss */ .ui-icon-person { background-position: -144px -96px; } /* line 358, ../sass/jquery-ui.scss */ .ui-icon-print { background-position: -160px -96px; } /* line 359, ../sass/jquery-ui.scss */ .ui-icon-trash { background-position: -176px -96px; } /* line 360, ../sass/jquery-ui.scss */ .ui-icon-locked { background-position: -192px -96px; } /* line 361, ../sass/jquery-ui.scss */ .ui-icon-unlocked { background-position: -208px -96px; } /* line 362, ../sass/jquery-ui.scss */ .ui-icon-bookmark { background-position: -224px -96px; } /* line 363, ../sass/jquery-ui.scss */ .ui-icon-tag { background-position: -240px -96px; } /* line 364, ../sass/jquery-ui.scss */ .ui-icon-home { background-position: 0 -112px; } /* line 365, ../sass/jquery-ui.scss */ .ui-icon-flag { background-position: -16px -112px; } /* line 366, ../sass/jquery-ui.scss */ .ui-icon-calendar { background-position: -32px -112px; } /* line 367, ../sass/jquery-ui.scss */ .ui-icon-cart { background-position: -48px -112px; } /* line 368, ../sass/jquery-ui.scss */ .ui-icon-pencil { background-position: -64px -112px; } /* line 369, ../sass/jquery-ui.scss */ .ui-icon-clock { background-position: -80px -112px; } /* line 370, ../sass/jquery-ui.scss */ .ui-icon-disk { background-position: -96px -112px; } /* line 371, ../sass/jquery-ui.scss */ .ui-icon-calculator { background-position: -112px -112px; } /* line 372, ../sass/jquery-ui.scss */ .ui-icon-zoomin { background-position: -128px -112px; } /* line 373, ../sass/jquery-ui.scss */ .ui-icon-zoomout { background-position: -144px -112px; } /* line 374, ../sass/jquery-ui.scss */ .ui-icon-search { background-position: -160px -112px; } /* line 375, ../sass/jquery-ui.scss */ .ui-icon-wrench { background-position: -176px -112px; } /* line 376, ../sass/jquery-ui.scss */ .ui-icon-gear { background-position: -192px -112px; } /* line 377, ../sass/jquery-ui.scss */ .ui-icon-heart { background-position: -208px -112px; } /* line 378, ../sass/jquery-ui.scss */ .ui-icon-star { background-position: -224px -112px; } /* line 379, ../sass/jquery-ui.scss */ .ui-icon-link { background-position: -240px -112px; } /* line 380, ../sass/jquery-ui.scss */ .ui-icon-cancel { background-position: 0 -128px; } /* line 381, ../sass/jquery-ui.scss */ .ui-icon-plus { background-position: -16px -128px; } /* line 382, ../sass/jquery-ui.scss */ .ui-icon-plusthick { background-position: -32px -128px; } /* line 383, ../sass/jquery-ui.scss */ .ui-icon-minus { background-position: -48px -128px; } /* line 384, ../sass/jquery-ui.scss */ .ui-icon-minusthick { background-position: -64px -128px; } /* line 385, ../sass/jquery-ui.scss */ .ui-icon-close { background-position: -80px -128px; } /* line 386, ../sass/jquery-ui.scss */ .ui-icon-closethick { background-position: -96px -128px; } /* line 387, ../sass/jquery-ui.scss */ .ui-icon-key { background-position: -112px -128px; } /* line 388, ../sass/jquery-ui.scss */ .ui-icon-lightbulb { background-position: -128px -128px; } /* line 389, ../sass/jquery-ui.scss */ .ui-icon-scissors { background-position: -144px -128px; } /* line 390, ../sass/jquery-ui.scss */ .ui-icon-clipboard { background-position: -160px -128px; } /* line 391, ../sass/jquery-ui.scss */ .ui-icon-copy { background-position: -176px -128px; } /* line 392, ../sass/jquery-ui.scss */ .ui-icon-contact { background-position: -192px -128px; } /* line 393, ../sass/jquery-ui.scss */ .ui-icon-image { background-position: -208px -128px; } /* line 394, ../sass/jquery-ui.scss */ .ui-icon-video { background-position: -224px -128px; } /* line 395, ../sass/jquery-ui.scss */ .ui-icon-script { background-position: -240px -128px; } /* line 396, ../sass/jquery-ui.scss */ .ui-icon-alert { background-position: 0 -144px; } /* line 397, ../sass/jquery-ui.scss */ .ui-icon-info { background-position: -16px -144px; } /* line 398, ../sass/jquery-ui.scss */ .ui-icon-notice { background-position: -32px -144px; } /* line 399, ../sass/jquery-ui.scss */ .ui-icon-help { background-position: -48px -144px; } /* line 400, ../sass/jquery-ui.scss */ .ui-icon-check { background-position: -64px -144px; } /* line 401, ../sass/jquery-ui.scss */ .ui-icon-bullet { background-position: -80px -144px; } /* line 402, ../sass/jquery-ui.scss */ .ui-icon-radio-off { background-position: -96px -144px; } /* line 403, ../sass/jquery-ui.scss */ .ui-icon-radio-on { background-position: -112px -144px; } /* line 404, ../sass/jquery-ui.scss */ .ui-icon-pin-w { background-position: -128px -144px; } /* line 405, ../sass/jquery-ui.scss */ .ui-icon-pin-s { background-position: -144px -144px; } /* line 406, ../sass/jquery-ui.scss */ .ui-icon-play { background-position: 0 -160px; } /* line 407, ../sass/jquery-ui.scss */ .ui-icon-pause { background-position: -16px -160px; } /* line 408, ../sass/jquery-ui.scss */ .ui-icon-seek-next { background-position: -32px -160px; } /* line 409, ../sass/jquery-ui.scss */ .ui-icon-seek-prev { background-position: -48px -160px; } /* line 410, ../sass/jquery-ui.scss */ .ui-icon-seek-end { background-position: -64px -160px; } /* line 411, ../sass/jquery-ui.scss */ .ui-icon-seek-start { background-position: -80px -160px; } /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ /* line 413, ../sass/jquery-ui.scss */ .ui-icon-seek-first { background-position: -80px -160px; } /* line 414, ../sass/jquery-ui.scss */ .ui-icon-stop { background-position: -96px -160px; } /* line 415, ../sass/jquery-ui.scss */ .ui-icon-eject { background-position: -112px -160px; } /* line 416, ../sass/jquery-ui.scss */ .ui-icon-volume-off { background-position: -128px -160px; } /* line 417, ../sass/jquery-ui.scss */ .ui-icon-volume-on { background-position: -144px -160px; } /* line 418, ../sass/jquery-ui.scss */ .ui-icon-power { background-position: 0 -176px; } /* line 419, ../sass/jquery-ui.scss */ .ui-icon-signal-diag { background-position: -16px -176px; } /* line 420, ../sass/jquery-ui.scss */ .ui-icon-signal { background-position: -32px -176px; } /* line 421, ../sass/jquery-ui.scss */ .ui-icon-battery-0 { background-position: -48px -176px; } /* line 422, ../sass/jquery-ui.scss */ .ui-icon-battery-1 { background-position: -64px -176px; } /* line 423, ../sass/jquery-ui.scss */ .ui-icon-battery-2 { background-position: -80px -176px; } /* line 424, ../sass/jquery-ui.scss */ .ui-icon-battery-3 { background-position: -96px -176px; } /* line 425, ../sass/jquery-ui.scss */ .ui-icon-circle-plus { background-position: 0 -192px; } /* line 426, ../sass/jquery-ui.scss */ .ui-icon-circle-minus { background-position: -16px -192px; } /* line 427, ../sass/jquery-ui.scss */ .ui-icon-circle-close { background-position: -32px -192px; } /* line 428, ../sass/jquery-ui.scss */ .ui-icon-circle-triangle-e { background-position: -48px -192px; } /* line 429, ../sass/jquery-ui.scss */ .ui-icon-circle-triangle-s { background-position: -64px -192px; } /* line 430, ../sass/jquery-ui.scss */ .ui-icon-circle-triangle-w { background-position: -80px -192px; } /* line 431, ../sass/jquery-ui.scss */ .ui-icon-circle-triangle-n { background-position: -96px -192px; } /* line 432, ../sass/jquery-ui.scss */ .ui-icon-circle-arrow-e { background-position: -112px -192px; } /* line 433, ../sass/jquery-ui.scss */ .ui-icon-circle-arrow-s { background-position: -128px -192px; } /* line 434, ../sass/jquery-ui.scss */ .ui-icon-circle-arrow-w { background-position: -144px -192px; } /* line 435, ../sass/jquery-ui.scss */ .ui-icon-circle-arrow-n { background-position: -160px -192px; } /* line 436, ../sass/jquery-ui.scss */ .ui-icon-circle-zoomin { background-position: -176px -192px; } /* line 437, ../sass/jquery-ui.scss */ .ui-icon-circle-zoomout { background-position: -192px -192px; } /* line 438, ../sass/jquery-ui.scss */ .ui-icon-circle-check { background-position: -208px -192px; } /* line 439, ../sass/jquery-ui.scss */ .ui-icon-circlesmall-plus { background-position: 0 -208px; } /* line 440, ../sass/jquery-ui.scss */ .ui-icon-circlesmall-minus { background-position: -16px -208px; } /* line 441, ../sass/jquery-ui.scss */ .ui-icon-circlesmall-close { background-position: -32px -208px; } /* line 442, ../sass/jquery-ui.scss */ .ui-icon-squaresmall-plus { background-position: -48px -208px; } /* line 443, ../sass/jquery-ui.scss */ .ui-icon-squaresmall-minus { background-position: -64px -208px; } /* line 444, ../sass/jquery-ui.scss */ .ui-icon-squaresmall-close { background-position: -80px -208px; } /* line 445, ../sass/jquery-ui.scss */ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } /* line 446, ../sass/jquery-ui.scss */ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } /* line 447, ../sass/jquery-ui.scss */ .ui-icon-grip-solid-vertical { background-position: -32px -224px; } /* line 448, ../sass/jquery-ui.scss */ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } /* line 449, ../sass/jquery-ui.scss */ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } /* line 450, ../sass/jquery-ui.scss */ .ui-icon-grip-diagonal-se { background-position: -80px -224px; } /* Misc visuals ----------------------------------*/ /* Corner radius */ /* line 457, ../sass/jquery-ui.scss */ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; } /* line 458, ../sass/jquery-ui.scss */ .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; } /* line 459, ../sass/jquery-ui.scss */ .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } /* line 460, ../sass/jquery-ui.scss */ .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } /* Overlays */ /* line 463, ../sass/jquery-ui.scss */ .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); } /* line 464, ../sass/jquery-ui.scss */ .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } /* graph */ /* line 3, ../sass/graph.scss */ .rickshaw_graph { position: relative; } /* line 6, ../sass/graph.scss */ .rickshaw_graph svg { display: block; overflow: hidden; } /* ticks */ /* line 13, ../sass/graph.scss */ .rickshaw_graph .x_tick { position: absolute; top: 0; bottom: 0; width: 0px; border-left: 1px dotted rgba(0, 0, 0, 0.2); pointer-events: none; } /* line 21, ../sass/graph.scss */ .rickshaw_graph .x_tick .title { position: absolute; font-size: 12px; font-family: Arial, sans-serif; opacity: 0.5; white-space: nowrap; margin-left: 3px; bottom: 1px; } /* annotations */ /* line 33, ../sass/graph.scss */ .rickshaw_annotation_timeline { height: 1px; border-top: 1px solid #e0e0e0; margin-top: 10px; position: relative; } /* line 39, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation { position: absolute; height: 6px; width: 6px; margin-left: -2px; top: -3px; border-radius: 5px; background-color: rgba(0, 0, 0, 0.25); } /* line 48, ../sass/graph.scss */ .rickshaw_graph .annotation_line { position: absolute; top: 0; bottom: -6px; width: 0px; border-left: 2px solid rgba(0, 0, 0, 0.3); display: none; } /* line 56, ../sass/graph.scss */ .rickshaw_graph .annotation_line.active { display: block; } /* line 60, ../sass/graph.scss */ .rickshaw_graph .annotation_range { background: rgba(0, 0, 0, 0.1); display: none; position: absolute; top: 0; bottom: -6px; } /* line 67, ../sass/graph.scss */ .rickshaw_graph .annotation_range.active { display: block; } /* line 70, ../sass/graph.scss */ .rickshaw_graph .annotation_range.active.offscreen { display: none; } /* line 74, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation .content { background: white; color: black; opacity: 0.9; padding: 5px 5px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.8); border-radius: 3px; position: relative; z-index: 20; font-size: 12px; padding: 6px 8px 8px; top: 18px; left: -11px; width: 160px; display: none; cursor: pointer; } /* line 91, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation .content:before { content: "\25b2"; position: absolute; top: -11px; color: white; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8); } /* line 99, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation.active, .rickshaw_annotation_timeline .annotation:hover { background-color: rgba(0, 0, 0, 0.8); cursor: none; } /* line 103, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation .content:hover { z-index: 50; } /* line 106, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation.active .content { display: block; } /* line 109, ../sass/graph.scss */ .rickshaw_annotation_timeline .annotation:hover .content { display: block; z-index: 50; } /* line 114, ../sass/graph.scss */ .rickshaw_graph .y_axis, .rickshaw_graph .x_axis_d3 { fill: none; } /* line 118, ../sass/graph.scss */ .rickshaw_graph .y_ticks .tick line, .rickshaw_graph .x_ticks_d3 .tick { stroke: rgba(0, 0, 0, 0.16); stroke-width: 2px; shape-rendering: crisp-edges; pointer-events: none; } /* line 125, ../sass/graph.scss */ .rickshaw_graph .y_grid .tick, .rickshaw_graph .x_grid_d3 .tick { z-index: -1; stroke: rgba(0, 0, 0, 0.2); stroke-width: 1px; stroke-dasharray: 1 1; } /* line 131, ../sass/graph.scss */ .rickshaw_graph .y_grid .tick[data-y-value="0"] { stroke-dasharray: 1 0; } /* line 135, ../sass/graph.scss */ .rickshaw_graph .y_grid path, .rickshaw_graph .x_grid_d3 path { fill: none; stroke: none; } /* line 140, ../sass/graph.scss */ .rickshaw_graph .y_ticks path, .rickshaw_graph .x_ticks_d3 path { fill: none; stroke: #808080; } /* line 145, ../sass/graph.scss */ .rickshaw_graph .y_ticks text, .rickshaw_graph .x_ticks_d3 text { opacity: 0.5; font-size: 12px; pointer-events: none; } /* line 151, ../sass/graph.scss */ .rickshaw_graph .x_tick.glow .title, .rickshaw_graph .y_ticks.glow text { fill: black; color: black; text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.1), 1px -1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1), 0px -1px 0 rgba(255, 255, 255, 0.1), 1px 0px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1), -1px -1px 0 rgba(255, 255, 255, 0.1); } /* line 165, ../sass/graph.scss */ .rickshaw_graph .x_tick.inverse .title, .rickshaw_graph .y_ticks.inverse text { fill: white; color: white; text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.8), 1px -1px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), 0px -1px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8); } /* line 1, ../sass/detail.scss */ .rickshaw_graph .detail { pointer-events: none; position: absolute; top: 0; z-index: 2; background: rgba(0, 0, 0, 0.1); bottom: 0; width: 1px; transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; -webkit-transition: opacity 0.25s linear; } /* line 14, ../sass/detail.scss */ .rickshaw_graph .detail.inactive { opacity: 0; } /* line 17, ../sass/detail.scss */ .rickshaw_graph .detail .item.active { opacity: 1; } /* line 20, ../sass/detail.scss */ .rickshaw_graph .detail .x_label { font-family: Arial, sans-serif; border-radius: 3px; padding: 6px; opacity: 0.5; border: 1px solid #e0e0e0; font-size: 12px; position: absolute; background: white; white-space: nowrap; } /* line 31, ../sass/detail.scss */ .rickshaw_graph .detail .x_label.left { left: 0; } /* line 34, ../sass/detail.scss */ .rickshaw_graph .detail .x_label.right { right: 0; } /* line 37, ../sass/detail.scss */ .rickshaw_graph .detail .item { position: absolute; z-index: 2; border-radius: 3px; padding: 0.25em; font-size: 12px; font-family: Arial, sans-serif; opacity: 0; background: rgba(0, 0, 0, 0.4); color: white; border: 1px solid rgba(0, 0, 0, 0.4); margin-left: 1em; margin-right: 1em; margin-top: -1em; white-space: nowrap; } /* line 53, ../sass/detail.scss */ .rickshaw_graph .detail .item.left { left: 0; } /* line 56, ../sass/detail.scss */ .rickshaw_graph .detail .item.right { right: 0; } /* line 59, ../sass/detail.scss */ .rickshaw_graph .detail .item.active { opacity: 1; background: rgba(0, 0, 0, 0.8); } /* line 63, ../sass/detail.scss */ .rickshaw_graph .detail .item:after { position: absolute; display: block; width: 0; height: 0; content: ""; border: 5px solid transparent; } /* line 73, ../sass/detail.scss */ .rickshaw_graph .detail .item.left:after { top: 1em; left: -5px; margin-top: -5px; border-right-color: rgba(0, 0, 0, 0.8); border-left-width: 0; } /* line 80, ../sass/detail.scss */ .rickshaw_graph .detail .item.right:after { top: 1em; right: -5px; margin-top: -5px; border-left-color: rgba(0, 0, 0, 0.8); border-right-width: 0; } /* line 87, ../sass/detail.scss */ .rickshaw_graph .detail .dot { width: 4px; height: 4px; margin-left: -3px; margin-top: -3.5px; border-radius: 5px; position: absolute; box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); box-sizing: content-box; -moz-box-sizing: content-box; background: white; border-width: 2px; border-style: solid; display: none; background-clip: padding-box; } /* line 103, ../sass/detail.scss */ .rickshaw_graph .detail .dot.active { display: block; } /* line 1, ../sass/legend.scss */ .rickshaw_legend { font-family: Arial; font-size: 12px; color: white; background: #404040; display: inline-block; padding: 12px 5px; border-radius: 2px; position: relative; } /* line 11, ../sass/legend.scss */ .rickshaw_legend:hover { z-index: 10; } /* line 14, ../sass/legend.scss */ .rickshaw_legend .swatch { width: 10px; height: 10px; border: 1px solid rgba(0, 0, 0, 0.2); } /* line 19, ../sass/legend.scss */ .rickshaw_legend .line { clear: both; line-height: 140%; padding-right: 15px; } /* line 24, ../sass/legend.scss */ .rickshaw_legend .line .swatch { display: inline-block; margin-right: 3px; border-radius: 2px; } /* line 29, ../sass/legend.scss */ .rickshaw_legend .label { margin: 0; white-space: nowrap; display: inline; font-size: inherit; background-color: transparent; color: inherit; font-weight: normal; line-height: normal; padding: 0px; text-shadow: none; } /* line 41, ../sass/legend.scss */ .rickshaw_legend .action:hover { opacity: 0.6; } /* line 44, ../sass/legend.scss */ .rickshaw_legend .action { margin-right: 0.2em; font-size: 10px; opacity: 0.2; cursor: pointer; font-size: 14px; } /* line 51, ../sass/legend.scss */ .rickshaw_legend .line.disabled { opacity: 0.4; } /* line 54, ../sass/legend.scss */ .rickshaw_legend ul { list-style-type: none; margin: 0; padding: 0; margin: 2px; cursor: pointer; } /* line 61, ../sass/legend.scss */ .rickshaw_legend li { padding: 0 0 0 2px; min-width: 80px; white-space: nowrap; } /* line 66, ../sass/legend.scss */ .rickshaw_legend li:hover { background: rgba(255, 255, 255, 0.08); border-radius: 3px; } /* line 70, ../sass/legend.scss */ .rickshaw_legend li:active { background: rgba(255, 255, 255, 0.2); border-radius: 3px; } /* line 329, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-version { font-family: "/5.2.3/"; } /* line 333, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-mq-small { font-family: "/only screen/"; width: 0em; } /* line 338, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; } /* line 343, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-mq-large { font-family: "/only screen and (min-width:64.063em)/"; width: 64.063em; } /* line 348, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:90.063em)/"; width: 90.063em; } /* line 353, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120.063em)/"; width: 120.063em; } /* line 358, ../sass/foundation/foundation/components/_global.scss */ meta.foundation-data-attribute-namespace { font-family: false; } /* line 365, ../sass/foundation/foundation/components/_global.scss */ html, body { height: 100%; } /* line 370, ../sass/foundation/foundation/components/_global.scss */ *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 375, ../sass/foundation/foundation/components/_global.scss */ html, body { font-size: 100%; } /* line 378, ../sass/foundation/foundation/components/_global.scss */ body { background: white; color: #222222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: default; } /* line 391, ../sass/foundation/foundation/components/_global.scss */ a:hover { cursor: pointer; } /* line 394, ../sass/foundation/foundation/components/_global.scss */ img { max-width: 100%; height: auto; } /* line 396, ../sass/foundation/foundation/components/_global.scss */ img { -ms-interpolation-mode: bicubic; } /* line 402, ../sass/foundation/foundation/components/_global.scss */ #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } /* line 407, ../sass/foundation/foundation/components/_global.scss */ .left { float: left !important; } /* line 408, ../sass/foundation/foundation/components/_global.scss */ .right { float: right !important; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .clearfix:before, .clearfix:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .clearfix:after { clear: both; } /* line 410, ../sass/foundation/foundation/components/_global.scss */ .hide { display: none; } /* line 416, ../sass/foundation/foundation/components/_global.scss */ .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* line 419, ../sass/foundation/foundation/components/_global.scss */ img { display: inline-block; vertical-align: middle; } /* line 429, ../sass/foundation/foundation/components/_global.scss */ textarea { height: auto; min-height: 50px; } /* line 432, ../sass/foundation/foundation/components/_global.scss */ select { width: 100%; } /* line 216, ../sass/foundation/foundation/components/_grid.scss */ .row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 95%; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .row:before, .row:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .row:after { clear: both; } /* line 221, ../sass/foundation/foundation/components/_grid.scss */ .row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; } /* line 223, ../sass/foundation/foundation/components/_grid.scss */ .row.collapse .row { margin-left: 0; margin-right: 0; } /* line 226, ../sass/foundation/foundation/components/_grid.scss */ .row .row { width: auto; margin-left: -0.9375rem; margin-right: -0.9375rem; margin-top: 0; margin-bottom: 0; max-width: none; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .row .row:before, .row .row:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .row .row:after { clear: both; } /* line 227, ../sass/foundation/foundation/components/_grid.scss */ .row .row.collapse { width: auto; margin: 0; max-width: none; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .row .row.collapse:after { clear: both; } /* line 232, ../sass/foundation/foundation/components/_grid.scss */ .column, .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } /* line 234, ../sass/foundation/foundation/components/_grid.scss */ [class*="column"] + [class*="column"]:last-child { float: right; } /* line 235, ../sass/foundation/foundation/components/_grid.scss */ [class*="column"] + [class*="column"].end { float: left; } @media only screen { /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-0 { position: relative; left: 0%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-0 { position: relative; right: 0%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-3 { position: relative; left: 25%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-3 { position: relative; right: 25%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-6 { position: relative; left: 50%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-6 { position: relative; right: 50%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-9 { position: relative; left: 75%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-9 { position: relative; right: 75%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .small-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .small-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 166, ../sass/foundation/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-1 { width: 8.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-2 { width: 16.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-3 { width: 25%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-4 { width: 33.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-5 { width: 41.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-6 { width: 50%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-7 { width: 58.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-8 { width: 66.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-9 { width: 75%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-10 { width: 83.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-11 { width: 91.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .small-12 { width: 100%; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-0 { margin-left: 0% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-1 { margin-left: 8.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-2 { margin-left: 16.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-3 { margin-left: 25% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-4 { margin-left: 33.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-5 { margin-left: 41.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-6 { margin-left: 50% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-7 { margin-left: 58.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-8 { margin-left: 66.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-9 { margin-left: 75% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-10 { margin-left: 83.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .small-offset-11 { margin-left: 91.66667% !important; } /* line 178, ../sass/foundation/foundation/components/_grid.scss */ .small-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } /* line 187, ../sass/foundation/foundation/components/_grid.scss */ .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; } /* line 190, ../sass/foundation/foundation/components/_grid.scss */ .column.small-uncentered, .columns.small-uncentered { margin-left: 0; margin-right: 0; float: left; } /* line 198, ../sass/foundation/foundation/components/_grid.scss */ .column.small-centered:last-child, .columns.small-centered:last-child { float: none; } /* line 204, ../sass/foundation/foundation/components/_grid.scss */ .column.small-uncentered:last-child, .columns.small-uncentered:last-child { float: left; } /* line 209, ../sass/foundation/foundation/components/_grid.scss */ .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right; } } @media only screen and (min-width: 40.063em) { /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-0 { position: relative; left: 0%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-0 { position: relative; right: 0%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-3 { position: relative; left: 25%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-3 { position: relative; right: 25%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-6 { position: relative; left: 50%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-6 { position: relative; right: 50%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-9 { position: relative; left: 75%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-9 { position: relative; right: 75%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .medium-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .medium-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 166, ../sass/foundation/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-1 { width: 8.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-2 { width: 16.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-3 { width: 25%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-4 { width: 33.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-5 { width: 41.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-6 { width: 50%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-7 { width: 58.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-8 { width: 66.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-9 { width: 75%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-10 { width: 83.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-11 { width: 91.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .medium-12 { width: 100%; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-0 { margin-left: 0% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-1 { margin-left: 8.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-2 { margin-left: 16.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-3 { margin-left: 25% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-4 { margin-left: 33.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-5 { margin-left: 41.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-6 { margin-left: 50% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-7 { margin-left: 58.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-8 { margin-left: 66.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-9 { margin-left: 75% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-10 { margin-left: 83.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .medium-offset-11 { margin-left: 91.66667% !important; } /* line 178, ../sass/foundation/foundation/components/_grid.scss */ .medium-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } /* line 187, ../sass/foundation/foundation/components/_grid.scss */ .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; } /* line 190, ../sass/foundation/foundation/components/_grid.scss */ .column.medium-uncentered, .columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left; } /* line 198, ../sass/foundation/foundation/components/_grid.scss */ .column.medium-centered:last-child, .columns.medium-centered:last-child { float: none; } /* line 204, ../sass/foundation/foundation/components/_grid.scss */ .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child { float: left; } /* line 209, ../sass/foundation/foundation/components/_grid.scss */ .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-0 { position: relative; left: 0%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-0 { position: relative; right: 0%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-1 { position: relative; left: 8.33333%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-2 { position: relative; left: 16.66667%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-3 { position: relative; left: 25%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-3 { position: relative; right: 25%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-4 { position: relative; left: 33.33333%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-5 { position: relative; left: 41.66667%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-6 { position: relative; left: 50%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-6 { position: relative; right: 50%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-7 { position: relative; left: 58.33333%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-8 { position: relative; left: 66.66667%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-9 { position: relative; left: 75%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-9 { position: relative; right: 75%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-10 { position: relative; left: 83.33333%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 245, ../sass/foundation/foundation/components/_grid.scss */ .push-11 { position: relative; left: 91.66667%; right: auto; } /* line 248, ../sass/foundation/foundation/components/_grid.scss */ .pull-11 { position: relative; right: 91.66667%; left: auto; } } @media only screen and (min-width: 64.063em) { /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-0 { position: relative; left: 0%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-0 { position: relative; right: 0%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-3 { position: relative; left: 25%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-3 { position: relative; right: 25%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-6 { position: relative; left: 50%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-6 { position: relative; right: 50%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-9 { position: relative; left: 75%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-9 { position: relative; right: 75%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 157, ../sass/foundation/foundation/components/_grid.scss */ .large-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 160, ../sass/foundation/foundation/components/_grid.scss */ .large-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 166, ../sass/foundation/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-1 { width: 8.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-2 { width: 16.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-3 { width: 25%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-4 { width: 33.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-5 { width: 41.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-6 { width: 50%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-7 { width: 58.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-8 { width: 66.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-9 { width: 75%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-10 { width: 83.33333%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-11 { width: 91.66667%; } /* line 170, ../sass/foundation/foundation/components/_grid.scss */ .large-12 { width: 100%; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-0 { margin-left: 0% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-1 { margin-left: 8.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-2 { margin-left: 16.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-3 { margin-left: 25% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-4 { margin-left: 33.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-5 { margin-left: 41.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-6 { margin-left: 50% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-7 { margin-left: 58.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-8 { margin-left: 66.66667% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-9 { margin-left: 75% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-10 { margin-left: 83.33333% !important; } /* line 176, ../sass/foundation/foundation/components/_grid.scss */ .large-offset-11 { margin-left: 91.66667% !important; } /* line 178, ../sass/foundation/foundation/components/_grid.scss */ .large-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } /* line 187, ../sass/foundation/foundation/components/_grid.scss */ .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; } /* line 190, ../sass/foundation/foundation/components/_grid.scss */ .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left; } /* line 198, ../sass/foundation/foundation/components/_grid.scss */ .column.large-centered:last-child, .columns.large-centered:last-child { float: none; } /* line 204, ../sass/foundation/foundation/components/_grid.scss */ .column.large-uncentered:last-child, .columns.large-uncentered:last-child { float: left; } /* line 209, ../sass/foundation/foundation/components/_grid.scss */ .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-0 { position: relative; left: 0%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-0 { position: relative; right: 0%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-1 { position: relative; left: 8.33333%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-2 { position: relative; left: 16.66667%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-3 { position: relative; left: 25%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-3 { position: relative; right: 25%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-4 { position: relative; left: 33.33333%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-5 { position: relative; left: 41.66667%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-6 { position: relative; left: 50%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-6 { position: relative; right: 50%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-7 { position: relative; left: 58.33333%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-8 { position: relative; left: 66.66667%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-9 { position: relative; left: 75%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-9 { position: relative; right: 75%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-10 { position: relative; left: 83.33333%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 256, ../sass/foundation/foundation/components/_grid.scss */ .push-11 { position: relative; left: 91.66667%; right: auto; } /* line 259, ../sass/foundation/foundation/components/_grid.scss */ .pull-11 { position: relative; right: 91.66667%; left: auto; } } /* line 186, ../sass/foundation/foundation/components/_buttons.scss */ button, .button { border-style: solid; border-width: 0px; cursor: pointer; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 1rem; padding-right: 2rem; padding-bottom: 1.0625rem; padding-left: 2rem; font-size: 1rem; background-color: #008cba; border-color: #007095; color: white; transition: background-color 300ms ease-out; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button:hover, button:focus, .button:hover, .button:focus { background-color: #007095; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button:hover, button:focus, .button:hover, .button:focus { color: white; } /* line 193, ../sass/foundation/foundation/components/_buttons.scss */ button.secondary, .button.secondary { background-color: #e7e7e7; border-color: #b9b9b9; color: #333333; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #b9b9b9; } /* line 140, ../sass/foundation/foundation/components/_buttons.scss */ button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color: #333333; } /* line 194, ../sass/foundation/foundation/components/_buttons.scss */ button.success, .button.success { background-color: #43ac6a; border-color: #368a55; color: white; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { background-color: #368a55; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { color: white; } /* line 195, ../sass/foundation/foundation/components/_buttons.scss */ button.alert, .button.alert { background-color: #f04124; border-color: #cf2a0e; color: white; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { background-color: #cf2a0e; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { color: white; } /* line 197, ../sass/foundation/foundation/components/_buttons.scss */ button.large, .button.large { padding-top: 1.125rem; padding-right: 2.25rem; padding-bottom: 1.1875rem; padding-left: 2.25rem; font-size: 1.25rem; } /* line 198, ../sass/foundation/foundation/components/_buttons.scss */ button.small, .button.small { padding-top: 0.875rem; padding-right: 1.75rem; padding-bottom: 0.9375rem; padding-left: 1.75rem; font-size: 0.8125rem; } /* line 199, ../sass/foundation/foundation/components/_buttons.scss */ button.tiny, .button.tiny { padding-top: 0.625rem; padding-right: 1.25rem; padding-bottom: 0.6875rem; padding-left: 1.25rem; font-size: 0.6875rem; } /* line 200, ../sass/foundation/foundation/components/_buttons.scss */ button.expand, .button.expand { padding-right: 0; padding-left: 0; width: 100%; } /* line 202, ../sass/foundation/foundation/components/_buttons.scss */ button.left-align, .button.left-align { text-align: left; text-indent: 0.75rem; } /* line 203, ../sass/foundation/foundation/components/_buttons.scss */ button.right-align, .button.right-align { text-align: right; padding-right: 0.75rem; } /* line 205, ../sass/foundation/foundation/components/_buttons.scss */ button.radius, .button.radius { border-radius: 3px; } /* line 206, ../sass/foundation/foundation/components/_buttons.scss */ button.round, .button.round { border-radius: 1000px; } /* line 208, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: #008cba; border-color: #007095; color: white; cursor: default; opacity: 0.7; box-shadow: none; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #007095; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { color: white; } /* line 155, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #008cba; } /* line 209, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary { background-color: #e7e7e7; border-color: #b9b9b9; color: #333333; cursor: default; opacity: 0.7; box-shadow: none; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #b9b9b9; } /* line 140, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { color: #333333; } /* line 155, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #e7e7e7; } /* line 210, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success { background-color: #43ac6a; border-color: #368a55; color: white; cursor: default; opacity: 0.7; box-shadow: none; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #368a55; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { color: white; } /* line 155, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #43ac6a; } /* line 211, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert { background-color: #f04124; border-color: #cf2a0e; color: white; cursor: default; opacity: 0.7; box-shadow: none; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #cf2a0e; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { color: white; } /* line 155, ../sass/foundation/foundation/components/_buttons.scss */ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #f04124; } @media only screen and (min-width: 40.063em) { /* line 216, ../sass/foundation/foundation/components/_buttons.scss */ button, .button { display: inline-block; } } /* line 122, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button, button.dropdown { position: relative; padding-right: 3.5625rem; } /* line 62, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button:after, button.dropdown:after { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: solid; border-color: white transparent transparent transparent; top: 50%; } /* line 97, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button:after, button.dropdown:after { border-width: 0.375rem; right: 1.40625rem; margin-top: -0.15625rem; } /* line 116, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button:after, button.dropdown:after { border-color: white transparent transparent transparent; } /* line 123, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.tiny, button.dropdown.tiny { padding-right: 2.625rem; } /* line 77, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.tiny:before, button.dropdown.tiny:before { border-width: 0.375rem; right: 1.125rem; margin-top: -0.125rem; } /* line 116, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.tiny:after, button.dropdown.tiny:after { border-color: white transparent transparent transparent; } /* line 124, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.small, button.dropdown.small { padding-right: 3.0625rem; } /* line 87, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.small:after, button.dropdown.small:after { border-width: 0.4375rem; right: 1.3125rem; margin-top: -0.15625rem; } /* line 116, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.small:after, button.dropdown.small:after { border-color: white transparent transparent transparent; } /* line 125, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.large, button.dropdown.large { padding-right: 3.625rem; } /* line 107, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.large:after, button.dropdown.large:after { border-width: 0.3125rem; right: 1.71875rem; margin-top: -0.15625rem; } /* line 116, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.large:after, button.dropdown.large:after { border-color: white transparent transparent transparent; } /* line 126, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ .dropdown.button.secondary:after, button.dropdown.secondary:after { border-color: #333333 transparent transparent transparent; } /* line 173, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button { position: relative; padding-right: 5.0625rem; } /* line 76, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span { display: block; height: 100%; position: absolute; right: 0; top: 0; border-left: solid 1px; } /* line 85, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span:after { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: inset; top: 50%; left: 50%; } /* line 97, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span:active { background-color: rgba(0, 0, 0, 0.1); } /* line 103, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span { border-left-color: rgba(255, 255, 255, 0.5); } /* line 140, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span { width: 3.09375rem; } /* line 141, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span:after { border-top-style: solid; border-width: 0.375rem; top: 48%; margin-left: -0.375rem; } /* line 166, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button span:after { border-color: white transparent transparent transparent; } /* line 103, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.secondary span { border-left-color: rgba(255, 255, 255, 0.5); } /* line 166, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.secondary span:after { border-color: white transparent transparent transparent; } /* line 103, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.alert span { border-left-color: rgba(255, 255, 255, 0.5); } /* line 103, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.success span { border-left-color: rgba(255, 255, 255, 0.5); } /* line 179, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.tiny { padding-right: 3.75rem; } /* line 112, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.tiny span { width: 2.25rem; } /* line 113, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.tiny span:after { border-top-style: solid; border-width: 0.375rem; top: 48%; margin-left: -0.375rem; } /* line 180, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.small { padding-right: 4.375rem; } /* line 126, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.small span { width: 2.625rem; } /* line 127, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.small span:after { border-top-style: solid; border-width: 0.4375rem; top: 48%; margin-left: -0.375rem; } /* line 181, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.large { padding-right: 5.5rem; } /* line 154, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.large span { width: 3.4375rem; } /* line 155, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.large span:after { border-top-style: solid; border-width: 0.3125rem; top: 48%; margin-left: -0.375rem; } /* line 182, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.expand { padding-left: 2rem; } /* line 166, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.secondary span:after { border-color: #333333 transparent transparent transparent; } /* line 186, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.radius span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } /* line 187, ../sass/foundation/foundation/components/_split-buttons.scss */ .split.button.round span { border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; } /* line 123, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav { display: block; width: auto; overflow: hidden; margin: -0.25rem 0 1.125rem; padding-top: 0.25rem; margin-right: 0; margin-left: -0.75rem; } /* line 69, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt { text-transform: uppercase; } /* line 75, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt, .sub-nav dd, .sub-nav li { float: left; display: inline; margin-left: 1rem; margin-bottom: 0.625rem; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 0.875rem; color: #999999; } /* line 85, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt a, .sub-nav dd a, .sub-nav li a { text-decoration: none; color: #999999; padding: 0.1875rem 1rem; } /* line 89, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover { color: #737373; } /* line 94, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a { border-radius: 3px; font-weight: normal; background: #008cba; padding: 0.1875rem 1rem; cursor: default; color: white; } /* line 101, ../sass/foundation/foundation/components/_sub-nav.scss */ .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover { background: #0078a0; } /* line 106, ../sass/foundation/foundation/components/_block-grid.scss */ [class*="block-grid-"] { display: block; padding: 0; margin: 0 -0.625rem; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ [class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ [class*="block-grid-"]:after { clear: both; } /* line 50, ../sass/foundation/foundation/components/_block-grid.scss */ [class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; } @media only screen { /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-1 > li { width: 100%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-2 > li { width: 50%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-3 > li { width: 33.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-4 > li { width: 25%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-5 > li { width: 20%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-6 > li { width: 16.66667%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-7 > li { width: 14.28571%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-8 > li { width: 12.5%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-9 > li { width: 11.11111%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-10 > li { width: 10%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-11 > li { width: 9.09091%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-12 > li { width: 8.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 40.063em) { /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-1 > li { width: 100%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-1 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-2 > li { width: 50%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-2 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-3 > li { width: 33.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-3 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-4 > li { width: 25%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-4 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-5 > li { width: 20%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-5 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-6 > li { width: 16.66667%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-6 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-7 > li { width: 14.28571%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-7 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-8 > li { width: 12.5%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-8 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-9 > li { width: 11.11111%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-9 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-10 > li { width: 10%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-10 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-11 > li { width: 9.09091%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-11 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-12 > li { width: 8.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-12 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 64.063em) { /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-1 > li { width: 100%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-1 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-2 > li { width: 50%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-2 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-3 > li { width: 33.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-3 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-4 > li { width: 25%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-4 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-5 > li { width: 20%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-5 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-6 > li { width: 16.66667%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-6 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-7 > li { width: 14.28571%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-7 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-8 > li { width: 12.5%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-8 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-9 > li { width: 11.11111%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-9 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-10 > li { width: 10%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-10 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-11 > li { width: 9.09091%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-11 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 61, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-12 > li { width: 8.33333%; list-style: none; } /* line 68, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-12 > li:nth-of-type(1n) { clear: none; } /* line 69, ../sass/foundation/foundation/components/_block-grid.scss */ .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } /* line 99, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group { list-style: none; margin: 0; left: 0; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .button-group:before, .button-group:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .button-group:after { clear: both; } /* line 101, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group > li { margin: 0; float: left; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group > li > button, .button-group > li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group > li:first-child button, .button-group > li:first-child .button { border-left: 0; } /* line 56, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group > li:first-child { margin-left: 0; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.radius > * > button, .button-group.radius > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button { border-left: 0; } /* line 78, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button { border-radius: 0; } /* line 82, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 86, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.round > * > button, .button-group.round > * .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.round > *:first-child button, .button-group.round > *:first-child .button { border-left: 0; } /* line 78, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button { border-radius: 0; } /* line 82, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button { border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; } /* line 86, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button { border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-2 li { width: 50%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-2 li > button, .button-group.even-2 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-2 li button, .button-group.even-2 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-3 li { width: 33.33333%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-3 li > button, .button-group.even-3 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-3 li button, .button-group.even-3 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-4 li { width: 25%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-4 li > button, .button-group.even-4 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-4 li button, .button-group.even-4 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-5 li { width: 20%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-5 li > button, .button-group.even-5 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-5 li button, .button-group.even-5 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-6 li { width: 16.66667%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-6 li > button, .button-group.even-6 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-6 li button, .button-group.even-6 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-7 li { width: 14.28571%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-7 li > button, .button-group.even-7 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-7 li button, .button-group.even-7 li .button { width: 100%; } /* line 107, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-8 li { width: 12.5%; } /* line 40, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-8 li > button, .button-group.even-8 li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } /* line 46, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button { border-left: 0; } /* line 92, ../sass/foundation/foundation/components/_button-groups.scss */ .button-group.even-8 li button, .button-group.even-8 li .button { width: 100%; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .button-bar:before, .button-bar:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .button-bar:after { clear: both; } /* line 113, ../sass/foundation/foundation/components/_button-groups.scss */ .button-bar .button-group { float: left; margin-right: 0.625rem; } /* line 33, ../sass/foundation/foundation/components/_button-groups.scss */ .button-bar .button-group div { overflow: hidden; } /* Clearing Styles */ /* line 44, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-thumbs, [data-clearing] { margin-bottom: 0; margin-left: 0; list-style: none; } /* line 181, ../sass/foundation/foundation/components/_global.scss */ .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after { content: " "; display: table; } /* line 182, ../sass/foundation/foundation/components/_global.scss */ .clearing-thumbs:after, [data-clearing]:after { clear: both; } /* line 50, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-thumbs li, [data-clearing] li { float: left; margin-right: 10px; } /* line 55, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li { margin-right: 0; } /* line 60, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-blackout { background: #333333; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 998; } /* line 69, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-blackout .clearing-close { display: block; } /* line 72, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-container { position: relative; z-index: 998; height: 100%; overflow: hidden; margin: 0; } /* line 80, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-touch-label { position: absolute; top: 50%; left: 50%; color: #aaa; font-size: 0.6em; } /* line 88, ../sass/foundation/foundation/components/_clearing.scss */ .visible-img { height: 95%; position: relative; } /* line 92, ../sass/foundation/foundation/components/_clearing.scss */ .visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; } /* line 102, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-caption { color: #cccccc; font-size: 0.875em; line-height: 1.3; margin-bottom: 0; text-align: center; bottom: 0; background: #333333; width: 100%; padding: 10px 30px 20px; position: absolute; left: 0; } /* line 116, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-close { z-index: 999; padding-left: 20px; padding-top: 10px; font-size: 30px; line-height: 1; color: #cccccc; display: none; } /* line 126, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-close:hover, .clearing-close:focus { color: #ccc; } /* line 129, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container { height: 100%; } /* line 130, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul { display: none; } /* line 134, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-feature li { display: none; } /* line 136, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-feature li.clearing-featured-img { display: block; } @media only screen and (min-width: 40.063em) { /* line 144, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev, .clearing-main-next { position: absolute; height: 100%; width: 40px; top: 0; } /* line 149, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev > span, .clearing-main-next > span { position: absolute; top: 50%; display: block; width: 0; height: 0; border: solid 12px; } /* line 156, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev > span:hover, .clearing-main-next > span:hover { opacity: 0.8; } /* line 159, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev { left: 0; } /* line 161, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: #cccccc; } /* line 167, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-next { right: 0; } /* line 169, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-next > span { border-color: transparent; border-left-color: #cccccc; } /* line 176, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: 0.3; } /* line 180, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel { background: rgba(51, 51, 51, 0.8); height: 120px; margin-top: 10px; text-align: center; } /* line 186, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul { display: inline-block; z-index: 999; height: 100%; position: relative; float: none; } /* line 193, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li { display: block; width: 120px; min-height: inherit; float: left; overflow: hidden; margin-right: 0; padding: 0; position: relative; cursor: pointer; opacity: 0.4; clear: none; } /* line 207, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li.fix-height img { height: 100%; max-width: none; } /* line 213, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; box-shadow: none; display: block; } /* line 219, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li img { cursor: pointer !important; width: 100% !important; } /* line 224, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li.visible { opacity: 1; } /* line 225, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .carousel > ul li:hover { opacity: 0.8; } /* line 230, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-assembled .clearing-container .visible-img { background: #333333; overflow: hidden; height: 85%; } /* line 237, ../sass/foundation/foundation/components/_clearing.scss */ .clearing-close { position: absolute; top: 10px; right: 20px; padding-left: 0; padding-top: 0; } } /* Foundation Dropdowns */ /* line 219, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 99; margin-top: 2px; max-width: 200px; } /* line 69, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown > *:first-child { margin-top: 0; } /* line 70, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown > *:last-child { margin-bottom: 0; } /* line 95, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent transparent white transparent; border-bottom-style: solid; position: absolute; top: -12px; left: 10px; z-index: 99; } /* line 102, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent transparent #cccccc transparent; border-bottom-style: solid; position: absolute; top: -14px; left: 9px; z-index: 98; } /* line 110, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.right:before { left: auto; right: 10px; } /* line 114, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.right:after { left: auto; right: 9px; } /* line 222, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-right { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 99; margin-top: 0; margin-left: 2px; max-width: 200px; } /* line 69, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-right > *:first-child { margin-top: 0; } /* line 70, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-right > *:last-child { margin-bottom: 0; } /* line 124, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-right:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent white transparent transparent; border-right-style: solid; position: absolute; top: 10px; left: -12px; z-index: 99; } /* line 131, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-right:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent #cccccc transparent transparent; border-right-style: solid; position: absolute; top: 9px; left: -14px; z-index: 98; } /* line 226, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-left { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 99; margin-top: 0; margin-left: -2px; max-width: 200px; } /* line 69, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-left > *:first-child { margin-top: 0; } /* line 70, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-left > *:last-child { margin-bottom: 0; } /* line 145, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-left:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent transparent transparent white; border-left-style: solid; position: absolute; top: 10px; right: -12px; left: auto; z-index: 99; } /* line 153, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-left:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent transparent transparent #cccccc; border-left-style: solid; position: absolute; top: 9px; right: -14px; left: auto; z-index: 98; } /* line 230, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-top { position: absolute; left: -9999px; list-style: none; margin-left: 0; width: 100%; max-height: none; height: auto; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 99; margin-top: -2px; margin-left: 0; max-width: 200px; } /* line 69, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-top > *:first-child { margin-top: 0; } /* line 70, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-top > *:last-child { margin-bottom: 0; } /* line 168, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-top:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: white transparent transparent transparent; border-top-style: solid; position: absolute; top: auto; bottom: -12px; left: 10px; right: auto; z-index: 99; } /* line 177, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.drop-top:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: #cccccc transparent transparent transparent; border-top-style: solid; position: absolute; top: auto; bottom: -14px; left: 9px; right: auto; z-index: 98; } /* line 235, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown li { font-size: 0.875rem; cursor: pointer; line-height: 1.125rem; margin: 0; } /* line 206, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown li:hover, .f-dropdown li:focus { background: #eeeeee; } /* line 208, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown li a { display: block; padding: 0.5rem; color: #555555; } /* line 238, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.content { position: absolute; left: -9999px; list-style: none; margin-left: 0; padding: 1.25rem; width: 100%; height: auto; max-height: none; background: white; border: solid 1px #cccccc; font-size: 0.875rem; z-index: 99; max-width: 200px; } /* line 69, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.content > *:first-child { margin-top: 0; } /* line 70, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.content > *:last-child { margin-bottom: 0; } /* line 241, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.tiny { max-width: 200px; } /* line 242, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.small { max-width: 300px; } /* line 243, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.medium { max-width: 500px; } /* line 244, ../sass/foundation/foundation/components/_dropdown.scss */ .f-dropdown.large { max-width: 800px; } /* line 162, ../sass/foundation/foundation/components/_reveal.scss */ .reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: black; background: rgba(0, 0, 0, 0.45); z-index: 99; display: none; top: 0; left: 0; } /* line 164, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { visibility: hidden; display: none; position: absolute; z-index: 100; width: 100vw; top: 0; left: 0; background-color: white; padding: 1.25rem; border: solid 1px #666666; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } @media only screen and (max-width: 40em) { /* line 164, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { min-height: 100vh; } } @media only screen and (min-width: 40.063em) { /* line 164, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { left: 50%; } } /* line 86, ../sass/foundation/foundation/components/_reveal.scss */ dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns { min-width: 0; } /* line 89, ../sass/foundation/foundation/components/_reveal.scss */ dialog > :first-child, .reveal-modal > :first-child { margin-top: 0; } /* line 90, ../sass/foundation/foundation/components/_reveal.scss */ dialog > :last-child, .reveal-modal > :last-child { margin-bottom: 0; } @media only screen and (min-width: 40.063em) { /* line 164, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { margin-left: -40%; width: 80%; } } @media only screen and (min-width: 40.063em) { /* line 164, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { top: 6.25rem; } } /* line 174, ../sass/foundation/foundation/components/_reveal.scss */ dialog .close-reveal-modal, .reveal-modal .close-reveal-modal { font-size: 2.5rem; line-height: 1; position: absolute; top: 0.5rem; right: 0.6875rem; color: #aaaaaa; font-weight: bold; cursor: pointer; } /* line 177, ../sass/foundation/foundation/components/_reveal.scss */ dialog[open] { display: block; visibility: visible; } @media only screen and (min-width: 40.063em) { /* line 184, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { padding: 1.875rem; } /* line 187, ../sass/foundation/foundation/components/_reveal.scss */ dialog.radius, .reveal-modal.radius { border-radius: 3px; } /* line 188, ../sass/foundation/foundation/components/_reveal.scss */ dialog.round, .reveal-modal.round { border-radius: 1000px; } /* line 190, ../sass/foundation/foundation/components/_reveal.scss */ dialog.collapse, .reveal-modal.collapse { padding: 0; } /* line 200, ../sass/foundation/foundation/components/_reveal.scss */ dialog.full, .reveal-modal.full { top: 0; left: 0; height: 100vh; min-height: 100vh; margin-left: 0 !important; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 192, ../sass/foundation/foundation/components/_reveal.scss */ dialog.tiny, .reveal-modal.tiny { margin-left: -15%; width: 30%; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 193, ../sass/foundation/foundation/components/_reveal.scss */ dialog.small, .reveal-modal.small { margin-left: -20%; width: 40%; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 194, ../sass/foundation/foundation/components/_reveal.scss */ dialog.medium, .reveal-modal.medium { margin-left: -30%; width: 60%; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 195, ../sass/foundation/foundation/components/_reveal.scss */ dialog.large, .reveal-modal.large { margin-left: -35%; width: 70%; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 196, ../sass/foundation/foundation/components/_reveal.scss */ dialog.xlarge, .reveal-modal.xlarge { margin-left: -47.5%; width: 95%; } } @media only screen and (min-width: 40.063em) and (min-width: 40.063em) { /* line 200, ../sass/foundation/foundation/components/_reveal.scss */ dialog.full, .reveal-modal.full { margin-left: -50vw; width: 100vw; } } @media print { /* line 213, ../sass/foundation/foundation/components/_reveal.scss */ dialog, .reveal-modal { background: #fff !important; } } /* Standard Forms */ /* line 334, ../sass/foundation/foundation/components/_forms.scss */ form { margin: 0 0 1rem; } /* Using forms within rows, we need to set some defaults */ /* line 82, ../sass/foundation/foundation/components/_forms.scss */ form .row .row { margin: 0 -0.5rem; } /* line 85, ../sass/foundation/foundation/components/_forms.scss */ form .row .row .column, form .row .row .columns { padding: 0 0.5rem; } /* line 88, ../sass/foundation/foundation/components/_forms.scss */ form .row .row.collapse { margin: 0; } /* line 91, ../sass/foundation/foundation/components/_forms.scss */ form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; } /* line 92, ../sass/foundation/foundation/components/_forms.scss */ form .row .row.collapse input { border-bottom-right-radius: 0; border-top-right-radius: 0; } /* line 101, ../sass/foundation/foundation/components/_forms.scss */ form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.5rem; } /* Label Styles */ /* line 340, ../sass/foundation/foundation/components/_forms.scss */ label { font-size: 0.875rem; color: #4d4d4d; cursor: pointer; display: block; font-weight: normal; line-height: 1.5; margin-bottom: 0; /* Styles for required inputs */ } /* line 341, ../sass/foundation/foundation/components/_forms.scss */ label.right { float: none !important; text-align: right; } /* line 342, ../sass/foundation/foundation/components/_forms.scss */ label.inline { margin: 0 0 1rem 0; padding: 0.5625rem 0; } /* line 344, ../sass/foundation/foundation/components/_forms.scss */ label small { text-transform: capitalize; color: #676767; } /* line 350, ../sass/foundation/foundation/components/_forms.scss */ select::-ms-expand { display: none; } /* Attach elements to the beginning or end of an input */ /* line 356, ../sass/foundation/foundation/components/_forms.scss */ .prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; border-style: solid; border-width: 1px; overflow: hidden; font-size: 0.875rem; height: 2.3125rem; line-height: 2.3125rem; } /* Adjust padding, alignment and radius if pre/post element is a button */ /* line 359, ../sass/foundation/foundation/components/_forms.scss */ .postfix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125rem; border: none; } /* line 360, ../sass/foundation/foundation/components/_forms.scss */ .prefix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125rem; border: none; } /* line 362, ../sass/foundation/foundation/components/_forms.scss */ .prefix.button.radius { border-radius: 0; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 363, ../sass/foundation/foundation/components/_forms.scss */ .postfix.button.radius { border-radius: 0; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } /* line 364, ../sass/foundation/foundation/components/_forms.scss */ .prefix.button.round { border-radius: 0; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; } /* line 365, ../sass/foundation/foundation/components/_forms.scss */ .postfix.button.round { border-radius: 0; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; } /* Separate prefix and postfix styles when on span or label so buttons keep their own */ /* line 368, ../sass/foundation/foundation/components/_forms.scss */ span.prefix, label.prefix { background: #f2f2f2; border-right: none; color: #333333; border-color: #cccccc; } /* line 369, ../sass/foundation/foundation/components/_forms.scss */ span.prefix.radius, label.prefix.radius { border-radius: 0; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 371, ../sass/foundation/foundation/components/_forms.scss */ span.postfix, label.postfix { background: #f2f2f2; border-left: none; color: #333333; border-color: #cccccc; } /* line 372, ../sass/foundation/foundation/components/_forms.scss */ span.postfix.radius, label.postfix.radius { border-radius: 0; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } /* We use this to get basic styling on all basic form elements */ /* line 389, ../sass/foundation/foundation/components/_forms.scss */ input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { -webkit-appearance: none; background-color: white; font-family: inherit; border: 1px solid #cccccc; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875rem; margin: 0 0 1rem 0; padding: 0.5rem; height: 2.3125rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } /* line 194, ../sass/foundation/foundation/components/_global.scss */ input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { box-shadow: 0 0 5px #999999; border-color: #999999; } /* line 124, ../sass/foundation/foundation/components/_forms.scss */ input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; border-color: #999999; outline: none; } /* line 131, ../sass/foundation/foundation/components/_forms.scss */ input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea { background-color: #dddddd; } /* line 395, ../sass/foundation/foundation/components/_forms.scss */ input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius { border-radius: 3px; } /* line 400, ../sass/foundation/foundation/components/_forms.scss */ input[type="submit"] { -webkit-appearance: none; } /* Respect enforced amount of rows for textarea */ /* line 405, ../sass/foundation/foundation/components/_forms.scss */ textarea[rows] { height: auto; } /* Add height value for select elements to match text input height */ /* line 410, ../sass/foundation/foundation/components/_forms.scss */ select { -webkit-appearance: none !important; background-color: #fafafa; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); background-position: 100% center; background-repeat: no-repeat; border: 1px solid #cccccc; padding: 0.5rem; font-size: 0.875rem; color: rgba(0, 0, 0, 0.75); line-height: normal; border-radius: 0; height: 2.3125rem; } /* line 324, ../sass/foundation/foundation/components/_forms.scss */ select.radius { border-radius: 3px; } /* line 325, ../sass/foundation/foundation/components/_forms.scss */ select:hover { background-color: #f3f3f3; border-color: #999999; } /* Adjust margin for form elements below */ /* line 419, ../sass/foundation/foundation/components/_forms.scss */ input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: 0 0 1rem 0; } /* line 424, ../sass/foundation/foundation/components/_forms.scss */ input[type="checkbox"] + label, input[type="radio"] + label { display: inline-block; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; vertical-align: baseline; } /* Normalize file input width */ /* line 433, ../sass/foundation/foundation/components/_forms.scss */ input[type="file"] { width: 100%; } /* We add basic fieldset styling */ /* line 438, ../sass/foundation/foundation/components/_forms.scss */ fieldset { border: 1px solid #dddddd; padding: 1.25rem; margin: 1.125rem 0; } /* line 255, ../sass/foundation/foundation/components/_forms.scss */ fieldset legend { font-weight: bold; background: white; padding: 0 0.1875rem; margin: 0; margin-left: -0.1875rem; } /* Error Handling */ /* line 445, ../sass/foundation/foundation/components/_forms.scss */ [data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: normal; font-style: italic; background: #f04124; color: white; } /* line 448, ../sass/foundation/foundation/components/_forms.scss */ [data-abide] span.error, [data-abide] small.error { display: none; } /* line 451, ../sass/foundation/foundation/components/_forms.scss */ span.error, small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: normal; font-style: italic; background: #f04124; color: white; } /* line 458, ../sass/foundation/foundation/components/_forms.scss */ .error input, .error textarea, .error select { margin-bottom: 0; } /* line 463, ../sass/foundation/foundation/components/_forms.scss */ .error input[type="checkbox"], .error input[type="radio"] { margin-bottom: 1rem; } /* line 468, ../sass/foundation/foundation/components/_forms.scss */ .error label, .error label.error { color: #f04124; } /* line 472, ../sass/foundation/foundation/components/_forms.scss */ .error small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: normal; font-style: italic; background: #f04124; color: white; } /* line 477, ../sass/foundation/foundation/components/_forms.scss */ .error > label > small { color: #676767; background: transparent; padding: 0; text-transform: capitalize; font-style: normal; font-size: 60%; margin: 0; display: inline; } /* line 489, ../sass/foundation/foundation/components/_forms.scss */ .error span.error-message { display: block; } /* line 495, ../sass/foundation/foundation/components/_forms.scss */ input.error, textarea.error { margin-bottom: 0; } /* line 498, ../sass/foundation/foundation/components/_forms.scss */ label.error { color: #f04124; } /* line 20, ../sass/main.sass */ .btn { border-style: solid; border-width: 0px; cursor: pointer; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 1rem; padding-right: 2rem; padding-bottom: 1.0625rem; padding-left: 2rem; font-size: 1rem; background-color: #008cba; border-color: #007095; color: white; padding-left: 2.3rem; padding-right: 2.3rem; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.86); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.86); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.86); } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ .btn:hover, .btn:focus { background-color: #007095; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ .btn:hover, .btn:focus { color: white; } /* line 26, ../sass/main.sass */ .btn:hover { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* line 29, ../sass/main.sass */ .inputs { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 58.33333%; float: left; overflow: hidden; } /* line 33, ../sass/main.sass */ .halfmode .inp1 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } /* line 36, ../sass/main.sass */ .halfmode .inp2 { width: 0; padding: 0; margin: 0; border: 0; } /* line 42, ../sass/main.sass */ .inp2 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 75%; float: left; } /* line 45, ../sass/main.sass */ .inp1 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; } /* line 48, ../sass/main.sass */ .inp1 .error, .inp2 .error { display: none; } /* line 51, ../sass/main.sass */ .inp1, .inp2 { overflow: hidden; } /* line 54, ../sass/main.sass */ .row input { margin: 5px; } /* line 57, ../sass/main.sass */ input[type=submit] { border-style: solid; border-width: 0px; cursor: pointer; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; padding-top: 0.6875rem; padding-right: 1.375rem; padding-bottom: 0.75rem; padding-left: 1.375rem; background-color: #008cba; border-color: #007095; color: white; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 16.66667%; float: left; } /* line 134, ../sass/foundation/foundation/components/_buttons.scss */ input[type=submit]:hover, input[type=submit]:focus { background-color: #007095; } /* line 145, ../sass/foundation/foundation/components/_buttons.scss */ input[type=submit]:hover, input[type=submit]:focus { color: white; } /* line 61, ../sass/main.sass */ form label { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; } /* line 64, ../sass/main.sass */ form { margin-bottom: 0; } /* line 67, ../sass/main.sass */ #load, #save { position: relative; padding-right: 3.5625rem; } /* line 62, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ #load:after, #save:after { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: solid; border-color: white transparent transparent transparent; top: 50%; } /* line 97, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ #load:after, #save:after { border-width: 0.375rem; right: 1.40625rem; margin-top: -0.15625rem; } /* line 116, ../sass/foundation/foundation/components/_dropdown-buttons.scss */ #load:after, #save:after { border-color: white transparent transparent transparent; } /* line 70, ../sass/main.sass */ .toolbar { display: block; width: auto; overflow: hidden; margin: -0.25rem 0 1.125rem; padding-top: 0.25rem; margin-right: 0; margin-left: -0.75rem; color: black; } /* line 69, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt { text-transform: uppercase; } /* line 75, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt, .toolbar dd, .toolbar li { float: left; display: inline; margin-left: 1rem; margin-bottom: 0.625rem; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 0.875rem; color: #999999; } /* line 85, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt a, .toolbar dd a, .toolbar li a { text-decoration: none; color: #999999; padding: 0.1875rem 1rem; } /* line 89, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt a:hover, .toolbar dd a:hover, .toolbar li a:hover { color: #737373; } /* line 94, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt.active a, .toolbar dd.active a, .toolbar li.active a { border-radius: 3px; font-weight: normal; background: #008cba; padding: 0.1875rem 1rem; cursor: default; color: white; } /* line 101, ../sass/foundation/foundation/components/_sub-nav.scss */ .toolbar dt.active a:hover, .toolbar dd.active a:hover, .toolbar li.active a:hover { background: #0078a0; } /* line 74, ../sass/main.sass */ .model-controls { margin-bottom: 0px; background-color: #f7f7f7; padding: 15px; } /* line 77, ../sass/main.sass */ #name, #name:focus { position: absolute; border: none; width: 0; padding: 0; display: none; outline: 0; background-color: white; font-family: inherit; box-shadow: none; margin: 0; padding: 0; transition: none; color: #222222; font-size: 1rem; } /* line 95, ../sass/main.sass */ line, rect { cursor: pointer; } /* line 98, ../sass/main.sass */ line { stroke: rgba(10, 5, 30, 0.85); stroke-width: 4; } /* line 102, ../sass/main.sass */ .datum > rect { fill: #63b8ff; } /* line 105, ../sass/main.sass */ #workspace { height: 90%; overflow: hidden; } /* line 109, ../sass/main.sass */ #workspace svg { position: relative; } /* line 112, ../sass/main.sass */ rect { fill: #007be3; stroke: 1; stroke-opacity: 0.4; } /* line 117, ../sass/main.sass */ .watching { fill: #00447d; } /* line 120, ../sass/main.sass */ .selected { text-decoration: underline; } /* line 122, ../sass/main.sass */ .selected rect, .selected .datum > rect { stroke: #002b77; stroke-width: 5; } /* line 127, ../sass/main.sass */ #output { overflow: hidden; z-index: 2; width: 50px; background-color: white; border-left: 1px solid #909090; position: absolute; right: 0px; top: 0px; height: 90%; } /* line 138, ../sass/main.sass */ table, .graph-container { margin: 20px; } /* line 141, ../sass/main.sass */ th, td { border: 1px solid lightgrey; padding: 5px; text-align: center; width: 50px; overflow: hidden; text-overflow: clip; } /* line 149, ../sass/main.sass */ .domain { display: none; } /* ========================================================================== * Print styles. * Inlined to avoid required HTTP connection: h5bp.com/r * ========================================================================== */ @media print { /* line 8, ../sass/print.sass */ * { background: transparent !important; color: black !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } /* line 14, ../sass/print.sass */ a { text-decoration: underline; } /* line 16, ../sass/print.sass */ a:visited { text-decoration: underline; } /* line 18, ../sass/print.sass */ a[href]:after { content: " (" attr(href) ")"; } /* line 20, ../sass/print.sass */ abbr[title]:after { content: " (" attr(title) ")"; } /* Don't show links for images, or javascript/internal links */ /* line 24, ../sass/print.sass */ .ir a:after { content: ""; } /* line 27, ../sass/print.sass */ a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* line 29, ../sass/print.sass */ pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; } /* line 32, ../sass/print.sass */ thead { display: table-header-group; /* h5bp.com/t */ } /* line 35, ../sass/print.sass */ tr { page-break-inside: avoid; } /* line 37, ../sass/print.sass */ img { page-break-inside: avoid; max-width: 100% !important; } @page { margin: 0.5cm; } /* line 43, ../sass/print.sass */ p, h2, h3 { orphans: 3; widows: 3; } /* line 46, ../sass/print.sass */ h2, h3 { page-break-after: avoid; } }
0.616012
0.075961
/* Support Panel */ .dismiss-alert { margin: 15px; } .dismiss-alert-wrap { display: inline-block; padding: 7px 0 10px 0; } .dismiss-alert .description { display: inline-block; margin: -2px 15px 0 0; } /* Overview Panel */ .mm-panel-overview { padding: 0 0 0 200px; background-image: url(../images/usp-logo.jpg); background-repeat: no-repeat; background-position: 15px 0; background-size: 180px 130px; } .mm-overview-intro { margin: 0 15px; padding: 0 15px 10px 0; } .mm-left-div { float: left; margin: 0 0 15px 0; } #mm-plugin-options .mm-left-div ul { margin-bottom: 30px; } .mm-right-div { float: left; margin: 0 15px 15px 15px; } .mm-pro-blurb { display: block; position: relative; width: 100px; height: 100px; line-height: 100px; text-decoration: none; text-align: center; text-indent: -9999em; color: #fff; background-image: url(../images/usp-pro.png); background-repeat: no-repeat; background-position: center center; background-size: 100px 100px; border: none; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; } .mm-pro-blurb:hover { text-decoration: none; } .mm-pro-blurb:active { text-decoration: none; top: 1px; } @media (max-width: 700px) { .mm-panel-overview { padding: 0; background-image: none; } .mm-left-div, .mm-right-div { float: none; width: 100%; } .mm-pro-blurb { margin: 0 auto; } } /* General Styles */ #mm-plugin-options h1 small { line-height: 12px; font-size: 12px; color: #bbb; } #mm-plugin-options h2 { margin: 0; padding: 12px 0 12px 15px; font-size: 16px; cursor: pointer; } #mm-plugin-options h3 { margin: 20px 15px; font-size: 14px; } #mm-plugin-options p { margin-left: 15px; } #mm-plugin-options ul { margin: 15px 15px 15px 40px; } #mm-plugin-options li { margin: 10px 0; list-style-type: disc; } #mm-plugin-options abbr[title] { cursor: help !important; border-bottom: 1px dotted #dfdfdf !important; text-decoration: none !important; } #mm-plugin-options pre { width: 90%; overflow: auto; margin: 15px; padding: 15px; font: 14px/18px Consolas,Monaco,monospace; color: #333; background-color: #fafae0; } /* Table Styles */ .mm-table-wrap { margin: 15px; } .mm-table-wrap table { padding: 10px 0; } .mm-table-wrap td, .mm-table-wrap th { padding: 15px; vertical-align: middle; } .mm-table-wrap th { width: 25%; } .mm-table-less-padding table { padding: 10px 0; } .mm-table-less-padding th, .mm-table-less-padding td { padding: 5px 15px; } /* Custom Form Info */ #mm-plugin-options .usp-custom-form-info { padding: 0 0 0 30px; } #mm-plugin-options .usp-custom-form-info code { font-size: 11px; } #mm-plugin-options .usp-custom-form-info p { margin: 0; padding: 10px 0; font-size: 11px; } #mm-plugin-options .usp-custom-form-info ul { margin: 0 0 0 30px; padding: 0; font-size: 11px; } #mm-plugin-options .usp-custom-form-info li { margin: 3px 0; } /* Form Controls */ .mm-table-wrap input[type="text"] { width: 80%; font-size: 13px; } .mm-table-wrap input[type="checkbox"], .wp-admin p input[type=checkbox] { margin-top: -2px; } .mm-table-wrap textarea { width: 90%; font-size: 13px; } .mm-table-wrap .input-short[type="text"] { width: 77px; } .mm-radio-inputs, .mm-checkbox-inputs { margin: 7px 0; } .mm-radio-inputs span { padding-left: 5px; } .mm-radio-inputs small { padding-left: 5px; color: #777; font-size: 11px; } /* Code & Captions */ .mm-item-desc { font-size: 13px; color: #777; } .mm-item-caption { margin: 1px 0 0 3px; font-size: 11px; color: #777; } textarea + .mm-item-caption { margin: 0 0 0 3px; } .mm-item-caption code { font-size: 10px; } .mm-code { padding: 5px; background-color: #fafae0; color: #333; font-size: 14px; } /* Misc. Styles */ #mm-panel-toggle { margin: 5px 0; } #mm-credit-info { margin-top: -5px; } #setting-error-settings_updated { margin: 8px 0 15px 0; } #setting-error-settings_updated p { margin: 7px 0; } #mm-plugin-options .button-primary { margin: 0 0 15px 15px; } /* Category Menu */ #mm-plugin-options p.usp-category-options-desc { margin: 10px 0 20px 0; } #mm-plugin-options ul.usp-category-options { list-style: none; margin: 20px; padding: 0; } #mm-plugin-options ul.usp-category-options ul { margin: 5px 0 5px 30px; list-style: none; } #mm-plugin-options ul.usp-category-options li { margin: 5px 0; list-style: none; } /* Clearfix */ .clear:before, .clear:after { content: ""; display: table; } .clear:after { clear: both; }
wordpress/wp-content/plugins/user-submitted-posts/resources/usp-admin.css
/* Support Panel */ .dismiss-alert { margin: 15px; } .dismiss-alert-wrap { display: inline-block; padding: 7px 0 10px 0; } .dismiss-alert .description { display: inline-block; margin: -2px 15px 0 0; } /* Overview Panel */ .mm-panel-overview { padding: 0 0 0 200px; background-image: url(../images/usp-logo.jpg); background-repeat: no-repeat; background-position: 15px 0; background-size: 180px 130px; } .mm-overview-intro { margin: 0 15px; padding: 0 15px 10px 0; } .mm-left-div { float: left; margin: 0 0 15px 0; } #mm-plugin-options .mm-left-div ul { margin-bottom: 30px; } .mm-right-div { float: left; margin: 0 15px 15px 15px; } .mm-pro-blurb { display: block; position: relative; width: 100px; height: 100px; line-height: 100px; text-decoration: none; text-align: center; text-indent: -9999em; color: #fff; background-image: url(../images/usp-pro.png); background-repeat: no-repeat; background-position: center center; background-size: 100px 100px; border: none; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; } .mm-pro-blurb:hover { text-decoration: none; } .mm-pro-blurb:active { text-decoration: none; top: 1px; } @media (max-width: 700px) { .mm-panel-overview { padding: 0; background-image: none; } .mm-left-div, .mm-right-div { float: none; width: 100%; } .mm-pro-blurb { margin: 0 auto; } } /* General Styles */ #mm-plugin-options h1 small { line-height: 12px; font-size: 12px; color: #bbb; } #mm-plugin-options h2 { margin: 0; padding: 12px 0 12px 15px; font-size: 16px; cursor: pointer; } #mm-plugin-options h3 { margin: 20px 15px; font-size: 14px; } #mm-plugin-options p { margin-left: 15px; } #mm-plugin-options ul { margin: 15px 15px 15px 40px; } #mm-plugin-options li { margin: 10px 0; list-style-type: disc; } #mm-plugin-options abbr[title] { cursor: help !important; border-bottom: 1px dotted #dfdfdf !important; text-decoration: none !important; } #mm-plugin-options pre { width: 90%; overflow: auto; margin: 15px; padding: 15px; font: 14px/18px Consolas,Monaco,monospace; color: #333; background-color: #fafae0; } /* Table Styles */ .mm-table-wrap { margin: 15px; } .mm-table-wrap table { padding: 10px 0; } .mm-table-wrap td, .mm-table-wrap th { padding: 15px; vertical-align: middle; } .mm-table-wrap th { width: 25%; } .mm-table-less-padding table { padding: 10px 0; } .mm-table-less-padding th, .mm-table-less-padding td { padding: 5px 15px; } /* Custom Form Info */ #mm-plugin-options .usp-custom-form-info { padding: 0 0 0 30px; } #mm-plugin-options .usp-custom-form-info code { font-size: 11px; } #mm-plugin-options .usp-custom-form-info p { margin: 0; padding: 10px 0; font-size: 11px; } #mm-plugin-options .usp-custom-form-info ul { margin: 0 0 0 30px; padding: 0; font-size: 11px; } #mm-plugin-options .usp-custom-form-info li { margin: 3px 0; } /* Form Controls */ .mm-table-wrap input[type="text"] { width: 80%; font-size: 13px; } .mm-table-wrap input[type="checkbox"], .wp-admin p input[type=checkbox] { margin-top: -2px; } .mm-table-wrap textarea { width: 90%; font-size: 13px; } .mm-table-wrap .input-short[type="text"] { width: 77px; } .mm-radio-inputs, .mm-checkbox-inputs { margin: 7px 0; } .mm-radio-inputs span { padding-left: 5px; } .mm-radio-inputs small { padding-left: 5px; color: #777; font-size: 11px; } /* Code & Captions */ .mm-item-desc { font-size: 13px; color: #777; } .mm-item-caption { margin: 1px 0 0 3px; font-size: 11px; color: #777; } textarea + .mm-item-caption { margin: 0 0 0 3px; } .mm-item-caption code { font-size: 10px; } .mm-code { padding: 5px; background-color: #fafae0; color: #333; font-size: 14px; } /* Misc. Styles */ #mm-panel-toggle { margin: 5px 0; } #mm-credit-info { margin-top: -5px; } #setting-error-settings_updated { margin: 8px 0 15px 0; } #setting-error-settings_updated p { margin: 7px 0; } #mm-plugin-options .button-primary { margin: 0 0 15px 15px; } /* Category Menu */ #mm-plugin-options p.usp-category-options-desc { margin: 10px 0 20px 0; } #mm-plugin-options ul.usp-category-options { list-style: none; margin: 20px; padding: 0; } #mm-plugin-options ul.usp-category-options ul { margin: 5px 0 5px 30px; list-style: none; } #mm-plugin-options ul.usp-category-options li { margin: 5px 0; list-style: none; } /* Clearfix */ .clear:before, .clear:after { content: ""; display: table; } .clear:after { clear: both; }
0.403802
0.124612
.ms-song-lyrics { height: 700px; width: 100%; overflow: hidden; position: relative; background-color: var(--blue-color); } .ms-song-lyrics .blur-song-bg { position: absolute; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1; } .ms-song-lyrics .img-blur { width: 100%; height: 100%; position: absolute; filter: blur(40px); -webkit-filter: blur(40px); } .ms-song-lyrics .img-blur::before{ position: absolute; height: 50px; width: 50px; top: 0; } .wrapper-ms-song-lyrics { padding-top: 160px; width: 90%; margin: 0 auto; height: 100%; display: flex; flex-direction: row; position: relative; z-index: 5; } .wrapper-img-action { height: 300px; width: 300px; position: relative; } .wrapper-img-action::before{ content: ''; width: 50px; height: 50px; background-color:var(--dark-color); border: 5px solid var(--light-gray-color); position: absolute; top: 50%; left: 50%; z-index: 2; margin: -25px 0 0 -25px; border-radius: 50%; } .wrapper-img-action::after{ content: ''; width: 290px; height: 290px; left: 5px; top: 5px; position: absolute; background-color: #000; opacity: 0.1; border-radius: 50%; z-index: 1; } .wrapper-img-action img { width: 100%; height: 100%; border-radius: 50%; border: 5px solid var(--white-color); animation: rotate 20s linear infinite; position: relative; } @keyframes rotate { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .song-action-info { color: #fff; } .wrapper-lyric { width: 100%; height: 370px; border-radius: 2px; margin-bottom: 20px; } .container-lyrics { width: 90%; margin-left: 5%; display: flex; flex-direction: column; } .wrapper-title-lyrics { width: 100%; height: 100%; z-index: 2; font-weight: 300 !important; } .song-action-info .name-song { padding-bottom: 5px; } .song-action-info .name-creator { font-size: 0.8rem; color: var(--light-gray-color); } .current-line { color: var(--yellow-color); } .lyric { position: relative; text-align: center; font-size: 2rem; transition: 0.2s; top: 115px; line-height: 70px; font-weight: bold; } .lyricwrap { position: relative; width: 100%; height: 310px; overflow: hidden; overflow-y: scroll; overflow-y: hidden; -ms-overflow-y: hidden; color: var(--light-gray-color); }
public/site/css/song.css
.ms-song-lyrics { height: 700px; width: 100%; overflow: hidden; position: relative; background-color: var(--blue-color); } .ms-song-lyrics .blur-song-bg { position: absolute; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1; } .ms-song-lyrics .img-blur { width: 100%; height: 100%; position: absolute; filter: blur(40px); -webkit-filter: blur(40px); } .ms-song-lyrics .img-blur::before{ position: absolute; height: 50px; width: 50px; top: 0; } .wrapper-ms-song-lyrics { padding-top: 160px; width: 90%; margin: 0 auto; height: 100%; display: flex; flex-direction: row; position: relative; z-index: 5; } .wrapper-img-action { height: 300px; width: 300px; position: relative; } .wrapper-img-action::before{ content: ''; width: 50px; height: 50px; background-color:var(--dark-color); border: 5px solid var(--light-gray-color); position: absolute; top: 50%; left: 50%; z-index: 2; margin: -25px 0 0 -25px; border-radius: 50%; } .wrapper-img-action::after{ content: ''; width: 290px; height: 290px; left: 5px; top: 5px; position: absolute; background-color: #000; opacity: 0.1; border-radius: 50%; z-index: 1; } .wrapper-img-action img { width: 100%; height: 100%; border-radius: 50%; border: 5px solid var(--white-color); animation: rotate 20s linear infinite; position: relative; } @keyframes rotate { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .song-action-info { color: #fff; } .wrapper-lyric { width: 100%; height: 370px; border-radius: 2px; margin-bottom: 20px; } .container-lyrics { width: 90%; margin-left: 5%; display: flex; flex-direction: column; } .wrapper-title-lyrics { width: 100%; height: 100%; z-index: 2; font-weight: 300 !important; } .song-action-info .name-song { padding-bottom: 5px; } .song-action-info .name-creator { font-size: 0.8rem; color: var(--light-gray-color); } .current-line { color: var(--yellow-color); } .lyric { position: relative; text-align: center; font-size: 2rem; transition: 0.2s; top: 115px; line-height: 70px; font-weight: bold; } .lyricwrap { position: relative; width: 100%; height: 310px; overflow: hidden; overflow-y: scroll; overflow-y: hidden; -ms-overflow-y: hidden; color: var(--light-gray-color); }
0.693784
0.090333
@charset "utf-8"; .entry-meta li, dfn { font-style: italic } * { margin: 0; padding: 0; font-family: 'Lato'; } h1, h2, h3, h4, h5, h6 { color: #444; font-weight: 600; line-height: 1.5; } a{ text-decoration: none !important; } .font-size-26{ font-size: 26px; } .alert-error { color: #FFF; background-color: #a94442; border-color: #893432; font-size: 24px; text-align: center; padding: 10px 15px; } i.fa.fa-circle.offline { color: #ffc217!important; } i.fa.fa-circle.online { color: #3C9A6A !important; } .dark, .dark a:hover, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #EEE; } .bottommargin-xs { margin-bottom: 15px !important; } .topmargin-xs { margin-top: 15px; } .bottommargin-sm { margin-bottom: 30px !important; } .center { text-align: center !important; } .block-center { margin: 0 auto; } .block-center { float: none; } .nopadding { padding: 0 !important; } .button-green { background-color: #59BA41; } .ladda-button, .mfp-content { position: relative; } .container-padding { padding-left: 15px !important; padding-right: 15px !important; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } .darker-bg { background-color: #F5F5F5; } .toppadding { padding-top: 50px; } .vertical-padding { padding-top: 15px !important; padding-bottom: 15px !important; } /*nav style start hear*/ .navbar_full { border-radius: 0; border: 0; background: #fff; margin: 0 0 10px 0; } .navbar-nav { float: right; margin: 0; margin: 12px 0 0 0; } .navbar_full .nav-design .li_bg { background: #1ABC9C; } .navbar_full .nav-design .bg { color: #fff; font-size: 15px; } .navbar_full .nav-design .bg:hover { color: #fff; } .navbar_full .nav-design>li { margin: 0 2px; } .navbar-default .navbar-nav>li>a { color: #444; display: block; font-weight: 700; padding: 11px 15px; height: 50px; line-height: 28px; margin: 0px 0; border-radius: 2px; border: 2px solid transparent; } .navbar-default .navbar-nav>li>a:hover { color: #cc6633; border: 2px solid; } .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { color: #cc6633; } /* .navbar-default { background-color: #fff; border-color: #080808; } */ .navbar-default .navbar-toggle { border-color: #333; background: #333; } .navbar-brand { float: left; height: 65px; padding: 0px; font-size: 18px; line-height: 20px; } .navbar-brand>img { display: block; width: 200px; height: 65px; margin-left: 15px; } .header-user-avatar { height: 46px; -webkit-transition: all .5s; transition: all .5s; border-radius: 4px; margin-top: -11px; } .user-passport-info { float: left; margin: 0px 15px 0; line-height: 4px; text-transform: initial; } div#user-btc-balance { margin-top: 15px; } li.dropdown.account-dropdown.sub-menu>ul { display: none; } li.dropdown.account-dropdown.sub-menu:hover ul { display: block; padding-left: 15px; } li.dropdown.account-dropdown.sub-menu { border-right: 1px solid; } ul.nav-design ul{ display: none; position: absolute; width: 180px; background-color: #FFF; box-shadow: 0 13px 42px 11px rgba(0,0,0,.05); border: 1px solid #EEE; border-top: 2px solid #1ABC9C; height: auto; z-index: 199; top: 50px; left: 0; margin: 0; } ul.nav-design>li>ul{ -webkit-transition: top .4s ease; -o-transition: top .4s ease; transition: top .4s ease; list-style: none; } ul.nav-design ul a{ font-size: 14px; font-weight: 600; height: 42px!important; line-height: 42px!important; color: #666!important; padding-top: 0!important; padding-bottom: 0!important; border: 0!important; letter-spacing: 0; transition: all .2s ease-in-out; } ul.nav-design ul li:hover>a{ background-color: #F9F9F9; padding-left: 15px; color: #c63!important; } ul.nav-design ul li:hover { border-left: 2px solid #c63; } li.submenu { cursor: pointer; } li.submenu>a{ text-decoration: none; } .notification-box { height: 50px; float: left; position: relative; } .notification-box a i { padding: 16px; font-size: 20px; } .notification-box:hover .notification-content{ display: block; } .notification-box .notification-content{ display: none; position: absolute; width: 230px; background-color: #FFF; box-shadow: 0 13px 42px 11px rgba(0,0,0,.05); border: 1px solid #EEE; border-top: 2px solid #1ABC9C; height: auto; z-index: 199; top: 50px; right: -20px; margin-right: 0px; } .notification-content .notification-title h4{ float: left; } .notification-content .notification-title a{ margin: 11px 0; text-decoration: none; cursor: pointer; } .notification-content .notification-title a:hover{ color: #c63; } /*nav style end hear*/ /* wellcome page style start */ .welcome-container { position: relative; background-position: 50% 0; padding-top: 20px; padding-bottom: 30px; } #landing-header { padding-bottom: 70px; } #landing-header .heading-block { padding-bottom: 30px; } .heading-block h1 { font-size: 32px; } #landing-header .heading-block a { color: #92ada7; font-size: 15px; } #landing-header h3 { text-transform: uppercase; color: #fff; font-size: 18px; font-weight: 600; padding-left: 17px; margin-bottom: 10px; } #landing-header .right-container form#select-amount { margin-bottom: 20px; } #landing-header .right-container form#select-amount .form-group-default { background-color: #fff; position: relative; border-radius: 0; overflow: hidden; transition: background-color .2s ease; margin-bottom: 0; padding: 0; } #landing-header .right-container form#select-amount .form-group-default.input-group label { margin-top: 6px; padding-left: 12px; color: #555; } #landing-header .right-container form#select-amount .form-group-default label:not(.error) { text-align: left; font-size: 13px; text-transform: none; font-weight: 500; } #landing-header .right-container form#select-amount .form-group-default label { display: block; opacity: 1; transition: opacity .2s ease; margin: 0; } #landing-header .right-container form#select-amount .form-group-default.input-group .form-control { margin-top: -2px; margin-bottom: 3px; padding-left: 12px; padding-right: 10px; } #landing-header .right-container form#select-amount .form-group-default .form-control { border: none; min-height: 25px; margin-top: -4px; background: 0 0; } #landing-header .right-container form#select-amount .form-group-default #fiat_currency_id.form-control { border: none; min-height: 25px; margin-top: -4px; background: 0 0; padding: 5px 0 0 50px; color: #fff; background-color: #305493; } #landing-header .right-container form#select-amount .form-group-default #ammount.form-control { border: none; min-height: 25px; margin-top: -4px; background: 0 0; padding: 8px; } #landing-header .right-container form#select-amount .form-group-default #btc_amount.form-control { border: none; min-height: 25px; margin-top: -4px; background: 0 0; padding: 8px; } #landing-header .right-container form#select-amount .form-control { background: #fff; border: 1px solid #eee; color: #333; outline: 0; height: 45px; line-height: normal; font-size: 27px; font-weight: 400; vertical-align: middle; box-shadow: none; border-radius: 2px; transition: background .2s linear 0; padding: 9px 12px; } #landing-header .right-container form#select-amount .form-group-default.input-group p.text-danger { font-size: 14px; margin-bottom: 4px; padding-left: 12px; display: inline-block; float: left; } #landing-header .right-container form#select-amount .input-group-addon:last-child { height: calc(60px); min-width: calc(120px); border-radius: 0; border: none; -webkit-box-shadow: inset 0 0 68px -20px rgba(0,0,0,.75); -moz-box-shadow: inset 0 0 68px -20px rgba(0,0,0,.75); box-shadow: inset 0 0 68px -20px rgba(0,0,0,.75); } #landing-header .right-container form#select-amount .input-group-addon { background: #345ba0; border: 1px solid #223049; color: #fff; font-size: 18px; font-weight: 600; display: table-cell; border-radius: 3px; transition: border .2s linear 0 .2s linear 0 .2s linear 0 .2s linear 0 .2s linear 0; padding: 6px 9px; } #landing-header .right-container form#select-amount .form-group-default.group-bitcoin .input-group-addon { background-color: #192439; } #landing-header .right-container form#select-amount .get-ammount-col-4 .input-group-addon { background-color: #131314; } #landing-header .right-container form#select-amount .input-group-addon .select2 .select2-selection #select2-fiat_currency_id-container { color: #fff; padding-right: 10px; line-height: 31px; } #landing-header .right-container form#select-amount .form-group-default.input-group.group-bitcoin label:not(.error) { color: #1abc9c; } #landing-header .right-container form#select-amount .form-group-default.input-group.group-bitcoin label { padding-top: 6px; margin-top: 0; border-top: 1px solid #eee; } #landing-header .right-container .text-container { color: #eee; padding: 0 7px; margin-top: 30px; } #landing-header .right-container .text-container p { margin-bottom: 15px; } #landing-header .right-container .text-container .stats { text-align: center; } #landing-header .right-container .text-container .stats .column { padding: 0 5px; } #landing-header .right-container .text-container .stats h5 { color: #fff; font-weight: 600; font-size: 25px; margin-bottom: 0; } #landing-header .right-container .text-container .stats span { text-transform: uppercase; font-size: 12px; } #landing-header .right-container .find-button { margin-top: 30px; } #landing-header .right-container .find-button button { font-size: 18px; } .ladda-button[data-style=zoom-in] .ladda-label { display: inline-block; } #landing-header .right-container form#select-amount .select-ammount-col-8 { padding-right: 0px; } #landing-header .right-container form#select-amount .select-ammount-col-4 { padding-left: 0px; } #landing-header .right-container form#select-amount .get-ammount-col-8 { padding-right: 0px; } #landing-header .right-container form#select-amount .get-ammount-col-4 { padding-left: 0px; } /* wellcome page style end */ /* login page style start */ .promo.promo-border { border: 1px solid #E5E5E5; border-radius: 3px; padding-left: 30px; } /* login page style end */ /* buy-sell page start */ .search-form-container { margin: 40px auto; } .search-form-nav li { width: 50%; } .nav-tabs>li { float: left; margin-bottom: -2px; } .nav-tabs>li.active>.tab-buy, .nav-tabs>li.active>.tab-buy:hover, .nav-tabs>li.active>.tab-buy:focus { border-color: #337ab7; border-bottom-color: transparent; } .nav-tabs>li.active>.tab-sell, .nav-tabs>li.active>.tab-sell:hover, .nav-tabs>li.active>.tab-sell:focus { border-color: #337ab7; border-bottom-color: transparent; } .search-form-wrap>.nav-tabs { border-bottom: 1px solid #337ab7; } .search-form-nav li .tab-buy { text-align: right; } .search-form-nav li .tab-sell { margin-right: 0px; } .tab-buy, .tab-sell { font-weight: bold; } .search-form-wrap .tab-content { border-width: 1px; border-color: #337ab7; border-style: none solid solid solid; text-align: center; } .search-form { padding: 10px; } .search-form .form-group { display: inline-block; vertical-align: middle; margin: 5px 0; } .search-form .form-group#div_id_amount { width: 20%; } .search-form .form-group#div_id_currency { width: 20%; } .search-form .form-group#div_id_place_country { width: 25%; } .search-form .form-group#div_id_online_provider { width: 25%; } .form-group .controls .search-form-button { font-weight: bold; color: #f58220; border-color: #f58220; background-color: #ffffff; } /*Buy bitcoins style end hear*/ /*pay for bitcoins style start hear*/ .pay_fluid { overflow: hidden; padding: 0 0 70px 0px; } .pay_fluid .pay_top { overflow: hidden; text-align: center; margin: 55px 0; } .pay_fluid .pay_top h3 { font-weight: 600; color: #444; } .pay_fluid .pay_detail { overflow: hidden; } .pay_fluid .pay_detail .col_pay { overflow: hidden; height: 450px; } .pay_fluid .pay_detail .detail_a { display: block; position: relative; min-height: 1px; text-decoration: none !important; background-color: transparent; box-sizing: border-box; border-radius: 5px; box-shadow: 0 0 5px 0 #bdbdbd; height: 380px; margin: 50px 0 0 0; } .pay_fluid .pay_detail .detail_a .col_div { overflow: hidden; text-align: center; padding: 20px; margin-top: 30px; min-height: 220px; } .pay_fluid .pay_detail .detail_a .col_div img { padding: 0; border: 5px solid #f5f5f5; border-radius: 150px; position: absolute; top: -41px; max-width: 29%; vertical-align: middle; left: 88px; } .pay_fluid .pay_detail .detail_a .col_div h4 { text-transform: uppercase; color: #000; font-size: 16px; padding: 37px 0 7px 0; margin: 0; } .pay_fluid .pay_detail .detail_a .col_div .help_block { display: inline-block; color: #8D8D8D; border-bottom: 1px solid #dfdfdf; width: 100%; padding: 0 0 10px 0; } .pay_fluid .pay_detail .detail_a .col_div .pay_group { overflow: hidden; text-align: left; padding: 10px 0 0 0; } .pay_fluid .pay_detail .detail_a .col_div .pay_group p { color: #333; font-size: 15px; } .pay_fluid .pay_detail .detail_a .col_div .pay_group span { display: inline-block; color: #CC6633; font-size: 14px; font-weight: 600; } .pay_fluid .pay_row { overflow: hidden; text-align: center; } .pay_fluid .pay_row .pay_row_a { display: inline-block; color: #1ABB9B; font-size: 18px; text-transform: uppercase; border: 3px solid #1ABB9B; padding: 8px 16px; } .pay_fluid .pay_row .pay_row_a:hover { color: #fff; background: #1ABB9B; } /*pay for bitcoins style end hear*/ /*darker-bg style start hear*/ .darker_fluid { overflow: hidden; margin: 0 0 70px 0; } .darker_fluid .darker-bg {} .darker_fluid .darker-bg .fancy-title { overflow: hidden; margin-bottom: 28px; border-bottom: 2px solid #CC6633; padding: 0 0 8px 0; } .darker_fluid .darker-bg .fancy-title h3 { font-weight: 600; font-size: 26px; text-transform: uppercase; } .darker_fluid .darker-bg .fancy-title h3 i { display: inline-block; padding: 0 8px 0 0px; } .darker_fluid .darker-bg p { text-align: justify; font-size: 15px; color: #6A6A6A; } /*darker-bg style end hear*/ /*Join style start hear*/ .Join_fluid { overflow: hidden; padding: 0; background: #1AB99A; margin-bottom: 70px; } .Join_fluid .join { overflow: hidden; margin: 0 0 70px 0px; } .Join_fluid .join .join_top { text-align: center; overflow: hidden; margin: 30px 0; } .Join_fluid .join .join_top h3 { text-transform: uppercase; color: #fff; font-size: 35px; } .Join_fluid .join .join_top span { display: inline-block; background: #12826c; height: 2px; width: 12%; } .Join_fluid .join .join_img img { max-width: 450px; } .Join_fluid .join .join_contain h4 { color: #0e4e42; font-size: 22px; line-height: 32px; } .Join_fluid .join .join_contain p { color: #feebfe; font-size: 17px; padding: 23px 0 0 0; } .Join_fluid .join .join_contain .join_a { overflow: hidden; text-align: center; } .Join_fluid .join .join_contain .join_a a { display: inline-block; background: #ffd876; color: #47606E; text-decoration: none; height: 50px; width: 48%; margin: 52px 0 0 0; border-radius: 2px; padding: 14px 0; font-size: 16px; text-transform: uppercase; font-weight: 600; border-bottom: 1px solid #a7801d; } .Join_fluid .join .join_contain .join_a a:hover { background: #FFBE2B; } /*Join style end hear*/ /*earn style start hear*/ .earn_fluid { overflow: hidden; margin: 0 0 70px 0; } .earn_fluid .earn .earn_top { text-align: center; overflow: hidden; margin: 30px 0; } .earn_fluid .earn .earn_top h3 { text-transform: uppercase; color: #000; font-size: 32px; font-weight: 600; } .earn_fluid .earn .earn_top span { display: inline-block; background: #000; height: 2px; width: 12%; } /*earn style end hear*/ /*paxful style start hear*/ .paxful_fluid { overflow: hidden; margin: 0 0 70px 0; } .paxful_fluid .paxful .paxful_top { text-align: center; overflow: hidden; margin: 30px 0; } .paxful_fluid .paxful .paxful_top h3 { text-transform: uppercase; color: #000; font-size: 30px; font-weight: 600; } .paxful_fluid .paxful .paxful_top span { display: inline-block; background: #000; height: 2px; width: 12%; } .paxful_fluid .paxful .col_1 { overflow: hidden; text-align: center; } .paxful_fluid .paxful .col_1 .div_i1 { height: 95px; width: 95px; overflow: hidden; margin: 0 117px 32px 117px; line-height: 94px; } .paxful_fluid .paxful .col_1 .div_i1:hover { background: rgb(0, 0, 0, 0.44); border-radius: 50%; border: 2px solid #333333; } .paxful_fluid .paxful .col_1 .div_i1 i { display: inline-block; background: #333333; color: #fff; height: 42px; width: 42px; border-radius: 50%; font-size: 28px; transform: rotate(15deg); padding: 4px 0; } .paxful_fluid .paxful .col_1 .div_i1 i:hover { background: #fff; color: #000; } .paxful_fluid .paxful .col_1 .div_i { height: 95px; width: 95px; overflow: hidden; margin: 0 117px 32px 117px; line-height: 96px; } .paxful_fluid .paxful .col_1 .div_i:hover { background: rgb(0, 0, 0, 0.44); border-radius: 50%; border: 2px solid #333333; } .paxful_fluid .paxful .col_1 .div_i i { display: inline-block; color: #474747; height: 95px; width: 95px; border-radius: 50%; font-size: 35px; padding: 25px 0; } .paxful_fluid .paxful .col_1 .div_i i:hover { color: #fff; } .paxful_fluid .paxful .col_1 h4 { text-transform: uppercase; font-size: 17px; color: #444; } .paxful_fluid .paxful .col_1 p { font-size: 19px; line-height: 30px; color: #8C8C8C; } /*paxful style end hear*/ /*seen style start hear*/ .seen_fluid { overflow: hidden; background: #282828; padding: 0; margin: 0 0 70px 0; } .seen_fluid .seen .seen_top { text-align: center; overflow: hidden; margin: 30px 0; } .seen_fluid .seen .seen_top h3 { text-transform: uppercase; color: #fff; font-size: 30px; font-weight: 600; } .seen_fluid .seen .seen_top span { display: inline-block; background: #7E7E7E; height: 2px; width: 12%; } .seen_fluid .seen .center { overflow: hidden; float: left; margin: 0 18px 42px; } .seen_fluid .seen .center a { display: block; } .seen_fluid .seen .center a img { max-width: 85%; } .seen_fluid .seen .seen_p { overflow: hidden; text-align: center; width: 100%; margin-bottom: 43px; } .seen_fluid .seen .seen_p p { color: #eee; } /*seen style end hear*/ /*wallet style start hear*/ .wallet { overflow: hidden; text-align: center; } .wallet .wallet_top { text-align: center; overflow: hidden; margin: 30px 0; } .wallet .wallet_top h3 { text-transform: uppercase; color: #000; font-size: 30px; font-weight: 600; } .wallet .wallet_top span { display: inline-block; background: #000; height: 2px; width: 12%; } .wallet .wallet_top h5 { padding: 5px 0 0 0; font-size: 21px; color: #777; } .wallet .wallet_top a { display: inline-block; background: #59BA41; color: #fff; text-decoration: none; height: 50px; width: 20%; margin: 52px 0 0 0; border-radius: 2px; padding: 14px 0; font-size: 16px; text-transform: uppercase; font-weight: 600; border-bottom: 1px solid #a7801d; } .wallet .wallet_top a:hover { background: #69C053; } /*wallet style end hear*/ /*********************HOME PAGE style end hear**********************/ /*********************HOME PAGE style end hear**********************/ /********************Buy-bitcoin style START hear**********************/ /*********************HOME PAGE style START hear**********************/ /*baner style start hear*/ .baner_fluid { overflow: hidden; padding: 0; background: #555555; } .baner_fluid .baner { text-align: center; overflow: hidden; } .baner_fluid .baner h1 { margin: 30px 0 5px 0; text-transform: uppercase; color: #fff; } .baner_fluid .baner p { font-size: 20px; margin: 0 0 40px 0; } /*baner style end hear*/ /*form style start hear*/ .form_fluid { overflow: hidden; margin: 70px 0 70px 0; padding: 0 0 60px 0; border-bottom: 1px solid #e6e6e6; } .form_fluid .form { overflow: hidden; } .form_fluid .form .form_1 { border-left: 3px solid #CC6633; padding: 0 0 0 10px; color: #4F4F4F; text-transform: uppercase; } .form_fluid .form form {} .form_fluid .form form input {} .form_fluid .form .text { width: 100%; height: 42px; padding: 0 0 0 22px; color: #464646; font-size: 19px; } .form_fluid .form .option { width: 100%; height: 42px; text-align: center; background: #CCCCCC; border: 0px; color: #4F4F4F; font-size: 19px; } .form_fluid .button_div { overflow: hidden; } .form_fluid .button_div .button_1 { overflow: hidden; margin: 0 0 15px 0; } /*form style end hear*/ /*gift style start hear*/ .gift_fluid { overflow: hidden; margin: 0 0 70px 0; } .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img { float: left; } .button.button-border { margin: 4px 0 0 12px; } .gift {} .gift a { display: inline-block; text-decoration: none; } .gift a p { padding: 25px 0 0 0; font-size: 15px; color: #444; } .gift .gift_top { overflow: hidden; border-bottom: 2px solid; padding: 0 0 13px 0; } .gift .gift_bottom {} .gift .gift_bottom ul {} .gift .gift_bottom ul li { list-style: none; padding: 0 0 0 15px; } .gift .gift_bottom .li { margin: 20px 0; padding: 0; } .gift .gift_bottom ul li a { display: inline-block; } .gift .gift_bottom ul li a:hover {} /*gift style end hear*/ /*Open offers style start hear*/ .offers_fluid { overflow: hidden; margin: 0 0 70px 0; } .offers_fluid .offers_container {} .offers_fluid .using {} .offers_fluid .using .using_li { background: #CC6633; height: 40px; border-radius: 4px; } .offers_fluid .using .using_a { color: #fff; padding: 0 0 0 12px; line-height: 37px; font-weight: 600; font-size: 15px; } .offers_fluid .using .using_a:hover { color: #000; } .offers_fluid .using ul {} .offers_fluid .using ul li { list-style: none; position: relative; } .offers_fluid .using ul li a {} .offers_fluid .using ul li a span { display: inline-block; } .offers_fluid .using .span_2 { margin-left: 122px; } .offers_fluid .using .span_3 { margin-left: 76px; } .offers_fluid .using .span_4 { margin-left: 67px; } .offers_fluid .using .span_5 { margin-left: 88px; } .offers_fluid .using .span_6 { margin-left: 42px; } .offers_fluid .using .span_7 { margin-left: 143px; } .offers_fluid .using .span_8 { margin-left: 2px; } .offers_fluid .using .span_9 { margin-left: 52px; } .offers_fluid .using .span_1 { display: inline-block; margin: 18px 0 0 0; } .offers_fluid .using .view_li { background: #444444; height: 30px; text-align: center; margin: 0 19px; } .offers_fluid .using .view_li:hover { background: #CC6633; height: 30px !important; } .offers_fluid .using .view_a { color: #fff; padding: 6px 0 0 12px; font-weight: 600; font-size: 12px; text-transform: uppercase; } .offers_fluid .using .view_a:hover { color: #fff; background: #CC6633; } .offers_fluid .open_site {} .offers_fluid .offers_container .open_col {} .offers_fluid .open_site .top_ro { margin: 0 0 50px 0; } .offers_fluid .open_site .top_ro h2 { font-size: 32px; margin: 0; float: left; } .offers_fluid .open_site .top_ro span { display: inline-block; color: #afafaf; padding: 15px 0 0 0; } .offers_fluid .open_site th { color: #656565; font-size: 16px; } .offers_fluid .open_site .tr_2 { border-bottom: 1px solid; } .offers_fluid .open_site .tr_2 .tr_2_td {} .offers_fluid .open_site .tr_2 .tr_2_td .flag_span { display: inline-block; height: 16px; width: 16px; vertical-align: text-top; line-height: 16px; background: url('../images/23.png') no-repeat; background-position: 0 -2720px; } .offers_fluid .open_site .tr_2 .tr_2_td i { display: inline-block; color: #8c8c8c; font-size: 16px; } .offers_fluid .open_site .tr_2 .tr_2_td a { display: inline-block; font-size: 17px; } .offers_fluid .open_site .tr_2 .tr_2_td .span_number { display: inherit; color: #56B484; font-size: 17px; } .offers_fluid .open_site .tr_2 .tr_2_td .span_seen { display: inline-block; color: #adadad; } .offers_fluid .open_site .tr_2 .bank { color: #6C6C6C; line-height: 37px; } .offers_fluid .open_site .tr_2 .bank_span { display: inline-block; color: #bdbdbd; } .offers_fluid .open_site .tr_2 .bank_a { display: inherit; border: 1px solid #AFD7E6; color: #89B1C0; background: #EFFFFF; font-size: 12px; padding: 0 4px; } .offers_fluid .open_site .tr_2 .usd_h4 { color: #727272; margin: 15px; line-height: 35px; } .offers_fluid .open_site .tr_2 .usd_span { display: inline-block; color: #a4a4a4; font-size: 15px; } .dollar { color: #727272; line-height: 70px; } .offers_fluid .open_site .tr_2 .bye_a { display: inline-block; background: #1ABB9B; padding: 5px 15px; border-radius: 5px; text-transform: uppercase; color: #fff; font-weight: 600; margin: 20px 0 0 0; } .offers_fluid .not_all_offers { overflow: hidden; border: 1px solid #ccc; text-align: center; } .offers_fluid .not_all_offers .h4 { font-size: 17px; color: #8F8F8F; } .offers_fluid .not_all_offers .not_all_offers_col { text-align: center; margin: 0 0 12px 0; } .offers_fluid .not_all_offers .not_all_offers_col .not_all_offers_a { font-size: 22px; display: inline-block; } .offers_fluid .not_all_offers .not_all_offers_col .not_all_offers_img { overflow: hidden; max-width: 30%; display: inherit; margin: 0 0 0 58px; } .offers_fluid .h4_tab { font-size: 18px; padding: 0 0 19px 12px; color: #747474; border-bottom: 1px solid #ccc; margin: 0px 0 12px 0; } .offers_fluid .p1_tab { margin: 0; font-size: 18px; padding: 0 0 0 10px; color: #747474; cursor: pointer; } .offers_fluid .span_tab { display: inline-block; color: #CC6633; } .offers_fluid .span_tab:hover { border-bottom: 1px solid; } .offers_fluid .p2_tab { font-size: 15px; color: #747474; padding: 0 0 0 10px; } .offers_fluid .a_tab { display: inline-block; color: #CC6633; } /*Open offers style end hear*/ /*********************Buy-bitcoin style end hear**********************/ /********************create-offer style START hear**********************/ /*********************create-offer style START hear**********************/ /*create page style start hear*/ .emphasis-title { margin: 0 0 50px; } .emphasis-title h1, .emphasis-title h2 { font-size: 64px; letter-spacing: -2px; } .emphasis-title h1, .emphasis-title h2 { font-weight: 400; text-transform: none; } .offer-property-type-group .offer-property-type:first-child { margin: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .offer-property-type-group .offer-property-type:not(:first-child) { margin: 0 0 0 20px; } .button.button-border { border: 2px solid #444; background-color: transparent; color: #333; line-height: 36px; font-weight: 600; text-shadow: none; } .button.button-large { padding: 0 26px; font-size: 16px; height: 46px; line-height: 46px; } .button.button-border:hover { background-color: #444; color: #FFF; border-color: transparent!important; text-shadow: 1px 1px 1px rgba(0,0,0,.2); } .button.button-border:focus { background-color: #444; color: #FFF; border-color: transparent!important; text-shadow: 1px 1px 1px rgba(0,0,0,.2); } .ad-form .select2-container--default .select2-selection--single, .ad-form .selectize-input { border: 1px solid #ccc; border-radius: 2px; height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; } .select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; } .select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; -webkit-user-select: none; } #gotoTop, #toast-container>div i, .divider.divider-center, .divider.divider-center.divider-short { text-align: center; } form .divider { margin: 0 0 15px; } .collapsible-panel { display: block; background-color: #EEE; line-height: 44px; padding: 0 0 0 16px; border-radius: 2px; position: relative; margin: 0; font-size: 16px; font-weight: 600; color: #444; cursor: pointer; } a:hover { color: #222; } .col_five_sixth, .col_four_fifth, .col_full, .col_half, .col_one_fifth, .col_one_fourth, .col_one_sixth, .col_one_third, .col_three_fifth, .col_three_fourth, .col_two_fifth, .col_two_third, .postcontent, .sidebar { display: block; position: relative; margin-right: 4%; margin-bottom: 50px; float: left; } .col_one_third { width: 30.63%; } .feature-box.fbox-center { padding: 0; text-align: center; } .feature-box { position: relative; margin-top: 20px; padding: 0 0 0 80px; } .feature-box:first-child { margin-top: 0; } @media (min-width: 768px) { .row-table { display: table; table-layout: fixed; width: 100%; width: calc(100% + 25px); } .new-offer-label { text-align: right; } .col-middle { vertical-align: middle; float: none; display: table-cell; } } /*create page style end hear*/ .form_page_fluid .form_page .full_col_text .text_1 { width: 100%; height: 40px; background: #EEEEEE; border: 1px solid #ccc; color: #444; font-size: 19px; padding: 0 0 0 14px; } .form_page_fluid .form_page .class_m { overflow: hidden; margin-bottom: 20px; } .form_page_fluid .form_page .input_L { overflow: hidden; width: 146px; float: left; border: 1px solid; height: 40px; background: #EEEEEE; margin: 0 25px 0 0; } .form_page_fluid .form_page .input_L .input_0 { border: 0; background: transparent; padding: 7px 0 0 16px; width: 100px; font-size: 16px; color: #444444; } .form_page_fluid .form_page .input_L .input_span { display: inline-block; font-size: 16px; border: 1px solid #ccc; padding: 6px 1px 6px 0px; width: 40px; text-align: center; color: #444444; } .form_page_fluid .form_page .text_R { overflow: hidden; height: 40px; width: 200px; } .form_page_fluid .form_page .text_R_h4 { margin: 0; line-height: 22px; font-size: 20px; color: #444; } .form_page_fluid .form_page .text_R_span { display: inline-block; color: #a6a6a6; } .form_page_fluid .form_page .span_110_1 { display: inline-block; color: #585858; height: 26px; width: 110px; text-align: center; padding: 1px 0 0 0; font-size: 16px; margin: 0 42px 0 0px; } .form_page_fluid .form_page .span_110_2 { display: inline-block; color: #585858; background: #f3f3f3; height: 26px; width: 161px; padding: 1px 0 0 14px; font-size: 16px; border: 1px solid #ccc; } .form_page_fluid .form_page .input_group { border: 1px solid #ccc; height: 40px; width: 100%; background: #EEEEEE; } .form_page_fluid .form_page .input_group .Min_input { width: 74%; height: 38px; background: transparent; border: 1px solid #ccc; padding: 0 0 0 10px; } .form_page_fluid .form_page .input_group .min_span { padding: 0px 5px; font-size: 20px; display: inline-block; width: 49px; color: #444; } .form_page_fluid .form_page .or { text-align: center; overflow: hidden; } .form_page_fluid .form_page .or .or_span { display: inline-block; float: left; height: 1px; background: #ebebeb; width: 48%; margin: 10px 0; } .form_page_fluid .form_page .or .or_h4 { width: 33px; float: left; font-size: 14px; color: #757575; } .form_page_fluid .form_page .minutes_L { overflow: hidden; width: 200px; float: left; border: 1px solid; height: 40px; background: #EEEEEE; margin: 0 25px 0 0; } .form_page_fluid .form_page .minutes_L .minutes_opt { border: 0; background: transparent; padding: 0 0 0 21px; width: 100px; font-size: 16px; color: #6E6E6E; height: 100%; margin: 0 12px 0 0; } .form_page_fluid .form_page .minutes_L .minutes_span { display: inline-block; font-size: 19px; padding: 0px 1px 6px 0px; width: 40px; text-align: center; color: #6E6E6E; } .form_page_fluid .form_page .setting { overflow: hidden; background: #eeeeee; height: 40px; } .form_page_fluid .form_page .setting .setting_a { display: inline-block; color: #727272; padding: 7px 0 0 16px; font-size: 19px; } .form_page_fluid .form_page .setting .setting_i { display: inline-block; padding: 0 5px 0 0px; } .form_page_fluid .form_page .create { overflow: hidden; background: #eeeeee; height: 40px; text-align: center; background: #DB9877; border-radius: 3px; } .form_page_fluid .form_page .create .create_a { display: inline-block; color: #727272; padding: 7px 0 0 0; font-size: 19px; color: #fff; } .trust_fluid {} .trust_fluid .trust { overflow: hidden; text-align: center; } .trust_fluid .trust:hover { overflow: hidden; text-align: center; } .trust_fluid .trust .trust_i { display: inline-block; color: #1E8BC3; font-size: 70px; padding: 0 0 20px 0; } .trust_fluid .trust .trust_h4 { font-size: 20px; margin: 0; } .trust_fluid .trust .trust_span { display: inline-block; background: #444; height: 2px; width: 35px; } .trust_fluid .trust .trust_span:hover { width: 40px; } .trust_fluid .trust .trust_p { color: #999; font-size: 15px; padding-top: 12px; } .ad-form label { font-weight: 500; text-transform: none; } .irs-hidden-input { position: absolute!important; display: block!important; top: 0!important; left: 0!important; width: 0!important; height: 0!important; font-size: 0!important; line-height: 0!important; padding: 0!important; margin: 0!important; outline: 0!important; z-index: -9999!important; background: 0 0!important; border-style: solid!important; border-color: transparent!important; } /********************create-offer style end hear**********************/ /*********************create-offer style end hear**********************/ /********************wallet page style START hear**********************/ /*********************wallet page style START hear**********************/ /*-Why use style end hear*/ .why_fluid { overflow: hidden; padding-top: 80px; padding-bottom: 70px; background-image: url('../images/34.png'); background-repeat: no-repeat; text-align: center; background-color: #f8ae0b; } .why_fluid .col_width { overflow: hidden; width: 65%; float: none; } .why_fluid .col_width .why { overflow: hidden; text-align: center; } .why_fluid .col_width .why .why_div { overflow: hidden; font-size: 16px; text-transform: uppercase; color: #fff; margin: 62px 0; } .why_fluid .col_width .why .why_h2 { font-size: 40px; text-transform: uppercase; color: #0b5646; font-weight: normal; } .why_fluid .col_width .why .why_p { color: #ebebeb; font-size: 20px; } .why_fluid .col_width .why .why_strong { color: #FFE681; font-size: 27px; } .why_fluid .col_width .why .why_div_col { overflow: hidden; border-left: 2px solid #1e8871; border-right: 2px solid #1e8871; } .why_fluid .col_width .why .why_a { display: inline-block; } .why_fluid .col_width .why .why_i { display: inline-block; font-size: 35px; font-weight: normal; height: 38px; width: 38px; border-radius: 50%; border: 1px solid #808080; color: #808080; } /*-Why use start hear*/ /*-What use start hear*/ .What_fluid { overflow: hidden; margin: 52px 0; } .What_fluid .What { overflow: hidden; padding: 0 0 20px 0; } .What_fluid .What .padding {} .What_fluid .What .What_L { overflow: hidden; margin-left: 9%; } .What_fluid .What .What_L .what_h4 { font-size: 25px; color: #444; margin: 12px; } .What_fluid .What .What_L .what_p { font-size: 18px; color: #7F7F7F; padding: 0 0 0 12px; } /*-What use end hear*/ /*-features use end hear*/ .features_fluid {} .features_fluid .features {} .features_fluid .features .padding { overflow: hidden; position: relative; } .features_fluid .features .features_h3 { text-align: center; font-size: 27px; color: #444; } .features_fluid .features .features_L { overflow: hidden; margin-left: 9%; } .features_fluid .features .features_h4 { padding: 0 0 0 12px; font-size: 24px; font-weight: normal; color: #797979; margin: 0 0 16px 0; } .features_fluid .features .features_img { position: absolute; left: 27px; top: 5px; width: 32px; } .features_fluid .features .features_p { font-size: 18px; color: #7F7F7F; padding: 0 0 0 12px; } .features_fluid .features .a_div { overflow: hidden; text-align: center; } .features_fluid .features .a_div .features_a { background: #ffe140; display: inline-block; color: #444; width: 29%; height: 45px; margin: 20px 0 0 0; padding: 10px 0 0 0; font-size: 16px; text-transform: uppercase; font-weight: 700; border-radius: 6px; } .features_fluid .features .a_div .features_a:hover { background: #ffed4c; } /*-features use end hear*/ /*Buying use start hear*/ .Buying_fluid { overflow: hidden; margin: 52px 0; } .Buying_fluid .Buying { overflow: hidden; border-bottom: 1px solid #ececec; padding: 0 0 20px 0; } .Buying_fluid .Buying .padding {} .Buying_fluid .Buying .Buying_L { overflow: hidden; margin-left: 9%; } .Buying_fluid .Buying .Buying_L .Buying_h4 { padding: 0 0 0 12px; font-size: 28px; font-weight: normal; color: #797979; margin: 0 0 16px 0; } .Buying_fluid .Buying .Buying_L .Buying_p { font-size: 18px; color: #7F7F7F; padding: 0 0 0 12px; } .Buying_fluid .Buying .Buying_R { overflow: hidden; margin-left: 9%; } .Buying_fluid .Buying .Buying_img { margin-left: 30%; } /*-What use end hear*/ /*business style start hear*/ .business_fluid { overflow: hidden; margin-bottom: 25px; } .business_fluid .business_L {} .business_fluid .business_L .business_img {} .business_fluid .business_R { overflow: hidden; } .business_fluid .business_R .business_h4 { color: #636363; font-size: 24px; font-weight: normal; margin: 0; } .business_fluid .business_R .business_contant {} .business_fluid .business_R .business_p { font-size: 17px; color: #969696; margin: 15px 0 0 0; } .business_fluid .business_R .business_span { font-size: 18px; display: inline-block; color: #444; font-weight: 700; } .business_fluid .business_R .business_a {} /*business style end hear*/ /*Create style start hear*/ .Create_fluid { overflow: hidden; padding: 0; background: #c63; } .Create_fluid:hover { background: #DA510D; } .Create_fluid .Create { overflow: hidden; text-align: center; width: 100%; } .Create_fluid .Create_a { display: inline-block; color: #d9d9d9; font-size: 34px; font-weight: inherit; height: 100px; padding: 20px 0 0 0; } .create_baner_fluid h1 { font-size: 35px; } /*Create style end hear*/ /********************wallet page style end hear**********************/ /*********************wallet page style end hear**********************/ /*footer style start hear*/ .footer_fluid { overflow: hidden; padding: 0; background: #333333; } .footer_fluid .footer { overflow: hidden; margin: 70px 0 0 0; font-size: 15px; } .footer_fluid .footer .footer_link ul {} .footer_fluid .footer .footer_link ul li { list-style: none; margin: 0; } .footer_fluid .footer .footer_link ul li a { color: #ccc; line-height: 28px; } .footer_fluid .footer .footer_link .p { color: #ccc; margin: 1px; } .footer_fluid .footer .footer_link .footer_img { background: #fff; padding: 5px 8px; } .footer_fluid .footer .footer_link .media {} .footer_fluid .footer .footer_link .media li { float: left; } .footer_fluid .footer .footer_link .media li a { display: inline-block; text-align: center; margin: 5px; } .footer_fluid .footer .footer_link .media li a i { display: inline-block; height: 30px; width: 30px; padding: 6px 9px 0 9px; } .footer_fluid .footer .footer_link .media li a .facebook { color: #fff; background: #3B5998; } .footer_fluid .footer .footer_link .media li a .youtube { color: #fff; background: #C4302B; } .footer_fluid .footer .footer_link .media li a .instagram { color: #fff; background: #3F729B; } .footer_fluid .footer .footer_link .media li a .git { color: #fff; background: #171515; } .footer_fluid .footer .footer_link .media li a .comment { color: #fff; background: #00ACEE; } .footer_fluid .footer .footer_link .media li a .facebook:hover { background: #4B69A8; } .footer_fluid .footer .footer_link .media li a .youtube:hover { background: #ED5954; } .footer_fluid .footer .footer_link .media li a .instagram:hover { background: #6093BC; } .footer_fluid .footer .footer_link .media li a .git:hover { background: #474545; } .footer_fluid .footer .footer_link .media li a .comment:hover { background: #24D0D8; } .col_one_third { width: 28.63%; } address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul { color: #555; padding: 1px; } .btn-primary { background-color: #c63!important; border-color: #A65329!important; border-radius: 3px; } abbr[data-original-title], abbr[title] { float: left; color: #ccc; } .footer_fluid .footer .widget_h4 { color: #ccc; } .last_footer_fluid { overflow: hidden; background: #292929; padding: 37px 0; } .last_footer_fluid .last_footerL {} .last_footer_fluid .last_footerL p { color: #606060; margin: 0; font-size: 15px; } .last_footer_fluid .last_footerR { overflow: hidden; float: right; } .last_footer_fluid .last_footerR p { color: #606060; margin: 0; font-size: 15px; } .last_footer_fluid .last_footerR p i { display: inline-block; padding: 0 5px 0 0; } .last_footer_fluid .p_tag {} .last_footer_fluid .p_tag p { color: #606060; font-size: 15px; } /*footer style end hear*/ /* ====================================================== wallet page start================================== */ /* wallet page start */ .bitcoin-wallet-page #green-section h2 { font-size: 40px; text-transform: uppercase; margin-bottom: 40px; color: #0b5646; font-weight: 400; } .bitcoin-wallet-page #green-section p { color: #fff; font-size: 20px; font-weight: 300; margin-bottom: 35px; } .bitcoin-wallet-page #green-section .column-stats { font-size: 15px; font-weight: 400; color: #FFF; margin-top: 70px; margin-bottom: 40px; text-transform: uppercase; position: relative; } .bitcoin-wallet-page #green-section .column-stats .col-md-4 { border-right: 2px solid #1e8871; } .bitcoin-wallet-page #green-section .arrow { opacity: .2; max-width: 40px; margin-bottom: -45px; cursor: pointer; } .bitcoin-wallet-page #green-section .arrow:hover { opacity: .3; } /* wallet page feature start */ .bitcoin-wallet-page .section h3 { font-size: 25px; margin-bottom: 20px; font-weight: 300; } .bitcoin-wallet-page .section#why-use h3 { position: relative; margin-bottom: 15px; } .bitcoin-wallet-page .section#why-use h3 img { position: absolute; left: -52px; top: 2px; width: 34px; } .bitcoin-wallet-page .section p { font-size: 17px; font-weight: 300; } .bitcoin-wallet-page .btn.join-giveaway { background-color: gold; color: #15374f; text-transform: uppercase; font-weight: 600; font-size: 16px; padding: 12px 27px; } /* wallet page feature end */ /********************loging page style start hear********************/ /********************loging page style start hear********************/ /*baner style start hear*/ .Lo_baner_fluid{ overflow: hidden; padding: 0; background: #555555; height: 200px; } .Lo_baner_fluid .baner{} .Lo_baner_fluid .baner .baner_l { overflow: hidden; margin: 22px 0; } .Lo_baner_fluid .baner .img_D { overflow: hidden; float: left; height: 150px; width: 150px; background: #DDDCDD; border-radius: 8px; } .Lo_baner_fluid .baner .img_D .baner_l_i { display: inline-block; font-size: 150px; padding: 9px 22px; color: #fff; } .Lo_baner_fluid .baner .fake_D { overflow: hidden; padding: 0 0 0 25px; } .Lo_baner_fluid .baner .baner_l_h4 { color: #fff; font-size: 24px; padding: 0 0 20px 0; } .Lo_baner_fluid .baner .baner_l_h6{} .Lo_baner_fluid .baner .span_1 { display: inline-block; color: #00D400; font-size: 15px; font-weight: 600; } .Lo_baner_fluid .baner .span_2{ display: inline-block; color: #fff; font-size: 18px; } .Lo_baner_fluid .baner .span_3{ display: inline-block; color: #F64522; font-size: 15px; font-weight: 600; } .Lo_baner_fluid .baner .baner_R_i1 { text-align: center; overflow: hidden; height: 80px; width: 80px; background: #fff; border-radius: 50%; margin: 0 0 0 7px; } .Lo_baner_fluid .baner .baner_R_icin-1 { display: inline-block; font-size: 35px; padding: 6px 0; color: #fff; background: #444; height: 52px; width: 52px; border-radius: 50px; margin: 14px 0; transform: rotate(15deg); } .Lo_baner_fluid .baner .baner_R_h5 { text-transform: uppercase; color: #fff; } .Lo_baner_fluid .baner .baner_R_i2 { text-align: center; overflow: hidden; height: 80px; width: 80px; background: #fff; border-radius: 50%; margin: 0 0 0 9px; } .Lo_baner_fluid .baner .baner_R_i2 .baner_R_icin-2 { display: inline-block; font-size: 50px; padding: 15px 0; color: #444; } .Lo_baner_fluid .baner .border_r { overflow: hidden; border-right: 1px dotted aliceblue; } .Lo_baner_fluid .baner .border_r2 { overflow: hidden; border-right: 1px dotted aliceblue; } .Lo_baner_fluid .baner .aa { overflow: hidden; padding: 0; } .Lo_baner_fluid .baner .aa_d { overflow: hidden; margin: 0 auto; } .Lo_baner_fluid .baner .col_r { overflow: hidden; margin-top: 45px; text-align: center; } .Lo_baner_fluid .baner .common:hover { background: #f8a639; } .Lo_baner_fluid .baner .common { cursor: pointer; } /*baner style end hear*/ /*Confirm style start hear*/ .Confirm_fluid { overflow: hidden; padding: 26px 0; background: #666666; margin: 25px 0; height: auto; } .Confirm_fluid .ul_div { overflow: hidden; text-align: center; margin: 15px 0; } .Confirm_fluid .ul_div .ul_tag{} .Confirm_fluid .ul_div .li_tag { list-style: none; float: left; width: 20%; } .Confirm_fluid .ul_div .a_tag { display: inline-block; color: #fff; background: #444; height: 50px; width: 50px; border-radius: 50%; font-size: 25px; padding: 6px; } .Confirm_fluid .ul_div .a_tag:hover{background: #CC6633;} .Confirm_fluid .ul_div .i_tag{} .Confirm_fluid .ul_div .Phone { display: inline-block; font-size: 33px; } .Confirm_fluid .ul_div .h5_tag {color: #ccc;} .Confirm_fluid .ul_div .active{background: #CC6633; } .Confirm_fluid .ul_div .active_h5{ color: #CC6633; font-weight: 600; } /*Confirm style end hear*/ /*Active style start hear*/ .active_fluid{ overflow: hidden; padding: 0; } .active_fluid .top_d { overflow: hidden; text-align: center; margin: 0 0 65px 0; } .active_fluid .top { overflow: hidden; text-align: center; border-bottom: 1px solid #ccc; } .active_fluid .top .top_h3 { color: #444; font-size: 23px; font-weight: 600; } .active_fluid .top_d .top_h4 { font-size: 20px; color: #555; } .active_fluid .top_d .top_h4 .top_atag { display: inline-block; color: #c63; text-decoration: none; } .active_fluid .top_d .top_a { display: inline-block; text-decoration: none; color: #000; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border: 2px solid #444; padding: 8px 12px; font-weight: 600; border-radius: 4px; } .active_fluid .top_d .top_a:hover{ color: #fff; background: #444; } .active_fluid .active_L {overflow: hidden;} .active_fluid .active_L .offers { overflow: hidden; background: #ededed; border-left: 3px solid #ccc; } .active_fluid .active_L .offers_p { color: #444; padding: 14px 0 7px 19px; font-size: 14px; letter-spacing: 0px; } .active_fluid .active_L .offers_p .offers_a { display: inline-block; text-decoration: none; color: #c63; } .active_fluid .active_L .my_offer { overflow: hidden; background: #DDB775; margin: 24px 0 1px 0; height: 45px; padding: 12px 20px; font-size: 17px; text-transform: uppercase; color: #fff; font-weight: 600; } .active_fluid .active_L .create { overflow: hidden; text-align: center; height: 65px; background: #f3f3f3; } .active_fluid .active_L .create:hover{background: #eaeaea;} .active_fluid .active_L .create .create_a { display: inline-block; padding: 17px 0; font-size: 21px; color: #f18d5a; text-decoration: none; height: 100%; width: 100%; } .active_fluid .active_L .create .create_a:hover{color: #444;} .active_fluid .active_L .account { overflow: hidden; border: 1px solid #ccc; margin: 60px 0 60px 0; } .active_fluid .active_L .account .account_activity { overflow: hidden; text-align: center; font-size: 16px; font-weight: 600; color: #777777; padding: 13px 0 0 0; height: 50px; } .active_fluid .active_L .account .Transactions { overflow: hidden; background: #DDB775; height: 50px; text-align: center; padding: 0; } .active_fluid .active_L .account .Transactions_a { font-size: 16px; display: inline-block; text-decoration: none; padding: 13px 0 0 0; color: #fff; font-weight: 600; width: 100%; height: 100%; } .active_fluid .active_L .account .Transactions_a:hover{ background: #EEEEEE; color: #000; } .active_fluid .active_L .account .Transactions_i{ display: inline-block; color: #fff; } .active_fluid .active_L .account .account_ul { overflow: hidden; margin: 0; } .active_fluid .active_L .account .account_li { height: 48px; width: 100%; background: #f0f9fc; border-bottom: 1px solid #c5e9f3; } .active_fluid .active_L .account .account_li:hover {background: #DAF1F8;} .active_fluid .active_L .account .account_li_div { overflow: hidden; height: 100%; } .active_fluid .active_L .account .account_i_div { overflow: hidden; float: left; height: 100%; width: 55px; border-right: 1px solid #c5e9f3; background: #DAF1F8; } .active_fluid .active_L .account .account_i { display: inline-block; color: #81baec; font-size: 16px; padding: 15px 18px; } .active_fluid .active_L .account .account_span1 { display: inline-block; margin: 0 0 0 30px; color: #6aa3d5; font-size: 17px; padding: 11px 0; } .active_fluid .active_L .account .account_span2 { display: inline-block; margin: 0 18px 0 0; color: #6aa3d5; font-size: 17px; padding: 11px 0; } .active_fluid .active_L .account .account_bottom { overflow: hidden; padding: 12px 22px; background: #f3f3f3; } .active_fluid .active_L .account .account_bottom .bottom_a1 { display: inline-block; text-decoration: none; color: #000; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border: 2px solid #444; padding: 8px 12px; font-weight: 600; border-radius: 4px; } .active_fluid .active_L .account .account_bottom .bottom_a1:hover{ color: #fff; background: #444; } .active_fluid .active_L .account .account_bottom .bottom_a2 { display: inline-block; text-decoration: none; color: #000; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border: 2px solid #444; padding: 8px 12px; font-weight: 600; border-radius: 4px; } .active_fluid .active_L .account .account_bottom .bottom_a2:hover{ color: #fff; background: #444; } .active_fluid .col_3{ overflow: hidden; padding-right: 0; } .active_fluid .active_R { overflow: hidden; margin: 0 0 0 12px; } .active_fluid .active_R .earn { overflow: hidden; border: 1px solid #26B0DA; } .active_fluid .active_R .earn_h4_div { overflow: hidden; background: #26B0DA; text-align: center; } .active_fluid .active_R .earn_h4 { color: #fff; text-transform: uppercase; font-size: 15px; font-weight: 600; padding: 2px 0; } .active_fluid .active_R .earn_p_div { overflow: hidden; background: #E7F9FF; text-align: center; } .active_fluid .active_R .earn_p { color: #525252; font-size: 15px; padding: 22px 15px 5px 15px; line-height: 28px; } .active_fluid .active_R .earn_span { display: unset; color: #5A5A5A; font-weight: 600; } .active_fluid .active_R .earn_a { display: inline-block; text-decoration: none; background: #FFB847; text-transform: uppercase; color: #fff; padding: 8px 16px; font-size: 13px; font-weight: 600; letter-spacing: 1px; border-radius: 3px; margin: 5px 0 40px 0; } .active_fluid .active_R .earn_a:hover{background: #FFD160;} .active_fluid .active_R .past { overflow: hidden; margin: 45px 0; } .active_fluid .active_R .past_h4_div { overflow: hidden; margin: 0 0 35px 0; } .active_fluid .active_R .past_h4 { background: #DDB775; text-transform: uppercase; color: #fff; padding: 10px 14px; font-size: 16px; font-weight: 600; letter-spacing: 0.5px; } .active_fluid .active_R .past_p { text-align: center; font-size: 21px; color: #777777; border-bottom: 1px solid #ececec; padding: 5px 0 19px 0; } /*Active style end hear*/ /********************loging page style end hear********************/ /********************loging page style end hear********************/ /********************wallet page style end hear********************/ /********************wallet page style end hear********************/ /*wallet style start hear*/ .wallet_fluid{overflow: hidden;} .wallet_fluid .wallet_D{overflow: hidden;} .wallet_fluid .wallet_D .wallet_col { float: none; margin: 0 auto; text-align: center; } .wallet_fluid .wallet_D .wallet_current{overflow: hidden;} .wallet_fluid .wallet_D .current {overflow: hidden;} .wallet_fluid .wallet_D .current_h3 { font-size: 30px; color: #444; } .wallet_fluid .wallet_D .current_h4 { font-size: 20px; padding: 8px 0; } .wallet_fluid .wallet_D .current_span { display: inline-block; font-size: 25px; color: #1ABC9C; font-weight: 600; } .wallet_fluid .wallet_D .current_a1 { display: inline-block; text-decoration: none; background: #1ABC9C; color: #fff; padding: 7px 15px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; border-radius: 5px; } .wallet_fluid .wallet_D .current_a1:hover {background: #444;} .wallet_fluid .wallet_D .current_p_div {overflow: hidden;} .wallet_fluid .wallet_D .current_p { text-align: initial; padding: 16px 30px; color: #737373; font-size: 14px; letter-spacing: 0.4px; } .wallet_fluid .wallet_D .current_send_div {overflow: hidden;} .wallet_fluid .wallet_D .current_send_a { display: inline-block; width: 88%; background: #1693A5; padding: 15px 0; margin: 0 34px 0 0; border-radius: 5px; color: #fff; text-transform: uppercase; font-size: 17px; font-weight: 600; letter-spacing: 2px; text-decoration: none; } .wallet_fluid .wallet_D .current_send_a:hover {} .wallet_fluid .wallet_D .current_help_a { display: inline-block; padding: 17px 67px 0 0; text-decoration: none; color: #c63; } .wallet_fluid .wallet_D .current_help_a:hover {color: #444;} .wallet_fluid .wallet_D .bitcoin_master_address { overflow: hidden; margin-top: 40px; } .wallet_fluid .wallet_D .bitcoin_master_address .none{} .wallet_fluid .wallet_D .bitcoin_master_address .none .none_img { cursor: pointer; } .wallet_fluid .wallet_D .master_address { overflow: hidden; padding-top: 20px; } .wallet_fluid .wallet_D .address_h3 { text-align: left; margin: 10px 0 0 0; font-size: 17px; } .wallet_fluid .wallet_D .address_span { display: inline-block; float: left; color: #444; padding: 8px 0; } .wallet_fluid .wallet_D .address_select { float: left; padding: 7px 0px; margin: 0 17px; } .wallet_fluid .wallet_D .address_option {} .wallet_fluid .wallet_D .wallet_transactions { overflow: hidden; border: 1px solid #ccc; margin: 45px 0; } .wallet_fluid .wallet_D .wallet_transactions .jj{ overflow: hidden; } .wallet_fluid .wallet_D .wallet_transactions .jj .jj_col{ overflow: hidden; } .wallet_fluid .wallet_D .tran { height: 45px; text-align: center; font-size: 17px; color: #585858; padding: 9px 0; } .wallet_fluid .wallet_D .addre{ overflow: hidden; padding: 0; } .wallet_fluid .wallet_D .addre_a { display: inline-block; height: 45px; text-align: center; font-size: 17px; padding: 9px 0; background: #ddb775; color: #fff; font-weight: 600; height: 100%; width: 100%; text-decoration: none; } .wallet_fluid .wallet_D .addre_a:hover{ background: #EEEEEE; color: #000; } .wallet_fluid .wallet_D .no { font-size: 18px; color: #878787; padding: 13px 20px; overflow: hidden; } .wallet_fluid .wallet_D .a_div { overflow: hidden; text-align: center; border-top: 1px solid #ccc; padding: 15px 0px; } .wallet_fluid .wallet_D .all { display: inline-block; text-decoration: none; color: #000; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border: 2px solid #444; padding: 8px 12px; font-weight: 600; border-radius: 4px; } .wallet_fluid .wallet_D .all:hover{ color: #fff; background: #444; } #bitcoin_master_address_qr_code { display: block; border: 1px solid #1a3438; padding: 3px; position: relative; } /*modal style start hear*/ .modal-dialog { width: 900px; margin: 30px auto; height: auto; z-index: 9999; } .modal_div .modal_h3 { color: #444; float: left; } .modal_div .modal_h3 .modal_i { display: inline-block; color: #444; padding: 0 5px 0 0; } .modal_div .modal-body .modal_p { color: #737373; margin: 0; } .modal_div .modal_pin { overflow: hidden; border-top: 1px solid #e2e2e2; } .modal_div .modal_input { margin: 12px 91px; padding: 0 16px; width: 80%; } .modal_div .modal_h4 { border: 1px solid #ccc; margin: 0 90px; padding: 7px 12px; font-size: 16px; color: #444; } .modal_div .modal_img_div{} .modal_div .modal_img_div .modal_img { margin: 0 auto; display: block; width: 35%; } .tleft { text-align: left!important; } #qrcode-plain img { margin: 0 auto; } #setSecurityAnswersModal .modal-dialog { width: 600px; margin: 30px auto; height: auto; z-index: 9999; } /*modal style end hear*/ /*wallet style end hear .wallet_fluid .wallet . {} */ /********************wallet page style end hear********************/ /********************wallet page style end hear********************/ /********************Register page custom style start********************/ .register-panel{ box-shadow: 0px 0px 10px 3px #ccc; } .register-form .form-group { margin: 0px; } .register-form .control-label { display: inline-block; font-size: 13px; letter-spacing: 1px; color: #555; margin-bottom: 10px; cursor: pointer; } .register-form ul { color: #555; } /********************Register page custom style end********************/ /********************profile page style start hear********************/ /********************profile page style start hear********************/ .profile_fluid { overflow: hidden; margin: 50px 0; } .profile_fluid .profile_col_L { overflow: hidden; margin: 0 20px; } .profile_fluid .profile_col_L .user_img { width: 80%; margin: 0px 20px; } .profile_fluid .profile_col_L .Verifications_div { overflow: hidden; margin: 30px 0px; } .profile_fluid .profile_col_L .Verifications_ul {} .profile_fluid .profile_col_L .header_li { list-style: none; background: #F59225; padding: 6px 20px; font-size: 16px; text-transform: uppercase; color: #fff; margin: 15px 0 0 0; } .profile_fluid .profile_col_L .Verifications_li { background: #f1f1f1; color: #444; margin: 5px 0; border-bottom: 1px solid #ccc; padding: 10px 19px; list-style: none; } .profile_fluid .profile_col_L .Verifications_i { display: inline-block; color: #fff; background: #FF1800; width: 19px; height: 19px; font-size: 16px; padding: 1px 0 0 1px; text-align: center; } .profile_fluid .profile_col_R {overflow: hidden;} .profile_fluid .profile_col_R .fake_div {overflow: hidden;} .profile_fluid .profile_col_R .fake_h2 { margin: 0; color: #444; } .profile_fluid .profile_col_R .profile_media_div { overflow: hidden; text-align: right; } .profile_fluid .profile_col_R .profile_media_a { display: inline-block; width: 40px; height: 40px; background: #dadada; margin: 0 3px; text-align: center; } .profile_fluid .profile_col_R .profile_media_facebook { display: inline-block; background: #3B5998; width: 100%; height: 100%; color: #fff; font-size: 22px; padding: 9px 14px; } .profile_fluid .profile_col_R .profile_media_facebook:hover{ background: #5674B3; } .profile_fluid .profile_col_R .profile_media_email { display: inline-block; background: #444; width: 100%; height: 100%; color: #fff; font-size: 21px; padding: 9px 0; } .profile_fluid .profile_col_R .profile_media_email:hover{ background: #686868; } .profile_fluid .profile_col_R .profile_media_twitter { display: inline-block; background: #55acee; width: 100%; height: 100%; color: #fff; font-size: 22px; padding: 8px 0 8px 4px; } .profile_fluid .profile_col_R .profile_media_twitter:hover{ background: #348bcd; } .profile_fluid .profile_col_R .Seen { overflow: hidden; margin: 25px 0; } .profile_fluid .profile_col_R .Seen_col_4 { overflow: hidden; text-align: center; } .profile_fluid .profile_col_R .Seen_span1 { display: inline-block; width: 23px; height: 23px; background: #3FB34F; border-radius: 50%; margin: 20px 0 18px 0; } .profile_fluid .profile_col_R .Seen_h5 { font-size: 17px; } .profile_fluid .profile_col_R .Seen_col_42 { overflow: hidden; text-align: center; border-left: 1px dotted #ccc; border-right: 1px dotted #ccc; } .profile_fluid .profile_col_R .Seen_h2 { color: green; font-size: 40px; font-weight: 600; } .profile_fluid .profile_col_R .div2 { overflow: hidden; float: left; width: 50%; } .profile_fluid .profile_col_R .Seen_span2 { display: inherit; color: #8E8E8E; font-size: 23px; padding-top: 23px; } .profile_fluid .profile_col_R .Seen_span3 { display: inherit; color: #FF3925; font-size: 23px; padding-top: 23px; } .profile_fluid .profile_col_R .Seen_h52 { font-size: 15px; } .profile_fluid .profile_col_R .Offers_div { overflow: hidden; margin: 30px 0px; } .profile_fluid .profile_col_R .Offers_ul {} .profile_fluid .profile_col_R .header_li { list-style: none; background: #F59225; padding: 6px 20px; font-size: 16px; text-transform: uppercase; color: #fff; margin: 15px 0 0 0; } .profile_fluid .profile_col_R .Offers_li { color: #7C7C7C; margin: 5px 0 40px 0; border-bottom: 1px solid #e0e0e0; padding: 10px 19px; text-align: center; list-style: none; font-size: 18px; } .profile_fluid .profile_col_R .number {} .profile_fluid .profile_col_R .number_ul {} .profile_fluid .profile_col_R .number_li { list-style: none; float: left; } .profile_fluid .profile_col_R .number_li2 {} .profile_fluid .profile_col_R .number_i {} .profile_fluid .col1{} .profile_fluid .col1{} .profile_fluid .profile_col_R .fake_p { color: #7C7C7C; font-size: 12px; } .profile_fluid .profile_col_R .{} /*user style start hear*/ .profile_fluid .profile_col_R .user_div { overflow: hidden; margin: 0 0 50px 0; } .profile_fluid .profile_col_R . {} .profile_fluid .profile_col_R .Active_div2 { overflow: hidden; } .profile_fluid .profile_col_R .Active_table { width: 100%; } .profile_fluid .profile_col_R .Active_tr2 { vertical-align: bottom; border-bottom: 2px solid #ddd; padding: 8px; color: #6C6C6C; } .profile_fluid .profile_col_R .Active_th2 { color: #676767; padding: 12px 0; font-size: 15px; text-align: center; } .profile_fluid .profile_col_R .Active_tr3{ vertical-align: bottom; border-bottom: 1px solid #ddd; padding: 8px; color: #6C6C6C; } .profile_fluid .profile_col_R .Active_td2 { color: #676767; padding: 12px 7px; font-size: 13px; } .profile_fluid .profile_col_R .Active_td2 .online_a{ display: inline-block; border: 1px solid #AFD7E6; color: #89B1C0; background: #EFFFFF; font-size: 12px; padding: 0 4px; text-decoration: none; } .profile_fluid .profile_col_R .Active_td2_a { display: inline-block; background: #1abc9c; color: #fff; text-decoration: none; margin: 0 9px 0 0; padding: 5px 12px; border-radius: 7px; } .profile_fluid .profile_col_R .Active_td2_a:hover { background: #02a484; } .profile_fluid .profile_col_R .Active_td2_img { width: 30%; margin: 0 15px; } .profile_fluid .profile_col_R .Active_td2_a2 { display: inherit; color: #CC6633; font-size: 16px; } .profile_fluid .profile_col_R .Active_td2_span { display: initial; font-size: 14px; color: #3FB34F; } .profile_fluid .profile_col_R .Active_td2_h5 { color: #B2B2B2; } .profile_fluid .profile_col_R .Active_td2_a3 { color: #CC6633; font-size: 14px; padding: 24px 0; display: inline-block; text-decoration: none; } .profile_fluid .profile_col_R .Page_div { overflow: hidden; text-align: center; } .profile_fluid .profile_col_R . {} .profile_fluid .profile_col_R . {} /*user style end hear*/ /********************profile page style end hear********************/ /********************profile page style end hear********************/ /********************account page style start hear********************/ /********************account page style start hear********************/ /*account_col_L style start hear*/ .account_fluid { overflow: hidden; padding: 0; background: #F5F5F5; } .account_fluid .acount_col_L{overflow: hidden; margin: 70px 0;} .account_fluid .acount_col_L .account_ul { background: #fff; } .account_fluid .acount_col_L .account_li { list-style: none; } .account_fluid .acount_col_L .account_a_1 { display: inline-block; width: 100%; text-decoration: none; padding: 10px 15px; border-bottom: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; } .account_fluid .acount_col_L .account_a_2 { display: inline-block; width: 100%; text-decoration: none; padding: 10px 15px; border-bottom: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; } .account_fluid .acount_col_L .account_a_3{ display: inline-block; width: 100%; text-decoration: none; color: #CC6633; padding: 10px 15px; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; } .account_fluid .acount_col_L .account_a_4 { display: inline-block; width: 100%; background: #00BCD4; text-decoration: none; color: #fff; padding: 10px 15px; font-size: 19px; font-weight: 600; } .account_fluid .acount_col_R { overflow: hidden; background: #fff; border: 1px solid #e1e1e1; margin: 70px 0; } .account_fluid .acount_col_R .account_col_9div{ overflow: hidden; } .account_fluid .acount_col_R .account_col_9div2{ overflow: hidden; } .account_fluid .acount_col_R .account_col_9div3{ overflow: hidden; } .account_fluid .acount_col_R .account_settings { overflow: hidden; border-left: 7px solid #CC6633; margin: 20px 20px; height: 40px; } .account_fluid .acount_col_R .account_settings_h3 { margin: 0; padding: 7px 15px; color: #444; } .account_fluid .acount_col_R .account_settings_span { display: inline-block; color: #8E8E8E; font-size: 15.9px; } .account_fluid .acount_col_R .account_settings_i { display: inline-block; color: #fff; background: #FF1800; padding: 4px 8px 2px 8px; border-radius: 3px; } .account_fluid .acount_col_R .account_settings_a { display: inline-block; color: #CC6633; text-decoration: none; } .account_fluid .acount_col_R .account_settings_a:hober { color: #444; } .account_fluid .acount_col_R .user_div{overflow: hidden;} .account_fluid .acount_col_R .user_h41 { color: #6C6C6C; font-size: 14px; text-transform: uppercase; padding: 0 4px; cursor: pointer; font-weight: 600; } .account_fluid .acount_col_R .user_h42 { padding: 0 4px; color: #444; font-size: 21px; } .account_fluid .acount_col_R .user_span1 { display: inline-block; background: #ccc; height: 16px; width: 16px; border-radius: 50px; } .account_fluid .acount_col_R .user_span2 { display: inline-block; background: #ccc; width: 90%; height: 1px; padding: 0px 0; margin: 7px 0px 7px 7px; } .account_fluid .acount_col_R .It_div { overflow: hidden; margin: 4px; background: #00BCD4; border-radius: 5px; } .account_fluid .acount_col_R .It_p { font-size: 23px; color: #fff; padding: 19px 19px 7px 19px; float: left; } .account_fluid .acount_col_R .It_a { display: inline-block; text-decoration: none; color: #CC6633; } .account_fluid .acount_col_R .phone_input { margin: 4px; padding: 0 12px; width: 98%; border: 2px solid #ccc; height: 35px; color: #444; } .account_fluid .acount_col_R .phone_p { padding: 5px; color: #666666; } .account_fluid .acount_col_R .phone_span { display: inline-block; margin: 0 0 0 100px; } .account_fluid .acount_col_R .phone_a { display: inline-block; color: #CC6633; font-weight: 600; text-decoration: none; } .account_fluid .acount_col_R .code_div { overflow: hidden; margin: 5px; border-radius: 2px; } .account_fluid .acount_col_R .code_input { width: 83%; height: 35px; padding: 0 0 0 15px; } .account_fluid .acount_col_R .code_button { background: #C02942; margin: 0 -6px; height: 35px; border: 0; padding: 0 12px; color: #fff; } .account_fluid .acount_col_R .user_img { width: 50%; padding: 0 0 0 5px; } .account_fluid .acount_col_R .user_button { width: 50%; margin: 5px 0 0 3px; background: #774F38; color: #fff; padding: 6px 0; text-transform: uppercase; font-size: 12px; font-weight: 600; border: 0; } .account_fluid .acount_col_R .user_span3 { display: inline-block; background: #ccc; height: 16px; width: 16px; border-radius: 50px; margin: 10px 0 0 21px; } .account_fluid .acount_col_R .user_span4 { display: inline-block; background: #ccc; width: 90%; height: 1px; padding: 0px 0; margin: 7px 0px 7px 7px; } .account_fluid .acount_col_R .user_textarea { width: 99%; margin: 0 0 0 3px; height: 108px; border: 2px solid #ccc; } .account_fluid .acount_col_R .textarea_p { padding: 4px 0 0 5px; color: #9F9F9F; } .account_fluid .acount_col_R .user_option { width: 98%; margin: 0 0 0 5px; border: 2px solid #ccc; height: 35px; } .account_fluid .acount_col_R .pp{ margin: 10px 0; } .account_fluid .acount_col_R .account_col_9div3{ overflow: hidden; margin: 25px 0; } .account_fluid .acount_col_R .checkbox_row { overflow: hidden; border-bottom: 1px solid #e1e1e1; margin: 0 19px; } .account_fluid .acount_col_R .checkbox_menu_p { color: #6C6C6C; font-weight: 600; text-align: center; } .account_fluid .acount_col_R .checkbox_col6 { overflow: hidden; padding-left: 0; } .account_fluid .acount_col_R .checkbox_p { color: #555; padding: 15px 0 5px 0; } .account_fluid .acount_col_R .input_checkbox { margin: 18px 0 0 42px; } .account_fluid .acount_col_R .time { overflow: hidden; margin: 0 20px; width: 120px; border-radius: 4px; border: 1px solid #ccc; text-align: center; height: 35px; } .account_fluid .acount_col_R .time_p { color: #6C6C6C; float: left; padding: 6px 18px; } .account_fluid .acount_col_R .time_span { display: inline; height: 100%; background: #ebebeb; border-left: 1px solid #ccc; padding: 5px 6px; } .account_fluid .acount_col_R .account_when_p { color: #737373; padding: 15px 22px; } .account_fluid .acount_col_R .account_when_row { overflow: hidden; padding: 20px 0; border-bottom: 1px solid #dfdfdf; margin: 0 20px; } .account_fluid .acount_col_R .account_when_input{} .account_fluid .acount_col_R .account_when_span { display: inline-block; color: #454545; } .account_fluid .acount_col_R .code_button2 { background: #CC6633; width: 98%; margin: 28px 5px; border: 0; padding: 8px 0; color: #fff; font-size: 16px; } .account_fluid .acount_col_R .code_button2:hover{ background: #B8521F; } .account_fluid .acount_col_R .pp1{} .account_fluid .acount_col_R .pp2{} .account_fluid .acount_col_R .security_this_div { overflow: hidden; margin: 0 6px 20px 6px; background: #F5F5F5; border: 2px solid #dadada; } .account_fluid .acount_col_R .security_this_p { padding: 12px; color: #555; } .account_fluid .acount_col_R .security_factor_div { overflow: hidden; margin: 20px 5px; } .account_fluid .acount_col_R .security_factor_h4 { color: #6F6F6F; } .account_fluid .acount_col_R .factor_radio{} .account_fluid .acount_col_R .Before_div { overflow: hidden; margin: 0 6px 20px 6px; background: #D9EDF7; border: 1px solid #C4D8E2; border-radius: 6px; } .account_fluid .acount_col_R .Before_p { padding: 13px; color: #31708f; font-size: 14px; margin: 0; } .account_fluid .acount_col_R .Before_a{ display: inline-block; text-decoration: none; color: #CC6633; } .account_fluid .acount_col_R .google_div{ overflow: hidden; margin: 0 6px 20px 6px; } .account_fluid .acount_col_R .google_radio{} .account_fluid .acount_col_R .security_factor_h4_2 { color: #6F6F6F; padding: 0 20px; } .account_fluid .acount_col_R .Active_div { overflow: hidden; margin: 0 20px; } .account_fluid .acount_col_R .Active_div2{ margin: 0 20px; box-sizing: border-box; overflow-x: hidden; min-height: .01%; height: 250px; width: auto; } .account_fluid .acount_col_R .Active_table{ width: 100%; max-width: 100%; margin-bottom: 20px; font-size: 16px; } .account_fluid .acount_col_R .Active_tr{} .account_fluid .acount_col_R .Active_th { vertical-align: bottom; border-bottom: 2px solid #ddd; padding: 8px; color: #6C6C6C; } .account_fluid .acount_col_R .Active_td { color: #676767; padding: 12px 0; } .account_fluid .acount_col_R .Active_tr2{ vertical-align: bottom; border-bottom: 2px solid #ddd; padding: 8px; color: #6C6C6C; } .account_fluid .acount_col_R .Active_tr3{ vertical-align: bottom; border-bottom: 1px solid #ddd; padding: 8px; color: #6C6C6C; } .account_fluid .acount_col_R .Active_th2{ color: #676767; padding: 12px 0; font-size: 15px; } .account_fluid .acount_col_R .Active_td2 { color: #676767; padding: 12px 0; font-size: 15px; } .account_fluid .acount_col_R .account_settings_p { color: #737373; padding: 0px 20px; line-height: 20px; } .account_fluid .acount_col_R .account_settings_button_div { overflow: hidden; text-align: center; } .account_fluid .acount_col_R .code_button3 { background: #CC6633; width: 65%; margin: 20px 0; border: 0; padding: 8px 0; color: #fff; font-size: 16px; } .account_fluid .acount_col_R .code_button3:hover{ background: #B8521F; } .account_fluid .acount_col_R .It_div2 { overflow: hidden; margin: 35px 22px 70px 22px; } /*account_col_L style end hear*/ /********************account page style end hear********************/ /********************account page style end hear********************/ /********************contacts & trades page style start hear********************/ /********************contacts & trades page style start hear********************/ /*contacts style start hear*/ .contacts_fluid { overflow: hidden; background: #F5F5F5; padding: 25px 0; margin: 40px 0; } .contacts_fluid .contacts_top{overflow: hidden;} .contacts_fluid .contacts_h2 { text-transform: uppercase; font-size: 27px; color: #444; padding: 0 20px; } .contacts_fluid .contacts_p { padding: 0 20px; color: #828282; font-size: 17px; } .contacts_fluid .contacts_col_R { overflow: hidden; text-align: right; } .contacts_fluid .contacts_col_R .Dashboard_ul { margin: 45px 0; } .contacts_fluid .contacts_col_R .Dashboard_li { float: left; list-style: none; padding: 0 4px; } .contacts_fluid .contacts_col_R .Dashboard_a { display: inline-block; color: #444; font-size: 12px; text-decoration: none; } .contacts_fluid .contacts_col_R .Dashboard_a:hover{ color: #D87E38; } .contacts_bottom_fluid {overflow: hidden; padding: 25px 0;} .contacts_bottom_fluid .contacts_bottom {overflow: hidden; } .contacts_bottom_fluid .contacts_ul_div {overflow: hidden;} .contacts_bottom_fluid .Offers_ul {} .contacts_bottom_fluid .header_li { background: #F59225; font-size: 18px; text-transform: uppercase; padding: 5px 20px; color: #fff; } .contacts_bottom_fluid .trusted_li { text-align: center; list-style: none; font-size: 17px; padding: 10px 0; color: #868686; } .contacts_bottom_fluid .Showing_span1 { display: inline-block; font-size: 12px; } /*contacts style end hear*/ /*trades style start hear*/ .trades_fluid { overflow: hidden; } .trades_fluid .trades { overflow: hidden; } .trades_fluid .trades .trades_all_div { overflow: hidden; } .trades_fluid .trades .trades_all_ul { margin: 0 0 40px; list-style: none; border: 1px solid rgba(0,0,0,.07); float: left; border-radius: 4px; } .trades_fluid .trades .trades_all_li { display: table-cell; width: 1%; float: none; } .trades_fluid .trades .active{ background: #F59225; } .trades_fluid .trades .trades_all_a { border-left: 1px solid #ccc; color: #555555; text-decoration: none; display: block; padding: 12px 18px; font-size: 13px; line-height: 15px; text-align: center; } .trades_fluid .trades .active { border-left: 0; color: #fff; } .trades_fluid .trades .trades_form_div { overflow: hidden; margin: 25px 0; } .trades_fluid .trades .trades_form{} .trades_fluid .trades .trades_input_div { overflow: hidden; margin: 12px 20px 12px 0; } .trades_fluid .trades .trades_form_label { text-transform: uppercase; color: #585858; } .trades_fluid .trades .trades_form_input{} .trades_fluid .trades .trades_form_button1{} .trades_fluid .trades .trades_form_button2 { background: #5bc0de; border-color: #46b8da; color: #fff; margin: 0 0 0 15px; } .trades_fluid .trades .trades_form_button2:hover{ background: #4cb1cf; } .trades_fluid .trades .trades_h2_div{} .trades_fluid .trades .trades_h2 { font-size: 20px; } .trades_fluid .trades .trades_h2_span { display: inline-block; color: #444; font-weight: 600; } .trades_account_fluid { background: #fff; } .trades_account_fluid .trades_acount_col_R { border: 0; margin-top: 10px; margin-bottom: 10px; } .trades_account_fluid .trades_acount_col_R .trades_Active_div2 { margin: 0; } /*trades style end hear*/ /********************contacts & trades page style end hear********************/ /********************contacts & trades page style end hear********************/ /* @import url('https://fonts.googleapis.com/css?family=Dax:400,900'); $font: 'Dax', sans-serif; $white: #fff; $green: #007e90; */ input[type="radio"] { display: none; } input[type="radio"]:checked +.box { background-color: #d82117; color: #fff; } input[type="radio"]:checked +.box span { color: #fff; transform: translateX(20px); width: 30px; } input[type="radio"]:checked +.box span:before { transform: translateY(0px); opacity: 1; } .box { width: 200px; height: 45px; border: 1px solid #444; transition: all 250ms ease; will-change: transition; display: inline-block; text-align: center; cursor: pointer; position: relative; font-family: 'Dax', sans-serif; font-weight: 900; color: #444; } .box:active{ transform: translateY(0px); } .box span { position: absolute; transform: translate(0, 0); left: 0; right: 0; transition: all 300ms ease; font-size: 1.5em; user-select: none; color: #007e90; } .box span:before { font-size: 1.2em; font-family: FontAwesome; display: block; transform: translateY(0); opacity: 0; transition: all 300ms ease-in-out; font-weight: normal; color: #fff; } .buy-btc label{ font-size: 20px; margin-top: 5px; font-weight: 900; } .sell-btc label{ font-size: 20px; margin-top: 5px; font-weight: 900; } .buy-btc span:before { content: '\f15a'; } .sell-btc span:before { content: '\f15a'; } /********************offer page style start hear********************/ /********************offer page style start hear********************/ .ml-15{ margin-left: 15px; } .offer_banner_fluid { overflow: hidden; padding: 0; background: #555555; margin: 40px 0; } .offer_banner_fluid .offer_banner { overflow: hidden; text-align: center; } .offer_banner_fluid .offer_banner_h1 { font-size: 28px; text-transform: uppercase; color: #e2e2e2; letter-spacing: 0px; font-weight: 600; margin: 0; padding: 30px 0 0 0; } .offer_banner_fluid .offer_banner_h5 { font-size: 17px; padding-bottom: 20px; color: #e2e2e2; } .free_fluid {overflow: hidden;} .free_fluid .free_form { overflow: hidden; width: 70%; margin: 0 auto; } .free_fluid .free_form_div{overflow: hidden;} .free_fluid .free_input{ width: 46%; padding: 20px 12px; float: left; margin: 5px 15px; height: 34px; } .free_fluid .free_button_div { overflow: hidden; margin: 0; padding: 0 2px; } .free_fluid .free_button{ display: block; width: 96%; margin: 20px 14px; } .offer_fluid { overflow: hidden; padding: 0; margin: 40px 0 70px 0; } .offer_fluid .offer_col_L{overflow: hidden;} .offer_fluid .offer_col_L .how_much {overflow: hidden;} .offer_fluid .offer_col_L .how_much_h4 { text-transform: uppercase; color: #444; padding: 5px 0; } .offer_fluid .offer_col_L .how_much_span {display: inline-block;} .offer_fluid .offer_col_L .how_much_a { display: inline-block; color: #c63; font-size: 15px; text-decoration: none; } .offer_fluid .offer_col_L .how_much_a:hover { color: #444; } .offer_fluid .offer_col_L .input_group_div { overflow: hidden; border: 1px solid #a94442; border-radius: 4px; } .offer_fluid .offer_col_L .input { width: 85%; height: 37px; padding: 0 12px; border: 0; border-right: 1px solid #a94442; } .offer_fluid .offer_col_L .input_span { display: inline-block; background: #F2DEDE; width: 15%; padding: 8.5px 10px; color: #a94442; font-weight: 600; } .offer_fluid .offer_col_L .offer_button_div { overflow: hidden; margin: 0; padding: 0 2px; text-align: center; } .offer_fluid .offer_col_L .offer_button { display: block; width: 100%; margin: 30px 0 0 0; background: #59BA41; border: 0; padding: 22px 0; } .offer_fluid .offer_col_L .offer_button:hover { background: #444; } .offer_fluid .offer_col_L .offer_button_span1 { display: inherit; text-transform: uppercase; font-weight: 600; font-size: 22px; color: #fff; } .offer_fluid .offer_col_L .offer_button_span2 { display: block; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; color: #fff; } .offer_fluid .offer_col_L .offer_button_span3 { display: inline-block; color: #9d9d9d; } .offer_fluid .offer_col_L .offer_button_i { display: inline-block; color: #0074E8; } .offer_fluid .offer_col_L .ngn_div { overflow: hidden; margin: 25px 0; } .offer_fluid .offer_col_L .ngn_h4 { color: #616161; } .offer_fluid .offer_col_L .ngn_span { display: inline-block; font-weight: 600; border-bottom: 1px dashed #999; padding: 0 0 1px 0; } .offer_fluid .offer_col_L .quick_div {overflow: hidden;} .offer_fluid .offer_col_L .quick_h4 { color: #616161; font-weight: 600; border-bottom: 1px solid #e7e7e7; padding: 15px 0; } .offer_fluid .offer_col_L .col_div { overflow: hidden; margin: 30px 0; } .offer_fluid .offer_col_L .needed {overflow: hidden;} .offer_fluid .offer_col_L .needed_2 { overflow: hidden; border-left: 1px solid #ccc; padding: 0 15px; border-right: 1px solid #ccc; } .offer_fluid .offer_col_L .n_c { padding: 0; } .offer_fluid .offer_col_L .needed_img { width: 30px; float: left; margin: 0 0 0 10px; } .offer_fluid .offer_col_L .needed_p { padding: 5px 0 5px 46px; font-size: 16px; color: #526570; } .offer_fluid .offer_col_L .Community_span {display: inline-block;} .offer_fluid .offer_col_L .Community_a { display: inline-block; font-size: 12px; color: #c63; text-decoration: navajowhite; } .offer_fluid .offer_col_L .Open_p { font-size: 18px; color: #989898; } .offer_fluid .offer_col_R {overflow: hidden;} .offer_fluid .offer_col_R .feature_box_div {overflow: hidden; position: relative;} .offer_fluid .offer_col_R .seen_det { overflow: hidden; text-align: center; margin: 50px 0 0 0; border: 1px solid #ccc; } .offer_fluid .offer_col_R .seen_det_img { overflow: hidden; position: absolute; width: 95px; height: 95px; top: 3px; left: 132px; } .offer_fluid .offer_col_R .seen_img { width: 100%; height: 100%; } .offer_fluid .offer_col_R .seen_det_div2 { overflow: hidden; margin: 55px 0 0 0; } .offer_fluid .offer_col_R .seen_tag_a { display: inline-block; color: #c63; font-size: 17px; text-transform: uppercase; text-decoration: none; } .offer_fluid .offer_col_R .seen_tag_a:hover { color: #444; } .offer_fluid .offer_col_R .seen_tag_p { margin: 8px 0; color: #575757; } .offer_fluid .offer_col_R .seen_tag_span1 { display: inline-block; width: 12px; height: 12px; background: #FFCE43; border-radius: 50%; margin: 0px 7px; } .offer_fluid .offer_col_R .seen_tag_span2 { display: inline-block; color: #3fb34f; } .offer_fluid .offer_col_R .seen_tag_span3 { display: inline-block; color: #ff5a5f; } .offer_fluid .offer_col_R .profile_media_div {overflow: hidden; text-align: center;} .offer_fluid .offer_col_R .profile_media_h4 { color: #444; font-size: 16px; } .offer_fluid .offer_col_R .profile_media_a { display: inline-block; width: 40px; height: 40px; background: #dadada; margin: 0 3px; text-align: center; } .offer_fluid .offer_col_R .profile_media_facebook { display: inline-block; background: #3B5998; width: 100%; height: 100%; color: #fff; font-size: 22px; padding: 9px 14px; } .offer_fluid .offer_col_R .profile_media_facebook:hover{ background: #5674B3; } .offer_fluid .offer_col_R .profile_media_email { display: inline-block; background: #444; width: 100%; height: 100%; color: #fff; font-size: 21px; padding: 9px 0; } .offer_fluid .offer_col_R .profile_media_email:hover{ background: #686868; } .offer_fluid .offer_col_R .profile_media_twitter { display: inline-block; background: #55acee; width: 100%; height: 100%; color: #fff; font-size: 22px; padding: 8px 0 8px 4px; } .offer_fluid .offer_col_R .profile_media_twitter:hover{ background: #348bcd; } .offer_fluid .offer_col_R .feedback { overflow: hidden; margin: 25px 0; } .offer_fluid .offer_col_R .feedback_h4 { text-align: center; color: #444; } .offer_fluid .offer_col_R .feedback_ul {} .offer_fluid .offer_col_R .feedback_li { color: #575757; font-size: 15px; border-bottom: 1px solid #e5e5e5; margin: 0 0 17px 0; padding: 0 0 5px 0; } .offer_fluid .offer_col_R .feedback_a { display: inline-block; padding: 0 4px 0 0; text-decoration: none; color: #c63; font-size: 18px; text-transform: uppercase; } .offer_fluid .offer_col_R .feedback_span1 { display: inline-block; color: #3fb34f; font-size: 17px; } .offer_fluid .offer_col_R .feedback_span2 { display: inline-block; color: #9c9c9c; font-size: 17px; } .offer_fluid .offer_col_R .the_p { font-size: 16px; color: #989898; } .offer_fluid .offer_col_R .the_span { display: inline-block; font-weight: 600; } .offer_fluid .offer_col_R . {} .offer_fluid .offer_col_R . {} .offer_fluid .offer_col_R . {} /********************offer page style end hear********************/ /********************offer page style end hear********************/ span.market-price-box.lead { margin-left: 15px; margin-bottom: 0px; } .button.button-border{ padding: 4px 12px; } .table > tbody > tr > td{ vertical-align: middle; } /* .slideThree */ .offer-type-group .slideThree { width: 55px; height: 20px; background: #333; margin: 20px auto; position: relative; border-radius: 50px; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);} .offer-type-group.slideThree:after { content: 'OFF'; color: #000; position: absolute; right: 5px; z-index: 0; font: 11px/20px Arial, sans-serif; font-weight: bold; text-shadow: 1px 1px 0px rgba(255,255,255,.15); } .offer-type-group.slideThree:before { content: 'ON'; color: green; position: absolute; left: 5px; z-index: 0; font: 11px/20px Arial, sans-serif; font-weight: bold; } .offer-type-group label { display: inline-block; cursor: pointer; z-index: 1; transition: all 0.4s ease; } .offer-type-group input[type=checkbox] { visibility: hidden; } .offer-type-group input[type=checkbox]:checked + label { left: 28px; } /* end .slideThree */ /********************online_sell_buyer page style start hear********************/ /********************online_sell_buyer page style start hear********************/ .online_sell_buyer_fluid { overflow: hidden; margin: 40px 0; padding: 0; } .online_sell_buyer_fluid .online_sell_buyer_header { overflow: hidden; margin: 0 0 20px 0; } .online_sell_buyer_fluid .online_sell_buyer_header .online_sell_buyer_header_h1 { color: #444; font-size: 30px; padding: 0 0 0 15px; } .online_sell_buyer_fluid .online_sell_buyer_header .online_sell_buyer_header_h4 { color: #444; padding: 0px 15px; } .online_sell_buyer_fluid .online_sell_buyer_header .online_sell_buyer_header_span { display: inline-block; color: #36AAFF; } .online_sell_buyer_fluid .online_sell_buyer_header .{} .online_sell_buyer_fluid .Confirm_div{overflow: hidden;} .online_sell_buyer_fluid .Confirm_div .Confirm_h1 { color: #444; } .online_sell_buyer_fluid .confirm_button_div { overflow: hidden; text-align: center; margin: 10px 0; } .online_sell_buyer_fluid .confirm_button_div .confirm_row_button2{ border: 1px solid #ccc; background: #e5e5e5; } .online_sell_buyer_fluid .confirm_button_div .confirm_row_button2:hover{ border: 1px solid #b3b3b3; background: #d3d3d3; } .online_sell_buyer_fluid .online_sell_buyer_L{ overflow: hidden; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_row_1 { overflow: hidden; background: #f2f2f2; border: 2px solid #e6e6e7; padding: 20px; margin: 0 0 15px 0; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_div{ overflow: hidden; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_p{ color: #444; } .online_sell_buyer_fluid .online_sell_buyer_L .faqs_ul{} .online_sell_buyer_fluid .online_sell_buyer_L .faqs_li{ list-style: none; width: 100%; border: 1px solid #ccc; padding: 0 10px; margin: 10px 0; } .online_sell_buyer_fluid .online_sell_buyer_L .faqs_h41 { font-size: 18px; color: #444; } .online_sell_buyer_fluid .online_sell_buyer_L .faqs_span{ display: inline-block; float: left; margin: 10px 10px 0 0; } .online_sell_buyer_fluid .online_sell_buyer_L .faqs_i { display: inline-block; font-size: 15px; padding: 2px 3px; color: #444; margin: 0 0 0 0; cursor: pointer; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_h3{ color: #444; } .online_sell_buyer_fluid .online_sell_buyer_L .send_row_button0 { background: #D20C00; color: #fff; } .online_sell_buyer_fluid .online_sell_buyer_L .send_row_button0:hover{ background: #B60000; } .online_sell_buyer_fluid .online_sell_buyer_L .send_row_button1 { background: #094EB6; color: #fff; margin: 10px 0 0 0; } .online_sell_buyer_fluid .online_sell_buyer_L .send_row_button1:hover{ background: #003CA4; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_redio_div { overflow: hidden; background: #fff; padding: 0 10px; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_input{ display: inline; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_span { display: inline-block; color: #008A00; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_p2 { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 10px; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_span2{ display: inline-block; color: #444; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_span3{ display: inline-block; color: #FF272D; } .online_sell_buyer_fluid .online_sell_buyer_L .send_row_message{ width: 100%; color: #444; } .online_sell_buyer_fluid .online_sell_buyer_L .{} .online_sell_buyer_fluid .online_sell_buyer_R { overflow: hidden; background: #f2f2f2; border: 2px solid #e6e6e7; padding: 20px; } .online_sell_buyer_fluid .online_sell_buyer_R .send_div{ overflow: hidden; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_1{ overflow: hidden; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_i { display: inline-block; float: left; padding: 8px 8px 8px 0; font-size: 20px; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_h4 { color: #444; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_span1 { display: inline-block; color: #338DCD; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_span2 { display: inline-block; background: #7BD07B; width: 15px; height: 15px; border-radius: 50%; margin: 0 0 -2px 0; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_2{} .online_sell_buyer_fluid .online_sell_buyer_R .send_row_message { width: 100%; color: #444; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_3 { margin: 10px 0; overflow: hidden; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_button2 { border: 1px solid #ccc; background: #e5e5e5; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_4 { overflow: hidden; border-bottom: 1px solid #e3e3e3; margin: 15px 0; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_button2:hover{ border: 1px solid #b3b3b3; background: #d3d3d3; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_p { color: #444; } .online_sell_buyer_fluid .online_sell_buyer_R .{} .online_sell_buyer_fluid .online_sell_buyer_R .{} /********************online_sell_buyer page style end hear********************/ /********************online_sell_buyer page style end hear********************/ .send-request-fail-reason { font-size: 150%; color: #bf831c; padding: 20px; margin-top: 50px; margin-bottom: 20px; background-color: #fcf8e3; border: 1px solid #fbeed5; border-radius: 4px; }
public/css/style.css
@charset "utf-8"; .entry-meta li, dfn { font-style: italic } * { margin: 0; padding: 0; font-family: 'Lato'; } h1, h2, h3, h4, h5, h6 { color: #444; font-weight: 600; line-height: 1.5; } a{ text-decoration: none !important; } .font-size-26{ font-size: 26px; } .alert-error { color: #FFF; background-color: #a94442; border-color: #893432; font-size: 24px; text-align: center; padding: 10px 15px; } i.fa.fa-circle.offline { color: #ffc217!important; } i.fa.fa-circle.online { color: #3C9A6A !important; } .dark, .dark a:hover, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #EEE; } .bottommargin-xs { margin-bottom: 15px !important; } .topmargin-xs { margin-top: 15px; } .bottommargin-sm { margin-bottom: 30px !important; } .center { text-align: center !important; } .block-center { margin: 0 auto; } .block-center { float: none; } .nopadding { padding: 0 !important; } .button-green { background-color: #59BA41; } .ladda-button, .mfp-content { position: relative; } .container-padding { padding-left: 15px !important; padding-right: 15px !important; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } .darker-bg { background-color: #F5F5F5; } .toppadding { padding-top: 50px; } .vertical-padding { padding-top: 15px !important; padding-bottom: 15px !important; } /*nav style start hear*/ .navbar_full { border-radius: 0; border: 0; background: #fff; margin: 0 0 10px 0; } .navbar-nav { float: right; margin: 0; margin: 12px 0 0 0; } .navbar_full .nav-design .li_bg { background: #1ABC9C; } .navbar_full .nav-design .bg { color: #fff; font-size: 15px; } .navbar_full .nav-design .bg:hover { color: #fff; } .navbar_full .nav-design>li { margin: 0 2px; } .navbar-default .navbar-nav>li>a { color: #444; display: block; font-weight: 700; padding: 11px 15px; height: 50px; line-height: 28px; margin: 0px 0; border-radius: 2px; border: 2px solid transparent; } .navbar-default .navbar-nav>li>a:hover { color: #cc6633; border: 2px solid; } .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { color: #cc6633; } /* .navbar-default { background-color: #fff; border-color: #080808; } */ .navbar-default .navbar-toggle { border-color: #333; background: #333; } .navbar-brand { float: left; height: 65px; padding: 0px; font-size: 18px; line-height: 20px; } .navbar-brand>img { display: block; width: 200px; height: 65px; margin-left: 15px; } .header-user-avatar { height: 46px; -webkit-transition: all .5s; transition: all .5s; border-radius: 4px; margin-top: -11px; } .user-passport-info { float: left; margin: 0px 15px 0; line-height: 4px; text-transform: initial; } div#user-btc-balance { margin-top: 15px; } li.dropdown.account-dropdown.sub-menu>ul { display: none; } li.dropdown.account-dropdown.sub-menu:hover ul { display: block; padding-left: 15px; } li.dropdown.account-dropdown.sub-menu { border-right: 1px solid; } ul.nav-design ul{ display: none; position: absolute; width: 180px; background-color: #FFF; box-shadow: 0 13px 42px 11px rgba(0,0,0,.05); border: 1px solid #EEE; border-top: 2px solid #1ABC9C; height: auto; z-index: 199; top: 50px; left: 0; margin: 0; } ul.nav-design>li>ul{ -webkit-transition: top .4s ease; -o-transition: top .4s ease; transition: top .4s ease; list-style: none; } ul.nav-design ul a{ font-size: 14px; font-weight: 600; height: 42px!important; line-height: 42px!important; color: #666!important; padding-top: 0!important; padding-bottom: 0!important; border: 0!important; letter-spacing: 0; transition: all .2s ease-in-out; } ul.nav-design ul li:hover>a{ background-color: #F9F9F9; padding-left: 15px; color: #c63!important; } ul.nav-design ul li:hover { border-left: 2px solid #c63; } li.submenu { cursor: pointer; } li.submenu>a{ text-decoration: none; } .notification-box { height: 50px; float: left; position: relative; } .notification-box a i { padding: 16px; font-size: 20px; } .notification-box:hover .notification-content{ display: block; } .notification-box .notification-content{ display: none; position: absolute; width: 230px; background-color: #FFF; box-shadow: 0 13px 42px 11px rgba(0,0,0,.05); border: 1px solid #EEE; border-top: 2px solid #1ABC9C; height: auto; z-index: 199; top: 50px; right: -20px; margin-right: 0px; } .notification-content .notification-title h4{ float: left; } .notification-content .notification-title a{ margin: 11px 0; text-decoration: none; cursor: pointer; } .notification-content .notification-title a:hover{ color: #c63; } /*nav style end hear*/ /* wellcome page style start */ .welcome-container { position: relative; background-position: 50% 0; padding-top: 20px; padding-bottom: 30px; } #landing-header { padding-bottom: 70px; } #landing-header .heading-block { padding-bottom: 30px; } .heading-block h1 { font-size: 32px; } #landing-header .heading-block a { color: #92ada7; font-size: 15px; } #landing-header h3 { text-transform: uppercase; color: #fff; font-size: 18px; font-weight: 600; padding-left: 17px; margin-bottom: 10px; } #landing-header .right-container form#select-amount { margin-bottom: 20px; } #landing-header .right-container form#select-amount .form-group-default { background-color: #fff; position: relative; border-radius: 0; overflow: hidden; transition: background-color .2s ease; margin-bottom: 0; padding: 0; } #landing-header .right-container form#select-amount .form-group-default.input-group label { margin-top: 6px; padding-left: 12px; color: #555; } #landing-header .right-container form#select-amount .form-group-default label:not(.error) { text-align: left; font-size: 13px; text-transform: none; font-weight: 500; } #landing-header .right-container form#select-amount .form-group-default label { display: block; opacity: 1; transition: opacity .2s ease; margin: 0; } #landing-header .right-container form#select-amount .form-group-default.input-group .form-control { margin-top: -2px; margin-bottom: 3px; padding-left: 12px; padding-right: 10px; } #landing-header .right-container form#select-amount .form-group-default .form-control { border: none; min-height: 25px; margin-top: -4px; background: 0 0; } #landing-header .right-container form#select-amount .form-group-default #fiat_currency_id.form-control { border: none; min-height: 25px; margin-top: -4px; background: 0 0; padding: 5px 0 0 50px; color: #fff; background-color: #305493; } #landing-header .right-container form#select-amount .form-group-default #ammount.form-control { border: none; min-height: 25px; margin-top: -4px; background: 0 0; padding: 8px; } #landing-header .right-container form#select-amount .form-group-default #btc_amount.form-control { border: none; min-height: 25px; margin-top: -4px; background: 0 0; padding: 8px; } #landing-header .right-container form#select-amount .form-control { background: #fff; border: 1px solid #eee; color: #333; outline: 0; height: 45px; line-height: normal; font-size: 27px; font-weight: 400; vertical-align: middle; box-shadow: none; border-radius: 2px; transition: background .2s linear 0; padding: 9px 12px; } #landing-header .right-container form#select-amount .form-group-default.input-group p.text-danger { font-size: 14px; margin-bottom: 4px; padding-left: 12px; display: inline-block; float: left; } #landing-header .right-container form#select-amount .input-group-addon:last-child { height: calc(60px); min-width: calc(120px); border-radius: 0; border: none; -webkit-box-shadow: inset 0 0 68px -20px rgba(0,0,0,.75); -moz-box-shadow: inset 0 0 68px -20px rgba(0,0,0,.75); box-shadow: inset 0 0 68px -20px rgba(0,0,0,.75); } #landing-header .right-container form#select-amount .input-group-addon { background: #345ba0; border: 1px solid #223049; color: #fff; font-size: 18px; font-weight: 600; display: table-cell; border-radius: 3px; transition: border .2s linear 0 .2s linear 0 .2s linear 0 .2s linear 0 .2s linear 0; padding: 6px 9px; } #landing-header .right-container form#select-amount .form-group-default.group-bitcoin .input-group-addon { background-color: #192439; } #landing-header .right-container form#select-amount .get-ammount-col-4 .input-group-addon { background-color: #131314; } #landing-header .right-container form#select-amount .input-group-addon .select2 .select2-selection #select2-fiat_currency_id-container { color: #fff; padding-right: 10px; line-height: 31px; } #landing-header .right-container form#select-amount .form-group-default.input-group.group-bitcoin label:not(.error) { color: #1abc9c; } #landing-header .right-container form#select-amount .form-group-default.input-group.group-bitcoin label { padding-top: 6px; margin-top: 0; border-top: 1px solid #eee; } #landing-header .right-container .text-container { color: #eee; padding: 0 7px; margin-top: 30px; } #landing-header .right-container .text-container p { margin-bottom: 15px; } #landing-header .right-container .text-container .stats { text-align: center; } #landing-header .right-container .text-container .stats .column { padding: 0 5px; } #landing-header .right-container .text-container .stats h5 { color: #fff; font-weight: 600; font-size: 25px; margin-bottom: 0; } #landing-header .right-container .text-container .stats span { text-transform: uppercase; font-size: 12px; } #landing-header .right-container .find-button { margin-top: 30px; } #landing-header .right-container .find-button button { font-size: 18px; } .ladda-button[data-style=zoom-in] .ladda-label { display: inline-block; } #landing-header .right-container form#select-amount .select-ammount-col-8 { padding-right: 0px; } #landing-header .right-container form#select-amount .select-ammount-col-4 { padding-left: 0px; } #landing-header .right-container form#select-amount .get-ammount-col-8 { padding-right: 0px; } #landing-header .right-container form#select-amount .get-ammount-col-4 { padding-left: 0px; } /* wellcome page style end */ /* login page style start */ .promo.promo-border { border: 1px solid #E5E5E5; border-radius: 3px; padding-left: 30px; } /* login page style end */ /* buy-sell page start */ .search-form-container { margin: 40px auto; } .search-form-nav li { width: 50%; } .nav-tabs>li { float: left; margin-bottom: -2px; } .nav-tabs>li.active>.tab-buy, .nav-tabs>li.active>.tab-buy:hover, .nav-tabs>li.active>.tab-buy:focus { border-color: #337ab7; border-bottom-color: transparent; } .nav-tabs>li.active>.tab-sell, .nav-tabs>li.active>.tab-sell:hover, .nav-tabs>li.active>.tab-sell:focus { border-color: #337ab7; border-bottom-color: transparent; } .search-form-wrap>.nav-tabs { border-bottom: 1px solid #337ab7; } .search-form-nav li .tab-buy { text-align: right; } .search-form-nav li .tab-sell { margin-right: 0px; } .tab-buy, .tab-sell { font-weight: bold; } .search-form-wrap .tab-content { border-width: 1px; border-color: #337ab7; border-style: none solid solid solid; text-align: center; } .search-form { padding: 10px; } .search-form .form-group { display: inline-block; vertical-align: middle; margin: 5px 0; } .search-form .form-group#div_id_amount { width: 20%; } .search-form .form-group#div_id_currency { width: 20%; } .search-form .form-group#div_id_place_country { width: 25%; } .search-form .form-group#div_id_online_provider { width: 25%; } .form-group .controls .search-form-button { font-weight: bold; color: #f58220; border-color: #f58220; background-color: #ffffff; } /*Buy bitcoins style end hear*/ /*pay for bitcoins style start hear*/ .pay_fluid { overflow: hidden; padding: 0 0 70px 0px; } .pay_fluid .pay_top { overflow: hidden; text-align: center; margin: 55px 0; } .pay_fluid .pay_top h3 { font-weight: 600; color: #444; } .pay_fluid .pay_detail { overflow: hidden; } .pay_fluid .pay_detail .col_pay { overflow: hidden; height: 450px; } .pay_fluid .pay_detail .detail_a { display: block; position: relative; min-height: 1px; text-decoration: none !important; background-color: transparent; box-sizing: border-box; border-radius: 5px; box-shadow: 0 0 5px 0 #bdbdbd; height: 380px; margin: 50px 0 0 0; } .pay_fluid .pay_detail .detail_a .col_div { overflow: hidden; text-align: center; padding: 20px; margin-top: 30px; min-height: 220px; } .pay_fluid .pay_detail .detail_a .col_div img { padding: 0; border: 5px solid #f5f5f5; border-radius: 150px; position: absolute; top: -41px; max-width: 29%; vertical-align: middle; left: 88px; } .pay_fluid .pay_detail .detail_a .col_div h4 { text-transform: uppercase; color: #000; font-size: 16px; padding: 37px 0 7px 0; margin: 0; } .pay_fluid .pay_detail .detail_a .col_div .help_block { display: inline-block; color: #8D8D8D; border-bottom: 1px solid #dfdfdf; width: 100%; padding: 0 0 10px 0; } .pay_fluid .pay_detail .detail_a .col_div .pay_group { overflow: hidden; text-align: left; padding: 10px 0 0 0; } .pay_fluid .pay_detail .detail_a .col_div .pay_group p { color: #333; font-size: 15px; } .pay_fluid .pay_detail .detail_a .col_div .pay_group span { display: inline-block; color: #CC6633; font-size: 14px; font-weight: 600; } .pay_fluid .pay_row { overflow: hidden; text-align: center; } .pay_fluid .pay_row .pay_row_a { display: inline-block; color: #1ABB9B; font-size: 18px; text-transform: uppercase; border: 3px solid #1ABB9B; padding: 8px 16px; } .pay_fluid .pay_row .pay_row_a:hover { color: #fff; background: #1ABB9B; } /*pay for bitcoins style end hear*/ /*darker-bg style start hear*/ .darker_fluid { overflow: hidden; margin: 0 0 70px 0; } .darker_fluid .darker-bg {} .darker_fluid .darker-bg .fancy-title { overflow: hidden; margin-bottom: 28px; border-bottom: 2px solid #CC6633; padding: 0 0 8px 0; } .darker_fluid .darker-bg .fancy-title h3 { font-weight: 600; font-size: 26px; text-transform: uppercase; } .darker_fluid .darker-bg .fancy-title h3 i { display: inline-block; padding: 0 8px 0 0px; } .darker_fluid .darker-bg p { text-align: justify; font-size: 15px; color: #6A6A6A; } /*darker-bg style end hear*/ /*Join style start hear*/ .Join_fluid { overflow: hidden; padding: 0; background: #1AB99A; margin-bottom: 70px; } .Join_fluid .join { overflow: hidden; margin: 0 0 70px 0px; } .Join_fluid .join .join_top { text-align: center; overflow: hidden; margin: 30px 0; } .Join_fluid .join .join_top h3 { text-transform: uppercase; color: #fff; font-size: 35px; } .Join_fluid .join .join_top span { display: inline-block; background: #12826c; height: 2px; width: 12%; } .Join_fluid .join .join_img img { max-width: 450px; } .Join_fluid .join .join_contain h4 { color: #0e4e42; font-size: 22px; line-height: 32px; } .Join_fluid .join .join_contain p { color: #feebfe; font-size: 17px; padding: 23px 0 0 0; } .Join_fluid .join .join_contain .join_a { overflow: hidden; text-align: center; } .Join_fluid .join .join_contain .join_a a { display: inline-block; background: #ffd876; color: #47606E; text-decoration: none; height: 50px; width: 48%; margin: 52px 0 0 0; border-radius: 2px; padding: 14px 0; font-size: 16px; text-transform: uppercase; font-weight: 600; border-bottom: 1px solid #a7801d; } .Join_fluid .join .join_contain .join_a a:hover { background: #FFBE2B; } /*Join style end hear*/ /*earn style start hear*/ .earn_fluid { overflow: hidden; margin: 0 0 70px 0; } .earn_fluid .earn .earn_top { text-align: center; overflow: hidden; margin: 30px 0; } .earn_fluid .earn .earn_top h3 { text-transform: uppercase; color: #000; font-size: 32px; font-weight: 600; } .earn_fluid .earn .earn_top span { display: inline-block; background: #000; height: 2px; width: 12%; } /*earn style end hear*/ /*paxful style start hear*/ .paxful_fluid { overflow: hidden; margin: 0 0 70px 0; } .paxful_fluid .paxful .paxful_top { text-align: center; overflow: hidden; margin: 30px 0; } .paxful_fluid .paxful .paxful_top h3 { text-transform: uppercase; color: #000; font-size: 30px; font-weight: 600; } .paxful_fluid .paxful .paxful_top span { display: inline-block; background: #000; height: 2px; width: 12%; } .paxful_fluid .paxful .col_1 { overflow: hidden; text-align: center; } .paxful_fluid .paxful .col_1 .div_i1 { height: 95px; width: 95px; overflow: hidden; margin: 0 117px 32px 117px; line-height: 94px; } .paxful_fluid .paxful .col_1 .div_i1:hover { background: rgb(0, 0, 0, 0.44); border-radius: 50%; border: 2px solid #333333; } .paxful_fluid .paxful .col_1 .div_i1 i { display: inline-block; background: #333333; color: #fff; height: 42px; width: 42px; border-radius: 50%; font-size: 28px; transform: rotate(15deg); padding: 4px 0; } .paxful_fluid .paxful .col_1 .div_i1 i:hover { background: #fff; color: #000; } .paxful_fluid .paxful .col_1 .div_i { height: 95px; width: 95px; overflow: hidden; margin: 0 117px 32px 117px; line-height: 96px; } .paxful_fluid .paxful .col_1 .div_i:hover { background: rgb(0, 0, 0, 0.44); border-radius: 50%; border: 2px solid #333333; } .paxful_fluid .paxful .col_1 .div_i i { display: inline-block; color: #474747; height: 95px; width: 95px; border-radius: 50%; font-size: 35px; padding: 25px 0; } .paxful_fluid .paxful .col_1 .div_i i:hover { color: #fff; } .paxful_fluid .paxful .col_1 h4 { text-transform: uppercase; font-size: 17px; color: #444; } .paxful_fluid .paxful .col_1 p { font-size: 19px; line-height: 30px; color: #8C8C8C; } /*paxful style end hear*/ /*seen style start hear*/ .seen_fluid { overflow: hidden; background: #282828; padding: 0; margin: 0 0 70px 0; } .seen_fluid .seen .seen_top { text-align: center; overflow: hidden; margin: 30px 0; } .seen_fluid .seen .seen_top h3 { text-transform: uppercase; color: #fff; font-size: 30px; font-weight: 600; } .seen_fluid .seen .seen_top span { display: inline-block; background: #7E7E7E; height: 2px; width: 12%; } .seen_fluid .seen .center { overflow: hidden; float: left; margin: 0 18px 42px; } .seen_fluid .seen .center a { display: block; } .seen_fluid .seen .center a img { max-width: 85%; } .seen_fluid .seen .seen_p { overflow: hidden; text-align: center; width: 100%; margin-bottom: 43px; } .seen_fluid .seen .seen_p p { color: #eee; } /*seen style end hear*/ /*wallet style start hear*/ .wallet { overflow: hidden; text-align: center; } .wallet .wallet_top { text-align: center; overflow: hidden; margin: 30px 0; } .wallet .wallet_top h3 { text-transform: uppercase; color: #000; font-size: 30px; font-weight: 600; } .wallet .wallet_top span { display: inline-block; background: #000; height: 2px; width: 12%; } .wallet .wallet_top h5 { padding: 5px 0 0 0; font-size: 21px; color: #777; } .wallet .wallet_top a { display: inline-block; background: #59BA41; color: #fff; text-decoration: none; height: 50px; width: 20%; margin: 52px 0 0 0; border-radius: 2px; padding: 14px 0; font-size: 16px; text-transform: uppercase; font-weight: 600; border-bottom: 1px solid #a7801d; } .wallet .wallet_top a:hover { background: #69C053; } /*wallet style end hear*/ /*********************HOME PAGE style end hear**********************/ /*********************HOME PAGE style end hear**********************/ /********************Buy-bitcoin style START hear**********************/ /*********************HOME PAGE style START hear**********************/ /*baner style start hear*/ .baner_fluid { overflow: hidden; padding: 0; background: #555555; } .baner_fluid .baner { text-align: center; overflow: hidden; } .baner_fluid .baner h1 { margin: 30px 0 5px 0; text-transform: uppercase; color: #fff; } .baner_fluid .baner p { font-size: 20px; margin: 0 0 40px 0; } /*baner style end hear*/ /*form style start hear*/ .form_fluid { overflow: hidden; margin: 70px 0 70px 0; padding: 0 0 60px 0; border-bottom: 1px solid #e6e6e6; } .form_fluid .form { overflow: hidden; } .form_fluid .form .form_1 { border-left: 3px solid #CC6633; padding: 0 0 0 10px; color: #4F4F4F; text-transform: uppercase; } .form_fluid .form form {} .form_fluid .form form input {} .form_fluid .form .text { width: 100%; height: 42px; padding: 0 0 0 22px; color: #464646; font-size: 19px; } .form_fluid .form .option { width: 100%; height: 42px; text-align: center; background: #CCCCCC; border: 0px; color: #4F4F4F; font-size: 19px; } .form_fluid .button_div { overflow: hidden; } .form_fluid .button_div .button_1 { overflow: hidden; margin: 0 0 15px 0; } /*form style end hear*/ /*gift style start hear*/ .gift_fluid { overflow: hidden; margin: 0 0 70px 0; } .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img { float: left; } .button.button-border { margin: 4px 0 0 12px; } .gift {} .gift a { display: inline-block; text-decoration: none; } .gift a p { padding: 25px 0 0 0; font-size: 15px; color: #444; } .gift .gift_top { overflow: hidden; border-bottom: 2px solid; padding: 0 0 13px 0; } .gift .gift_bottom {} .gift .gift_bottom ul {} .gift .gift_bottom ul li { list-style: none; padding: 0 0 0 15px; } .gift .gift_bottom .li { margin: 20px 0; padding: 0; } .gift .gift_bottom ul li a { display: inline-block; } .gift .gift_bottom ul li a:hover {} /*gift style end hear*/ /*Open offers style start hear*/ .offers_fluid { overflow: hidden; margin: 0 0 70px 0; } .offers_fluid .offers_container {} .offers_fluid .using {} .offers_fluid .using .using_li { background: #CC6633; height: 40px; border-radius: 4px; } .offers_fluid .using .using_a { color: #fff; padding: 0 0 0 12px; line-height: 37px; font-weight: 600; font-size: 15px; } .offers_fluid .using .using_a:hover { color: #000; } .offers_fluid .using ul {} .offers_fluid .using ul li { list-style: none; position: relative; } .offers_fluid .using ul li a {} .offers_fluid .using ul li a span { display: inline-block; } .offers_fluid .using .span_2 { margin-left: 122px; } .offers_fluid .using .span_3 { margin-left: 76px; } .offers_fluid .using .span_4 { margin-left: 67px; } .offers_fluid .using .span_5 { margin-left: 88px; } .offers_fluid .using .span_6 { margin-left: 42px; } .offers_fluid .using .span_7 { margin-left: 143px; } .offers_fluid .using .span_8 { margin-left: 2px; } .offers_fluid .using .span_9 { margin-left: 52px; } .offers_fluid .using .span_1 { display: inline-block; margin: 18px 0 0 0; } .offers_fluid .using .view_li { background: #444444; height: 30px; text-align: center; margin: 0 19px; } .offers_fluid .using .view_li:hover { background: #CC6633; height: 30px !important; } .offers_fluid .using .view_a { color: #fff; padding: 6px 0 0 12px; font-weight: 600; font-size: 12px; text-transform: uppercase; } .offers_fluid .using .view_a:hover { color: #fff; background: #CC6633; } .offers_fluid .open_site {} .offers_fluid .offers_container .open_col {} .offers_fluid .open_site .top_ro { margin: 0 0 50px 0; } .offers_fluid .open_site .top_ro h2 { font-size: 32px; margin: 0; float: left; } .offers_fluid .open_site .top_ro span { display: inline-block; color: #afafaf; padding: 15px 0 0 0; } .offers_fluid .open_site th { color: #656565; font-size: 16px; } .offers_fluid .open_site .tr_2 { border-bottom: 1px solid; } .offers_fluid .open_site .tr_2 .tr_2_td {} .offers_fluid .open_site .tr_2 .tr_2_td .flag_span { display: inline-block; height: 16px; width: 16px; vertical-align: text-top; line-height: 16px; background: url('../images/23.png') no-repeat; background-position: 0 -2720px; } .offers_fluid .open_site .tr_2 .tr_2_td i { display: inline-block; color: #8c8c8c; font-size: 16px; } .offers_fluid .open_site .tr_2 .tr_2_td a { display: inline-block; font-size: 17px; } .offers_fluid .open_site .tr_2 .tr_2_td .span_number { display: inherit; color: #56B484; font-size: 17px; } .offers_fluid .open_site .tr_2 .tr_2_td .span_seen { display: inline-block; color: #adadad; } .offers_fluid .open_site .tr_2 .bank { color: #6C6C6C; line-height: 37px; } .offers_fluid .open_site .tr_2 .bank_span { display: inline-block; color: #bdbdbd; } .offers_fluid .open_site .tr_2 .bank_a { display: inherit; border: 1px solid #AFD7E6; color: #89B1C0; background: #EFFFFF; font-size: 12px; padding: 0 4px; } .offers_fluid .open_site .tr_2 .usd_h4 { color: #727272; margin: 15px; line-height: 35px; } .offers_fluid .open_site .tr_2 .usd_span { display: inline-block; color: #a4a4a4; font-size: 15px; } .dollar { color: #727272; line-height: 70px; } .offers_fluid .open_site .tr_2 .bye_a { display: inline-block; background: #1ABB9B; padding: 5px 15px; border-radius: 5px; text-transform: uppercase; color: #fff; font-weight: 600; margin: 20px 0 0 0; } .offers_fluid .not_all_offers { overflow: hidden; border: 1px solid #ccc; text-align: center; } .offers_fluid .not_all_offers .h4 { font-size: 17px; color: #8F8F8F; } .offers_fluid .not_all_offers .not_all_offers_col { text-align: center; margin: 0 0 12px 0; } .offers_fluid .not_all_offers .not_all_offers_col .not_all_offers_a { font-size: 22px; display: inline-block; } .offers_fluid .not_all_offers .not_all_offers_col .not_all_offers_img { overflow: hidden; max-width: 30%; display: inherit; margin: 0 0 0 58px; } .offers_fluid .h4_tab { font-size: 18px; padding: 0 0 19px 12px; color: #747474; border-bottom: 1px solid #ccc; margin: 0px 0 12px 0; } .offers_fluid .p1_tab { margin: 0; font-size: 18px; padding: 0 0 0 10px; color: #747474; cursor: pointer; } .offers_fluid .span_tab { display: inline-block; color: #CC6633; } .offers_fluid .span_tab:hover { border-bottom: 1px solid; } .offers_fluid .p2_tab { font-size: 15px; color: #747474; padding: 0 0 0 10px; } .offers_fluid .a_tab { display: inline-block; color: #CC6633; } /*Open offers style end hear*/ /*********************Buy-bitcoin style end hear**********************/ /********************create-offer style START hear**********************/ /*********************create-offer style START hear**********************/ /*create page style start hear*/ .emphasis-title { margin: 0 0 50px; } .emphasis-title h1, .emphasis-title h2 { font-size: 64px; letter-spacing: -2px; } .emphasis-title h1, .emphasis-title h2 { font-weight: 400; text-transform: none; } .offer-property-type-group .offer-property-type:first-child { margin: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .offer-property-type-group .offer-property-type:not(:first-child) { margin: 0 0 0 20px; } .button.button-border { border: 2px solid #444; background-color: transparent; color: #333; line-height: 36px; font-weight: 600; text-shadow: none; } .button.button-large { padding: 0 26px; font-size: 16px; height: 46px; line-height: 46px; } .button.button-border:hover { background-color: #444; color: #FFF; border-color: transparent!important; text-shadow: 1px 1px 1px rgba(0,0,0,.2); } .button.button-border:focus { background-color: #444; color: #FFF; border-color: transparent!important; text-shadow: 1px 1px 1px rgba(0,0,0,.2); } .ad-form .select2-container--default .select2-selection--single, .ad-form .selectize-input { border: 1px solid #ccc; border-radius: 2px; height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; } .select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; } .select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; -webkit-user-select: none; } #gotoTop, #toast-container>div i, .divider.divider-center, .divider.divider-center.divider-short { text-align: center; } form .divider { margin: 0 0 15px; } .collapsible-panel { display: block; background-color: #EEE; line-height: 44px; padding: 0 0 0 16px; border-radius: 2px; position: relative; margin: 0; font-size: 16px; font-weight: 600; color: #444; cursor: pointer; } a:hover { color: #222; } .col_five_sixth, .col_four_fifth, .col_full, .col_half, .col_one_fifth, .col_one_fourth, .col_one_sixth, .col_one_third, .col_three_fifth, .col_three_fourth, .col_two_fifth, .col_two_third, .postcontent, .sidebar { display: block; position: relative; margin-right: 4%; margin-bottom: 50px; float: left; } .col_one_third { width: 30.63%; } .feature-box.fbox-center { padding: 0; text-align: center; } .feature-box { position: relative; margin-top: 20px; padding: 0 0 0 80px; } .feature-box:first-child { margin-top: 0; } @media (min-width: 768px) { .row-table { display: table; table-layout: fixed; width: 100%; width: calc(100% + 25px); } .new-offer-label { text-align: right; } .col-middle { vertical-align: middle; float: none; display: table-cell; } } /*create page style end hear*/ .form_page_fluid .form_page .full_col_text .text_1 { width: 100%; height: 40px; background: #EEEEEE; border: 1px solid #ccc; color: #444; font-size: 19px; padding: 0 0 0 14px; } .form_page_fluid .form_page .class_m { overflow: hidden; margin-bottom: 20px; } .form_page_fluid .form_page .input_L { overflow: hidden; width: 146px; float: left; border: 1px solid; height: 40px; background: #EEEEEE; margin: 0 25px 0 0; } .form_page_fluid .form_page .input_L .input_0 { border: 0; background: transparent; padding: 7px 0 0 16px; width: 100px; font-size: 16px; color: #444444; } .form_page_fluid .form_page .input_L .input_span { display: inline-block; font-size: 16px; border: 1px solid #ccc; padding: 6px 1px 6px 0px; width: 40px; text-align: center; color: #444444; } .form_page_fluid .form_page .text_R { overflow: hidden; height: 40px; width: 200px; } .form_page_fluid .form_page .text_R_h4 { margin: 0; line-height: 22px; font-size: 20px; color: #444; } .form_page_fluid .form_page .text_R_span { display: inline-block; color: #a6a6a6; } .form_page_fluid .form_page .span_110_1 { display: inline-block; color: #585858; height: 26px; width: 110px; text-align: center; padding: 1px 0 0 0; font-size: 16px; margin: 0 42px 0 0px; } .form_page_fluid .form_page .span_110_2 { display: inline-block; color: #585858; background: #f3f3f3; height: 26px; width: 161px; padding: 1px 0 0 14px; font-size: 16px; border: 1px solid #ccc; } .form_page_fluid .form_page .input_group { border: 1px solid #ccc; height: 40px; width: 100%; background: #EEEEEE; } .form_page_fluid .form_page .input_group .Min_input { width: 74%; height: 38px; background: transparent; border: 1px solid #ccc; padding: 0 0 0 10px; } .form_page_fluid .form_page .input_group .min_span { padding: 0px 5px; font-size: 20px; display: inline-block; width: 49px; color: #444; } .form_page_fluid .form_page .or { text-align: center; overflow: hidden; } .form_page_fluid .form_page .or .or_span { display: inline-block; float: left; height: 1px; background: #ebebeb; width: 48%; margin: 10px 0; } .form_page_fluid .form_page .or .or_h4 { width: 33px; float: left; font-size: 14px; color: #757575; } .form_page_fluid .form_page .minutes_L { overflow: hidden; width: 200px; float: left; border: 1px solid; height: 40px; background: #EEEEEE; margin: 0 25px 0 0; } .form_page_fluid .form_page .minutes_L .minutes_opt { border: 0; background: transparent; padding: 0 0 0 21px; width: 100px; font-size: 16px; color: #6E6E6E; height: 100%; margin: 0 12px 0 0; } .form_page_fluid .form_page .minutes_L .minutes_span { display: inline-block; font-size: 19px; padding: 0px 1px 6px 0px; width: 40px; text-align: center; color: #6E6E6E; } .form_page_fluid .form_page .setting { overflow: hidden; background: #eeeeee; height: 40px; } .form_page_fluid .form_page .setting .setting_a { display: inline-block; color: #727272; padding: 7px 0 0 16px; font-size: 19px; } .form_page_fluid .form_page .setting .setting_i { display: inline-block; padding: 0 5px 0 0px; } .form_page_fluid .form_page .create { overflow: hidden; background: #eeeeee; height: 40px; text-align: center; background: #DB9877; border-radius: 3px; } .form_page_fluid .form_page .create .create_a { display: inline-block; color: #727272; padding: 7px 0 0 0; font-size: 19px; color: #fff; } .trust_fluid {} .trust_fluid .trust { overflow: hidden; text-align: center; } .trust_fluid .trust:hover { overflow: hidden; text-align: center; } .trust_fluid .trust .trust_i { display: inline-block; color: #1E8BC3; font-size: 70px; padding: 0 0 20px 0; } .trust_fluid .trust .trust_h4 { font-size: 20px; margin: 0; } .trust_fluid .trust .trust_span { display: inline-block; background: #444; height: 2px; width: 35px; } .trust_fluid .trust .trust_span:hover { width: 40px; } .trust_fluid .trust .trust_p { color: #999; font-size: 15px; padding-top: 12px; } .ad-form label { font-weight: 500; text-transform: none; } .irs-hidden-input { position: absolute!important; display: block!important; top: 0!important; left: 0!important; width: 0!important; height: 0!important; font-size: 0!important; line-height: 0!important; padding: 0!important; margin: 0!important; outline: 0!important; z-index: -9999!important; background: 0 0!important; border-style: solid!important; border-color: transparent!important; } /********************create-offer style end hear**********************/ /*********************create-offer style end hear**********************/ /********************wallet page style START hear**********************/ /*********************wallet page style START hear**********************/ /*-Why use style end hear*/ .why_fluid { overflow: hidden; padding-top: 80px; padding-bottom: 70px; background-image: url('../images/34.png'); background-repeat: no-repeat; text-align: center; background-color: #f8ae0b; } .why_fluid .col_width { overflow: hidden; width: 65%; float: none; } .why_fluid .col_width .why { overflow: hidden; text-align: center; } .why_fluid .col_width .why .why_div { overflow: hidden; font-size: 16px; text-transform: uppercase; color: #fff; margin: 62px 0; } .why_fluid .col_width .why .why_h2 { font-size: 40px; text-transform: uppercase; color: #0b5646; font-weight: normal; } .why_fluid .col_width .why .why_p { color: #ebebeb; font-size: 20px; } .why_fluid .col_width .why .why_strong { color: #FFE681; font-size: 27px; } .why_fluid .col_width .why .why_div_col { overflow: hidden; border-left: 2px solid #1e8871; border-right: 2px solid #1e8871; } .why_fluid .col_width .why .why_a { display: inline-block; } .why_fluid .col_width .why .why_i { display: inline-block; font-size: 35px; font-weight: normal; height: 38px; width: 38px; border-radius: 50%; border: 1px solid #808080; color: #808080; } /*-Why use start hear*/ /*-What use start hear*/ .What_fluid { overflow: hidden; margin: 52px 0; } .What_fluid .What { overflow: hidden; padding: 0 0 20px 0; } .What_fluid .What .padding {} .What_fluid .What .What_L { overflow: hidden; margin-left: 9%; } .What_fluid .What .What_L .what_h4 { font-size: 25px; color: #444; margin: 12px; } .What_fluid .What .What_L .what_p { font-size: 18px; color: #7F7F7F; padding: 0 0 0 12px; } /*-What use end hear*/ /*-features use end hear*/ .features_fluid {} .features_fluid .features {} .features_fluid .features .padding { overflow: hidden; position: relative; } .features_fluid .features .features_h3 { text-align: center; font-size: 27px; color: #444; } .features_fluid .features .features_L { overflow: hidden; margin-left: 9%; } .features_fluid .features .features_h4 { padding: 0 0 0 12px; font-size: 24px; font-weight: normal; color: #797979; margin: 0 0 16px 0; } .features_fluid .features .features_img { position: absolute; left: 27px; top: 5px; width: 32px; } .features_fluid .features .features_p { font-size: 18px; color: #7F7F7F; padding: 0 0 0 12px; } .features_fluid .features .a_div { overflow: hidden; text-align: center; } .features_fluid .features .a_div .features_a { background: #ffe140; display: inline-block; color: #444; width: 29%; height: 45px; margin: 20px 0 0 0; padding: 10px 0 0 0; font-size: 16px; text-transform: uppercase; font-weight: 700; border-radius: 6px; } .features_fluid .features .a_div .features_a:hover { background: #ffed4c; } /*-features use end hear*/ /*Buying use start hear*/ .Buying_fluid { overflow: hidden; margin: 52px 0; } .Buying_fluid .Buying { overflow: hidden; border-bottom: 1px solid #ececec; padding: 0 0 20px 0; } .Buying_fluid .Buying .padding {} .Buying_fluid .Buying .Buying_L { overflow: hidden; margin-left: 9%; } .Buying_fluid .Buying .Buying_L .Buying_h4 { padding: 0 0 0 12px; font-size: 28px; font-weight: normal; color: #797979; margin: 0 0 16px 0; } .Buying_fluid .Buying .Buying_L .Buying_p { font-size: 18px; color: #7F7F7F; padding: 0 0 0 12px; } .Buying_fluid .Buying .Buying_R { overflow: hidden; margin-left: 9%; } .Buying_fluid .Buying .Buying_img { margin-left: 30%; } /*-What use end hear*/ /*business style start hear*/ .business_fluid { overflow: hidden; margin-bottom: 25px; } .business_fluid .business_L {} .business_fluid .business_L .business_img {} .business_fluid .business_R { overflow: hidden; } .business_fluid .business_R .business_h4 { color: #636363; font-size: 24px; font-weight: normal; margin: 0; } .business_fluid .business_R .business_contant {} .business_fluid .business_R .business_p { font-size: 17px; color: #969696; margin: 15px 0 0 0; } .business_fluid .business_R .business_span { font-size: 18px; display: inline-block; color: #444; font-weight: 700; } .business_fluid .business_R .business_a {} /*business style end hear*/ /*Create style start hear*/ .Create_fluid { overflow: hidden; padding: 0; background: #c63; } .Create_fluid:hover { background: #DA510D; } .Create_fluid .Create { overflow: hidden; text-align: center; width: 100%; } .Create_fluid .Create_a { display: inline-block; color: #d9d9d9; font-size: 34px; font-weight: inherit; height: 100px; padding: 20px 0 0 0; } .create_baner_fluid h1 { font-size: 35px; } /*Create style end hear*/ /********************wallet page style end hear**********************/ /*********************wallet page style end hear**********************/ /*footer style start hear*/ .footer_fluid { overflow: hidden; padding: 0; background: #333333; } .footer_fluid .footer { overflow: hidden; margin: 70px 0 0 0; font-size: 15px; } .footer_fluid .footer .footer_link ul {} .footer_fluid .footer .footer_link ul li { list-style: none; margin: 0; } .footer_fluid .footer .footer_link ul li a { color: #ccc; line-height: 28px; } .footer_fluid .footer .footer_link .p { color: #ccc; margin: 1px; } .footer_fluid .footer .footer_link .footer_img { background: #fff; padding: 5px 8px; } .footer_fluid .footer .footer_link .media {} .footer_fluid .footer .footer_link .media li { float: left; } .footer_fluid .footer .footer_link .media li a { display: inline-block; text-align: center; margin: 5px; } .footer_fluid .footer .footer_link .media li a i { display: inline-block; height: 30px; width: 30px; padding: 6px 9px 0 9px; } .footer_fluid .footer .footer_link .media li a .facebook { color: #fff; background: #3B5998; } .footer_fluid .footer .footer_link .media li a .youtube { color: #fff; background: #C4302B; } .footer_fluid .footer .footer_link .media li a .instagram { color: #fff; background: #3F729B; } .footer_fluid .footer .footer_link .media li a .git { color: #fff; background: #171515; } .footer_fluid .footer .footer_link .media li a .comment { color: #fff; background: #00ACEE; } .footer_fluid .footer .footer_link .media li a .facebook:hover { background: #4B69A8; } .footer_fluid .footer .footer_link .media li a .youtube:hover { background: #ED5954; } .footer_fluid .footer .footer_link .media li a .instagram:hover { background: #6093BC; } .footer_fluid .footer .footer_link .media li a .git:hover { background: #474545; } .footer_fluid .footer .footer_link .media li a .comment:hover { background: #24D0D8; } .col_one_third { width: 28.63%; } address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul { color: #555; padding: 1px; } .btn-primary { background-color: #c63!important; border-color: #A65329!important; border-radius: 3px; } abbr[data-original-title], abbr[title] { float: left; color: #ccc; } .footer_fluid .footer .widget_h4 { color: #ccc; } .last_footer_fluid { overflow: hidden; background: #292929; padding: 37px 0; } .last_footer_fluid .last_footerL {} .last_footer_fluid .last_footerL p { color: #606060; margin: 0; font-size: 15px; } .last_footer_fluid .last_footerR { overflow: hidden; float: right; } .last_footer_fluid .last_footerR p { color: #606060; margin: 0; font-size: 15px; } .last_footer_fluid .last_footerR p i { display: inline-block; padding: 0 5px 0 0; } .last_footer_fluid .p_tag {} .last_footer_fluid .p_tag p { color: #606060; font-size: 15px; } /*footer style end hear*/ /* ====================================================== wallet page start================================== */ /* wallet page start */ .bitcoin-wallet-page #green-section h2 { font-size: 40px; text-transform: uppercase; margin-bottom: 40px; color: #0b5646; font-weight: 400; } .bitcoin-wallet-page #green-section p { color: #fff; font-size: 20px; font-weight: 300; margin-bottom: 35px; } .bitcoin-wallet-page #green-section .column-stats { font-size: 15px; font-weight: 400; color: #FFF; margin-top: 70px; margin-bottom: 40px; text-transform: uppercase; position: relative; } .bitcoin-wallet-page #green-section .column-stats .col-md-4 { border-right: 2px solid #1e8871; } .bitcoin-wallet-page #green-section .arrow { opacity: .2; max-width: 40px; margin-bottom: -45px; cursor: pointer; } .bitcoin-wallet-page #green-section .arrow:hover { opacity: .3; } /* wallet page feature start */ .bitcoin-wallet-page .section h3 { font-size: 25px; margin-bottom: 20px; font-weight: 300; } .bitcoin-wallet-page .section#why-use h3 { position: relative; margin-bottom: 15px; } .bitcoin-wallet-page .section#why-use h3 img { position: absolute; left: -52px; top: 2px; width: 34px; } .bitcoin-wallet-page .section p { font-size: 17px; font-weight: 300; } .bitcoin-wallet-page .btn.join-giveaway { background-color: gold; color: #15374f; text-transform: uppercase; font-weight: 600; font-size: 16px; padding: 12px 27px; } /* wallet page feature end */ /********************loging page style start hear********************/ /********************loging page style start hear********************/ /*baner style start hear*/ .Lo_baner_fluid{ overflow: hidden; padding: 0; background: #555555; height: 200px; } .Lo_baner_fluid .baner{} .Lo_baner_fluid .baner .baner_l { overflow: hidden; margin: 22px 0; } .Lo_baner_fluid .baner .img_D { overflow: hidden; float: left; height: 150px; width: 150px; background: #DDDCDD; border-radius: 8px; } .Lo_baner_fluid .baner .img_D .baner_l_i { display: inline-block; font-size: 150px; padding: 9px 22px; color: #fff; } .Lo_baner_fluid .baner .fake_D { overflow: hidden; padding: 0 0 0 25px; } .Lo_baner_fluid .baner .baner_l_h4 { color: #fff; font-size: 24px; padding: 0 0 20px 0; } .Lo_baner_fluid .baner .baner_l_h6{} .Lo_baner_fluid .baner .span_1 { display: inline-block; color: #00D400; font-size: 15px; font-weight: 600; } .Lo_baner_fluid .baner .span_2{ display: inline-block; color: #fff; font-size: 18px; } .Lo_baner_fluid .baner .span_3{ display: inline-block; color: #F64522; font-size: 15px; font-weight: 600; } .Lo_baner_fluid .baner .baner_R_i1 { text-align: center; overflow: hidden; height: 80px; width: 80px; background: #fff; border-radius: 50%; margin: 0 0 0 7px; } .Lo_baner_fluid .baner .baner_R_icin-1 { display: inline-block; font-size: 35px; padding: 6px 0; color: #fff; background: #444; height: 52px; width: 52px; border-radius: 50px; margin: 14px 0; transform: rotate(15deg); } .Lo_baner_fluid .baner .baner_R_h5 { text-transform: uppercase; color: #fff; } .Lo_baner_fluid .baner .baner_R_i2 { text-align: center; overflow: hidden; height: 80px; width: 80px; background: #fff; border-radius: 50%; margin: 0 0 0 9px; } .Lo_baner_fluid .baner .baner_R_i2 .baner_R_icin-2 { display: inline-block; font-size: 50px; padding: 15px 0; color: #444; } .Lo_baner_fluid .baner .border_r { overflow: hidden; border-right: 1px dotted aliceblue; } .Lo_baner_fluid .baner .border_r2 { overflow: hidden; border-right: 1px dotted aliceblue; } .Lo_baner_fluid .baner .aa { overflow: hidden; padding: 0; } .Lo_baner_fluid .baner .aa_d { overflow: hidden; margin: 0 auto; } .Lo_baner_fluid .baner .col_r { overflow: hidden; margin-top: 45px; text-align: center; } .Lo_baner_fluid .baner .common:hover { background: #f8a639; } .Lo_baner_fluid .baner .common { cursor: pointer; } /*baner style end hear*/ /*Confirm style start hear*/ .Confirm_fluid { overflow: hidden; padding: 26px 0; background: #666666; margin: 25px 0; height: auto; } .Confirm_fluid .ul_div { overflow: hidden; text-align: center; margin: 15px 0; } .Confirm_fluid .ul_div .ul_tag{} .Confirm_fluid .ul_div .li_tag { list-style: none; float: left; width: 20%; } .Confirm_fluid .ul_div .a_tag { display: inline-block; color: #fff; background: #444; height: 50px; width: 50px; border-radius: 50%; font-size: 25px; padding: 6px; } .Confirm_fluid .ul_div .a_tag:hover{background: #CC6633;} .Confirm_fluid .ul_div .i_tag{} .Confirm_fluid .ul_div .Phone { display: inline-block; font-size: 33px; } .Confirm_fluid .ul_div .h5_tag {color: #ccc;} .Confirm_fluid .ul_div .active{background: #CC6633; } .Confirm_fluid .ul_div .active_h5{ color: #CC6633; font-weight: 600; } /*Confirm style end hear*/ /*Active style start hear*/ .active_fluid{ overflow: hidden; padding: 0; } .active_fluid .top_d { overflow: hidden; text-align: center; margin: 0 0 65px 0; } .active_fluid .top { overflow: hidden; text-align: center; border-bottom: 1px solid #ccc; } .active_fluid .top .top_h3 { color: #444; font-size: 23px; font-weight: 600; } .active_fluid .top_d .top_h4 { font-size: 20px; color: #555; } .active_fluid .top_d .top_h4 .top_atag { display: inline-block; color: #c63; text-decoration: none; } .active_fluid .top_d .top_a { display: inline-block; text-decoration: none; color: #000; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border: 2px solid #444; padding: 8px 12px; font-weight: 600; border-radius: 4px; } .active_fluid .top_d .top_a:hover{ color: #fff; background: #444; } .active_fluid .active_L {overflow: hidden;} .active_fluid .active_L .offers { overflow: hidden; background: #ededed; border-left: 3px solid #ccc; } .active_fluid .active_L .offers_p { color: #444; padding: 14px 0 7px 19px; font-size: 14px; letter-spacing: 0px; } .active_fluid .active_L .offers_p .offers_a { display: inline-block; text-decoration: none; color: #c63; } .active_fluid .active_L .my_offer { overflow: hidden; background: #DDB775; margin: 24px 0 1px 0; height: 45px; padding: 12px 20px; font-size: 17px; text-transform: uppercase; color: #fff; font-weight: 600; } .active_fluid .active_L .create { overflow: hidden; text-align: center; height: 65px; background: #f3f3f3; } .active_fluid .active_L .create:hover{background: #eaeaea;} .active_fluid .active_L .create .create_a { display: inline-block; padding: 17px 0; font-size: 21px; color: #f18d5a; text-decoration: none; height: 100%; width: 100%; } .active_fluid .active_L .create .create_a:hover{color: #444;} .active_fluid .active_L .account { overflow: hidden; border: 1px solid #ccc; margin: 60px 0 60px 0; } .active_fluid .active_L .account .account_activity { overflow: hidden; text-align: center; font-size: 16px; font-weight: 600; color: #777777; padding: 13px 0 0 0; height: 50px; } .active_fluid .active_L .account .Transactions { overflow: hidden; background: #DDB775; height: 50px; text-align: center; padding: 0; } .active_fluid .active_L .account .Transactions_a { font-size: 16px; display: inline-block; text-decoration: none; padding: 13px 0 0 0; color: #fff; font-weight: 600; width: 100%; height: 100%; } .active_fluid .active_L .account .Transactions_a:hover{ background: #EEEEEE; color: #000; } .active_fluid .active_L .account .Transactions_i{ display: inline-block; color: #fff; } .active_fluid .active_L .account .account_ul { overflow: hidden; margin: 0; } .active_fluid .active_L .account .account_li { height: 48px; width: 100%; background: #f0f9fc; border-bottom: 1px solid #c5e9f3; } .active_fluid .active_L .account .account_li:hover {background: #DAF1F8;} .active_fluid .active_L .account .account_li_div { overflow: hidden; height: 100%; } .active_fluid .active_L .account .account_i_div { overflow: hidden; float: left; height: 100%; width: 55px; border-right: 1px solid #c5e9f3; background: #DAF1F8; } .active_fluid .active_L .account .account_i { display: inline-block; color: #81baec; font-size: 16px; padding: 15px 18px; } .active_fluid .active_L .account .account_span1 { display: inline-block; margin: 0 0 0 30px; color: #6aa3d5; font-size: 17px; padding: 11px 0; } .active_fluid .active_L .account .account_span2 { display: inline-block; margin: 0 18px 0 0; color: #6aa3d5; font-size: 17px; padding: 11px 0; } .active_fluid .active_L .account .account_bottom { overflow: hidden; padding: 12px 22px; background: #f3f3f3; } .active_fluid .active_L .account .account_bottom .bottom_a1 { display: inline-block; text-decoration: none; color: #000; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border: 2px solid #444; padding: 8px 12px; font-weight: 600; border-radius: 4px; } .active_fluid .active_L .account .account_bottom .bottom_a1:hover{ color: #fff; background: #444; } .active_fluid .active_L .account .account_bottom .bottom_a2 { display: inline-block; text-decoration: none; color: #000; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border: 2px solid #444; padding: 8px 12px; font-weight: 600; border-radius: 4px; } .active_fluid .active_L .account .account_bottom .bottom_a2:hover{ color: #fff; background: #444; } .active_fluid .col_3{ overflow: hidden; padding-right: 0; } .active_fluid .active_R { overflow: hidden; margin: 0 0 0 12px; } .active_fluid .active_R .earn { overflow: hidden; border: 1px solid #26B0DA; } .active_fluid .active_R .earn_h4_div { overflow: hidden; background: #26B0DA; text-align: center; } .active_fluid .active_R .earn_h4 { color: #fff; text-transform: uppercase; font-size: 15px; font-weight: 600; padding: 2px 0; } .active_fluid .active_R .earn_p_div { overflow: hidden; background: #E7F9FF; text-align: center; } .active_fluid .active_R .earn_p { color: #525252; font-size: 15px; padding: 22px 15px 5px 15px; line-height: 28px; } .active_fluid .active_R .earn_span { display: unset; color: #5A5A5A; font-weight: 600; } .active_fluid .active_R .earn_a { display: inline-block; text-decoration: none; background: #FFB847; text-transform: uppercase; color: #fff; padding: 8px 16px; font-size: 13px; font-weight: 600; letter-spacing: 1px; border-radius: 3px; margin: 5px 0 40px 0; } .active_fluid .active_R .earn_a:hover{background: #FFD160;} .active_fluid .active_R .past { overflow: hidden; margin: 45px 0; } .active_fluid .active_R .past_h4_div { overflow: hidden; margin: 0 0 35px 0; } .active_fluid .active_R .past_h4 { background: #DDB775; text-transform: uppercase; color: #fff; padding: 10px 14px; font-size: 16px; font-weight: 600; letter-spacing: 0.5px; } .active_fluid .active_R .past_p { text-align: center; font-size: 21px; color: #777777; border-bottom: 1px solid #ececec; padding: 5px 0 19px 0; } /*Active style end hear*/ /********************loging page style end hear********************/ /********************loging page style end hear********************/ /********************wallet page style end hear********************/ /********************wallet page style end hear********************/ /*wallet style start hear*/ .wallet_fluid{overflow: hidden;} .wallet_fluid .wallet_D{overflow: hidden;} .wallet_fluid .wallet_D .wallet_col { float: none; margin: 0 auto; text-align: center; } .wallet_fluid .wallet_D .wallet_current{overflow: hidden;} .wallet_fluid .wallet_D .current {overflow: hidden;} .wallet_fluid .wallet_D .current_h3 { font-size: 30px; color: #444; } .wallet_fluid .wallet_D .current_h4 { font-size: 20px; padding: 8px 0; } .wallet_fluid .wallet_D .current_span { display: inline-block; font-size: 25px; color: #1ABC9C; font-weight: 600; } .wallet_fluid .wallet_D .current_a1 { display: inline-block; text-decoration: none; background: #1ABC9C; color: #fff; padding: 7px 15px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; border-radius: 5px; } .wallet_fluid .wallet_D .current_a1:hover {background: #444;} .wallet_fluid .wallet_D .current_p_div {overflow: hidden;} .wallet_fluid .wallet_D .current_p { text-align: initial; padding: 16px 30px; color: #737373; font-size: 14px; letter-spacing: 0.4px; } .wallet_fluid .wallet_D .current_send_div {overflow: hidden;} .wallet_fluid .wallet_D .current_send_a { display: inline-block; width: 88%; background: #1693A5; padding: 15px 0; margin: 0 34px 0 0; border-radius: 5px; color: #fff; text-transform: uppercase; font-size: 17px; font-weight: 600; letter-spacing: 2px; text-decoration: none; } .wallet_fluid .wallet_D .current_send_a:hover {} .wallet_fluid .wallet_D .current_help_a { display: inline-block; padding: 17px 67px 0 0; text-decoration: none; color: #c63; } .wallet_fluid .wallet_D .current_help_a:hover {color: #444;} .wallet_fluid .wallet_D .bitcoin_master_address { overflow: hidden; margin-top: 40px; } .wallet_fluid .wallet_D .bitcoin_master_address .none{} .wallet_fluid .wallet_D .bitcoin_master_address .none .none_img { cursor: pointer; } .wallet_fluid .wallet_D .master_address { overflow: hidden; padding-top: 20px; } .wallet_fluid .wallet_D .address_h3 { text-align: left; margin: 10px 0 0 0; font-size: 17px; } .wallet_fluid .wallet_D .address_span { display: inline-block; float: left; color: #444; padding: 8px 0; } .wallet_fluid .wallet_D .address_select { float: left; padding: 7px 0px; margin: 0 17px; } .wallet_fluid .wallet_D .address_option {} .wallet_fluid .wallet_D .wallet_transactions { overflow: hidden; border: 1px solid #ccc; margin: 45px 0; } .wallet_fluid .wallet_D .wallet_transactions .jj{ overflow: hidden; } .wallet_fluid .wallet_D .wallet_transactions .jj .jj_col{ overflow: hidden; } .wallet_fluid .wallet_D .tran { height: 45px; text-align: center; font-size: 17px; color: #585858; padding: 9px 0; } .wallet_fluid .wallet_D .addre{ overflow: hidden; padding: 0; } .wallet_fluid .wallet_D .addre_a { display: inline-block; height: 45px; text-align: center; font-size: 17px; padding: 9px 0; background: #ddb775; color: #fff; font-weight: 600; height: 100%; width: 100%; text-decoration: none; } .wallet_fluid .wallet_D .addre_a:hover{ background: #EEEEEE; color: #000; } .wallet_fluid .wallet_D .no { font-size: 18px; color: #878787; padding: 13px 20px; overflow: hidden; } .wallet_fluid .wallet_D .a_div { overflow: hidden; text-align: center; border-top: 1px solid #ccc; padding: 15px 0px; } .wallet_fluid .wallet_D .all { display: inline-block; text-decoration: none; color: #000; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border: 2px solid #444; padding: 8px 12px; font-weight: 600; border-radius: 4px; } .wallet_fluid .wallet_D .all:hover{ color: #fff; background: #444; } #bitcoin_master_address_qr_code { display: block; border: 1px solid #1a3438; padding: 3px; position: relative; } /*modal style start hear*/ .modal-dialog { width: 900px; margin: 30px auto; height: auto; z-index: 9999; } .modal_div .modal_h3 { color: #444; float: left; } .modal_div .modal_h3 .modal_i { display: inline-block; color: #444; padding: 0 5px 0 0; } .modal_div .modal-body .modal_p { color: #737373; margin: 0; } .modal_div .modal_pin { overflow: hidden; border-top: 1px solid #e2e2e2; } .modal_div .modal_input { margin: 12px 91px; padding: 0 16px; width: 80%; } .modal_div .modal_h4 { border: 1px solid #ccc; margin: 0 90px; padding: 7px 12px; font-size: 16px; color: #444; } .modal_div .modal_img_div{} .modal_div .modal_img_div .modal_img { margin: 0 auto; display: block; width: 35%; } .tleft { text-align: left!important; } #qrcode-plain img { margin: 0 auto; } #setSecurityAnswersModal .modal-dialog { width: 600px; margin: 30px auto; height: auto; z-index: 9999; } /*modal style end hear*/ /*wallet style end hear .wallet_fluid .wallet . {} */ /********************wallet page style end hear********************/ /********************wallet page style end hear********************/ /********************Register page custom style start********************/ .register-panel{ box-shadow: 0px 0px 10px 3px #ccc; } .register-form .form-group { margin: 0px; } .register-form .control-label { display: inline-block; font-size: 13px; letter-spacing: 1px; color: #555; margin-bottom: 10px; cursor: pointer; } .register-form ul { color: #555; } /********************Register page custom style end********************/ /********************profile page style start hear********************/ /********************profile page style start hear********************/ .profile_fluid { overflow: hidden; margin: 50px 0; } .profile_fluid .profile_col_L { overflow: hidden; margin: 0 20px; } .profile_fluid .profile_col_L .user_img { width: 80%; margin: 0px 20px; } .profile_fluid .profile_col_L .Verifications_div { overflow: hidden; margin: 30px 0px; } .profile_fluid .profile_col_L .Verifications_ul {} .profile_fluid .profile_col_L .header_li { list-style: none; background: #F59225; padding: 6px 20px; font-size: 16px; text-transform: uppercase; color: #fff; margin: 15px 0 0 0; } .profile_fluid .profile_col_L .Verifications_li { background: #f1f1f1; color: #444; margin: 5px 0; border-bottom: 1px solid #ccc; padding: 10px 19px; list-style: none; } .profile_fluid .profile_col_L .Verifications_i { display: inline-block; color: #fff; background: #FF1800; width: 19px; height: 19px; font-size: 16px; padding: 1px 0 0 1px; text-align: center; } .profile_fluid .profile_col_R {overflow: hidden;} .profile_fluid .profile_col_R .fake_div {overflow: hidden;} .profile_fluid .profile_col_R .fake_h2 { margin: 0; color: #444; } .profile_fluid .profile_col_R .profile_media_div { overflow: hidden; text-align: right; } .profile_fluid .profile_col_R .profile_media_a { display: inline-block; width: 40px; height: 40px; background: #dadada; margin: 0 3px; text-align: center; } .profile_fluid .profile_col_R .profile_media_facebook { display: inline-block; background: #3B5998; width: 100%; height: 100%; color: #fff; font-size: 22px; padding: 9px 14px; } .profile_fluid .profile_col_R .profile_media_facebook:hover{ background: #5674B3; } .profile_fluid .profile_col_R .profile_media_email { display: inline-block; background: #444; width: 100%; height: 100%; color: #fff; font-size: 21px; padding: 9px 0; } .profile_fluid .profile_col_R .profile_media_email:hover{ background: #686868; } .profile_fluid .profile_col_R .profile_media_twitter { display: inline-block; background: #55acee; width: 100%; height: 100%; color: #fff; font-size: 22px; padding: 8px 0 8px 4px; } .profile_fluid .profile_col_R .profile_media_twitter:hover{ background: #348bcd; } .profile_fluid .profile_col_R .Seen { overflow: hidden; margin: 25px 0; } .profile_fluid .profile_col_R .Seen_col_4 { overflow: hidden; text-align: center; } .profile_fluid .profile_col_R .Seen_span1 { display: inline-block; width: 23px; height: 23px; background: #3FB34F; border-radius: 50%; margin: 20px 0 18px 0; } .profile_fluid .profile_col_R .Seen_h5 { font-size: 17px; } .profile_fluid .profile_col_R .Seen_col_42 { overflow: hidden; text-align: center; border-left: 1px dotted #ccc; border-right: 1px dotted #ccc; } .profile_fluid .profile_col_R .Seen_h2 { color: green; font-size: 40px; font-weight: 600; } .profile_fluid .profile_col_R .div2 { overflow: hidden; float: left; width: 50%; } .profile_fluid .profile_col_R .Seen_span2 { display: inherit; color: #8E8E8E; font-size: 23px; padding-top: 23px; } .profile_fluid .profile_col_R .Seen_span3 { display: inherit; color: #FF3925; font-size: 23px; padding-top: 23px; } .profile_fluid .profile_col_R .Seen_h52 { font-size: 15px; } .profile_fluid .profile_col_R .Offers_div { overflow: hidden; margin: 30px 0px; } .profile_fluid .profile_col_R .Offers_ul {} .profile_fluid .profile_col_R .header_li { list-style: none; background: #F59225; padding: 6px 20px; font-size: 16px; text-transform: uppercase; color: #fff; margin: 15px 0 0 0; } .profile_fluid .profile_col_R .Offers_li { color: #7C7C7C; margin: 5px 0 40px 0; border-bottom: 1px solid #e0e0e0; padding: 10px 19px; text-align: center; list-style: none; font-size: 18px; } .profile_fluid .profile_col_R .number {} .profile_fluid .profile_col_R .number_ul {} .profile_fluid .profile_col_R .number_li { list-style: none; float: left; } .profile_fluid .profile_col_R .number_li2 {} .profile_fluid .profile_col_R .number_i {} .profile_fluid .col1{} .profile_fluid .col1{} .profile_fluid .profile_col_R .fake_p { color: #7C7C7C; font-size: 12px; } .profile_fluid .profile_col_R .{} /*user style start hear*/ .profile_fluid .profile_col_R .user_div { overflow: hidden; margin: 0 0 50px 0; } .profile_fluid .profile_col_R . {} .profile_fluid .profile_col_R .Active_div2 { overflow: hidden; } .profile_fluid .profile_col_R .Active_table { width: 100%; } .profile_fluid .profile_col_R .Active_tr2 { vertical-align: bottom; border-bottom: 2px solid #ddd; padding: 8px; color: #6C6C6C; } .profile_fluid .profile_col_R .Active_th2 { color: #676767; padding: 12px 0; font-size: 15px; text-align: center; } .profile_fluid .profile_col_R .Active_tr3{ vertical-align: bottom; border-bottom: 1px solid #ddd; padding: 8px; color: #6C6C6C; } .profile_fluid .profile_col_R .Active_td2 { color: #676767; padding: 12px 7px; font-size: 13px; } .profile_fluid .profile_col_R .Active_td2 .online_a{ display: inline-block; border: 1px solid #AFD7E6; color: #89B1C0; background: #EFFFFF; font-size: 12px; padding: 0 4px; text-decoration: none; } .profile_fluid .profile_col_R .Active_td2_a { display: inline-block; background: #1abc9c; color: #fff; text-decoration: none; margin: 0 9px 0 0; padding: 5px 12px; border-radius: 7px; } .profile_fluid .profile_col_R .Active_td2_a:hover { background: #02a484; } .profile_fluid .profile_col_R .Active_td2_img { width: 30%; margin: 0 15px; } .profile_fluid .profile_col_R .Active_td2_a2 { display: inherit; color: #CC6633; font-size: 16px; } .profile_fluid .profile_col_R .Active_td2_span { display: initial; font-size: 14px; color: #3FB34F; } .profile_fluid .profile_col_R .Active_td2_h5 { color: #B2B2B2; } .profile_fluid .profile_col_R .Active_td2_a3 { color: #CC6633; font-size: 14px; padding: 24px 0; display: inline-block; text-decoration: none; } .profile_fluid .profile_col_R .Page_div { overflow: hidden; text-align: center; } .profile_fluid .profile_col_R . {} .profile_fluid .profile_col_R . {} /*user style end hear*/ /********************profile page style end hear********************/ /********************profile page style end hear********************/ /********************account page style start hear********************/ /********************account page style start hear********************/ /*account_col_L style start hear*/ .account_fluid { overflow: hidden; padding: 0; background: #F5F5F5; } .account_fluid .acount_col_L{overflow: hidden; margin: 70px 0;} .account_fluid .acount_col_L .account_ul { background: #fff; } .account_fluid .acount_col_L .account_li { list-style: none; } .account_fluid .acount_col_L .account_a_1 { display: inline-block; width: 100%; text-decoration: none; padding: 10px 15px; border-bottom: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; } .account_fluid .acount_col_L .account_a_2 { display: inline-block; width: 100%; text-decoration: none; padding: 10px 15px; border-bottom: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; } .account_fluid .acount_col_L .account_a_3{ display: inline-block; width: 100%; text-decoration: none; color: #CC6633; padding: 10px 15px; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; } .account_fluid .acount_col_L .account_a_4 { display: inline-block; width: 100%; background: #00BCD4; text-decoration: none; color: #fff; padding: 10px 15px; font-size: 19px; font-weight: 600; } .account_fluid .acount_col_R { overflow: hidden; background: #fff; border: 1px solid #e1e1e1; margin: 70px 0; } .account_fluid .acount_col_R .account_col_9div{ overflow: hidden; } .account_fluid .acount_col_R .account_col_9div2{ overflow: hidden; } .account_fluid .acount_col_R .account_col_9div3{ overflow: hidden; } .account_fluid .acount_col_R .account_settings { overflow: hidden; border-left: 7px solid #CC6633; margin: 20px 20px; height: 40px; } .account_fluid .acount_col_R .account_settings_h3 { margin: 0; padding: 7px 15px; color: #444; } .account_fluid .acount_col_R .account_settings_span { display: inline-block; color: #8E8E8E; font-size: 15.9px; } .account_fluid .acount_col_R .account_settings_i { display: inline-block; color: #fff; background: #FF1800; padding: 4px 8px 2px 8px; border-radius: 3px; } .account_fluid .acount_col_R .account_settings_a { display: inline-block; color: #CC6633; text-decoration: none; } .account_fluid .acount_col_R .account_settings_a:hober { color: #444; } .account_fluid .acount_col_R .user_div{overflow: hidden;} .account_fluid .acount_col_R .user_h41 { color: #6C6C6C; font-size: 14px; text-transform: uppercase; padding: 0 4px; cursor: pointer; font-weight: 600; } .account_fluid .acount_col_R .user_h42 { padding: 0 4px; color: #444; font-size: 21px; } .account_fluid .acount_col_R .user_span1 { display: inline-block; background: #ccc; height: 16px; width: 16px; border-radius: 50px; } .account_fluid .acount_col_R .user_span2 { display: inline-block; background: #ccc; width: 90%; height: 1px; padding: 0px 0; margin: 7px 0px 7px 7px; } .account_fluid .acount_col_R .It_div { overflow: hidden; margin: 4px; background: #00BCD4; border-radius: 5px; } .account_fluid .acount_col_R .It_p { font-size: 23px; color: #fff; padding: 19px 19px 7px 19px; float: left; } .account_fluid .acount_col_R .It_a { display: inline-block; text-decoration: none; color: #CC6633; } .account_fluid .acount_col_R .phone_input { margin: 4px; padding: 0 12px; width: 98%; border: 2px solid #ccc; height: 35px; color: #444; } .account_fluid .acount_col_R .phone_p { padding: 5px; color: #666666; } .account_fluid .acount_col_R .phone_span { display: inline-block; margin: 0 0 0 100px; } .account_fluid .acount_col_R .phone_a { display: inline-block; color: #CC6633; font-weight: 600; text-decoration: none; } .account_fluid .acount_col_R .code_div { overflow: hidden; margin: 5px; border-radius: 2px; } .account_fluid .acount_col_R .code_input { width: 83%; height: 35px; padding: 0 0 0 15px; } .account_fluid .acount_col_R .code_button { background: #C02942; margin: 0 -6px; height: 35px; border: 0; padding: 0 12px; color: #fff; } .account_fluid .acount_col_R .user_img { width: 50%; padding: 0 0 0 5px; } .account_fluid .acount_col_R .user_button { width: 50%; margin: 5px 0 0 3px; background: #774F38; color: #fff; padding: 6px 0; text-transform: uppercase; font-size: 12px; font-weight: 600; border: 0; } .account_fluid .acount_col_R .user_span3 { display: inline-block; background: #ccc; height: 16px; width: 16px; border-radius: 50px; margin: 10px 0 0 21px; } .account_fluid .acount_col_R .user_span4 { display: inline-block; background: #ccc; width: 90%; height: 1px; padding: 0px 0; margin: 7px 0px 7px 7px; } .account_fluid .acount_col_R .user_textarea { width: 99%; margin: 0 0 0 3px; height: 108px; border: 2px solid #ccc; } .account_fluid .acount_col_R .textarea_p { padding: 4px 0 0 5px; color: #9F9F9F; } .account_fluid .acount_col_R .user_option { width: 98%; margin: 0 0 0 5px; border: 2px solid #ccc; height: 35px; } .account_fluid .acount_col_R .pp{ margin: 10px 0; } .account_fluid .acount_col_R .account_col_9div3{ overflow: hidden; margin: 25px 0; } .account_fluid .acount_col_R .checkbox_row { overflow: hidden; border-bottom: 1px solid #e1e1e1; margin: 0 19px; } .account_fluid .acount_col_R .checkbox_menu_p { color: #6C6C6C; font-weight: 600; text-align: center; } .account_fluid .acount_col_R .checkbox_col6 { overflow: hidden; padding-left: 0; } .account_fluid .acount_col_R .checkbox_p { color: #555; padding: 15px 0 5px 0; } .account_fluid .acount_col_R .input_checkbox { margin: 18px 0 0 42px; } .account_fluid .acount_col_R .time { overflow: hidden; margin: 0 20px; width: 120px; border-radius: 4px; border: 1px solid #ccc; text-align: center; height: 35px; } .account_fluid .acount_col_R .time_p { color: #6C6C6C; float: left; padding: 6px 18px; } .account_fluid .acount_col_R .time_span { display: inline; height: 100%; background: #ebebeb; border-left: 1px solid #ccc; padding: 5px 6px; } .account_fluid .acount_col_R .account_when_p { color: #737373; padding: 15px 22px; } .account_fluid .acount_col_R .account_when_row { overflow: hidden; padding: 20px 0; border-bottom: 1px solid #dfdfdf; margin: 0 20px; } .account_fluid .acount_col_R .account_when_input{} .account_fluid .acount_col_R .account_when_span { display: inline-block; color: #454545; } .account_fluid .acount_col_R .code_button2 { background: #CC6633; width: 98%; margin: 28px 5px; border: 0; padding: 8px 0; color: #fff; font-size: 16px; } .account_fluid .acount_col_R .code_button2:hover{ background: #B8521F; } .account_fluid .acount_col_R .pp1{} .account_fluid .acount_col_R .pp2{} .account_fluid .acount_col_R .security_this_div { overflow: hidden; margin: 0 6px 20px 6px; background: #F5F5F5; border: 2px solid #dadada; } .account_fluid .acount_col_R .security_this_p { padding: 12px; color: #555; } .account_fluid .acount_col_R .security_factor_div { overflow: hidden; margin: 20px 5px; } .account_fluid .acount_col_R .security_factor_h4 { color: #6F6F6F; } .account_fluid .acount_col_R .factor_radio{} .account_fluid .acount_col_R .Before_div { overflow: hidden; margin: 0 6px 20px 6px; background: #D9EDF7; border: 1px solid #C4D8E2; border-radius: 6px; } .account_fluid .acount_col_R .Before_p { padding: 13px; color: #31708f; font-size: 14px; margin: 0; } .account_fluid .acount_col_R .Before_a{ display: inline-block; text-decoration: none; color: #CC6633; } .account_fluid .acount_col_R .google_div{ overflow: hidden; margin: 0 6px 20px 6px; } .account_fluid .acount_col_R .google_radio{} .account_fluid .acount_col_R .security_factor_h4_2 { color: #6F6F6F; padding: 0 20px; } .account_fluid .acount_col_R .Active_div { overflow: hidden; margin: 0 20px; } .account_fluid .acount_col_R .Active_div2{ margin: 0 20px; box-sizing: border-box; overflow-x: hidden; min-height: .01%; height: 250px; width: auto; } .account_fluid .acount_col_R .Active_table{ width: 100%; max-width: 100%; margin-bottom: 20px; font-size: 16px; } .account_fluid .acount_col_R .Active_tr{} .account_fluid .acount_col_R .Active_th { vertical-align: bottom; border-bottom: 2px solid #ddd; padding: 8px; color: #6C6C6C; } .account_fluid .acount_col_R .Active_td { color: #676767; padding: 12px 0; } .account_fluid .acount_col_R .Active_tr2{ vertical-align: bottom; border-bottom: 2px solid #ddd; padding: 8px; color: #6C6C6C; } .account_fluid .acount_col_R .Active_tr3{ vertical-align: bottom; border-bottom: 1px solid #ddd; padding: 8px; color: #6C6C6C; } .account_fluid .acount_col_R .Active_th2{ color: #676767; padding: 12px 0; font-size: 15px; } .account_fluid .acount_col_R .Active_td2 { color: #676767; padding: 12px 0; font-size: 15px; } .account_fluid .acount_col_R .account_settings_p { color: #737373; padding: 0px 20px; line-height: 20px; } .account_fluid .acount_col_R .account_settings_button_div { overflow: hidden; text-align: center; } .account_fluid .acount_col_R .code_button3 { background: #CC6633; width: 65%; margin: 20px 0; border: 0; padding: 8px 0; color: #fff; font-size: 16px; } .account_fluid .acount_col_R .code_button3:hover{ background: #B8521F; } .account_fluid .acount_col_R .It_div2 { overflow: hidden; margin: 35px 22px 70px 22px; } /*account_col_L style end hear*/ /********************account page style end hear********************/ /********************account page style end hear********************/ /********************contacts & trades page style start hear********************/ /********************contacts & trades page style start hear********************/ /*contacts style start hear*/ .contacts_fluid { overflow: hidden; background: #F5F5F5; padding: 25px 0; margin: 40px 0; } .contacts_fluid .contacts_top{overflow: hidden;} .contacts_fluid .contacts_h2 { text-transform: uppercase; font-size: 27px; color: #444; padding: 0 20px; } .contacts_fluid .contacts_p { padding: 0 20px; color: #828282; font-size: 17px; } .contacts_fluid .contacts_col_R { overflow: hidden; text-align: right; } .contacts_fluid .contacts_col_R .Dashboard_ul { margin: 45px 0; } .contacts_fluid .contacts_col_R .Dashboard_li { float: left; list-style: none; padding: 0 4px; } .contacts_fluid .contacts_col_R .Dashboard_a { display: inline-block; color: #444; font-size: 12px; text-decoration: none; } .contacts_fluid .contacts_col_R .Dashboard_a:hover{ color: #D87E38; } .contacts_bottom_fluid {overflow: hidden; padding: 25px 0;} .contacts_bottom_fluid .contacts_bottom {overflow: hidden; } .contacts_bottom_fluid .contacts_ul_div {overflow: hidden;} .contacts_bottom_fluid .Offers_ul {} .contacts_bottom_fluid .header_li { background: #F59225; font-size: 18px; text-transform: uppercase; padding: 5px 20px; color: #fff; } .contacts_bottom_fluid .trusted_li { text-align: center; list-style: none; font-size: 17px; padding: 10px 0; color: #868686; } .contacts_bottom_fluid .Showing_span1 { display: inline-block; font-size: 12px; } /*contacts style end hear*/ /*trades style start hear*/ .trades_fluid { overflow: hidden; } .trades_fluid .trades { overflow: hidden; } .trades_fluid .trades .trades_all_div { overflow: hidden; } .trades_fluid .trades .trades_all_ul { margin: 0 0 40px; list-style: none; border: 1px solid rgba(0,0,0,.07); float: left; border-radius: 4px; } .trades_fluid .trades .trades_all_li { display: table-cell; width: 1%; float: none; } .trades_fluid .trades .active{ background: #F59225; } .trades_fluid .trades .trades_all_a { border-left: 1px solid #ccc; color: #555555; text-decoration: none; display: block; padding: 12px 18px; font-size: 13px; line-height: 15px; text-align: center; } .trades_fluid .trades .active { border-left: 0; color: #fff; } .trades_fluid .trades .trades_form_div { overflow: hidden; margin: 25px 0; } .trades_fluid .trades .trades_form{} .trades_fluid .trades .trades_input_div { overflow: hidden; margin: 12px 20px 12px 0; } .trades_fluid .trades .trades_form_label { text-transform: uppercase; color: #585858; } .trades_fluid .trades .trades_form_input{} .trades_fluid .trades .trades_form_button1{} .trades_fluid .trades .trades_form_button2 { background: #5bc0de; border-color: #46b8da; color: #fff; margin: 0 0 0 15px; } .trades_fluid .trades .trades_form_button2:hover{ background: #4cb1cf; } .trades_fluid .trades .trades_h2_div{} .trades_fluid .trades .trades_h2 { font-size: 20px; } .trades_fluid .trades .trades_h2_span { display: inline-block; color: #444; font-weight: 600; } .trades_account_fluid { background: #fff; } .trades_account_fluid .trades_acount_col_R { border: 0; margin-top: 10px; margin-bottom: 10px; } .trades_account_fluid .trades_acount_col_R .trades_Active_div2 { margin: 0; } /*trades style end hear*/ /********************contacts & trades page style end hear********************/ /********************contacts & trades page style end hear********************/ /* @import url('https://fonts.googleapis.com/css?family=Dax:400,900'); $font: 'Dax', sans-serif; $white: #fff; $green: #007e90; */ input[type="radio"] { display: none; } input[type="radio"]:checked +.box { background-color: #d82117; color: #fff; } input[type="radio"]:checked +.box span { color: #fff; transform: translateX(20px); width: 30px; } input[type="radio"]:checked +.box span:before { transform: translateY(0px); opacity: 1; } .box { width: 200px; height: 45px; border: 1px solid #444; transition: all 250ms ease; will-change: transition; display: inline-block; text-align: center; cursor: pointer; position: relative; font-family: 'Dax', sans-serif; font-weight: 900; color: #444; } .box:active{ transform: translateY(0px); } .box span { position: absolute; transform: translate(0, 0); left: 0; right: 0; transition: all 300ms ease; font-size: 1.5em; user-select: none; color: #007e90; } .box span:before { font-size: 1.2em; font-family: FontAwesome; display: block; transform: translateY(0); opacity: 0; transition: all 300ms ease-in-out; font-weight: normal; color: #fff; } .buy-btc label{ font-size: 20px; margin-top: 5px; font-weight: 900; } .sell-btc label{ font-size: 20px; margin-top: 5px; font-weight: 900; } .buy-btc span:before { content: '\f15a'; } .sell-btc span:before { content: '\f15a'; } /********************offer page style start hear********************/ /********************offer page style start hear********************/ .ml-15{ margin-left: 15px; } .offer_banner_fluid { overflow: hidden; padding: 0; background: #555555; margin: 40px 0; } .offer_banner_fluid .offer_banner { overflow: hidden; text-align: center; } .offer_banner_fluid .offer_banner_h1 { font-size: 28px; text-transform: uppercase; color: #e2e2e2; letter-spacing: 0px; font-weight: 600; margin: 0; padding: 30px 0 0 0; } .offer_banner_fluid .offer_banner_h5 { font-size: 17px; padding-bottom: 20px; color: #e2e2e2; } .free_fluid {overflow: hidden;} .free_fluid .free_form { overflow: hidden; width: 70%; margin: 0 auto; } .free_fluid .free_form_div{overflow: hidden;} .free_fluid .free_input{ width: 46%; padding: 20px 12px; float: left; margin: 5px 15px; height: 34px; } .free_fluid .free_button_div { overflow: hidden; margin: 0; padding: 0 2px; } .free_fluid .free_button{ display: block; width: 96%; margin: 20px 14px; } .offer_fluid { overflow: hidden; padding: 0; margin: 40px 0 70px 0; } .offer_fluid .offer_col_L{overflow: hidden;} .offer_fluid .offer_col_L .how_much {overflow: hidden;} .offer_fluid .offer_col_L .how_much_h4 { text-transform: uppercase; color: #444; padding: 5px 0; } .offer_fluid .offer_col_L .how_much_span {display: inline-block;} .offer_fluid .offer_col_L .how_much_a { display: inline-block; color: #c63; font-size: 15px; text-decoration: none; } .offer_fluid .offer_col_L .how_much_a:hover { color: #444; } .offer_fluid .offer_col_L .input_group_div { overflow: hidden; border: 1px solid #a94442; border-radius: 4px; } .offer_fluid .offer_col_L .input { width: 85%; height: 37px; padding: 0 12px; border: 0; border-right: 1px solid #a94442; } .offer_fluid .offer_col_L .input_span { display: inline-block; background: #F2DEDE; width: 15%; padding: 8.5px 10px; color: #a94442; font-weight: 600; } .offer_fluid .offer_col_L .offer_button_div { overflow: hidden; margin: 0; padding: 0 2px; text-align: center; } .offer_fluid .offer_col_L .offer_button { display: block; width: 100%; margin: 30px 0 0 0; background: #59BA41; border: 0; padding: 22px 0; } .offer_fluid .offer_col_L .offer_button:hover { background: #444; } .offer_fluid .offer_col_L .offer_button_span1 { display: inherit; text-transform: uppercase; font-weight: 600; font-size: 22px; color: #fff; } .offer_fluid .offer_col_L .offer_button_span2 { display: block; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; color: #fff; } .offer_fluid .offer_col_L .offer_button_span3 { display: inline-block; color: #9d9d9d; } .offer_fluid .offer_col_L .offer_button_i { display: inline-block; color: #0074E8; } .offer_fluid .offer_col_L .ngn_div { overflow: hidden; margin: 25px 0; } .offer_fluid .offer_col_L .ngn_h4 { color: #616161; } .offer_fluid .offer_col_L .ngn_span { display: inline-block; font-weight: 600; border-bottom: 1px dashed #999; padding: 0 0 1px 0; } .offer_fluid .offer_col_L .quick_div {overflow: hidden;} .offer_fluid .offer_col_L .quick_h4 { color: #616161; font-weight: 600; border-bottom: 1px solid #e7e7e7; padding: 15px 0; } .offer_fluid .offer_col_L .col_div { overflow: hidden; margin: 30px 0; } .offer_fluid .offer_col_L .needed {overflow: hidden;} .offer_fluid .offer_col_L .needed_2 { overflow: hidden; border-left: 1px solid #ccc; padding: 0 15px; border-right: 1px solid #ccc; } .offer_fluid .offer_col_L .n_c { padding: 0; } .offer_fluid .offer_col_L .needed_img { width: 30px; float: left; margin: 0 0 0 10px; } .offer_fluid .offer_col_L .needed_p { padding: 5px 0 5px 46px; font-size: 16px; color: #526570; } .offer_fluid .offer_col_L .Community_span {display: inline-block;} .offer_fluid .offer_col_L .Community_a { display: inline-block; font-size: 12px; color: #c63; text-decoration: navajowhite; } .offer_fluid .offer_col_L .Open_p { font-size: 18px; color: #989898; } .offer_fluid .offer_col_R {overflow: hidden;} .offer_fluid .offer_col_R .feature_box_div {overflow: hidden; position: relative;} .offer_fluid .offer_col_R .seen_det { overflow: hidden; text-align: center; margin: 50px 0 0 0; border: 1px solid #ccc; } .offer_fluid .offer_col_R .seen_det_img { overflow: hidden; position: absolute; width: 95px; height: 95px; top: 3px; left: 132px; } .offer_fluid .offer_col_R .seen_img { width: 100%; height: 100%; } .offer_fluid .offer_col_R .seen_det_div2 { overflow: hidden; margin: 55px 0 0 0; } .offer_fluid .offer_col_R .seen_tag_a { display: inline-block; color: #c63; font-size: 17px; text-transform: uppercase; text-decoration: none; } .offer_fluid .offer_col_R .seen_tag_a:hover { color: #444; } .offer_fluid .offer_col_R .seen_tag_p { margin: 8px 0; color: #575757; } .offer_fluid .offer_col_R .seen_tag_span1 { display: inline-block; width: 12px; height: 12px; background: #FFCE43; border-radius: 50%; margin: 0px 7px; } .offer_fluid .offer_col_R .seen_tag_span2 { display: inline-block; color: #3fb34f; } .offer_fluid .offer_col_R .seen_tag_span3 { display: inline-block; color: #ff5a5f; } .offer_fluid .offer_col_R .profile_media_div {overflow: hidden; text-align: center;} .offer_fluid .offer_col_R .profile_media_h4 { color: #444; font-size: 16px; } .offer_fluid .offer_col_R .profile_media_a { display: inline-block; width: 40px; height: 40px; background: #dadada; margin: 0 3px; text-align: center; } .offer_fluid .offer_col_R .profile_media_facebook { display: inline-block; background: #3B5998; width: 100%; height: 100%; color: #fff; font-size: 22px; padding: 9px 14px; } .offer_fluid .offer_col_R .profile_media_facebook:hover{ background: #5674B3; } .offer_fluid .offer_col_R .profile_media_email { display: inline-block; background: #444; width: 100%; height: 100%; color: #fff; font-size: 21px; padding: 9px 0; } .offer_fluid .offer_col_R .profile_media_email:hover{ background: #686868; } .offer_fluid .offer_col_R .profile_media_twitter { display: inline-block; background: #55acee; width: 100%; height: 100%; color: #fff; font-size: 22px; padding: 8px 0 8px 4px; } .offer_fluid .offer_col_R .profile_media_twitter:hover{ background: #348bcd; } .offer_fluid .offer_col_R .feedback { overflow: hidden; margin: 25px 0; } .offer_fluid .offer_col_R .feedback_h4 { text-align: center; color: #444; } .offer_fluid .offer_col_R .feedback_ul {} .offer_fluid .offer_col_R .feedback_li { color: #575757; font-size: 15px; border-bottom: 1px solid #e5e5e5; margin: 0 0 17px 0; padding: 0 0 5px 0; } .offer_fluid .offer_col_R .feedback_a { display: inline-block; padding: 0 4px 0 0; text-decoration: none; color: #c63; font-size: 18px; text-transform: uppercase; } .offer_fluid .offer_col_R .feedback_span1 { display: inline-block; color: #3fb34f; font-size: 17px; } .offer_fluid .offer_col_R .feedback_span2 { display: inline-block; color: #9c9c9c; font-size: 17px; } .offer_fluid .offer_col_R .the_p { font-size: 16px; color: #989898; } .offer_fluid .offer_col_R .the_span { display: inline-block; font-weight: 600; } .offer_fluid .offer_col_R . {} .offer_fluid .offer_col_R . {} .offer_fluid .offer_col_R . {} /********************offer page style end hear********************/ /********************offer page style end hear********************/ span.market-price-box.lead { margin-left: 15px; margin-bottom: 0px; } .button.button-border{ padding: 4px 12px; } .table > tbody > tr > td{ vertical-align: middle; } /* .slideThree */ .offer-type-group .slideThree { width: 55px; height: 20px; background: #333; margin: 20px auto; position: relative; border-radius: 50px; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);} .offer-type-group.slideThree:after { content: 'OFF'; color: #000; position: absolute; right: 5px; z-index: 0; font: 11px/20px Arial, sans-serif; font-weight: bold; text-shadow: 1px 1px 0px rgba(255,255,255,.15); } .offer-type-group.slideThree:before { content: 'ON'; color: green; position: absolute; left: 5px; z-index: 0; font: 11px/20px Arial, sans-serif; font-weight: bold; } .offer-type-group label { display: inline-block; cursor: pointer; z-index: 1; transition: all 0.4s ease; } .offer-type-group input[type=checkbox] { visibility: hidden; } .offer-type-group input[type=checkbox]:checked + label { left: 28px; } /* end .slideThree */ /********************online_sell_buyer page style start hear********************/ /********************online_sell_buyer page style start hear********************/ .online_sell_buyer_fluid { overflow: hidden; margin: 40px 0; padding: 0; } .online_sell_buyer_fluid .online_sell_buyer_header { overflow: hidden; margin: 0 0 20px 0; } .online_sell_buyer_fluid .online_sell_buyer_header .online_sell_buyer_header_h1 { color: #444; font-size: 30px; padding: 0 0 0 15px; } .online_sell_buyer_fluid .online_sell_buyer_header .online_sell_buyer_header_h4 { color: #444; padding: 0px 15px; } .online_sell_buyer_fluid .online_sell_buyer_header .online_sell_buyer_header_span { display: inline-block; color: #36AAFF; } .online_sell_buyer_fluid .online_sell_buyer_header .{} .online_sell_buyer_fluid .Confirm_div{overflow: hidden;} .online_sell_buyer_fluid .Confirm_div .Confirm_h1 { color: #444; } .online_sell_buyer_fluid .confirm_button_div { overflow: hidden; text-align: center; margin: 10px 0; } .online_sell_buyer_fluid .confirm_button_div .confirm_row_button2{ border: 1px solid #ccc; background: #e5e5e5; } .online_sell_buyer_fluid .confirm_button_div .confirm_row_button2:hover{ border: 1px solid #b3b3b3; background: #d3d3d3; } .online_sell_buyer_fluid .online_sell_buyer_L{ overflow: hidden; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_row_1 { overflow: hidden; background: #f2f2f2; border: 2px solid #e6e6e7; padding: 20px; margin: 0 0 15px 0; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_div{ overflow: hidden; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_p{ color: #444; } .online_sell_buyer_fluid .online_sell_buyer_L .faqs_ul{} .online_sell_buyer_fluid .online_sell_buyer_L .faqs_li{ list-style: none; width: 100%; border: 1px solid #ccc; padding: 0 10px; margin: 10px 0; } .online_sell_buyer_fluid .online_sell_buyer_L .faqs_h41 { font-size: 18px; color: #444; } .online_sell_buyer_fluid .online_sell_buyer_L .faqs_span{ display: inline-block; float: left; margin: 10px 10px 0 0; } .online_sell_buyer_fluid .online_sell_buyer_L .faqs_i { display: inline-block; font-size: 15px; padding: 2px 3px; color: #444; margin: 0 0 0 0; cursor: pointer; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_h3{ color: #444; } .online_sell_buyer_fluid .online_sell_buyer_L .send_row_button0 { background: #D20C00; color: #fff; } .online_sell_buyer_fluid .online_sell_buyer_L .send_row_button0:hover{ background: #B60000; } .online_sell_buyer_fluid .online_sell_buyer_L .send_row_button1 { background: #094EB6; color: #fff; margin: 10px 0 0 0; } .online_sell_buyer_fluid .online_sell_buyer_L .send_row_button1:hover{ background: #003CA4; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_redio_div { overflow: hidden; background: #fff; padding: 0 10px; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_input{ display: inline; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_span { display: inline-block; color: #008A00; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_p2 { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 10px; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_span2{ display: inline-block; color: #444; } .online_sell_buyer_fluid .online_sell_buyer_L .Verify_span3{ display: inline-block; color: #FF272D; } .online_sell_buyer_fluid .online_sell_buyer_L .send_row_message{ width: 100%; color: #444; } .online_sell_buyer_fluid .online_sell_buyer_L .{} .online_sell_buyer_fluid .online_sell_buyer_R { overflow: hidden; background: #f2f2f2; border: 2px solid #e6e6e7; padding: 20px; } .online_sell_buyer_fluid .online_sell_buyer_R .send_div{ overflow: hidden; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_1{ overflow: hidden; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_i { display: inline-block; float: left; padding: 8px 8px 8px 0; font-size: 20px; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_h4 { color: #444; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_span1 { display: inline-block; color: #338DCD; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_span2 { display: inline-block; background: #7BD07B; width: 15px; height: 15px; border-radius: 50%; margin: 0 0 -2px 0; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_2{} .online_sell_buyer_fluid .online_sell_buyer_R .send_row_message { width: 100%; color: #444; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_3 { margin: 10px 0; overflow: hidden; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_button2 { border: 1px solid #ccc; background: #e5e5e5; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_4 { overflow: hidden; border-bottom: 1px solid #e3e3e3; margin: 15px 0; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_button2:hover{ border: 1px solid #b3b3b3; background: #d3d3d3; } .online_sell_buyer_fluid .online_sell_buyer_R .send_row_p { color: #444; } .online_sell_buyer_fluid .online_sell_buyer_R .{} .online_sell_buyer_fluid .online_sell_buyer_R .{} /********************online_sell_buyer page style end hear********************/ /********************online_sell_buyer page style end hear********************/ .send-request-fail-reason { font-size: 150%; color: #bf831c; padding: 20px; margin-top: 50px; margin-bottom: 20px; background-color: #fcf8e3; border: 1px solid #fbeed5; border-radius: 4px; }
0.219338
0.071624
* { box-sizing: border-box; } html { font-family: 'Raleway', Calibri, sans-serif; font-size: 35px; cursor: default; } nav { padding: 10px; transition: opacity .3s linear; opacity: 0.3; z-index: 1; background: rgba(255, 255, 255, .5); border-radius: 3px; } nav:hover { opacity: 1; } nav h2 { margin: 0; font-size: .6rem; } nav ul { margin: 0; padding: 0; } nav ul li { list-style: none; transition: background-color .3s linear; } nav a { text-decoration: none; color: #00f; display: block; width: 100%; padding: 0 .5em; font-weight: 200; } nav#sort-algorithm-nav { position: fixed; top: 0; right: 0; font-size: .5em; text-align: right; } nav#step-nav { position: fixed; bottom: 0; left: 0; right: 0; padding: 0; } nav#step-nav ul { text-align: center; height: 1em; } nav#step-nav li { position: absolute; line-height: 1em; width: 1em; text-align: center; background: #22f; } nav#step-nav li a { padding: 0; color: #fff; } nav#step-nav li:hover { background: #00f; } nav#step-nav li.prev { left: 0; } nav#step-nav li.next { right: 0; } pre code { font-family: Consolas, monospace; } .step { min-width: 700px; position:relative; margin:0 auto; -moz-transition: 1s opacity; -webkit-transition: 1s opacity; transition: 1s opacity; } .step h1, .step h2 { font-family: 'Wire One', sans-serif; } .step:not(.active) { cursor: pointer; z-index: -1; } .step a { transition: border .1s linear; color: #333; font-weight: bold; text-decoration: none; border-bottom: transparent solid 5px; } .step a:focus, .step a:hover { border-bottom-color: #999; } .step img { max-width: 1200px; max-height: 800px; } .step.sort-title { min-width: 1000px; height: 700px; } .step.sort-title h2 { transition: font-size .3s linear, margin .3s linear; font-size: 2em; margin-top: 0; margin-bottom: 0; } .step.sort-title img, .step.sort-title p, .step.sort-title table, .step.sort-code { transition: opacity .3s linear; opacity: 0; } .step.sort-title img { float: right; margin: .5em; position: relative; width: 300px; height: auto; } .step.sort-title p { text-align: justify; } .step.sort-title table { font-size: .7em; text-align: center; border-collapse: collapse; width: 100%; } .step.sort-title table th, .step.sort-title table td { padding: .1em .5em; border: 3px groove #ddd; } .step.sort-title.active { /*max-height: 1000px;*/ } .step.sort-title.active h2 { font-size: 3rem; } .step.sort-title.active img, .step.sort-title.active p, .step.sort-title.active table, .step.sort-code.active { opacity: 1; } .step.sort-code { min-width: 1000px; text-align: center; } .step.sort-code pre { margin: 0; display: inline-block; width: auto; max-width: 100%; } .step.sort-code pre code { max-height: 500px; padding: 0; overflow-x: hidden; overflow-wrap: break-word; white-space: pre-wrap; font-size: .6em; text-align: left; } .step.array-overlay:not(.active) { opacity: 0; } .step.array-overlay { text-align: center; } .step.array-overlay.auto::after { content: 'Auto'; position: fixed; left: 100%; top: 0; width: 1em; padding: 3px 5px; background: #282; opacity: .5; color: #fff; text-align: center; text-transform: uppercase; font-size: .5em; -ms-word-break: break-word; word-break: break-word; font-weight: bold; } .array { /* set counter to start *after* -1 */ counter-reset: array-index -1; padding: 0; margin: 0; cursor: default; font-family: Consolas; } .array li { display: inline-block; padding: .3em; margin: 0 5px 45px; border: 3px solid black; font-size: 2em; font-weight: bold; counter-increment: array-index; position: relative; max-width: 15%; text-align: center; transition: background-color .3s linear, border-color .3s linear, color .3s linear; } .array li::after { content: counter(array-index); position: absolute; top: 100%; left: 50%; margin-left: -.2em; margin-top: .2em; font-family: 'Century Gothic'; font-size: 0.5em; font-weight: lighter; } .array.swap-done li { transition: background-color 0 linear, border-color 0 linear, color 0 linear; } .array li.pivot { top: -45px; } .array li.pivot, .array li.marked { border-color: #fa2; color: #fa2; background-color: #ffa; } .array li.highlighted { border-color: #22f; color: #22f; background-color: #eef; } .array li.highlighted.pivot { background-color: #aaf; } .array li.swapped, .array li.moved, .array li.wrong { border-color: #f22; color: #f22; background-color: #fee; } .array li.swapped.pivot, .array li.moved.pivot { background-color: #faa; } .array li.blurred { border-color: #aaa; color: #aaa; background-color: #eee; opacity: .2; } .array li.blurred.ordered { opacity: .2; } .array.swap-done li.swapped, .array.move-done li.moved, .array.ordered li, .array li.ordered { border-color: #282; color: #282; background-color: #efe; } .array.swap-done li.swapped.pivot, .array.move-done li.moved.pivot, .array.ordered li.pivot, .array li.ordered.pivot { background-color: #afa; } /* ESTILO POR STEP */ #intro { width: 300px; text-align: center; } #intro h1 { margin-bottom: .5em; } #intro h2 { margin-top: 0; font-weight: normal; } #intro .integrantes { margin-top: 3em; padding: 0; } #intro .integrantes li { list-style-type: none; text-align: right; } #quicksort-array-direita-9-relembrando p { position: absolute; bottom: 100%; left: 0; right: 0; margin-bottom: 45px; margin-top: 0; } #comparacao { font-size: 4em; text-align: center; } /* REMOVER */ /*img { position: absolute; bottom: 60%; left: 271px; }*/
apresentacao/content/css/main.css
* { box-sizing: border-box; } html { font-family: 'Raleway', Calibri, sans-serif; font-size: 35px; cursor: default; } nav { padding: 10px; transition: opacity .3s linear; opacity: 0.3; z-index: 1; background: rgba(255, 255, 255, .5); border-radius: 3px; } nav:hover { opacity: 1; } nav h2 { margin: 0; font-size: .6rem; } nav ul { margin: 0; padding: 0; } nav ul li { list-style: none; transition: background-color .3s linear; } nav a { text-decoration: none; color: #00f; display: block; width: 100%; padding: 0 .5em; font-weight: 200; } nav#sort-algorithm-nav { position: fixed; top: 0; right: 0; font-size: .5em; text-align: right; } nav#step-nav { position: fixed; bottom: 0; left: 0; right: 0; padding: 0; } nav#step-nav ul { text-align: center; height: 1em; } nav#step-nav li { position: absolute; line-height: 1em; width: 1em; text-align: center; background: #22f; } nav#step-nav li a { padding: 0; color: #fff; } nav#step-nav li:hover { background: #00f; } nav#step-nav li.prev { left: 0; } nav#step-nav li.next { right: 0; } pre code { font-family: Consolas, monospace; } .step { min-width: 700px; position:relative; margin:0 auto; -moz-transition: 1s opacity; -webkit-transition: 1s opacity; transition: 1s opacity; } .step h1, .step h2 { font-family: 'Wire One', sans-serif; } .step:not(.active) { cursor: pointer; z-index: -1; } .step a { transition: border .1s linear; color: #333; font-weight: bold; text-decoration: none; border-bottom: transparent solid 5px; } .step a:focus, .step a:hover { border-bottom-color: #999; } .step img { max-width: 1200px; max-height: 800px; } .step.sort-title { min-width: 1000px; height: 700px; } .step.sort-title h2 { transition: font-size .3s linear, margin .3s linear; font-size: 2em; margin-top: 0; margin-bottom: 0; } .step.sort-title img, .step.sort-title p, .step.sort-title table, .step.sort-code { transition: opacity .3s linear; opacity: 0; } .step.sort-title img { float: right; margin: .5em; position: relative; width: 300px; height: auto; } .step.sort-title p { text-align: justify; } .step.sort-title table { font-size: .7em; text-align: center; border-collapse: collapse; width: 100%; } .step.sort-title table th, .step.sort-title table td { padding: .1em .5em; border: 3px groove #ddd; } .step.sort-title.active { /*max-height: 1000px;*/ } .step.sort-title.active h2 { font-size: 3rem; } .step.sort-title.active img, .step.sort-title.active p, .step.sort-title.active table, .step.sort-code.active { opacity: 1; } .step.sort-code { min-width: 1000px; text-align: center; } .step.sort-code pre { margin: 0; display: inline-block; width: auto; max-width: 100%; } .step.sort-code pre code { max-height: 500px; padding: 0; overflow-x: hidden; overflow-wrap: break-word; white-space: pre-wrap; font-size: .6em; text-align: left; } .step.array-overlay:not(.active) { opacity: 0; } .step.array-overlay { text-align: center; } .step.array-overlay.auto::after { content: 'Auto'; position: fixed; left: 100%; top: 0; width: 1em; padding: 3px 5px; background: #282; opacity: .5; color: #fff; text-align: center; text-transform: uppercase; font-size: .5em; -ms-word-break: break-word; word-break: break-word; font-weight: bold; } .array { /* set counter to start *after* -1 */ counter-reset: array-index -1; padding: 0; margin: 0; cursor: default; font-family: Consolas; } .array li { display: inline-block; padding: .3em; margin: 0 5px 45px; border: 3px solid black; font-size: 2em; font-weight: bold; counter-increment: array-index; position: relative; max-width: 15%; text-align: center; transition: background-color .3s linear, border-color .3s linear, color .3s linear; } .array li::after { content: counter(array-index); position: absolute; top: 100%; left: 50%; margin-left: -.2em; margin-top: .2em; font-family: 'Century Gothic'; font-size: 0.5em; font-weight: lighter; } .array.swap-done li { transition: background-color 0 linear, border-color 0 linear, color 0 linear; } .array li.pivot { top: -45px; } .array li.pivot, .array li.marked { border-color: #fa2; color: #fa2; background-color: #ffa; } .array li.highlighted { border-color: #22f; color: #22f; background-color: #eef; } .array li.highlighted.pivot { background-color: #aaf; } .array li.swapped, .array li.moved, .array li.wrong { border-color: #f22; color: #f22; background-color: #fee; } .array li.swapped.pivot, .array li.moved.pivot { background-color: #faa; } .array li.blurred { border-color: #aaa; color: #aaa; background-color: #eee; opacity: .2; } .array li.blurred.ordered { opacity: .2; } .array.swap-done li.swapped, .array.move-done li.moved, .array.ordered li, .array li.ordered { border-color: #282; color: #282; background-color: #efe; } .array.swap-done li.swapped.pivot, .array.move-done li.moved.pivot, .array.ordered li.pivot, .array li.ordered.pivot { background-color: #afa; } /* ESTILO POR STEP */ #intro { width: 300px; text-align: center; } #intro h1 { margin-bottom: .5em; } #intro h2 { margin-top: 0; font-weight: normal; } #intro .integrantes { margin-top: 3em; padding: 0; } #intro .integrantes li { list-style-type: none; text-align: right; } #quicksort-array-direita-9-relembrando p { position: absolute; bottom: 100%; left: 0; right: 0; margin-bottom: 45px; margin-top: 0; } #comparacao { font-size: 4em; text-align: center; } /* REMOVER */ /*img { position: absolute; bottom: 60%; left: 271px; }*/
0.620277
0.11694
.row-shop { border: 1px solid #999; padding: .5rem; border-bottom: none; } .row-shop:last-child { border-bottom: 1px solid #999; } .shop-name { white-space: nowrap; overflow-x: scroll; } .shop-wrap a { } .title { text-align: center; } .text-valid { color:#339900; font-weight:800; } .text-processing { color:orange; font-weight:800; } .text-invalid { color:#CC0000; font-weight:800; } #card-title { background-color:var(--global-color-base); } #card-title-text { color:white; } #operate-menu { margin-bottom:2vh; floated:right; } .button-link-gray { color:white; font-weight:650; background-color:rgb(85,85,85); border-radius: 100px; margin-bottom:20px; padding-right:4vw; padding-left:4vw; padding-top:0.5vh; padding-bottom:0.5vh; float:right; box-shadow: 0px 0px 3px #404040; } .button-link-gray:hover { color:white; font-weight:650; background-color:rgb(65,65,65); border-radius: 100px; margin-bottom:20px; padding-right:4vw; padding-left:4vw; padding-top:0.5vh; padding-bottom:0.5vh; float:right; } .button-link-icon-gray { color:white; font-weight:650; background-color:rgb(85,85,85); border-radius: 100px; margin:1vw 1vw 1vw 1vw; padding:1vw 1vw 1vw 1vw; float:right; text-align: center; vertical-align: middle; } #link-shop-homepage { font-weight:650; color:#909090; } #up-menu-id { box-shadow: 1px 2px 2px rgba(0,0,0,0.6); } #item-menu-strong-id1 { font-weight:650; background-color:var(--global-color-light-blue); } #log-out { font-weight:650; background-color:var(--global-color-light-red); } #bindOrChange { font-weight:650; background-color:var(--global-color-light-blue); } #link-shop-homepage:hover { color:black; } .button-link-white { color:white; } .button-link-white:hover { color:white; } .right-floated { margin-left: 5px; } .vertical-center { vertical-align: middle; } #plus-button { background-color: #001a1a; padding-bottom:3.5vh; padding-top:3.5vh; padding-left:3.5vh; padding-right:3.5vh; border-radius: 50%; position: fixed; top: 80vh; left: 70vw; box-shadow: 0px 0px 8px #404040; } #plus-icon { color:white; }
o2o/src/main/webapp/resources/css/shop/shoplist.css
.row-shop { border: 1px solid #999; padding: .5rem; border-bottom: none; } .row-shop:last-child { border-bottom: 1px solid #999; } .shop-name { white-space: nowrap; overflow-x: scroll; } .shop-wrap a { } .title { text-align: center; } .text-valid { color:#339900; font-weight:800; } .text-processing { color:orange; font-weight:800; } .text-invalid { color:#CC0000; font-weight:800; } #card-title { background-color:var(--global-color-base); } #card-title-text { color:white; } #operate-menu { margin-bottom:2vh; floated:right; } .button-link-gray { color:white; font-weight:650; background-color:rgb(85,85,85); border-radius: 100px; margin-bottom:20px; padding-right:4vw; padding-left:4vw; padding-top:0.5vh; padding-bottom:0.5vh; float:right; box-shadow: 0px 0px 3px #404040; } .button-link-gray:hover { color:white; font-weight:650; background-color:rgb(65,65,65); border-radius: 100px; margin-bottom:20px; padding-right:4vw; padding-left:4vw; padding-top:0.5vh; padding-bottom:0.5vh; float:right; } .button-link-icon-gray { color:white; font-weight:650; background-color:rgb(85,85,85); border-radius: 100px; margin:1vw 1vw 1vw 1vw; padding:1vw 1vw 1vw 1vw; float:right; text-align: center; vertical-align: middle; } #link-shop-homepage { font-weight:650; color:#909090; } #up-menu-id { box-shadow: 1px 2px 2px rgba(0,0,0,0.6); } #item-menu-strong-id1 { font-weight:650; background-color:var(--global-color-light-blue); } #log-out { font-weight:650; background-color:var(--global-color-light-red); } #bindOrChange { font-weight:650; background-color:var(--global-color-light-blue); } #link-shop-homepage:hover { color:black; } .button-link-white { color:white; } .button-link-white:hover { color:white; } .right-floated { margin-left: 5px; } .vertical-center { vertical-align: middle; } #plus-button { background-color: #001a1a; padding-bottom:3.5vh; padding-top:3.5vh; padding-left:3.5vh; padding-right:3.5vh; border-radius: 50%; position: fixed; top: 80vh; left: 70vw; box-shadow: 0px 0px 8px #404040; } #plus-icon { color:white; }
0.37605
0.125092
.App { text-align: center; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800"); * { box-sizing: border-box; } body .mainpage { background: #1cf99d; min-height: 100vh; display: flex; font-weight: 500; font-family: "Roboto", "kanit", sans-serif; } div#root, h1, h2, h3, h4, h5, h6, label, span { font-weight: 500; font-family: "Roboto", "kanit", sans-serif; } div#root .contentHome { height: 100%; width: 100%; padding: 5%; background-image: url("../assets/img/bg_fog.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; align-items: center; } div#root .mainlogin { width: 40%; height: auto; margin: auto; z-index: 2; } div#root .Login-text { text-align: center; } body, html, .App, #root, .auth-wrapper { width: 100%; height: 100%; } .navbar-light { background-color: #ffffff; box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); } div#root, .auth-wrapper { display: flex; justify-content: center; flex-direction: column; text-align: left; padding: auto; } div#root { background-color: white; } div#root .mainlogin { -webkit-box-shadow: 5px 5px 15px 5px #000000; box-shadow: 5px 5px 15px 5px #000000; background-color: whitesmoke; padding: 5%; border-radius: 20px 20px 20px 20px; font-weight: bold; font-size: 18px; } div#root .form-group .btn { font-weight: bold; color: #000000; -webkit-box-shadow: 5px 5px 15px 5px #000000; box-shadow: 5px 5px 15px 5px #000000; } div#root button.btn.btn-lg.btn-block { font-weight: bold; color: #000000; -webkit-box-shadow: 5px 5px 15px 5px #000000; box-shadow: 5px 5px 15px 5px #000000; } div#root .auth-inner { width: 450px; margin: auto; /* background: #ffffff; */ background: #1cf99d; box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); padding: 40px 55px 45px 55px; border-radius: 15px; transition: all 0.3s; } div#root .auth-wrapper .form-control:focus { border-color: #1cf99d; /* border-color: #167bff; */ box-shadow: none; } div#root .auth-wrapper h3 { text-align: center; margin: 0; line-height: 1; padding-bottom: 20px; } div#root, .custom-control-label { font-weight: 500; } .forgot-password, .forgot-password a { text-align: right; font-size: 13px; padding-top: 10px; color: #7f7d7d; margin: 0; } .forgot-password a { color: #167bff; } /* body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */ code { font-family: "Roboto", "kanit", sans-serif; } h2.Login-text { font-family: "Kanit"; } .form-group { font-family: "Kanit"; } button.btn.btn-lg.btn-block { font-family: "Kanit"; } @media only screen and (max-width: 500px) { .contentHome { display: flex; } div#root .mainlogin { height: auto; z-index: 2; width: 100%; } }
src/Login/Login.css
.App { text-align: center; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800"); * { box-sizing: border-box; } body .mainpage { background: #1cf99d; min-height: 100vh; display: flex; font-weight: 500; font-family: "Roboto", "kanit", sans-serif; } div#root, h1, h2, h3, h4, h5, h6, label, span { font-weight: 500; font-family: "Roboto", "kanit", sans-serif; } div#root .contentHome { height: 100%; width: 100%; padding: 5%; background-image: url("../assets/img/bg_fog.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; align-items: center; } div#root .mainlogin { width: 40%; height: auto; margin: auto; z-index: 2; } div#root .Login-text { text-align: center; } body, html, .App, #root, .auth-wrapper { width: 100%; height: 100%; } .navbar-light { background-color: #ffffff; box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); } div#root, .auth-wrapper { display: flex; justify-content: center; flex-direction: column; text-align: left; padding: auto; } div#root { background-color: white; } div#root .mainlogin { -webkit-box-shadow: 5px 5px 15px 5px #000000; box-shadow: 5px 5px 15px 5px #000000; background-color: whitesmoke; padding: 5%; border-radius: 20px 20px 20px 20px; font-weight: bold; font-size: 18px; } div#root .form-group .btn { font-weight: bold; color: #000000; -webkit-box-shadow: 5px 5px 15px 5px #000000; box-shadow: 5px 5px 15px 5px #000000; } div#root button.btn.btn-lg.btn-block { font-weight: bold; color: #000000; -webkit-box-shadow: 5px 5px 15px 5px #000000; box-shadow: 5px 5px 15px 5px #000000; } div#root .auth-inner { width: 450px; margin: auto; /* background: #ffffff; */ background: #1cf99d; box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); padding: 40px 55px 45px 55px; border-radius: 15px; transition: all 0.3s; } div#root .auth-wrapper .form-control:focus { border-color: #1cf99d; /* border-color: #167bff; */ box-shadow: none; } div#root .auth-wrapper h3 { text-align: center; margin: 0; line-height: 1; padding-bottom: 20px; } div#root, .custom-control-label { font-weight: 500; } .forgot-password, .forgot-password a { text-align: right; font-size: 13px; padding-top: 10px; color: #7f7d7d; margin: 0; } .forgot-password a { color: #167bff; } /* body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */ code { font-family: "Roboto", "kanit", sans-serif; } h2.Login-text { font-family: "Kanit"; } .form-group { font-family: "Kanit"; } button.btn.btn-lg.btn-block { font-family: "Kanit"; } @media only screen and (max-width: 500px) { .contentHome { display: flex; } div#root .mainlogin { height: auto; z-index: 2; width: 100%; } }
0.420362
0.09451
* { /*margin: 10px;*/ padding: 0px; /* box-sizing: border-box;*/ } table { text-align: left; line-height: 40px; border-collapse: separate; border-spacing: 0px auto; border: 2px solid #28b463; width: 900px; margin: 50px auto; border-radius: .25rem; } thead tr:first-child { background: #82e0aa; color: #000; border: none; } th:first-child, td:first-child { padding: 0px 15px 0px 20px; } th { font-weight: 500; color: #000; } thead tr:last-child th { border-bottom: 3px solid #ddd; } tbody tr:hover { background-color: #f2f2f2; cursor: default; } tbody tr:last-child td { border: none; } tbody td { border-bottom: 1px solid #ddd; } td:last-child { text-align: left; } .button { color: #aaa; cursor: pointer; vertical-align: middle; margin-top: -4px; } .edit:hover { color: #0a79df; } .delete:hover { color: #dc2a2a; } i{ color: #000; } td{ color: #000; } .buscar{ text-align: right; } /*========================================*/ @import url(https://fonts.googleapis.com/css?family=Open+Sans); @import url(https://fonts.googleapis.com/css?family=Bree+Serif); a { color: #0e5a26; } #container { margin: 0 auto; } p{ text-align: center; } nav { margin: 30px auto; background-color: #2175bc; box-shadow: 0px 3px 20px 3px #162433; } nav ul { padding: 0; margin: 0 auto; list-style: none; position: relative; text-align: center; } nav ul li { display:inline-block; background-color: #2175bc; } nav a { top: -20; display:block; padding:0 20px; color:#FFF; font-size:16px; line-height: 60px; text-decoration:none; } nav a:hover { background-color: #000000; } /* Hide Dropdowns by Default */ nav ul ul { display: none; position: absolute; top: 60px; /* the height of the main nav */ } /* Display Dropdowns on Hover */ nav ul li:hover > ul { display:inherit; } /* Fisrt Tier Dropdown */ nav ul ul li { width:170px; float:none; display:list-item; position: relative; } /* Second, Third and more Tiers */ nav ul ul ul li { position: relative; top:60px; left:170px; } i { border: solid white; border-width: 0 3px 3px 0; display: inline-block; padding: 4px; margin: -7px 0 0px 7px; vertical-align: middle; } .right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .left { transform: rotate(135deg); -webkit-transform: rotate(135deg); } .up { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); } .down { transform: rotate(45deg); -webkit-transform: rotate(45deg); } .prodep{ padding-left: 700px; display: inline-block; }
public/css/datos.css
* { /*margin: 10px;*/ padding: 0px; /* box-sizing: border-box;*/ } table { text-align: left; line-height: 40px; border-collapse: separate; border-spacing: 0px auto; border: 2px solid #28b463; width: 900px; margin: 50px auto; border-radius: .25rem; } thead tr:first-child { background: #82e0aa; color: #000; border: none; } th:first-child, td:first-child { padding: 0px 15px 0px 20px; } th { font-weight: 500; color: #000; } thead tr:last-child th { border-bottom: 3px solid #ddd; } tbody tr:hover { background-color: #f2f2f2; cursor: default; } tbody tr:last-child td { border: none; } tbody td { border-bottom: 1px solid #ddd; } td:last-child { text-align: left; } .button { color: #aaa; cursor: pointer; vertical-align: middle; margin-top: -4px; } .edit:hover { color: #0a79df; } .delete:hover { color: #dc2a2a; } i{ color: #000; } td{ color: #000; } .buscar{ text-align: right; } /*========================================*/ @import url(https://fonts.googleapis.com/css?family=Open+Sans); @import url(https://fonts.googleapis.com/css?family=Bree+Serif); a { color: #0e5a26; } #container { margin: 0 auto; } p{ text-align: center; } nav { margin: 30px auto; background-color: #2175bc; box-shadow: 0px 3px 20px 3px #162433; } nav ul { padding: 0; margin: 0 auto; list-style: none; position: relative; text-align: center; } nav ul li { display:inline-block; background-color: #2175bc; } nav a { top: -20; display:block; padding:0 20px; color:#FFF; font-size:16px; line-height: 60px; text-decoration:none; } nav a:hover { background-color: #000000; } /* Hide Dropdowns by Default */ nav ul ul { display: none; position: absolute; top: 60px; /* the height of the main nav */ } /* Display Dropdowns on Hover */ nav ul li:hover > ul { display:inherit; } /* Fisrt Tier Dropdown */ nav ul ul li { width:170px; float:none; display:list-item; position: relative; } /* Second, Third and more Tiers */ nav ul ul ul li { position: relative; top:60px; left:170px; } i { border: solid white; border-width: 0 3px 3px 0; display: inline-block; padding: 4px; margin: -7px 0 0px 7px; vertical-align: middle; } .right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .left { transform: rotate(135deg); -webkit-transform: rotate(135deg); } .up { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); } .down { transform: rotate(45deg); -webkit-transform: rotate(45deg); } .prodep{ padding-left: 700px; display: inline-block; }
0.378574
0.109944
html,body { font-family:Verdana, Geneva, sans-serif; font-size:0.9em; text-align:center; background-color:#F2F2F2; line-height: 150%; margin:0; padding:0; } input,select { font-size:1em; } table { margin-top:-10px; margin-left:7px; } h1{ font-size:3.0em; text-decoration:none; font-weight:400; color:#23A4FF; } h4 { font-size:1.4em; text-decoration:none; font-weight:400; color:#23A4FF; } a { color:#23A4FF; } #div-att-input{ line-height: 100%; border: 1px solid #778; width:300px; } #content-wrapper { width:100%; height:100%; float:none; overflow:hidden; } #left-container { min-height:455px; height:100%; width:100%; background-position:bottom; background-repeat:repeat-x; border-right:1px solid #ddd; overflow:auto; -webkit-box-sizing: border-box; } #signin{ height: 200px; margin: auto; position: absolute; bottom: 0; left: 0; top: 60px; right: 0; float:none; width: 200px; font-size:1.4em; } #detail-tab2{ text-align:justify; text-justify:inter-word; margin:7px; } #container { height:100%; width:100%; display:block; background-color:#FFF; overflow:hidden; clear:none; margin:0 0 0 500px; padding:0; } #contents-loader { min-width:500px; width:100%; height:100%; display:none; } #right-container,#center-container { height:100%; position:absolute; top:-11px; } #center-container { width:auto; background-color:#FFF; float:left; right:300px; left:300px; border-left:1px solid #ddd; background-repeat:no-repeat; margin:auto; font-size:0.8em; } #check{ width:auto; right:300px; left:300px; float: none; position: fixed; background-color: #FFFFFF; height: 30px; bottom: 0px; box-shadow: 0pt -4px 5px -2px rgba(200, 200, 200, 0.698); } #right-container { width:300px; float:left; color:#686c70; text-align:left; overflow:auto; background-color:#FFF; background-repeat:no-repeat; border-bottom:1px solid #ddd; right:0; background-position:center left; border-right:1px solid #ddd; } .clear-both { clear:both; } #right-container h4 { text-indent:8px; } #Tabs { width:100%; height:100%; } .text { margin:7px; } #inner-details { font-size:.8em; list-style:none; text-align:justify; text-justify:inter-word; margin:7px; } #log { position:absolute; top:20px; font-size:1.5em; font-weight:700; color:#23A4FF; } #logs { font-size:1.2em; color:#23A4FF; margin-top:20px; width:auto; } #infovis { position:relative; width:100%; height:100%; overflow:hidden; margin:auto; font-size:0.8em; } .tip { color:#111; width:139px; background-color:#FFF; border:1px solid #ccc; font-size:10px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; padding:7px; } .button { display: inline-block; line-height: 1; padding: 5px 5px; text-decoration: none; font-weight: bold; color: #fff; background-color: #39c; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } .button:hover { /*display: block;*/ background-color: #4617B4; } input.button, button.button { border: 0px none; } .buttonwrap { display: inline-block; position: relative; zoom: 1; display: inline; } .corner { position: absolute; width: 5px; height: 5px; background: transparent url(images/corner.png) no-repeat 0 0; } .tl { top: 0; left: 0; background-position: left top; } .tr { top: 0; right: 0; background-position: right top; } .bl { bottom: 0; left: 0; background-position: left bottom; } .br { bottom: 0; right: 0; background-position: right bottom; }
ABioNLP/web/css/base.css
html,body { font-family:Verdana, Geneva, sans-serif; font-size:0.9em; text-align:center; background-color:#F2F2F2; line-height: 150%; margin:0; padding:0; } input,select { font-size:1em; } table { margin-top:-10px; margin-left:7px; } h1{ font-size:3.0em; text-decoration:none; font-weight:400; color:#23A4FF; } h4 { font-size:1.4em; text-decoration:none; font-weight:400; color:#23A4FF; } a { color:#23A4FF; } #div-att-input{ line-height: 100%; border: 1px solid #778; width:300px; } #content-wrapper { width:100%; height:100%; float:none; overflow:hidden; } #left-container { min-height:455px; height:100%; width:100%; background-position:bottom; background-repeat:repeat-x; border-right:1px solid #ddd; overflow:auto; -webkit-box-sizing: border-box; } #signin{ height: 200px; margin: auto; position: absolute; bottom: 0; left: 0; top: 60px; right: 0; float:none; width: 200px; font-size:1.4em; } #detail-tab2{ text-align:justify; text-justify:inter-word; margin:7px; } #container { height:100%; width:100%; display:block; background-color:#FFF; overflow:hidden; clear:none; margin:0 0 0 500px; padding:0; } #contents-loader { min-width:500px; width:100%; height:100%; display:none; } #right-container,#center-container { height:100%; position:absolute; top:-11px; } #center-container { width:auto; background-color:#FFF; float:left; right:300px; left:300px; border-left:1px solid #ddd; background-repeat:no-repeat; margin:auto; font-size:0.8em; } #check{ width:auto; right:300px; left:300px; float: none; position: fixed; background-color: #FFFFFF; height: 30px; bottom: 0px; box-shadow: 0pt -4px 5px -2px rgba(200, 200, 200, 0.698); } #right-container { width:300px; float:left; color:#686c70; text-align:left; overflow:auto; background-color:#FFF; background-repeat:no-repeat; border-bottom:1px solid #ddd; right:0; background-position:center left; border-right:1px solid #ddd; } .clear-both { clear:both; } #right-container h4 { text-indent:8px; } #Tabs { width:100%; height:100%; } .text { margin:7px; } #inner-details { font-size:.8em; list-style:none; text-align:justify; text-justify:inter-word; margin:7px; } #log { position:absolute; top:20px; font-size:1.5em; font-weight:700; color:#23A4FF; } #logs { font-size:1.2em; color:#23A4FF; margin-top:20px; width:auto; } #infovis { position:relative; width:100%; height:100%; overflow:hidden; margin:auto; font-size:0.8em; } .tip { color:#111; width:139px; background-color:#FFF; border:1px solid #ccc; font-size:10px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; padding:7px; } .button { display: inline-block; line-height: 1; padding: 5px 5px; text-decoration: none; font-weight: bold; color: #fff; background-color: #39c; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } .button:hover { /*display: block;*/ background-color: #4617B4; } input.button, button.button { border: 0px none; } .buttonwrap { display: inline-block; position: relative; zoom: 1; display: inline; } .corner { position: absolute; width: 5px; height: 5px; background: transparent url(images/corner.png) no-repeat 0 0; } .tl { top: 0; left: 0; background-position: left top; } .tr { top: 0; right: 0; background-position: right top; } .bl { bottom: 0; left: 0; background-position: left bottom; } .br { bottom: 0; right: 0; background-position: right bottom; }
0.422028
0.0545
.unicorn-search { min-width: 300px; position: relative; } /* line 20, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner--focused { border-color: #66afe9; outline: none; -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: 0 0 8px rgba(102, 175, 233, 0.6); } /* line 27, ../src/unicornsearch.scss */ .unicorn-search.unicorn-search--active { z-index: 4; } /* line 31, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner { height: auto; cursor: text; padding: 2px; z-index: 3; } /* line 37, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner.unicorn-search__inner--open { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } /* line 42, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-search__input { display: inline-block; margin-left: 6px; line-height: 26.5px; } /* line 46, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-search__input input { min-width: 80px; border: none; } /* line 47, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-search__input input::-ms-clear { display: none; } /* line 52, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-search__input input:focus { outline: none; } /* line 58, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-chips { list-style: none; padding: 0; margin: 0; display: inline; } /* line 64, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-chips .unicorn-chips__chip { display: inline-block; padding-left: 8px; margin: 2px; border: 1px solid #ccc; border-radius: 4px; height: 100%; position: relative; background: #fff; color: #333; } /* line 75, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-chips .unicorn-chips__chip button { border: none; display: inline; background: none; width: 22px; line-height: 22px; height: 100%; padding: 0; margin: 0; } /* line 85, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-chips .unicorn-chips__chip button:hover, .unicorn-search .unicorn-search__inner .unicorn-chips .unicorn-chips__chip button:focus { color: #d9534f; } /* line 93, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions { position: absolute; z-index: 3; left: 0; right: 0; } /* line 99, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions ul { list-style: none; padding: 0; margin: 0; max-height: 300px; width: 100%; overflow: auto; border: 1px solid #ccc; border-top: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; background: #fff; } /* line 112, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions ul li.unicorn-suggestions__headline { padding: 2px 5px; border-bottom: 1px solid #ccc; } /* line 118, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions ul li.unicorn-suggestions__result button, .unicorn-search .unicorn-suggestions ul li.unicorn-suggestions__result span { width: 100%; background: none; border: none; text-align: left; display: block; padding: 5px 6px; } /* line 127, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions ul li.unicorn-suggestions__result button.active { background: #ccc; } /* line 131, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions ul li.unicorn-suggestions__result .unicorn-suggestions__result--already-selected { color: #ccc; } /* line 139, ../src/unicornsearch.scss */ .unicorn-search--disabled { cursor: not-allowed; } /* line 141, ../src/unicornsearch.scss */ .unicorn-search--disabled .unicorn-search__inner { min-height: 34px; background: #eee; } /* line 144, ../src/unicornsearch.scss */ .unicorn-search--disabled .unicorn-search__inner .unicorn-chips__chip { color: #555; padding: 1px 8px; } /* line 152, ../src/unicornsearch.scss */ .glyphicon-spin { -webkit-animation: spin 1000ms infinite linear; animation: spin 1000ms infinite linear; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
dist/unicornsearch.css
.unicorn-search { min-width: 300px; position: relative; } /* line 20, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner--focused { border-color: #66afe9; outline: none; -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: 0 0 8px rgba(102, 175, 233, 0.6); } /* line 27, ../src/unicornsearch.scss */ .unicorn-search.unicorn-search--active { z-index: 4; } /* line 31, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner { height: auto; cursor: text; padding: 2px; z-index: 3; } /* line 37, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner.unicorn-search__inner--open { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } /* line 42, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-search__input { display: inline-block; margin-left: 6px; line-height: 26.5px; } /* line 46, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-search__input input { min-width: 80px; border: none; } /* line 47, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-search__input input::-ms-clear { display: none; } /* line 52, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-search__input input:focus { outline: none; } /* line 58, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-chips { list-style: none; padding: 0; margin: 0; display: inline; } /* line 64, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-chips .unicorn-chips__chip { display: inline-block; padding-left: 8px; margin: 2px; border: 1px solid #ccc; border-radius: 4px; height: 100%; position: relative; background: #fff; color: #333; } /* line 75, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-chips .unicorn-chips__chip button { border: none; display: inline; background: none; width: 22px; line-height: 22px; height: 100%; padding: 0; margin: 0; } /* line 85, ../src/unicornsearch.scss */ .unicorn-search .unicorn-search__inner .unicorn-chips .unicorn-chips__chip button:hover, .unicorn-search .unicorn-search__inner .unicorn-chips .unicorn-chips__chip button:focus { color: #d9534f; } /* line 93, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions { position: absolute; z-index: 3; left: 0; right: 0; } /* line 99, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions ul { list-style: none; padding: 0; margin: 0; max-height: 300px; width: 100%; overflow: auto; border: 1px solid #ccc; border-top: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; background: #fff; } /* line 112, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions ul li.unicorn-suggestions__headline { padding: 2px 5px; border-bottom: 1px solid #ccc; } /* line 118, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions ul li.unicorn-suggestions__result button, .unicorn-search .unicorn-suggestions ul li.unicorn-suggestions__result span { width: 100%; background: none; border: none; text-align: left; display: block; padding: 5px 6px; } /* line 127, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions ul li.unicorn-suggestions__result button.active { background: #ccc; } /* line 131, ../src/unicornsearch.scss */ .unicorn-search .unicorn-suggestions ul li.unicorn-suggestions__result .unicorn-suggestions__result--already-selected { color: #ccc; } /* line 139, ../src/unicornsearch.scss */ .unicorn-search--disabled { cursor: not-allowed; } /* line 141, ../src/unicornsearch.scss */ .unicorn-search--disabled .unicorn-search__inner { min-height: 34px; background: #eee; } /* line 144, ../src/unicornsearch.scss */ .unicorn-search--disabled .unicorn-search__inner .unicorn-chips__chip { color: #555; padding: 1px 8px; } /* line 152, ../src/unicornsearch.scss */ .glyphicon-spin { -webkit-animation: spin 1000ms infinite linear; animation: spin 1000ms infinite linear; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
0.355104
0.06486
.propertyMain { background: #ead7db; min-height: 80vh; display: flex; flex-direction: column; align-items: center; padding: 0px 10%; } .propertyMain .propertyErrorConnection, .propertyMain .propertyLoading { color: #2b302a; font-size: 1.5rem; width: 100%; min-height: 80vh; display: flex; justify-content: center; align-items: center; } .propertyMain .houseStyleH1 { color: #2b302a; font-size: 1.5rem; text-align: center; margin: 10px 0px; } .propertyMain .carrouselSection { width: 100%; margin: 10px 0px; position: relative; z-index: 1; } /* .propertyMain .dataSection .priceP { */ .propertyMain .carrouselSection .priceP { transform: rotate(35deg); width: 6rem; text-align: center; background: green; color: #EAD7DB; padding: .5rem; border-radius: 2.5rem; border-top-left-radius : 22rem; border-top-right-radius : 22rem; flex: 1; font-size: 0.7rem; position: absolute; z-index: 2; left: 75%; top: 6%; } .propertyMain .dataSection { display: flex; flex-direction: column; align-items: center; width: 100%; margin: 10px 0px; /* background: #D2A19C; */ } .propertyMain .dataSection .priceAndAddressArticle { display: flex; align-items: flex-start; justify-content: space-between; width: 100%; } /*.propertyMain .dataSection .priceP { transform: rotate(45deg); background: green; color: #ead7db; padding: 10px; border-radius: 50px; font-size: 0.8rem; margin-top: 20px; flex: 1; }*/ .propertyMain .dataSection .addressDiv { font-size: 0.9rem; align-self: flex-start; flex: 3; } .propertyMain .dataSection article svg.wishListBtn { color: orange; width: 1.8rem; height: 1.8rem; cursor: pointer; } .propertyMain .dataSection article svg.reject { cursor: no-drop; } .propertyMain .dataSection .addressDiv h3 { margin: 5px 0px; } .propertyMain .dataSection .typeOfArticle { font-size: 1.3rem; text-align: center; margin-bottom: 10px; } .propertyMain .dataSection .areaAndRoomsArticle { display: flex; justify-content: space-between; align-items: center; font-size: 1.1rem; width: 100%; } .propertyMain .dataSection .extrasArticle { display: flex; flex-wrap: wrap; justify-content: center; } .propertyMain .dataSection .extrasArticle p { margin: 10px; } .propertyMain .videoSection { width: 100%; margin: 10px 0px 20px 0px; } .propertyMain .videoSection .videoArticle, .propertyMain .carrouselSection article { padding-bottom: 56.25%; position: relative; width: 100%; } .propertyMain .videoSection .videoArticle iframe, .propertyMain .carrouselSection article .swiperBox { left: 0; top: 0; height: 100%; width: 100%; position: absolute; } @media only screen and (min-width: 425px) { .propertyMain .houseStyleH1 { font-size: 1.2rem; } } @media only screen and (min-width: 576px) { .propertyMain { padding: 0px 15%; } .propertyMain .houseStyleH1 { font-size: 0.8rem; } .propertyMain .carrouselSection .priceP { width: 6rem; top: 7%; left: 71%; font-size: .7rem; } .propertyMain .dataSection .addressDiv { font-size: 0.7rem; } .propertyMain .dataSection .priceP { font-size: 0.7rem; } .propertyMain .dataSection .areaAndRoomsArticle { font-size: 1rem; } } @media only screen and (min-width: 768px) { .propertyMain { padding: 0px 5%; flex-direction: row; flex-wrap: wrap; justify-content: center; } .propertyMain .houseStyleH1 { font-size: 1.5rem; } .propertyMain .carrouselSection { width: 60%; } .propertyMain .carrouselSection .priceP { /* width: 6rem; */ left: 81%; top: 5%; font-size: .7rem; } .propertyMain .dataSection { width: 35%; margin-left: 5%; } .propertyMain .dataSection .addressDiv { font-size: 0.6rem; } .propertyMain .dataSection .priceP { font-size: 0.7rem; padding: 5px; } .propertyMain .dataSection .areaAndRoomsArticle { font-size: 0.8rem; } } @media only screen and (min-width: 991px) { } @media only screen and (min-width: 1024px) { .propertyMain { height: 100% !important; } .propertyMain .houseStyleH1 { font-size: 2.5rem; } .propertyMain .carrouselSection { width: 60%; } .propertyMain .carrouselSection .priceP { width: 12rem; font-size: 1.6rem; left: 81%; top: 6%; } .propertyMain .dataSection .addressDiv { font-size: 1.4rem; } .propertyMain .dataSection .priceP { font-size: 1.3rem; margin-top: 25px; } .propertyMain .dataSection .typeOfArticle { font-size: 2rem; } .propertyMain .dataSection .areaAndRoomsArticle { font-size: 1.7rem; } .propertyMain .dataSection .extrasArticle p { font-size: 1.8rem; } } @media only screen and (min-width: 1440px) { .propertyMain .dataSection .priceP { padding: 12px; margin-top: 40px; } .propertyMain .dataSection .extrasArticle p { margin: 20px; } } @media only screen and (min-width: 2560px) { } /* #2B302A #EAD7DB #493737 #986F6D #D2A19C */
frontend/src/styles/Property.css
.propertyMain { background: #ead7db; min-height: 80vh; display: flex; flex-direction: column; align-items: center; padding: 0px 10%; } .propertyMain .propertyErrorConnection, .propertyMain .propertyLoading { color: #2b302a; font-size: 1.5rem; width: 100%; min-height: 80vh; display: flex; justify-content: center; align-items: center; } .propertyMain .houseStyleH1 { color: #2b302a; font-size: 1.5rem; text-align: center; margin: 10px 0px; } .propertyMain .carrouselSection { width: 100%; margin: 10px 0px; position: relative; z-index: 1; } /* .propertyMain .dataSection .priceP { */ .propertyMain .carrouselSection .priceP { transform: rotate(35deg); width: 6rem; text-align: center; background: green; color: #EAD7DB; padding: .5rem; border-radius: 2.5rem; border-top-left-radius : 22rem; border-top-right-radius : 22rem; flex: 1; font-size: 0.7rem; position: absolute; z-index: 2; left: 75%; top: 6%; } .propertyMain .dataSection { display: flex; flex-direction: column; align-items: center; width: 100%; margin: 10px 0px; /* background: #D2A19C; */ } .propertyMain .dataSection .priceAndAddressArticle { display: flex; align-items: flex-start; justify-content: space-between; width: 100%; } /*.propertyMain .dataSection .priceP { transform: rotate(45deg); background: green; color: #ead7db; padding: 10px; border-radius: 50px; font-size: 0.8rem; margin-top: 20px; flex: 1; }*/ .propertyMain .dataSection .addressDiv { font-size: 0.9rem; align-self: flex-start; flex: 3; } .propertyMain .dataSection article svg.wishListBtn { color: orange; width: 1.8rem; height: 1.8rem; cursor: pointer; } .propertyMain .dataSection article svg.reject { cursor: no-drop; } .propertyMain .dataSection .addressDiv h3 { margin: 5px 0px; } .propertyMain .dataSection .typeOfArticle { font-size: 1.3rem; text-align: center; margin-bottom: 10px; } .propertyMain .dataSection .areaAndRoomsArticle { display: flex; justify-content: space-between; align-items: center; font-size: 1.1rem; width: 100%; } .propertyMain .dataSection .extrasArticle { display: flex; flex-wrap: wrap; justify-content: center; } .propertyMain .dataSection .extrasArticle p { margin: 10px; } .propertyMain .videoSection { width: 100%; margin: 10px 0px 20px 0px; } .propertyMain .videoSection .videoArticle, .propertyMain .carrouselSection article { padding-bottom: 56.25%; position: relative; width: 100%; } .propertyMain .videoSection .videoArticle iframe, .propertyMain .carrouselSection article .swiperBox { left: 0; top: 0; height: 100%; width: 100%; position: absolute; } @media only screen and (min-width: 425px) { .propertyMain .houseStyleH1 { font-size: 1.2rem; } } @media only screen and (min-width: 576px) { .propertyMain { padding: 0px 15%; } .propertyMain .houseStyleH1 { font-size: 0.8rem; } .propertyMain .carrouselSection .priceP { width: 6rem; top: 7%; left: 71%; font-size: .7rem; } .propertyMain .dataSection .addressDiv { font-size: 0.7rem; } .propertyMain .dataSection .priceP { font-size: 0.7rem; } .propertyMain .dataSection .areaAndRoomsArticle { font-size: 1rem; } } @media only screen and (min-width: 768px) { .propertyMain { padding: 0px 5%; flex-direction: row; flex-wrap: wrap; justify-content: center; } .propertyMain .houseStyleH1 { font-size: 1.5rem; } .propertyMain .carrouselSection { width: 60%; } .propertyMain .carrouselSection .priceP { /* width: 6rem; */ left: 81%; top: 5%; font-size: .7rem; } .propertyMain .dataSection { width: 35%; margin-left: 5%; } .propertyMain .dataSection .addressDiv { font-size: 0.6rem; } .propertyMain .dataSection .priceP { font-size: 0.7rem; padding: 5px; } .propertyMain .dataSection .areaAndRoomsArticle { font-size: 0.8rem; } } @media only screen and (min-width: 991px) { } @media only screen and (min-width: 1024px) { .propertyMain { height: 100% !important; } .propertyMain .houseStyleH1 { font-size: 2.5rem; } .propertyMain .carrouselSection { width: 60%; } .propertyMain .carrouselSection .priceP { width: 12rem; font-size: 1.6rem; left: 81%; top: 6%; } .propertyMain .dataSection .addressDiv { font-size: 1.4rem; } .propertyMain .dataSection .priceP { font-size: 1.3rem; margin-top: 25px; } .propertyMain .dataSection .typeOfArticle { font-size: 2rem; } .propertyMain .dataSection .areaAndRoomsArticle { font-size: 1.7rem; } .propertyMain .dataSection .extrasArticle p { font-size: 1.8rem; } } @media only screen and (min-width: 1440px) { .propertyMain .dataSection .priceP { padding: 12px; margin-top: 40px; } .propertyMain .dataSection .extrasArticle p { margin: 20px; } } @media only screen and (min-width: 2560px) { } /* #2B302A #EAD7DB #493737 #986F6D #D2A19C */
0.392453
0.054224
div.subpage[data-subpage='5'] * { color: #000000; } div.subpage[data-subpage='5'] label { font-weight: normal !important; } /* Typography */ div.subpage[data-subpage='5'] h1, div.subpage[data-subpage='5'] h2, div.subpage[data-subpage='5'] h3, div.subpage[data-subpage='5'] h4, div.subpage[data-subpage='5'] h5, div.subpage[data-subpage='5'] h6 { margin-top: 0; margin-bottom: 15px; font-weight: 300; color: #006d55; } div.subpage[data-subpage='5'] h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;} div.subpage[data-subpage='5'] h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; } div.subpage[data-subpage='5'] h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; } div.subpage[data-subpage='5'] h4 { font-size: 2.4rem; font-weight: bold; letter-spacing: -.08rem; } div.subpage[data-subpage='5'] h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; } div.subpage[data-subpage='5'] h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } /* Larger than phablet */ @media (min-width: 550px) { div.subpage[data-subpage='5'] h1 { font-size: 4.2rem; } div.subpage[data-subpage='5'] h2 { font-size: 3.6rem; } div.subpage[data-subpage='5'] h3 { font-size: 3.0rem; } div.subpage[data-subpage='5'] h4 { font-size: 2.4rem; } div.subpage[data-subpage='5'] h5 { font-size: 1.8rem; } div.subpage[data-subpage='5'] h6 { font-size: 1.2rem; } } div.subpage[data-subpage='5'] p { margin-bottom: 20px; margin-top: 0; } div.subpage[data-subpage='5'] label { display: block; margin-bottom: .5rem; font-weight: 600; } div.subpage[data-subpage='5'] input[type="email"], div.subpage[data-subpage='5'] input[type="number"], div.subpage[data-subpage='5'] input[type="search"], div.subpage[data-subpage='5'] input[type="text"], div.subpage[data-subpage='5'] input[type="tel"], div.subpage[data-subpage='5'] input[type="url"], div.subpage[data-subpage='5'] input[type="password"], div.subpage[data-subpage='5'] textarea, div.subpage[data-subpage='5'] pre#widget-code, div.subpage[data-subpage='5'] select { height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1; border-radius: 4px; box-shadow: none; box-sizing: border-box; } /* Removes awkward default styles on some inputs for iOS */ div.subpage[data-subpage='5'] input[type="email"], div.subpage[data-subpage='5'] input[type="number"], div.subpage[data-subpage='5'] input[type="search"], div.subpage[data-subpage='5'] input[type="text"], div.subpage[data-subpage='5'] input[type="tel"], div.subpage[data-subpage='5'] input[type="url"], div.subpage[data-subpage='5'] input[type="password"], div.subpage[data-subpage='5'] textarea, div.subpage[data-subpage='5'] pre#widget-code { -webkit-appearance: none; -moz-appearance: none; appearance: none; } div.subpage[data-subpage='5'] textarea, div.subpage[data-subpage='5'] pre#widget-code { min-height: 65px; padding-top: 6px; padding-bottom: 6px; } div.subpage[data-subpage='5'] input[type="email"]:focus, div.subpage[data-subpage='5'] input[type="number"]:focus, div.subpage[data-subpage='5'] input[type="search"]:focus, div.subpage[data-subpage='5'] input[type="text"]:focus, div.subpage[data-subpage='5'] input[type="tel"]:focus, div.subpage[data-subpage='5'] input[type="url"]:focus, div.subpage[data-subpage='5'] input[type="password"]:focus, div.subpage[data-subpage='5'] textarea:focus, div.subpage[data-subpage='5'] select:focus, div.subpage[data-subpage='5'] pre#widget-code:focus { border: 1px solid #33C3F0; outline: 0; } div.subpage[data-subpage='5'] .u-full-width { width: 100%; } div.subpage[data-subpage='5'] input, div.subpage[data-subpage='5'] textarea, div.subpage[data-subpage='5'] select, div.subpage[data-subpage='5'] fieldset, div.subpage[data-subpage='5'] pre#widget-code { margin-bottom: 1.5rem; } div.subpage[data-subpage='5'] input { line-height: normal; } div.subpage[data-subpage='5'] .row { margin-top: 20px; } div.subpage[data-subpage='5'] .settings_block, div.subpage[data-subpage='5'] .preview_block { display: inline-block; } div.subpage[data-subpage='5'] .settings_block { float: left; background-color: #FFFFFF; margin-right: 30px; } div.subpage[data-subpage='5'] .settings_block .settings_block_padder { padding: 30px; } div.subpage[data-subpage='5'] .settings_block hr { outline: none; border: none; height: 1px; background-color: #E2E1E1; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn { display: block; position: relative; border: none; padding: none; height: 30px; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_trigger { display: block; position: absolute; top: 0px; left: 0px; z-index: 5; width: 100%; height: 30px; cursor: pointer; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option { display: block; position: absolute; line-height: 30px; text-align: center; width: 50%; top: 0px; background-color: #003b2e; color: #629c7f; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option div { color: #629c7f; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option.active { background-color: #629c7f !important; color: #FFFFFF !important; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option.active div { color: #FFFFFF !important; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option.one { left: 0px; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option.two { right: 0px; } @media (min-width: 1200px) { div.subpage[data-subpage='5'] .settings_block { width: 50%; min-width: 400px; max-width: 500px; } div.subpage[data-subpage='5'] .preview_block {} } @media (max-width: 1199px) { div.subpage[data-subpage='5'] .settings_block { width: 100%; margin-bottom: 30px; } div.subpage[data-subpage='5'] .preview_block { margin: 0 auto; } } @media (min-width: 550px) { div.subpage[data-subpage='5'] .container { width: 80%; } div.subpage[data-subpage='5'] .six.columns { width: 48%; } div.subpage[data-subpage='5'] .column, div.subpage[data-subpage='5'] .columns { margin-left: 4%; } div.subpage[data-subpage='5'] .column:first-child, div.subpage[data-subpage='5'] .columns:first-child { margin-left: 0 !important; } } div.subpage[data-subpage='5'] .column, div.subpage[data-subpage='5'] .columns { width: 100%; float: left; box-sizing: border-box; } @media (min-width: 400px) { div.subpage[data-subpage='5'] .container { width: 85%; padding: 0; } } div.subpage[data-subpage='5'] .container:after, div.subpage[data-subpage='5'] .row:after, div.subpage[data-subpage='5'] .u-cf { content: ""; display: table; clear: both; } div.subpage[data-subpage='5'] .container { position: relative; width: 100%; /* max-width: 960px; */ margin: 0 auto; padding: 30px; box-sizing: border-box; } div.subpage[data-subpage='5'] form { /* margin-bottom: 2.5rem; */ } /* div.subpage[data-subpage='5'] pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; overflow: auto; } div.subpage[data-subpage='5'] code { padding: .2rem .5rem; font-size: 90%; white-space: nowrap; background: #19241e; color: #FFFFFF; margin: 0 .2rem; border: 1px solid #E1E1E1; border-radius: 4px; } */ div.subpage[data-subpage='5'] textarea, div.subpage[data-subpage='5'] pre#widget-code { width: 100%; overflow: auto; background: #19241e; color: #FFFFFF; margin-bottom: 0px; height: 120px; } div.subpage[data-subpage='5'] .widget_mail_btn { clear: both; float: none; width: 100%; position: relative; height: 65px; font-size: 24px; font-family: 'Ubuntu Mono', monospace !important; text-transform: uppercase; color: #FFFFFF; } div.subpage[data-subpage='5'] .widget_mail_btn:hover { color: #629c7f; } div.subpage[data-subpage='5'] .widget_mail_btn:hover::after { width: 200%; } div.subpage[data-subpage='5'] code, div.subpage[data-subpage='5'] kbd, div.subpage[data-subpage='5'] pre, div.subpage[data-subpage='5'] samp, div.subpage[data-subpage='5'] textarea { font-family: monospace, monospace; font-size: 1em; } div.subpage[data-subpage='5'] .kas-cybermap-widget { border: 1px solid #ddd; box-shadow: 2px 2px 3px #ddd; } select#widget-lang-select { width: 100%; border-radius: 0; border-width: 0; background-color: #629c7f; height: 30px; color: #fff; }
temp/cybermap_20161207/assets/style/widget-setup.css
div.subpage[data-subpage='5'] * { color: #000000; } div.subpage[data-subpage='5'] label { font-weight: normal !important; } /* Typography */ div.subpage[data-subpage='5'] h1, div.subpage[data-subpage='5'] h2, div.subpage[data-subpage='5'] h3, div.subpage[data-subpage='5'] h4, div.subpage[data-subpage='5'] h5, div.subpage[data-subpage='5'] h6 { margin-top: 0; margin-bottom: 15px; font-weight: 300; color: #006d55; } div.subpage[data-subpage='5'] h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;} div.subpage[data-subpage='5'] h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; } div.subpage[data-subpage='5'] h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; } div.subpage[data-subpage='5'] h4 { font-size: 2.4rem; font-weight: bold; letter-spacing: -.08rem; } div.subpage[data-subpage='5'] h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; } div.subpage[data-subpage='5'] h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } /* Larger than phablet */ @media (min-width: 550px) { div.subpage[data-subpage='5'] h1 { font-size: 4.2rem; } div.subpage[data-subpage='5'] h2 { font-size: 3.6rem; } div.subpage[data-subpage='5'] h3 { font-size: 3.0rem; } div.subpage[data-subpage='5'] h4 { font-size: 2.4rem; } div.subpage[data-subpage='5'] h5 { font-size: 1.8rem; } div.subpage[data-subpage='5'] h6 { font-size: 1.2rem; } } div.subpage[data-subpage='5'] p { margin-bottom: 20px; margin-top: 0; } div.subpage[data-subpage='5'] label { display: block; margin-bottom: .5rem; font-weight: 600; } div.subpage[data-subpage='5'] input[type="email"], div.subpage[data-subpage='5'] input[type="number"], div.subpage[data-subpage='5'] input[type="search"], div.subpage[data-subpage='5'] input[type="text"], div.subpage[data-subpage='5'] input[type="tel"], div.subpage[data-subpage='5'] input[type="url"], div.subpage[data-subpage='5'] input[type="password"], div.subpage[data-subpage='5'] textarea, div.subpage[data-subpage='5'] pre#widget-code, div.subpage[data-subpage='5'] select { height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1; border-radius: 4px; box-shadow: none; box-sizing: border-box; } /* Removes awkward default styles on some inputs for iOS */ div.subpage[data-subpage='5'] input[type="email"], div.subpage[data-subpage='5'] input[type="number"], div.subpage[data-subpage='5'] input[type="search"], div.subpage[data-subpage='5'] input[type="text"], div.subpage[data-subpage='5'] input[type="tel"], div.subpage[data-subpage='5'] input[type="url"], div.subpage[data-subpage='5'] input[type="password"], div.subpage[data-subpage='5'] textarea, div.subpage[data-subpage='5'] pre#widget-code { -webkit-appearance: none; -moz-appearance: none; appearance: none; } div.subpage[data-subpage='5'] textarea, div.subpage[data-subpage='5'] pre#widget-code { min-height: 65px; padding-top: 6px; padding-bottom: 6px; } div.subpage[data-subpage='5'] input[type="email"]:focus, div.subpage[data-subpage='5'] input[type="number"]:focus, div.subpage[data-subpage='5'] input[type="search"]:focus, div.subpage[data-subpage='5'] input[type="text"]:focus, div.subpage[data-subpage='5'] input[type="tel"]:focus, div.subpage[data-subpage='5'] input[type="url"]:focus, div.subpage[data-subpage='5'] input[type="password"]:focus, div.subpage[data-subpage='5'] textarea:focus, div.subpage[data-subpage='5'] select:focus, div.subpage[data-subpage='5'] pre#widget-code:focus { border: 1px solid #33C3F0; outline: 0; } div.subpage[data-subpage='5'] .u-full-width { width: 100%; } div.subpage[data-subpage='5'] input, div.subpage[data-subpage='5'] textarea, div.subpage[data-subpage='5'] select, div.subpage[data-subpage='5'] fieldset, div.subpage[data-subpage='5'] pre#widget-code { margin-bottom: 1.5rem; } div.subpage[data-subpage='5'] input { line-height: normal; } div.subpage[data-subpage='5'] .row { margin-top: 20px; } div.subpage[data-subpage='5'] .settings_block, div.subpage[data-subpage='5'] .preview_block { display: inline-block; } div.subpage[data-subpage='5'] .settings_block { float: left; background-color: #FFFFFF; margin-right: 30px; } div.subpage[data-subpage='5'] .settings_block .settings_block_padder { padding: 30px; } div.subpage[data-subpage='5'] .settings_block hr { outline: none; border: none; height: 1px; background-color: #E2E1E1; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn { display: block; position: relative; border: none; padding: none; height: 30px; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_trigger { display: block; position: absolute; top: 0px; left: 0px; z-index: 5; width: 100%; height: 30px; cursor: pointer; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option { display: block; position: absolute; line-height: 30px; text-align: center; width: 50%; top: 0px; background-color: #003b2e; color: #629c7f; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option div { color: #629c7f; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option.active { background-color: #629c7f !important; color: #FFFFFF !important; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option.active div { color: #FFFFFF !important; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option.one { left: 0px; } div.subpage[data-subpage='5'] .settings_block .widgetform_toggle_btn .widgetform_toggle_btn_option.two { right: 0px; } @media (min-width: 1200px) { div.subpage[data-subpage='5'] .settings_block { width: 50%; min-width: 400px; max-width: 500px; } div.subpage[data-subpage='5'] .preview_block {} } @media (max-width: 1199px) { div.subpage[data-subpage='5'] .settings_block { width: 100%; margin-bottom: 30px; } div.subpage[data-subpage='5'] .preview_block { margin: 0 auto; } } @media (min-width: 550px) { div.subpage[data-subpage='5'] .container { width: 80%; } div.subpage[data-subpage='5'] .six.columns { width: 48%; } div.subpage[data-subpage='5'] .column, div.subpage[data-subpage='5'] .columns { margin-left: 4%; } div.subpage[data-subpage='5'] .column:first-child, div.subpage[data-subpage='5'] .columns:first-child { margin-left: 0 !important; } } div.subpage[data-subpage='5'] .column, div.subpage[data-subpage='5'] .columns { width: 100%; float: left; box-sizing: border-box; } @media (min-width: 400px) { div.subpage[data-subpage='5'] .container { width: 85%; padding: 0; } } div.subpage[data-subpage='5'] .container:after, div.subpage[data-subpage='5'] .row:after, div.subpage[data-subpage='5'] .u-cf { content: ""; display: table; clear: both; } div.subpage[data-subpage='5'] .container { position: relative; width: 100%; /* max-width: 960px; */ margin: 0 auto; padding: 30px; box-sizing: border-box; } div.subpage[data-subpage='5'] form { /* margin-bottom: 2.5rem; */ } /* div.subpage[data-subpage='5'] pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; overflow: auto; } div.subpage[data-subpage='5'] code { padding: .2rem .5rem; font-size: 90%; white-space: nowrap; background: #19241e; color: #FFFFFF; margin: 0 .2rem; border: 1px solid #E1E1E1; border-radius: 4px; } */ div.subpage[data-subpage='5'] textarea, div.subpage[data-subpage='5'] pre#widget-code { width: 100%; overflow: auto; background: #19241e; color: #FFFFFF; margin-bottom: 0px; height: 120px; } div.subpage[data-subpage='5'] .widget_mail_btn { clear: both; float: none; width: 100%; position: relative; height: 65px; font-size: 24px; font-family: 'Ubuntu Mono', monospace !important; text-transform: uppercase; color: #FFFFFF; } div.subpage[data-subpage='5'] .widget_mail_btn:hover { color: #629c7f; } div.subpage[data-subpage='5'] .widget_mail_btn:hover::after { width: 200%; } div.subpage[data-subpage='5'] code, div.subpage[data-subpage='5'] kbd, div.subpage[data-subpage='5'] pre, div.subpage[data-subpage='5'] samp, div.subpage[data-subpage='5'] textarea { font-family: monospace, monospace; font-size: 1em; } div.subpage[data-subpage='5'] .kas-cybermap-widget { border: 1px solid #ddd; box-shadow: 2px 2px 3px #ddd; } select#widget-lang-select { width: 100%; border-radius: 0; border-width: 0; background-color: #629c7f; height: 30px; color: #fff; }
0.262936
0.069985
ul.thumbnails.image_picker_selector { overflow: auto; list-style-image: none; list-style-position: outside; list-style-type: none; max-height: 50em; padding: 0px; margin: 0px; } /* line 15, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector ul { overflow: auto; list-style-image: none; list-style-position: outside; list-style-type: none; padding: 0px; margin: 0px; } /* line 25, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector li.group_title { float: none; } /* line 30, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector li { margin: 0px 1.5%; padding-bottom: 0%; float: left; } /* line 35, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector li .thumbnail { border: 10% solid #DDD; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } /* line 42, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector li .thumbnail img { -webkit-user-drag: none; } /* line 48, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector li .thumbnail.selected { background: #D4B5FF; } /*added */ .thumbnail { display: block; margin-bottom: 10%; line-height: 10%; border: 10% solid #ddd; border-radius: 50%; box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.06); transition: all 0.35s ease-in-out; } .thumbnails { list-style: none; *zoom: 1; } .thumbnail > img { display: block; width: 50px; height: 50px; margin-right: auto; margin-left: auto; border: 0; -ms-interpolation-mode: bicubic; } .square{ border-radius: 0.5vw; } .square div{ width: 27vw; height: 10vw; margin: 2% 0; padding-bottom: 1%; overflow: hidden; } .square > img{ width: 100%; height: 100%; object-fit: cover; } .square.selected{ border: 0.3vw solid #AF76FF; }
web/js/image-picker/image-picker.css
ul.thumbnails.image_picker_selector { overflow: auto; list-style-image: none; list-style-position: outside; list-style-type: none; max-height: 50em; padding: 0px; margin: 0px; } /* line 15, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector ul { overflow: auto; list-style-image: none; list-style-position: outside; list-style-type: none; padding: 0px; margin: 0px; } /* line 25, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector li.group_title { float: none; } /* line 30, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector li { margin: 0px 1.5%; padding-bottom: 0%; float: left; } /* line 35, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector li .thumbnail { border: 10% solid #DDD; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } /* line 42, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector li .thumbnail img { -webkit-user-drag: none; } /* line 48, source/sass/image-picker.scss */ ul.thumbnails.image_picker_selector li .thumbnail.selected { background: #D4B5FF; } /*added */ .thumbnail { display: block; margin-bottom: 10%; line-height: 10%; border: 10% solid #ddd; border-radius: 50%; box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.06); transition: all 0.35s ease-in-out; } .thumbnails { list-style: none; *zoom: 1; } .thumbnail > img { display: block; width: 50px; height: 50px; margin-right: auto; margin-left: auto; border: 0; -ms-interpolation-mode: bicubic; } .square{ border-radius: 0.5vw; } .square div{ width: 27vw; height: 10vw; margin: 2% 0; padding-bottom: 1%; overflow: hidden; } .square > img{ width: 100%; height: 100%; object-fit: cover; } .square.selected{ border: 0.3vw solid #AF76FF; }
0.324556
0.046012
body.bits-page-landing { height: 100%; width: 100%; background-color: #555; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; font-size: 20px; } .landing-wrapper { background-color: #ccc; } .landing-message { width: 650px; min-height: 500px; padding: 0 0 50px 0; } .landing-image { display: block; margin: 0 auto; padding: 70px 0 30px 0; } .landing-button-container { text-align: center; padding-top: 50px; } .landing-create-image-c { display: inline-block; padding: 10px 30px; border: 1px solid rgba(80, 80, 80, 0.5); background-color: #e3e3e3; background-image: -webkit-gradient( linear, 0% 40%, 0% 70%, from(#f9f9f9), to(#e3e3e3)); background-image: -moz-linear-gradient( top, #f9f9f9 40%, #e3e3e3 70%); cursor: pointer; border-radius: 20px; } .landing-create-image-c:hover { background-color: #dcdcdc; background-image: -webkit-gradient( linear, 0% 40%, 0% 70%, from(#f0f0f0), to(#dcdcdc)); background-image: -moz-linear-gradient( top, #f0f0f0 40%, #dcdcdc 70%); } .landing-create-image-c:active { background-color: #dcdcdc; background-image: -webkit-gradient( linear, 0% 40%, 0% 70%, from(#cccccc), to(#dcdcdc)); background-image: -moz-linear-gradient( top, #cccccc 40%, #dcdcdc 70%); } .landing-create-image { padding: 0; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); } .landing-footer { height: 150px; width: 100%; } .landing-footer-message { margin: 0 auto; padding: 0 10px 50px 10px; } .bits-page-landing a:link, .bits-page-landing a:visited, .bits-page-landing a:active, .bits-page-landing a:hover { color: #bbb; text-decoration: none; } .landing-footer-message a { margin-left: 8px; font-size: 13px; line-height: 13px; font-family: Helvetica, sans-serif; } @media (max-width: 799px) { .landing-message { width: 100%; max-width: 650px; min-height: 0; } .landing-image { padding: 10px 0; } .landing-create-image-c { width: 60%; max-width: 300px; } .landing-message-text { padding: 20px; max-width: 490px; margin: 0 auto; } .landing-wrapper img { width: 90%; height: auto; } .landing-button-container { padding: 0; } .landing-footer { height: auto; } }
frontend/css/landing.css
body.bits-page-landing { height: 100%; width: 100%; background-color: #555; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; font-size: 20px; } .landing-wrapper { background-color: #ccc; } .landing-message { width: 650px; min-height: 500px; padding: 0 0 50px 0; } .landing-image { display: block; margin: 0 auto; padding: 70px 0 30px 0; } .landing-button-container { text-align: center; padding-top: 50px; } .landing-create-image-c { display: inline-block; padding: 10px 30px; border: 1px solid rgba(80, 80, 80, 0.5); background-color: #e3e3e3; background-image: -webkit-gradient( linear, 0% 40%, 0% 70%, from(#f9f9f9), to(#e3e3e3)); background-image: -moz-linear-gradient( top, #f9f9f9 40%, #e3e3e3 70%); cursor: pointer; border-radius: 20px; } .landing-create-image-c:hover { background-color: #dcdcdc; background-image: -webkit-gradient( linear, 0% 40%, 0% 70%, from(#f0f0f0), to(#dcdcdc)); background-image: -moz-linear-gradient( top, #f0f0f0 40%, #dcdcdc 70%); } .landing-create-image-c:active { background-color: #dcdcdc; background-image: -webkit-gradient( linear, 0% 40%, 0% 70%, from(#cccccc), to(#dcdcdc)); background-image: -moz-linear-gradient( top, #cccccc 40%, #dcdcdc 70%); } .landing-create-image { padding: 0; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); } .landing-footer { height: 150px; width: 100%; } .landing-footer-message { margin: 0 auto; padding: 0 10px 50px 10px; } .bits-page-landing a:link, .bits-page-landing a:visited, .bits-page-landing a:active, .bits-page-landing a:hover { color: #bbb; text-decoration: none; } .landing-footer-message a { margin-left: 8px; font-size: 13px; line-height: 13px; font-family: Helvetica, sans-serif; } @media (max-width: 799px) { .landing-message { width: 100%; max-width: 650px; min-height: 0; } .landing-image { padding: 10px 0; } .landing-create-image-c { width: 60%; max-width: 300px; } .landing-message-text { padding: 20px; max-width: 490px; margin: 0 auto; } .landing-wrapper img { width: 90%; height: auto; } .landing-button-container { padding: 0; } .landing-footer { height: auto; } }
0.365343
0.097605
html { scroll-behavior: smooth; transition-duration: 500ms; } /* Top Navigation Bar */ .topnav, .logo, .link { font-family: 'Lato', sans-serif; text-decoration: none; line-height: 1.5em !important; border-bottom: none; background-color:white; } .menu { background-color: white; } /* Top Navigation*/ .topnav { width: 100%; border-bottom: 1px solid black; border-top: 1px solid black; text-align: right; position: relative; padding: 0px 16px; } .topnav .logo { position: absolute; top: 0; left: 0; font-size: 18px; font-weight: 600; color: black; padding: 32px; border-right: 1px solid black; } .link { display: inline-block; padding: 16px 0; margin: 16px 25px; position: relative; text-decoration: none; color: #0f0f0f; font-weight: 600; font-size: 18px; } .link .bar { width: 100%; display: inline-block; border-bottom: 5px solid black; position: absolute; bottom: 0; left: 0; opacity: 0; transition: all 300ms; } .link:hover { color:black; } .link:hover .bar { opacity: 1; } .sidenav-button { background: transparent; color: black; display: inline-block; padding: 18.5px; margin: 15px 25px; text-align: center; text-decoration: none; font-size: 24px; } .sidenav-button:hover { cursor: pointer; } /* Sidebar Navigation */ .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; background-color: white; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .sidenav a { padding: 16px 16px 16px 32px; text-decoration: none; font-size: 18px; font-weight: 600; color: black; display: block; transition: 0.3s; } .sidenav a:hover { color: #d6d6d6; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 48px; margin-left: 50px; padding: 16px; background-color: transparent; border: none; outline: none; } @media (max-width: 768px) { .link { display: none; } .link .bar { display: none; } } @media (min-width: 769px) { .sidenav-button { display: none; } .sidenav { display: none; } } /* Footer */ .footer { display: flex; background-color: #f7f7f7; width:100%; height:160px; color:black; align-items: center; justify-content: center; } .footer .footer-container { display:flex; flex-direction: column; align-items: center; justify-content: center; } .footer .footer-link { color: black; text-decoration:none; } .footer-container .icon-container { font-size: 28px; padding: 16px; } .footer-container .text-container { font-size: 14px; padding: 16px; font-family: Arial, Helvetica, sans-serif; } .html5-link { color: black; text-decoration: none; border-bottom: 1px dotted #d6d6d6; } .html5-link:hover { color: #4696e5; } .line{ width: 100%; height: 1px; border-bottom: 1px solid black; }
src/styles/header-footer.css
html { scroll-behavior: smooth; transition-duration: 500ms; } /* Top Navigation Bar */ .topnav, .logo, .link { font-family: 'Lato', sans-serif; text-decoration: none; line-height: 1.5em !important; border-bottom: none; background-color:white; } .menu { background-color: white; } /* Top Navigation*/ .topnav { width: 100%; border-bottom: 1px solid black; border-top: 1px solid black; text-align: right; position: relative; padding: 0px 16px; } .topnav .logo { position: absolute; top: 0; left: 0; font-size: 18px; font-weight: 600; color: black; padding: 32px; border-right: 1px solid black; } .link { display: inline-block; padding: 16px 0; margin: 16px 25px; position: relative; text-decoration: none; color: #0f0f0f; font-weight: 600; font-size: 18px; } .link .bar { width: 100%; display: inline-block; border-bottom: 5px solid black; position: absolute; bottom: 0; left: 0; opacity: 0; transition: all 300ms; } .link:hover { color:black; } .link:hover .bar { opacity: 1; } .sidenav-button { background: transparent; color: black; display: inline-block; padding: 18.5px; margin: 15px 25px; text-align: center; text-decoration: none; font-size: 24px; } .sidenav-button:hover { cursor: pointer; } /* Sidebar Navigation */ .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; background-color: white; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .sidenav a { padding: 16px 16px 16px 32px; text-decoration: none; font-size: 18px; font-weight: 600; color: black; display: block; transition: 0.3s; } .sidenav a:hover { color: #d6d6d6; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 48px; margin-left: 50px; padding: 16px; background-color: transparent; border: none; outline: none; } @media (max-width: 768px) { .link { display: none; } .link .bar { display: none; } } @media (min-width: 769px) { .sidenav-button { display: none; } .sidenav { display: none; } } /* Footer */ .footer { display: flex; background-color: #f7f7f7; width:100%; height:160px; color:black; align-items: center; justify-content: center; } .footer .footer-container { display:flex; flex-direction: column; align-items: center; justify-content: center; } .footer .footer-link { color: black; text-decoration:none; } .footer-container .icon-container { font-size: 28px; padding: 16px; } .footer-container .text-container { font-size: 14px; padding: 16px; font-family: Arial, Helvetica, sans-serif; } .html5-link { color: black; text-decoration: none; border-bottom: 1px dotted #d6d6d6; } .html5-link:hover { color: #4696e5; } .line{ width: 100%; height: 1px; border-bottom: 1px solid black; }
0.498779
0.077413
#table-header{ height: 100px; position: relative; } #table-header:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; width: 100%; z-index: 1; background-color: rgba(0,0,0,.7); } #table-header:before { content: ""; display: block; position: absolute; top: 0; bottom: 0; width: 100%; z-index: 1; background: url(/assets/img/banner.jpg); background-size: cover; background-position: center center; } .main-banner{ min-height: 160px; position: relative; border-radius: 4px; z-index: 2; overflow: hidden; } .main-banner .logo{ position: absolute; top: 10px; left: 10px; } .main-banner .user-nav{ padding: 20px; position: absolute; z-index: 10; right: 0; } .main-banner .user-nav ul, .main-banner .user-nav li{ list-style: none; padding: 0; margin: 0; } .main-banner .user-nav li a{ color: #333; background-color: rgba(255,255,255,.8); padding: 8px 20px; border-radius: 4px; } /*Player*/ .player{ text-align: left; } .player a{ display: block; border-radius: 4px; opacity: .9; font-size: 16px; position: relative; min-width: 164px; margin: 10px 0; } .player a:hover{ opacity: 1; } .player img{ height: 32px; width: 32px; border-radius: 4px; margin: 0 auto; } .player .timer{ position: absolute; top: 0; right: 0; background: #fff; color: #333; padding: 8px 24px; border-radius: 4px; font-size: 13px; font-weight: bold; transform: scale(.9); transition: all 300ms ease; } .player .timer.active{ color: #fff; background: #337ab7; transform: scale(1); right: 4px; } /*Panels*/ .panel{ margin-top: 10px; } .panel .panel-heading{ background-color: #f9f9f9; padding: 10px 10px; border: 0; } .panel .panel-title{ color: #797776; font-size: 14px; } .panel .panel-body{ padding: 0; } /*Table*/ .table-wrapper{ padding: 50px 0; } .table-wrapper .nav-tabs{ margin-bottom: 0; } .table-wrapper .nav-tabs>li>a{ padding: 10px 20px; } .table-wrapper .tab-content{ background-color: #fff; border: 1px solid #ddd; border-top: 0; border-radius: 2px; } .table-wrapper .chat_window{ border-radius: 0px; height: auto; min-height: 200px; border-radius: 4px; overflow: hidden; box-shadow: none; } .table-wrapper .bottom_wrapper{ padding: 10px 10px 0 10px; } .table-wrapper .messages{ overflow: auto; height: 225px; padding-top: 35px; } .table-wrapper .bottom_wrapper .message_input_wrapper{ width: 100%; height: 40px; border-radius: 3px; border-color: #efefef; } .messages .message.chat_intro{ color: #312e2b; line-height: 18px; font-size: 13px; opacity: 1; top: 0; margin: 0; position: absolute; background: rgba(255,255,255,.8); margin-left: 0; padding: 7px; z-index: 9; } .messages .message .avatar{ display: none; } .messages .message .sender{ color: #333; display: inline-block; } .messages .message .text{ display: inline-block; } .table-summary{ } .table-summary .table{ margin-bottom: 0; } .table-summary .replay .moves { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; height: 300px; overflow: auto; position: relative; will-change: scroll-position; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; display: flex; flex-flow: row wrap; align-content: flex-start; } .table-summary .replay index,.table-summary .replay move { height: 25px; line-height: 25px; } .table-summary .replay index { display: flex; flex: 0 0 15%; max-width: 15%; line-height: 27px; background: #fbfbfb; justify-content: center; font-family: 'Roboto'; font-weight: 300; } .table-summary .replay move { flex: 0 0 42.5%; max-width: 42.5%; box-sizing: border-box; font-family: 'ChessSansPiratf',sans-serif; font-size: 17px; padding-left: 7px; } body.piece_letter .table-summary .replay move { font-family: 'Noto Sans'; font-size: 15px; } .table-summary .replay move:not(.empty) { cursor: pointer; transition: background-color 0.13s; } .table-summary .replay move:not(.empty):hover { background: #e6e6e6; } .table-summary .replay move.active,.table-summary .replay move.active::after { color: #d85000!important; font-weight: bold; } .table-summary .result_wrap { width: 100%; } .table-summary .result,.table-summary .status { text-align: center; } .table-summary .result { border-top: 1px solid #ddd; font-weight: bold; font-size: 30px; padding: 5px 0 3px 0; /* width: 100%; */ margin-bottom: 0; } .table-summary .status { font-size: 1em; font-style: italic; padding-bottom: 7px; } .table-summary .status span{ display: block; } .table-summary .replay .buttons { border-top: 1px solid #e2e2e2; font-size: 11px; display: flex; justify-content: space-between; } .table-summary .replay .buttons button{ background-color: transparent; border: none; font-size: 14px; color: #8c8a88; } .table-summary .replay .buttons button[disabled]{ opacity: .5; } .table-summary .replay .fbt { padding: 5px 10px; } .table-summary .replay .noop { width: 30px; } .table-summary .result-wrap{ width: 100%; } .table-summary .buttons{ text-align: center; } .table-summary .buttons a{ color: #747474; font-size: 18px; padding: 8px 17px; display: inline-block; } .table-summary .buttons a:hover{ background-color: #747474; color: #fff; } #start-game{ color: #fff; margin: 20px; } .moves move.active{ background-color: #ccc; } @keyframes connecting { 0% { opacity: 0.1; } 50% { opacity: 0.3; } 100% { opacity: 0.1; } }
public/css/pages/table.css
#table-header{ height: 100px; position: relative; } #table-header:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; width: 100%; z-index: 1; background-color: rgba(0,0,0,.7); } #table-header:before { content: ""; display: block; position: absolute; top: 0; bottom: 0; width: 100%; z-index: 1; background: url(/assets/img/banner.jpg); background-size: cover; background-position: center center; } .main-banner{ min-height: 160px; position: relative; border-radius: 4px; z-index: 2; overflow: hidden; } .main-banner .logo{ position: absolute; top: 10px; left: 10px; } .main-banner .user-nav{ padding: 20px; position: absolute; z-index: 10; right: 0; } .main-banner .user-nav ul, .main-banner .user-nav li{ list-style: none; padding: 0; margin: 0; } .main-banner .user-nav li a{ color: #333; background-color: rgba(255,255,255,.8); padding: 8px 20px; border-radius: 4px; } /*Player*/ .player{ text-align: left; } .player a{ display: block; border-radius: 4px; opacity: .9; font-size: 16px; position: relative; min-width: 164px; margin: 10px 0; } .player a:hover{ opacity: 1; } .player img{ height: 32px; width: 32px; border-radius: 4px; margin: 0 auto; } .player .timer{ position: absolute; top: 0; right: 0; background: #fff; color: #333; padding: 8px 24px; border-radius: 4px; font-size: 13px; font-weight: bold; transform: scale(.9); transition: all 300ms ease; } .player .timer.active{ color: #fff; background: #337ab7; transform: scale(1); right: 4px; } /*Panels*/ .panel{ margin-top: 10px; } .panel .panel-heading{ background-color: #f9f9f9; padding: 10px 10px; border: 0; } .panel .panel-title{ color: #797776; font-size: 14px; } .panel .panel-body{ padding: 0; } /*Table*/ .table-wrapper{ padding: 50px 0; } .table-wrapper .nav-tabs{ margin-bottom: 0; } .table-wrapper .nav-tabs>li>a{ padding: 10px 20px; } .table-wrapper .tab-content{ background-color: #fff; border: 1px solid #ddd; border-top: 0; border-radius: 2px; } .table-wrapper .chat_window{ border-radius: 0px; height: auto; min-height: 200px; border-radius: 4px; overflow: hidden; box-shadow: none; } .table-wrapper .bottom_wrapper{ padding: 10px 10px 0 10px; } .table-wrapper .messages{ overflow: auto; height: 225px; padding-top: 35px; } .table-wrapper .bottom_wrapper .message_input_wrapper{ width: 100%; height: 40px; border-radius: 3px; border-color: #efefef; } .messages .message.chat_intro{ color: #312e2b; line-height: 18px; font-size: 13px; opacity: 1; top: 0; margin: 0; position: absolute; background: rgba(255,255,255,.8); margin-left: 0; padding: 7px; z-index: 9; } .messages .message .avatar{ display: none; } .messages .message .sender{ color: #333; display: inline-block; } .messages .message .text{ display: inline-block; } .table-summary{ } .table-summary .table{ margin-bottom: 0; } .table-summary .replay .moves { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; height: 300px; overflow: auto; position: relative; will-change: scroll-position; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; display: flex; flex-flow: row wrap; align-content: flex-start; } .table-summary .replay index,.table-summary .replay move { height: 25px; line-height: 25px; } .table-summary .replay index { display: flex; flex: 0 0 15%; max-width: 15%; line-height: 27px; background: #fbfbfb; justify-content: center; font-family: 'Roboto'; font-weight: 300; } .table-summary .replay move { flex: 0 0 42.5%; max-width: 42.5%; box-sizing: border-box; font-family: 'ChessSansPiratf',sans-serif; font-size: 17px; padding-left: 7px; } body.piece_letter .table-summary .replay move { font-family: 'Noto Sans'; font-size: 15px; } .table-summary .replay move:not(.empty) { cursor: pointer; transition: background-color 0.13s; } .table-summary .replay move:not(.empty):hover { background: #e6e6e6; } .table-summary .replay move.active,.table-summary .replay move.active::after { color: #d85000!important; font-weight: bold; } .table-summary .result_wrap { width: 100%; } .table-summary .result,.table-summary .status { text-align: center; } .table-summary .result { border-top: 1px solid #ddd; font-weight: bold; font-size: 30px; padding: 5px 0 3px 0; /* width: 100%; */ margin-bottom: 0; } .table-summary .status { font-size: 1em; font-style: italic; padding-bottom: 7px; } .table-summary .status span{ display: block; } .table-summary .replay .buttons { border-top: 1px solid #e2e2e2; font-size: 11px; display: flex; justify-content: space-between; } .table-summary .replay .buttons button{ background-color: transparent; border: none; font-size: 14px; color: #8c8a88; } .table-summary .replay .buttons button[disabled]{ opacity: .5; } .table-summary .replay .fbt { padding: 5px 10px; } .table-summary .replay .noop { width: 30px; } .table-summary .result-wrap{ width: 100%; } .table-summary .buttons{ text-align: center; } .table-summary .buttons a{ color: #747474; font-size: 18px; padding: 8px 17px; display: inline-block; } .table-summary .buttons a:hover{ background-color: #747474; color: #fff; } #start-game{ color: #fff; margin: 20px; } .moves move.active{ background-color: #ccc; } @keyframes connecting { 0% { opacity: 0.1; } 50% { opacity: 0.3; } 100% { opacity: 0.1; } }
0.348756
0.098555
table.support-ticket-edit { width:100%; background-color:#F9FAFB; border-collapse:collapse; font-size:100%; font-weight:normal; line-height:160%; } table.support-ticket-edit th, table.support-ticket-edit td { border:1px solid #ADC3D5; padding: 5px 5px; vertical-align:top; } table.support-ticket-edit th { background-image:url(images/table_head.gif); background-repeat:repeat-x; text-align: left; color:#25639A; } table.support-ticket-edit td { padding: 15px 5px; } /*Message*/ div.ticket-edit-message { border:1px solid #ADC3D5; margin: 10px; padding:3px 5px; } /*Form table*/ table.support-ticket-edit-form { width:100%; background-color:#F9FAFB; border-collapse:collapse; border:1px solid #ADC3D5; font-size:100%; font-weight:normal; line-height:160%; } table.support-ticket-edit-form th { background-image:url(images/table_head.gif); background-repeat:repeat-x; text-align: left; color:#25639A; } /* Form Table: cells and head*/ table.support-ticket-edit-form td, table.support-ticket-edit-form th { padding:5px; vertical-align:top; } /* Form Table: head*/ table.support-ticket-edit-form th { border-bottom:1px solid #ADC3D5; } /* Form Table: cells field-name*/ table.support-ticket-edit-form td.field-name { text-align:right; vertical-align:top; } table.support-ticket-edit-form tbody td { border:none; } /*Images*/ div.support-paperclip { background-image:url(images/paperclip.gif); background-repeat:repeat-x; width: 16px; height: 16px; float: left; } /*Float quote link*/ .support-float-quote { float:right; } br.clear { clear:left; } /* BBCode*/ .support-quote-table, .support-code-table { width: 90%; } .support-quote-body, .support-code-body, .support-quote-table, .support-code-table, .support-code-textarea, .support-quote-head, .support-code-head { padding: 2px; background-color: #F9FAFB; font-size:100%; } .support-quote-body { font-style:italic; background-color:#F1F5F8; } .support-quote-table .support-quote-head, .support-code-table .support-code-head { font-weight: bold; padding: 2px; background-color:#E2E9F1; } .support-code-textarea { border-width:0; width: 100%; overflow:auto; } .starrequired { color:#FF0000; }
bitrix/modules/support/install/components/bitrix/support.ticket/templates/.default/bitrix/support.ticket.edit/.default/style.css
table.support-ticket-edit { width:100%; background-color:#F9FAFB; border-collapse:collapse; font-size:100%; font-weight:normal; line-height:160%; } table.support-ticket-edit th, table.support-ticket-edit td { border:1px solid #ADC3D5; padding: 5px 5px; vertical-align:top; } table.support-ticket-edit th { background-image:url(images/table_head.gif); background-repeat:repeat-x; text-align: left; color:#25639A; } table.support-ticket-edit td { padding: 15px 5px; } /*Message*/ div.ticket-edit-message { border:1px solid #ADC3D5; margin: 10px; padding:3px 5px; } /*Form table*/ table.support-ticket-edit-form { width:100%; background-color:#F9FAFB; border-collapse:collapse; border:1px solid #ADC3D5; font-size:100%; font-weight:normal; line-height:160%; } table.support-ticket-edit-form th { background-image:url(images/table_head.gif); background-repeat:repeat-x; text-align: left; color:#25639A; } /* Form Table: cells and head*/ table.support-ticket-edit-form td, table.support-ticket-edit-form th { padding:5px; vertical-align:top; } /* Form Table: head*/ table.support-ticket-edit-form th { border-bottom:1px solid #ADC3D5; } /* Form Table: cells field-name*/ table.support-ticket-edit-form td.field-name { text-align:right; vertical-align:top; } table.support-ticket-edit-form tbody td { border:none; } /*Images*/ div.support-paperclip { background-image:url(images/paperclip.gif); background-repeat:repeat-x; width: 16px; height: 16px; float: left; } /*Float quote link*/ .support-float-quote { float:right; } br.clear { clear:left; } /* BBCode*/ .support-quote-table, .support-code-table { width: 90%; } .support-quote-body, .support-code-body, .support-quote-table, .support-code-table, .support-code-textarea, .support-quote-head, .support-code-head { padding: 2px; background-color: #F9FAFB; font-size:100%; } .support-quote-body { font-style:italic; background-color:#F1F5F8; } .support-quote-table .support-quote-head, .support-code-table .support-code-head { font-weight: bold; padding: 2px; background-color:#E2E9F1; } .support-code-textarea { border-width:0; width: 100%; overflow:auto; } .starrequired { color:#FF0000; }
0.209551
0.086054
:root { --dg: #4fd294; --mg: #2afc98; --lg: #D3FFEA; --dpu: #240051; --mpu: #593b7c; --lpu: #a08abb; --ddb: #001d79; --db: #002ebd; --mb: #003eff; --b: #3466ff; --lb: #7f9eff; --llb: #c6d4ff; --dp: #ff1c8d; --mp: #ff68b3; --lp: #ffc7e3; --y: #ffe500; --ly: #fff499; } html, body { height: 100%; box-sizing: border-box; } body { margin: 0; color: var(--mb); font: 14px helvetica, sans-serif; background: var(--ly); } div.menu { height: 100%; padding: 15px; width: 220px; border-right: 1px solid var(--mb); position: fixed; } div.menu ul { padding: 0; } div.menu li { list-style: none; margin-left: 3px; line-height: 3; border-top: 1px solid var(--mb); } div.menu li:last-child { border-bottom: 1px solid var(--mb); } div.innerwrapper { padding: 15px; padding-left: 265px; } div.innerwrapper-err { padding: 15px; padding-left: 265px; display: none; } #wrapper { background: none repeat scroll 0px 0px var(--ly); box-shadow: 3px 3px var(--y); margin: auto; max-width: 1150px; min-height: 101%; /*always display a scrollbar*/ } h1 { font-size: 29px; } h2 { font-size: 24px; } .separator { margin: 10px 0; height: 1px; background: var(--mb); } form { margin-bottom: 0; } #inner { width: 300px; margin: 0 auto; } input { font-weight: bold; font-size: 15px; } input[type='button'] { padding: 4px 6px; margin: 0; } table input[type='button'] { float: right; width: 100px; } input[type='text'] { border-radius: 3px; box-sizing: border-box; -moz-box-sizing: border-box; padding: 10px; *padding: 0; /* IE7 hack */ width: 100%; outline: none; border: 1px solid var(--mb); margin: 0 0 5px 0; max-width: 500px; } .sort { cursor: pointer; } .sort:after { content: '▲▼'; } .sort.up:after { content: '▲'; } .sort.down:after { content: '▼'; } table { border: 1px solid var(--mb); border-radius: 3px; border-spacing: 0; width: 100%; margin: 20px 0; position: relative; /* Allows us to position the loading indicator relative to the table */ } table thead tr { background: var(--ly); } td, th { padding: 5px; } .template { display: none; } #installed-plugins td > div { position: relative; /* Allows us to position the loading indicator relative to this row */ display: inline-block; /*make this fill the whole cell*/ width: 100%; } .messages { height: 5em; } .messages * { display: none; text-align: center; } .messages .fetching { display: block; } .progress { position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: auto; background: var(--y); display: none; } #search-progress.progress { padding-top: 20%; background: var(--y); } .progress * { display: block; margin: 0 auto; text-align: center; color: var(--mb); } .settings { outline: none; width: 100%; min-height: 500px; } #response { display: inline; } a:link, a:visited, a:hover, a:focus { color: var(--b); text-decoration: none; } a:focus, a:hover { text-decoration: underline; } .installed-results a:link, .search-results a:link, .installed-results a:visited, .search-results a:visited, .installed-results a:hover, .search-results a:hover, .installed-results a:focus, .search-results a:focus { text-decoration: underline; } .installed-results a:focus, .search-results a:focus, .installed-results a:hover, .search-results a:hover { text-decoration: none; } pre { white-space: pre-wrap; word-wrap: break-word; } @media (max-width: 720px) { div.innerwrapper { padding: 0 15px 15px 15px; } div.menu { padding: 1px 15px 0 15px; position: static; height: auto; border-right: none; width: auto; } table { border: none; } table, thead, tbody, td, tr { display: block; } thead tr { display: none; } tr { border: 1px solid var(--mb); margin-bottom: 5px; border-radius: 3px; } td { border: none; border-bottom: 1px solid var(--ly); position: relative; padding-left: 50%; white-space: normal; text-align: left; } td.name { word-wrap: break-word; } td:before { position: absolute; top: 6px; left: 6px; text-align: left; padding-right: 10px; white-space: nowrap; font-weight: bold; content: attr(data-label); } td:last-child { border-bottom: none; } table input[type='button'] { float: none; } }
src/static/css/admin.css
:root { --dg: #4fd294; --mg: #2afc98; --lg: #D3FFEA; --dpu: #240051; --mpu: #593b7c; --lpu: #a08abb; --ddb: #001d79; --db: #002ebd; --mb: #003eff; --b: #3466ff; --lb: #7f9eff; --llb: #c6d4ff; --dp: #ff1c8d; --mp: #ff68b3; --lp: #ffc7e3; --y: #ffe500; --ly: #fff499; } html, body { height: 100%; box-sizing: border-box; } body { margin: 0; color: var(--mb); font: 14px helvetica, sans-serif; background: var(--ly); } div.menu { height: 100%; padding: 15px; width: 220px; border-right: 1px solid var(--mb); position: fixed; } div.menu ul { padding: 0; } div.menu li { list-style: none; margin-left: 3px; line-height: 3; border-top: 1px solid var(--mb); } div.menu li:last-child { border-bottom: 1px solid var(--mb); } div.innerwrapper { padding: 15px; padding-left: 265px; } div.innerwrapper-err { padding: 15px; padding-left: 265px; display: none; } #wrapper { background: none repeat scroll 0px 0px var(--ly); box-shadow: 3px 3px var(--y); margin: auto; max-width: 1150px; min-height: 101%; /*always display a scrollbar*/ } h1 { font-size: 29px; } h2 { font-size: 24px; } .separator { margin: 10px 0; height: 1px; background: var(--mb); } form { margin-bottom: 0; } #inner { width: 300px; margin: 0 auto; } input { font-weight: bold; font-size: 15px; } input[type='button'] { padding: 4px 6px; margin: 0; } table input[type='button'] { float: right; width: 100px; } input[type='text'] { border-radius: 3px; box-sizing: border-box; -moz-box-sizing: border-box; padding: 10px; *padding: 0; /* IE7 hack */ width: 100%; outline: none; border: 1px solid var(--mb); margin: 0 0 5px 0; max-width: 500px; } .sort { cursor: pointer; } .sort:after { content: '▲▼'; } .sort.up:after { content: '▲'; } .sort.down:after { content: '▼'; } table { border: 1px solid var(--mb); border-radius: 3px; border-spacing: 0; width: 100%; margin: 20px 0; position: relative; /* Allows us to position the loading indicator relative to the table */ } table thead tr { background: var(--ly); } td, th { padding: 5px; } .template { display: none; } #installed-plugins td > div { position: relative; /* Allows us to position the loading indicator relative to this row */ display: inline-block; /*make this fill the whole cell*/ width: 100%; } .messages { height: 5em; } .messages * { display: none; text-align: center; } .messages .fetching { display: block; } .progress { position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: auto; background: var(--y); display: none; } #search-progress.progress { padding-top: 20%; background: var(--y); } .progress * { display: block; margin: 0 auto; text-align: center; color: var(--mb); } .settings { outline: none; width: 100%; min-height: 500px; } #response { display: inline; } a:link, a:visited, a:hover, a:focus { color: var(--b); text-decoration: none; } a:focus, a:hover { text-decoration: underline; } .installed-results a:link, .search-results a:link, .installed-results a:visited, .search-results a:visited, .installed-results a:hover, .search-results a:hover, .installed-results a:focus, .search-results a:focus { text-decoration: underline; } .installed-results a:focus, .search-results a:focus, .installed-results a:hover, .search-results a:hover { text-decoration: none; } pre { white-space: pre-wrap; word-wrap: break-word; } @media (max-width: 720px) { div.innerwrapper { padding: 0 15px 15px 15px; } div.menu { padding: 1px 15px 0 15px; position: static; height: auto; border-right: none; width: auto; } table { border: none; } table, thead, tbody, td, tr { display: block; } thead tr { display: none; } tr { border: 1px solid var(--mb); margin-bottom: 5px; border-radius: 3px; } td { border: none; border-bottom: 1px solid var(--ly); position: relative; padding-left: 50%; white-space: normal; text-align: left; } td.name { word-wrap: break-word; } td:before { position: absolute; top: 6px; left: 6px; text-align: left; padding-right: 10px; white-space: nowrap; font-weight: bold; content: attr(data-label); } td:last-child { border-bottom: none; } table input[type='button'] { float: none; } }
0.446012
0.084531
.header { width: 100%; position: fixed; background-color: var(--darkBlueEmail); z-index: 100; } .header .wrapper .header__content { display: flex; justify-content: space-between; } .header .wrapper .header__content .header__logo { padding-top: 1.5rem; padding-left: 1rem; width: 75px; height: 25px; } .header .wrapper .header__content .menu { display: flex; justify-content: flex-end; list-style: none; color: var(--white); margin-right: 1rem; } .header .wrapper .header__content .menu .menu__item { margin: 0.9rem; } .header .wrapper .header__content .menu .menu__item a { font-family: "Raleway", sans-serif; font-size: 14px; color: var(--white); text-decoration: none; } @media screen and (min-width: 768px) { .header .wrapper .header__content .header__logo { padding-left: 3.5rem; width: 90px; height: 30px; } .header .wrapper .header__content .menu { margin-right: 3.5rem; } } @media screen and (min-width: 1024px) { .header .wrapper .header__content .header__logo { width: 100px; height: 40px; } } .hero .wrapper { background: url(../img/bg-curvy-mobile.svg) no-repeat; background-position: left; background-size: contain; width: 100%; padding-top: 14rem; } .hero .wrapper .hero__content { display: flex; flex-direction: column; } .hero .wrapper .hero__content .hero__image { display: flex; justify-content: center; } .hero .wrapper .hero__content .hero__image .hero__imageSrc { width: 80%; height: auto; margin-bottom: 0.5rem; position: relative; top: -5.8rem; } .hero .wrapper .hero__content .hero__description { display: flex; flex-direction: column; position: relative; top: -86px; } .hero .wrapper .hero__content .hero__description .title__h1 { font-family: "Raleway", sans-serif; font-weight: 700; font-size: 24px; line-height: 1.6; color: var(--white); text-align: center; padding-left: 2rem; padding-right: 2rem; } .hero .wrapper .hero__content .hero__description .copy { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.6; color: var(--white); text-align: center; margin: 0 2.5rem 0 2.5rem; } .hero .wrapper .hero__content .hero__description .button { background: radial-gradient(var(--cyan), var(--blue)); color: var(--white); font-size: 14px; font-weight: 700; padding: 0.8rem 1rem; border-radius: 2rem; border-color: transparent; margin: 1.8rem 4.7rem 0 4.7rem; } @media screen and (min-width: 425px) { .hero .wrapper .hero__content .hero__image .hero__imageSrc { margin-bottom: 5rem; } .hero .wrapper .hero__content .hero__description { position: relative; top: -154px; } .hero .wrapper .hero__content .hero__description .title__h1 { padding-left: 2.5rem; padding-right: 2.5rem; } .hero .wrapper .hero__content .hero__description .copy { margin: 0 4rem 0 4rem; } .hero .wrapper .hero__content .hero__description .button { margin: 1.8rem 5.7rem 0 5.7rem; } } @media screen and (min-width: 768px) { .hero .wrapper { background-position: bottom; } .hero .wrapper .hero__content .hero__image { margin-bottom: -9.5rem; } .hero .wrapper .hero__content .hero__image .hero__imageSrc { width: 70%; margin-bottom: 0px; } .hero .wrapper .hero__content .hero__description { top: 100px; } .hero .wrapper .hero__content .hero__description .title__h1 { font-size: 24px; padding-left: 14rem; padding-right: 14rem; } .hero .wrapper .hero__content .hero__description .copy { padding-left: 8rem; padding-right: 8rem; } .hero .wrapper .hero__content .hero__description .button { margin: 1.8rem 16rem 0 16rem; } } @media screen and (min-width: 1024px) { .hero .wrapper { background: url(../img/bg-curvy-desktop.svg) no-repeat; background-position: bottom; background-size: contain; } .hero .wrapper .hero__content .hero__image { margin-bottom: 70px; } .hero .wrapper .hero__content .hero__image .hero__imageSrc { width: 50%; } .hero .wrapper .hero__content .hero__description { top: -130px; } .hero .wrapper .hero__content .hero__description .title__h1 { font-size: 28px; } .hero .wrapper .hero__content .hero__description .copy { font-size: 16px; padding-left: 12.5rem; padding-right: 12.5rem; } .hero .wrapper .hero__content .hero__description .button { margin: 1.8rem 25rem 0 25rem; } } @media screen and (min-width: 1440px) { .hero .wrapper { padding-top: 20rem; } .hero .wrapper .hero__content .hero__image { margin-bottom: 70px; } .hero .wrapper .hero__content .hero__image .hero__imageSrc { width: 40%; top: -10rem; } .hero .wrapper .hero__content .hero__description { top: -195px; } .hero .wrapper .hero__content .hero__description .title__h1 { font-size: 32px; padding-left: 25rem; padding-right: 25rem; } .hero .wrapper .hero__content .hero__description .copy { font-size: 18px; text-align: center; padding-left: 22.5rem; padding-right: 22.5rem; } .hero .wrapper .hero__content .hero__description .button { margin: 1.8rem 35rem 0 35rem; } } .why { margin-top: 8rem; } .why .wrapper .why__grid .why__item { display: flex; flex-direction: column; text-align: center; align-items: center; margin-bottom: 4rem; } .why .wrapper .why__grid .why__item .why__title__h1 { font-family: "Raleway", sans-serif; font-weight: 700; font-size: 20px; color: var(--white); margin-top: 1.5rem; margin-bottom: 0; } .why .wrapper .why__grid .why__item .why__copy { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; line-height: 1.6; color: var(--white); padding: 0 2rem 0 2rem; } .why .wrapper .why__content .why__image { display: flex; justify-content: center; } .why .wrapper .why__content .why__image .why__imageSrc { margin-top: 5rem; width: 80%; height: auto; } .why .wrapper .why__content .why__description .why__title__h1 { font-family: "Raleway", sans-serif; font-weight: 700; font-size: 19px; color: var(--white); margin-top: 3rem; margin-bottom: 0; padding: 0 1.5rem 0 1.5rem; } .why .wrapper .why__content .why__description .why__copy { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.5; color: var(--white); padding: 0 1.5rem 0 1.5rem; } .why .wrapper .why__content .why__description .why__footer { padding: 0 1.5rem 0 1.5rem; display: flex; align-items: stretch; } .why .wrapper .why__content .why__description .why__footer a { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; line-height: 1.5; color: var(--cyan); } .why .wrapper .why__content .why__description .why__footer img { margin-left: 0.3rem; } @media screen and (min-width: 768px) { .why { margin-top: 17rem; } .why .wrapper .why__grid .why__item .why__copy { padding: 0 14.5rem 0 14.5rem; } .why .wrapper .why__content .why__image .why__imageSrc { width: 60%; } .why .wrapper .why__content .why__description .why__title__h1 { padding: 0 3.5rem 0 3.5rem; } .why .wrapper .why__content .why__description .why__copy { padding: 0 3.5rem 0 3.5rem; } .why .wrapper .why__content .why__description .why__footer { padding: 0 3.5rem 0 3.5rem; } } @media screen and (min-width: 1024px) { .why { margin-top: 8rem; } .why .wrapper .why__group { display: flex; justify-content: space-between; } .why .wrapper .why__group .why__item img { height: 78px; } .why .wrapper .why__group .why__item .why__copy { padding: 0 5rem 0 5rem; } .why .wrapper .why__content { display: flex; } .why .wrapper .why__content .why__image { padding-left: 5rem; } .why .wrapper .why__content .why__image .why__imageSrc { width: 25rem; margin-top: 0px; } .why .wrapper .why__content .why__description { padding-right: 5rem; } .why .wrapper .why__content .why__description .why__title__h1 { font-size: 30px; margin-top: 2rem; padding: 0 3rem 0 2.5rem; } .why .wrapper .why__content .why__description .why__copy { padding: 0 1rem 0 2.5rem; } .why .wrapper .why__content .why__description .why__footer { padding: 0 1rem 0 2.5rem; } } @media screen and (min-width: 1440px) { .why .wrapper .why__group .why__item .why__copy { font-size: 16px; padding: 0 7rem 0 7rem; } .why .wrapper .why__content .why__description .why__title__h1 { padding: 0 3rem 0 3.5rem; } .why .wrapper .why__content .why__description .why__copy { font-size: 18px; padding: 0 1rem 0 3.5rem; } .why .wrapper .why__content .why__description .why__footer { padding: 0 1rem 0 3.5rem; } } .info { margin-top: 9.5rem; } .info .card__image_quotes { width: 8%; height: auto; padding-left: 3rem; margin-left: 0.5rem; } .info .wrapper .card { padding-left: 3rem; padding-right: 3rem; margin-bottom: 1.5rem; } .info .wrapper .card .card__item { border-radius: 3%; margin-top: -5px; padding-left: 1.3rem; padding-right: 1.3rem; padding-top: 1rem; padding-bottom: 0.8rem; background-color: var(--darkBlueTestimonials); } .info .wrapper .card .card__item .card__body .card__copy { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 10px; line-height: 1.8; color: var(--white); } .info .wrapper .card .card__item .card__footer { display: flex; } .info .wrapper .card .card__item .card__footer .card__image { width: 10%; margin-right: 0.7rem; margin-top: 0.3rem; } .info .wrapper .card .card__item .card__footer .card__image .card__imageSrc { border-radius: 50%; width: 100%; } .info .wrapper .card .card__item .card__footer .card__info { display: flex; flex-direction: column; } .info .wrapper .card .card__item .card__footer .card__info .card__name { font-family: "Open Sans", sans-serif; font-weight: bold; font-size: 11px; color: var(--white); margin-bottom: 0; margin-top: 0.2rem; } .info .wrapper .card .card__item .card__footer .card__info .card__position { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 8px; color: var(--white); margin-top: 0.1rem; } @media screen and (min-width: 768px) { .info .card__image_quotes { width: 4%; padding-left: 10rem; } .info .wrapper .card { padding-left: 10rem; padding-right: 10rem; } } @media screen and (min-width: 1024px) { .info .card__image_quotes { width: 4%; padding-left: 3rem; position: relative; top: 5px; } .info .wrapper { display: flex; padding-left: 3rem; padding-right: 3rem; } .info .wrapper .card { padding-left: 1rem; padding-right: 1rem; } .info .wrapper .card .card__item .card__body .card__copy { font-size: 11px; } .info .wrapper .card .card__item .card__footer .card__info .card__position { font-size: 9px; } } @media screen and (min-width: 1440px) { .info .card__image_quotes { padding-left: 6rem; } .info .wrapper { padding-left: 5rem; padding-right: 5rem; } .info .wrapper .card .card__item .card__body .card__copy { font-size: 12px; } .info .wrapper .card .card__item .card__footer .card__info .card__position { font-size: 10px; } } .sign__up { position: relative; top: 175px; } .sign__up .wrapper { border: 1px solid var(--darkBlueEmail); border-radius: 3%; background-color: var(--darkBlueMain); padding-left: 1.3rem; padding-right: 1.3rem; margin-left: 1.5rem; margin-right: 1.5rem; } .sign__up .wrapper .sign__title__h1 { font-family: "Raleway", sans-serif; font-weight: 700; font-size: 19px; color: var(--white); text-align: center; margin-top: 2.3rem; } .sign__up .wrapper .sign__copy { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.6; text-align: center; color: var(--white); } .sign__up .wrapper .sign__container { display: flex; flex-direction: column; } .sign__up .wrapper .sign__container .sign__email { color: var(--darkBlueMain); font-size: 10px; font-weight: bold; padding: 1rem 2.3rem; border-radius: 1.3rem; border-color: transparent; margin-top: 1rem; margin-bottom: 1.5rem; } .sign__up .wrapper .sign__container .button { background: radial-gradient(var(--cyan), var(--blue)); color: var(--white); font-size: 14px; font-weight: 700; padding: 1rem 1rem; border-radius: 1.3rem; border-color: transparent; margin-bottom: 2.3rem; } @media screen and (min-width: 768px) { .sign__up .wrapper { margin-left: 6rem; margin-right: 6rem; } } @media screen and (min-width: 1024px) { .sign__up { top: 108px; } .sign__up .wrapper { padding-left: 3rem; padding-right: 3rem; margin-left: 12rem; margin-right: 12rem; } .sign__up .wrapper .sign__title__h1 { font-size: 21px; } .sign__up .wrapper .sign__copy { font-size: 12px; } .sign__up .wrapper .sign__container { flex-direction: row; justify-content: center; } .sign__up .wrapper .sign__container .sign__email { border-radius: 2rem; padding-left: 1rem; padding-right: 14rem; margin-bottom: 2rem; } .sign__up .wrapper .sign__container .button { font-size: 10px; border-radius: 2rem; margin-left: 1rem; margin-top: 1rem; margin-bottom: 2rem; } } @media screen and (min-width: 1440px) { .sign__up .wrapper .sign__title__h1 { font-size: 24px; } .sign__up .wrapper .sign__copy { font-size: 14px; padding-left: 7rem; padding-right: 7rem; } .sign__up .wrapper .sign__container { display: flex; justify-content: center; } .sign__up .wrapper .sign__container .sign__email { font-size: 11px; padding-right: 34rem; } } .footer { background-color: var(--darkBlueFooter); } .footer .wrapper { margin-left: 2rem; margin-right: 2rem; } .footer .wrapper .footer__logo { width: 55%; height: auto; margin-top: 15.6rem; } .footer .wrapper .footer__direction { display: flex; } .footer .wrapper .footer__direction #img__direction { width: 1rem; height: 1.1rem; margin-top: 0.6rem; margin-right: 1.3rem; } .footer .wrapper .footer__direction .copy__direction { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; line-height: 1.8; color: var(--white); margin-top: 0px; } .footer .wrapper .footer__contact { margin-top: 3rem; } .footer .wrapper .footer__contact .item__phone { display: flex; } .footer .wrapper .footer__contact .item__phone #img__phone { width: 0.9rem; height: 0.9rem; margin-right: 1.3rem; } .footer .wrapper .footer__contact .item__phone .copy__phone { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; color: var(--white); margin-top: 0px; } .footer .wrapper .footer__contact .item__email { margin-top: 0.7rem; display: flex; } .footer .wrapper .footer__contact .item__email #img__email { width: 1.1rem; height: 1.1rem; margin-right: 1.3rem; } .footer .wrapper .footer__contact .item__email .copy__email { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; color: var(--white); margin-top: 0px; } .footer .wrapper .footer__links { margin-top: 4rem; } .footer .wrapper .footer__links .footer__links__container { display: flex; flex-direction: column; margin-top: 2.5rem; } .footer .wrapper .footer__links .footer__links__container .footer__link { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; line-height: 1.8; color: var(--white); text-decoration: none; margin-bottom: 0.6rem; } .footer .wrapper .footer__social { display: flex; justify-content: center; margin-top: 4rem; margin-bottom: 1.5rem; } .footer .wrapper .footer__social .circle { border: 1px solid var(--white); border-radius: 50%; padding-top: 0.4rem; padding-bottom: 0.3rem; margin-left: 0.3rem; margin-right: 0.3rem; } .footer .wrapper .footer__social .circle .icon__social { margin-left: 0.3rem; margin-right: 0.3rem; } .footer .wrapper .footer__social .circle .icon__social img { width: 0.8rem; } @media screen and (min-width: 768px) { .footer .wrapper { margin-left: 6rem; margin-right: 6rem; } } @media screen and (min-width: 1024px) { .footer .wrapper { margin-right: 1.5rem; } .footer .wrapper .footer__logo { width: 15%; margin-top: 10rem; } .footer .wrapper .footer__container { margin-top: 1rem; display: flex; } .footer .wrapper .footer__container .footer__direction { margin-top: 1px; padding-right: 1rem; } .footer .wrapper .footer__container .footer__direction #img__direction { margin-top: 0.2rem; } .footer .wrapper .footer__container .footer__direction .copy__direction { font-size: 12px; line-height: 1.4; } .footer .wrapper .footer__container .footer__contact { margin-top: 1px; margin-left: 1.5rem; margin-right: 1.5rem; } .footer .wrapper .footer__container .footer__contact .item__phone .copy__phone { font-size: 12px; } .footer .wrapper .footer__container .footer__contact .item__email .copy__email { font-size: 12px; } .footer .wrapper .footer__container .footer__links { display: flex; margin-top: 1px; } .footer .wrapper .footer__container .footer__links .footer__links__container { margin-top: 0px; margin-bottom: 4rem; } .footer .wrapper .footer__container .footer__links .footer__links__container .footer__link { font-size: 12px; margin-left: 3rem; margin-right: 3rem; } .footer .wrapper .footer__container .footer__social { margin-top: 1px; margin-left: 2rem; } .footer .wrapper .footer__container .footer__social .circle { height: 16px; padding-top: 8px; padding-bottom: 8px; } } @media screen and (min-width: 1440px) { .footer .wrapper .footer__logo { margin-top: 10rem; } .footer .wrapper .footer__container .footer__direction { padding-right: 2rem; } .footer .wrapper .footer__container .footer__direction .copy__direction { font-size: 16px; } .footer .wrapper .footer__container .footer__contact .item__phone .copy__phone { font-size: 16px; } .footer .wrapper .footer__container .footer__contact .item__email .copy__email { font-size: 16px; } .footer .wrapper .footer__container .footer__links .footer__links__container .footer__link { font-size: 16px; } } :root { --darkBlueEmail: hsl(217, 28%, 15%); --darkBlueMain: hsl(218, 28%, 13%); --darkBlueFooter: hsl(216, 53%, 9%); --darkBlueTestimonials: hsl(219, 30%, 18%); --cyan: hsl(176, 68%, 64%); --blue: hsl(198, 60%, 50%); --white: hsl(0, 0%, 100%); } body { padding: 0; margin: 0; background: linear-gradient(to bottom, var(--darkBlueEmail) 0%, var(--darkBlueEmail) 9.7%, var(--darkBlueMain) 9%, var(--darkBlueMain) 100%); overflow-x: hidden; } @media screen and (min-width: 425px) { body { background: linear-gradient(to bottom, var(--darkBlueEmail) 0%, var(--darkBlueEmail) 10.7%, var(--darkBlueMain) 9%, var(--darkBlueMain) 100%); } } @media screen and (min-width: 768px) { body { background: linear-gradient(to bottom, var(--darkBlueEmail) 0%, var(--darkBlueEmail) 16%, var(--darkBlueMain) 16%, var(--darkBlueMain) 100%); } } @media screen and (min-width: 1024px) { body { background: linear-gradient(to bottom, var(--darkBlueEmail) 0%, var(--darkBlueEmail) 32%, var(--darkBlueMain) 32%, var(--darkBlueMain) 100%); } } @media screen and (min-width: 1440px) { body { background: linear-gradient(to bottom, var(--darkBlueEmail) 0%, var(--darkBlueEmail) 34%, var(--darkBlueMain) 34%, var(--darkBlueMain) 100%); } } /*# sourceMappingURL=styles.css.map */
static/css/styles.css
.header { width: 100%; position: fixed; background-color: var(--darkBlueEmail); z-index: 100; } .header .wrapper .header__content { display: flex; justify-content: space-between; } .header .wrapper .header__content .header__logo { padding-top: 1.5rem; padding-left: 1rem; width: 75px; height: 25px; } .header .wrapper .header__content .menu { display: flex; justify-content: flex-end; list-style: none; color: var(--white); margin-right: 1rem; } .header .wrapper .header__content .menu .menu__item { margin: 0.9rem; } .header .wrapper .header__content .menu .menu__item a { font-family: "Raleway", sans-serif; font-size: 14px; color: var(--white); text-decoration: none; } @media screen and (min-width: 768px) { .header .wrapper .header__content .header__logo { padding-left: 3.5rem; width: 90px; height: 30px; } .header .wrapper .header__content .menu { margin-right: 3.5rem; } } @media screen and (min-width: 1024px) { .header .wrapper .header__content .header__logo { width: 100px; height: 40px; } } .hero .wrapper { background: url(../img/bg-curvy-mobile.svg) no-repeat; background-position: left; background-size: contain; width: 100%; padding-top: 14rem; } .hero .wrapper .hero__content { display: flex; flex-direction: column; } .hero .wrapper .hero__content .hero__image { display: flex; justify-content: center; } .hero .wrapper .hero__content .hero__image .hero__imageSrc { width: 80%; height: auto; margin-bottom: 0.5rem; position: relative; top: -5.8rem; } .hero .wrapper .hero__content .hero__description { display: flex; flex-direction: column; position: relative; top: -86px; } .hero .wrapper .hero__content .hero__description .title__h1 { font-family: "Raleway", sans-serif; font-weight: 700; font-size: 24px; line-height: 1.6; color: var(--white); text-align: center; padding-left: 2rem; padding-right: 2rem; } .hero .wrapper .hero__content .hero__description .copy { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.6; color: var(--white); text-align: center; margin: 0 2.5rem 0 2.5rem; } .hero .wrapper .hero__content .hero__description .button { background: radial-gradient(var(--cyan), var(--blue)); color: var(--white); font-size: 14px; font-weight: 700; padding: 0.8rem 1rem; border-radius: 2rem; border-color: transparent; margin: 1.8rem 4.7rem 0 4.7rem; } @media screen and (min-width: 425px) { .hero .wrapper .hero__content .hero__image .hero__imageSrc { margin-bottom: 5rem; } .hero .wrapper .hero__content .hero__description { position: relative; top: -154px; } .hero .wrapper .hero__content .hero__description .title__h1 { padding-left: 2.5rem; padding-right: 2.5rem; } .hero .wrapper .hero__content .hero__description .copy { margin: 0 4rem 0 4rem; } .hero .wrapper .hero__content .hero__description .button { margin: 1.8rem 5.7rem 0 5.7rem; } } @media screen and (min-width: 768px) { .hero .wrapper { background-position: bottom; } .hero .wrapper .hero__content .hero__image { margin-bottom: -9.5rem; } .hero .wrapper .hero__content .hero__image .hero__imageSrc { width: 70%; margin-bottom: 0px; } .hero .wrapper .hero__content .hero__description { top: 100px; } .hero .wrapper .hero__content .hero__description .title__h1 { font-size: 24px; padding-left: 14rem; padding-right: 14rem; } .hero .wrapper .hero__content .hero__description .copy { padding-left: 8rem; padding-right: 8rem; } .hero .wrapper .hero__content .hero__description .button { margin: 1.8rem 16rem 0 16rem; } } @media screen and (min-width: 1024px) { .hero .wrapper { background: url(../img/bg-curvy-desktop.svg) no-repeat; background-position: bottom; background-size: contain; } .hero .wrapper .hero__content .hero__image { margin-bottom: 70px; } .hero .wrapper .hero__content .hero__image .hero__imageSrc { width: 50%; } .hero .wrapper .hero__content .hero__description { top: -130px; } .hero .wrapper .hero__content .hero__description .title__h1 { font-size: 28px; } .hero .wrapper .hero__content .hero__description .copy { font-size: 16px; padding-left: 12.5rem; padding-right: 12.5rem; } .hero .wrapper .hero__content .hero__description .button { margin: 1.8rem 25rem 0 25rem; } } @media screen and (min-width: 1440px) { .hero .wrapper { padding-top: 20rem; } .hero .wrapper .hero__content .hero__image { margin-bottom: 70px; } .hero .wrapper .hero__content .hero__image .hero__imageSrc { width: 40%; top: -10rem; } .hero .wrapper .hero__content .hero__description { top: -195px; } .hero .wrapper .hero__content .hero__description .title__h1 { font-size: 32px; padding-left: 25rem; padding-right: 25rem; } .hero .wrapper .hero__content .hero__description .copy { font-size: 18px; text-align: center; padding-left: 22.5rem; padding-right: 22.5rem; } .hero .wrapper .hero__content .hero__description .button { margin: 1.8rem 35rem 0 35rem; } } .why { margin-top: 8rem; } .why .wrapper .why__grid .why__item { display: flex; flex-direction: column; text-align: center; align-items: center; margin-bottom: 4rem; } .why .wrapper .why__grid .why__item .why__title__h1 { font-family: "Raleway", sans-serif; font-weight: 700; font-size: 20px; color: var(--white); margin-top: 1.5rem; margin-bottom: 0; } .why .wrapper .why__grid .why__item .why__copy { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; line-height: 1.6; color: var(--white); padding: 0 2rem 0 2rem; } .why .wrapper .why__content .why__image { display: flex; justify-content: center; } .why .wrapper .why__content .why__image .why__imageSrc { margin-top: 5rem; width: 80%; height: auto; } .why .wrapper .why__content .why__description .why__title__h1 { font-family: "Raleway", sans-serif; font-weight: 700; font-size: 19px; color: var(--white); margin-top: 3rem; margin-bottom: 0; padding: 0 1.5rem 0 1.5rem; } .why .wrapper .why__content .why__description .why__copy { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.5; color: var(--white); padding: 0 1.5rem 0 1.5rem; } .why .wrapper .why__content .why__description .why__footer { padding: 0 1.5rem 0 1.5rem; display: flex; align-items: stretch; } .why .wrapper .why__content .why__description .why__footer a { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 13px; line-height: 1.5; color: var(--cyan); } .why .wrapper .why__content .why__description .why__footer img { margin-left: 0.3rem; } @media screen and (min-width: 768px) { .why { margin-top: 17rem; } .why .wrapper .why__grid .why__item .why__copy { padding: 0 14.5rem 0 14.5rem; } .why .wrapper .why__content .why__image .why__imageSrc { width: 60%; } .why .wrapper .why__content .why__description .why__title__h1 { padding: 0 3.5rem 0 3.5rem; } .why .wrapper .why__content .why__description .why__copy { padding: 0 3.5rem 0 3.5rem; } .why .wrapper .why__content .why__description .why__footer { padding: 0 3.5rem 0 3.5rem; } } @media screen and (min-width: 1024px) { .why { margin-top: 8rem; } .why .wrapper .why__group { display: flex; justify-content: space-between; } .why .wrapper .why__group .why__item img { height: 78px; } .why .wrapper .why__group .why__item .why__copy { padding: 0 5rem 0 5rem; } .why .wrapper .why__content { display: flex; } .why .wrapper .why__content .why__image { padding-left: 5rem; } .why .wrapper .why__content .why__image .why__imageSrc { width: 25rem; margin-top: 0px; } .why .wrapper .why__content .why__description { padding-right: 5rem; } .why .wrapper .why__content .why__description .why__title__h1 { font-size: 30px; margin-top: 2rem; padding: 0 3rem 0 2.5rem; } .why .wrapper .why__content .why__description .why__copy { padding: 0 1rem 0 2.5rem; } .why .wrapper .why__content .why__description .why__footer { padding: 0 1rem 0 2.5rem; } } @media screen and (min-width: 1440px) { .why .wrapper .why__group .why__item .why__copy { font-size: 16px; padding: 0 7rem 0 7rem; } .why .wrapper .why__content .why__description .why__title__h1 { padding: 0 3rem 0 3.5rem; } .why .wrapper .why__content .why__description .why__copy { font-size: 18px; padding: 0 1rem 0 3.5rem; } .why .wrapper .why__content .why__description .why__footer { padding: 0 1rem 0 3.5rem; } } .info { margin-top: 9.5rem; } .info .card__image_quotes { width: 8%; height: auto; padding-left: 3rem; margin-left: 0.5rem; } .info .wrapper .card { padding-left: 3rem; padding-right: 3rem; margin-bottom: 1.5rem; } .info .wrapper .card .card__item { border-radius: 3%; margin-top: -5px; padding-left: 1.3rem; padding-right: 1.3rem; padding-top: 1rem; padding-bottom: 0.8rem; background-color: var(--darkBlueTestimonials); } .info .wrapper .card .card__item .card__body .card__copy { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 10px; line-height: 1.8; color: var(--white); } .info .wrapper .card .card__item .card__footer { display: flex; } .info .wrapper .card .card__item .card__footer .card__image { width: 10%; margin-right: 0.7rem; margin-top: 0.3rem; } .info .wrapper .card .card__item .card__footer .card__image .card__imageSrc { border-radius: 50%; width: 100%; } .info .wrapper .card .card__item .card__footer .card__info { display: flex; flex-direction: column; } .info .wrapper .card .card__item .card__footer .card__info .card__name { font-family: "Open Sans", sans-serif; font-weight: bold; font-size: 11px; color: var(--white); margin-bottom: 0; margin-top: 0.2rem; } .info .wrapper .card .card__item .card__footer .card__info .card__position { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 8px; color: var(--white); margin-top: 0.1rem; } @media screen and (min-width: 768px) { .info .card__image_quotes { width: 4%; padding-left: 10rem; } .info .wrapper .card { padding-left: 10rem; padding-right: 10rem; } } @media screen and (min-width: 1024px) { .info .card__image_quotes { width: 4%; padding-left: 3rem; position: relative; top: 5px; } .info .wrapper { display: flex; padding-left: 3rem; padding-right: 3rem; } .info .wrapper .card { padding-left: 1rem; padding-right: 1rem; } .info .wrapper .card .card__item .card__body .card__copy { font-size: 11px; } .info .wrapper .card .card__item .card__footer .card__info .card__position { font-size: 9px; } } @media screen and (min-width: 1440px) { .info .card__image_quotes { padding-left: 6rem; } .info .wrapper { padding-left: 5rem; padding-right: 5rem; } .info .wrapper .card .card__item .card__body .card__copy { font-size: 12px; } .info .wrapper .card .card__item .card__footer .card__info .card__position { font-size: 10px; } } .sign__up { position: relative; top: 175px; } .sign__up .wrapper { border: 1px solid var(--darkBlueEmail); border-radius: 3%; background-color: var(--darkBlueMain); padding-left: 1.3rem; padding-right: 1.3rem; margin-left: 1.5rem; margin-right: 1.5rem; } .sign__up .wrapper .sign__title__h1 { font-family: "Raleway", sans-serif; font-weight: 700; font-size: 19px; color: var(--white); text-align: center; margin-top: 2.3rem; } .sign__up .wrapper .sign__copy { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.6; text-align: center; color: var(--white); } .sign__up .wrapper .sign__container { display: flex; flex-direction: column; } .sign__up .wrapper .sign__container .sign__email { color: var(--darkBlueMain); font-size: 10px; font-weight: bold; padding: 1rem 2.3rem; border-radius: 1.3rem; border-color: transparent; margin-top: 1rem; margin-bottom: 1.5rem; } .sign__up .wrapper .sign__container .button { background: radial-gradient(var(--cyan), var(--blue)); color: var(--white); font-size: 14px; font-weight: 700; padding: 1rem 1rem; border-radius: 1.3rem; border-color: transparent; margin-bottom: 2.3rem; } @media screen and (min-width: 768px) { .sign__up .wrapper { margin-left: 6rem; margin-right: 6rem; } } @media screen and (min-width: 1024px) { .sign__up { top: 108px; } .sign__up .wrapper { padding-left: 3rem; padding-right: 3rem; margin-left: 12rem; margin-right: 12rem; } .sign__up .wrapper .sign__title__h1 { font-size: 21px; } .sign__up .wrapper .sign__copy { font-size: 12px; } .sign__up .wrapper .sign__container { flex-direction: row; justify-content: center; } .sign__up .wrapper .sign__container .sign__email { border-radius: 2rem; padding-left: 1rem; padding-right: 14rem; margin-bottom: 2rem; } .sign__up .wrapper .sign__container .button { font-size: 10px; border-radius: 2rem; margin-left: 1rem; margin-top: 1rem; margin-bottom: 2rem; } } @media screen and (min-width: 1440px) { .sign__up .wrapper .sign__title__h1 { font-size: 24px; } .sign__up .wrapper .sign__copy { font-size: 14px; padding-left: 7rem; padding-right: 7rem; } .sign__up .wrapper .sign__container { display: flex; justify-content: center; } .sign__up .wrapper .sign__container .sign__email { font-size: 11px; padding-right: 34rem; } } .footer { background-color: var(--darkBlueFooter); } .footer .wrapper { margin-left: 2rem; margin-right: 2rem; } .footer .wrapper .footer__logo { width: 55%; height: auto; margin-top: 15.6rem; } .footer .wrapper .footer__direction { display: flex; } .footer .wrapper .footer__direction #img__direction { width: 1rem; height: 1.1rem; margin-top: 0.6rem; margin-right: 1.3rem; } .footer .wrapper .footer__direction .copy__direction { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; line-height: 1.8; color: var(--white); margin-top: 0px; } .footer .wrapper .footer__contact { margin-top: 3rem; } .footer .wrapper .footer__contact .item__phone { display: flex; } .footer .wrapper .footer__contact .item__phone #img__phone { width: 0.9rem; height: 0.9rem; margin-right: 1.3rem; } .footer .wrapper .footer__contact .item__phone .copy__phone { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; color: var(--white); margin-top: 0px; } .footer .wrapper .footer__contact .item__email { margin-top: 0.7rem; display: flex; } .footer .wrapper .footer__contact .item__email #img__email { width: 1.1rem; height: 1.1rem; margin-right: 1.3rem; } .footer .wrapper .footer__contact .item__email .copy__email { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; color: var(--white); margin-top: 0px; } .footer .wrapper .footer__links { margin-top: 4rem; } .footer .wrapper .footer__links .footer__links__container { display: flex; flex-direction: column; margin-top: 2.5rem; } .footer .wrapper .footer__links .footer__links__container .footer__link { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; line-height: 1.8; color: var(--white); text-decoration: none; margin-bottom: 0.6rem; } .footer .wrapper .footer__social { display: flex; justify-content: center; margin-top: 4rem; margin-bottom: 1.5rem; } .footer .wrapper .footer__social .circle { border: 1px solid var(--white); border-radius: 50%; padding-top: 0.4rem; padding-bottom: 0.3rem; margin-left: 0.3rem; margin-right: 0.3rem; } .footer .wrapper .footer__social .circle .icon__social { margin-left: 0.3rem; margin-right: 0.3rem; } .footer .wrapper .footer__social .circle .icon__social img { width: 0.8rem; } @media screen and (min-width: 768px) { .footer .wrapper { margin-left: 6rem; margin-right: 6rem; } } @media screen and (min-width: 1024px) { .footer .wrapper { margin-right: 1.5rem; } .footer .wrapper .footer__logo { width: 15%; margin-top: 10rem; } .footer .wrapper .footer__container { margin-top: 1rem; display: flex; } .footer .wrapper .footer__container .footer__direction { margin-top: 1px; padding-right: 1rem; } .footer .wrapper .footer__container .footer__direction #img__direction { margin-top: 0.2rem; } .footer .wrapper .footer__container .footer__direction .copy__direction { font-size: 12px; line-height: 1.4; } .footer .wrapper .footer__container .footer__contact { margin-top: 1px; margin-left: 1.5rem; margin-right: 1.5rem; } .footer .wrapper .footer__container .footer__contact .item__phone .copy__phone { font-size: 12px; } .footer .wrapper .footer__container .footer__contact .item__email .copy__email { font-size: 12px; } .footer .wrapper .footer__container .footer__links { display: flex; margin-top: 1px; } .footer .wrapper .footer__container .footer__links .footer__links__container { margin-top: 0px; margin-bottom: 4rem; } .footer .wrapper .footer__container .footer__links .footer__links__container .footer__link { font-size: 12px; margin-left: 3rem; margin-right: 3rem; } .footer .wrapper .footer__container .footer__social { margin-top: 1px; margin-left: 2rem; } .footer .wrapper .footer__container .footer__social .circle { height: 16px; padding-top: 8px; padding-bottom: 8px; } } @media screen and (min-width: 1440px) { .footer .wrapper .footer__logo { margin-top: 10rem; } .footer .wrapper .footer__container .footer__direction { padding-right: 2rem; } .footer .wrapper .footer__container .footer__direction .copy__direction { font-size: 16px; } .footer .wrapper .footer__container .footer__contact .item__phone .copy__phone { font-size: 16px; } .footer .wrapper .footer__container .footer__contact .item__email .copy__email { font-size: 16px; } .footer .wrapper .footer__container .footer__links .footer__links__container .footer__link { font-size: 16px; } } :root { --darkBlueEmail: hsl(217, 28%, 15%); --darkBlueMain: hsl(218, 28%, 13%); --darkBlueFooter: hsl(216, 53%, 9%); --darkBlueTestimonials: hsl(219, 30%, 18%); --cyan: hsl(176, 68%, 64%); --blue: hsl(198, 60%, 50%); --white: hsl(0, 0%, 100%); } body { padding: 0; margin: 0; background: linear-gradient(to bottom, var(--darkBlueEmail) 0%, var(--darkBlueEmail) 9.7%, var(--darkBlueMain) 9%, var(--darkBlueMain) 100%); overflow-x: hidden; } @media screen and (min-width: 425px) { body { background: linear-gradient(to bottom, var(--darkBlueEmail) 0%, var(--darkBlueEmail) 10.7%, var(--darkBlueMain) 9%, var(--darkBlueMain) 100%); } } @media screen and (min-width: 768px) { body { background: linear-gradient(to bottom, var(--darkBlueEmail) 0%, var(--darkBlueEmail) 16%, var(--darkBlueMain) 16%, var(--darkBlueMain) 100%); } } @media screen and (min-width: 1024px) { body { background: linear-gradient(to bottom, var(--darkBlueEmail) 0%, var(--darkBlueEmail) 32%, var(--darkBlueMain) 32%, var(--darkBlueMain) 100%); } } @media screen and (min-width: 1440px) { body { background: linear-gradient(to bottom, var(--darkBlueEmail) 0%, var(--darkBlueEmail) 34%, var(--darkBlueMain) 34%, var(--darkBlueMain) 100%); } } /*# sourceMappingURL=styles.css.map */
0.455683
0.059237
*,*:before,*:after{margin: 0; padding: 0; box-sizing: border-box;} @font-face { font-family: 'Source Sans Pro'; src: url("../font/SourceSansPro-Regular.ttf"); } @font-face { font-family: 'dioramaide'; src: url('../font/dioramaide.eot?80373076'); src: url('../font/dioramaide.eot?80373076#iefix') format('embedded-opentype'), url('../font/dioramaide.woff2?80373076') format('woff2'), url('../font/dioramaide.woff?80373076') format('woff'), url('../font/dioramaide.ttf?80373076') format('truetype'), url('../font/dioramaide.svg?80373076#dioramaide') format('svg'); font-weight: normal; font-style: normal; } .is-hover{background: red;} body{text-rendering: optimizeLegibility!important; user-select: none; -webkit-font-smoothing: aliased;} ul{list-style-type: none;} .app{height: 100vh; width: 100vw; background-color: #1f1e21; overflow: hidden; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; color: white; display: flex; flex-direction: column; -webkit-font-smoothing: antialiased; cursor: default; font-size: 13px;} .nav{padding: 0 10px; z-index: 1; font-size: 12px;} .nav-item{color: white; flex-direction: column; position: relative; outline: 0;} .nav-item a{padding: 0 12px; height: 31px; display: inline-flex; align-items: center; color: #b0b0b0;} .nav-item a:hover{color: white;} .menu-sub{background-color: #1f1e21; position: absolute; left: 0; display: none; min-width: 240px; padding: 4px 0; z-index: 0;} .menu-sub-group:not(:last-child){border-bottom: 1px solid rgba(255, 255, 255, .05); padding-bottom: 2px; margin-bottom: 2px;} .menu-sub li{height: 30px; line-height: 30px; padding: 0 12px; white-space: nowrap; display: flex; flex-direction: row; justify-content: space-between;} .menu-shortcut{margin-left: 12px; color: rgba(255, 255, 255, .35);} .nav-item.is-active a{background-color: #303f4f;} .nav-item.is-active .menu-sub{display: block;} .menu-sub li.is-disabled{color: rgba(255, 255, 255, .35);} .menu-sub li:not(.is-disabled):hover{background-color: #303035;} .main{flex-direction: row; flex: 1;} .main h2{font-size: 12px; font-weight: lighter; height: 42px; line-height: 42px; padding-left: 16px;} .layout{display: flex; flex-direction: row; flex: 1;} .layout hr{border: none; min-width: 16px; cursor: w-resize;} .layout-vertical{flex-direction: column;} .layout-vertical hr{min-height: 2px; cursor: s-resize; background-color: #1f1e21;} .layout>div{flex-basis: auto;} .panel{background-color: #27272b; min-width: 280px; overflow: auto; flex-grow: 1; flex-shrink: 0;} .panel>div:last-child{flex-grow: 1;} .module-content{padding-bottom: 16px;} .canvas{overflow: hidden; display: flex; flex-direction: column;} .canvas-tabs{height: 42px;} .canvas-tab-item{height: 42px; display: inline-block; line-height: 42px; font-size: 13px; padding: 0 16px; color: white;} .canvas-tab-item i{font-size: 12px; margin-left: 8px; color: #cccccc;} .canvas-tab-item.is-active{ box-shadow: inset 0 -2px 0 #419bf9;} .canvas-wrapper{flex: 1; display: flex; flex-direction: row;} .canvas-content{overflow: hidden; background-color: #27272b;} .filetree span{display: block; color: #a1b0be; height: 27px; line-height: 27px;} .filetree span::before, .filetree span i{margin-right: 5px;} .filetree span::before{width: 12px; text-align: center;} .filetree i{color: inherit; font-size: 10px;} .filetree span:hover{color: white;} .filetree li.is-open>span{background-color: #419bf9; color: white;} .filetree li.is-open>span i{color: white;} .filetree ul{display: none;} .filetree li.is-active>ul{display: block;} .footer{display: flex; flex-direction: row; justify-content: space-between; color: #cccccc; font-size: 13px; padding: 0 10px;} .footer>div{height: 31px; display: flex; flex-direction: row; align-items: center;} .footer-information p{margin-right: 12px; color: #52575c;} .footer-actions p{display: inline-block; height: 100%; display: flex; align-items: center; padding: 0 10px;} .footer-actions p:hover{} .icon::before{ font-family: "dioramaide"; float: left; font-weight: normal; font-style: normal; color: inherit; } .icon-folder:before{content: '\e805';} .icon-module:before {content: '\e806'; } .icon-arrow-down:before { content: '\f004'; } /* '' */ .icon-arrow-up:before { content: '\f005'; } /* '' */ .icon-arrow-left:before { content: '\f006'; } /* '' */ .icon-arrow-right:before { content: '\f007'; } /* '' */
src/assets/css/app.css
*,*:before,*:after{margin: 0; padding: 0; box-sizing: border-box;} @font-face { font-family: 'Source Sans Pro'; src: url("../font/SourceSansPro-Regular.ttf"); } @font-face { font-family: 'dioramaide'; src: url('../font/dioramaide.eot?80373076'); src: url('../font/dioramaide.eot?80373076#iefix') format('embedded-opentype'), url('../font/dioramaide.woff2?80373076') format('woff2'), url('../font/dioramaide.woff?80373076') format('woff'), url('../font/dioramaide.ttf?80373076') format('truetype'), url('../font/dioramaide.svg?80373076#dioramaide') format('svg'); font-weight: normal; font-style: normal; } .is-hover{background: red;} body{text-rendering: optimizeLegibility!important; user-select: none; -webkit-font-smoothing: aliased;} ul{list-style-type: none;} .app{height: 100vh; width: 100vw; background-color: #1f1e21; overflow: hidden; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; color: white; display: flex; flex-direction: column; -webkit-font-smoothing: antialiased; cursor: default; font-size: 13px;} .nav{padding: 0 10px; z-index: 1; font-size: 12px;} .nav-item{color: white; flex-direction: column; position: relative; outline: 0;} .nav-item a{padding: 0 12px; height: 31px; display: inline-flex; align-items: center; color: #b0b0b0;} .nav-item a:hover{color: white;} .menu-sub{background-color: #1f1e21; position: absolute; left: 0; display: none; min-width: 240px; padding: 4px 0; z-index: 0;} .menu-sub-group:not(:last-child){border-bottom: 1px solid rgba(255, 255, 255, .05); padding-bottom: 2px; margin-bottom: 2px;} .menu-sub li{height: 30px; line-height: 30px; padding: 0 12px; white-space: nowrap; display: flex; flex-direction: row; justify-content: space-between;} .menu-shortcut{margin-left: 12px; color: rgba(255, 255, 255, .35);} .nav-item.is-active a{background-color: #303f4f;} .nav-item.is-active .menu-sub{display: block;} .menu-sub li.is-disabled{color: rgba(255, 255, 255, .35);} .menu-sub li:not(.is-disabled):hover{background-color: #303035;} .main{flex-direction: row; flex: 1;} .main h2{font-size: 12px; font-weight: lighter; height: 42px; line-height: 42px; padding-left: 16px;} .layout{display: flex; flex-direction: row; flex: 1;} .layout hr{border: none; min-width: 16px; cursor: w-resize;} .layout-vertical{flex-direction: column;} .layout-vertical hr{min-height: 2px; cursor: s-resize; background-color: #1f1e21;} .layout>div{flex-basis: auto;} .panel{background-color: #27272b; min-width: 280px; overflow: auto; flex-grow: 1; flex-shrink: 0;} .panel>div:last-child{flex-grow: 1;} .module-content{padding-bottom: 16px;} .canvas{overflow: hidden; display: flex; flex-direction: column;} .canvas-tabs{height: 42px;} .canvas-tab-item{height: 42px; display: inline-block; line-height: 42px; font-size: 13px; padding: 0 16px; color: white;} .canvas-tab-item i{font-size: 12px; margin-left: 8px; color: #cccccc;} .canvas-tab-item.is-active{ box-shadow: inset 0 -2px 0 #419bf9;} .canvas-wrapper{flex: 1; display: flex; flex-direction: row;} .canvas-content{overflow: hidden; background-color: #27272b;} .filetree span{display: block; color: #a1b0be; height: 27px; line-height: 27px;} .filetree span::before, .filetree span i{margin-right: 5px;} .filetree span::before{width: 12px; text-align: center;} .filetree i{color: inherit; font-size: 10px;} .filetree span:hover{color: white;} .filetree li.is-open>span{background-color: #419bf9; color: white;} .filetree li.is-open>span i{color: white;} .filetree ul{display: none;} .filetree li.is-active>ul{display: block;} .footer{display: flex; flex-direction: row; justify-content: space-between; color: #cccccc; font-size: 13px; padding: 0 10px;} .footer>div{height: 31px; display: flex; flex-direction: row; align-items: center;} .footer-information p{margin-right: 12px; color: #52575c;} .footer-actions p{display: inline-block; height: 100%; display: flex; align-items: center; padding: 0 10px;} .footer-actions p:hover{} .icon::before{ font-family: "dioramaide"; float: left; font-weight: normal; font-style: normal; color: inherit; } .icon-folder:before{content: '\e805';} .icon-module:before {content: '\e806'; } .icon-arrow-down:before { content: '\f004'; } /* '' */ .icon-arrow-up:before { content: '\f005'; } /* '' */ .icon-arrow-left:before { content: '\f006'; } /* '' */ .icon-arrow-right:before { content: '\f007'; } /* '' */
0.305076
0.07383
* { -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; } body { background: #141414; max-height: 100vh; font-family: "Smooch Sans", sans-serif; margin: 0; padding: 0; overscroll-behavior: contain; } .body.light-mode { background: none; } .button { font-family: "Smooch Sans", sans-serif; color: #fff; border: 0; outline: 0; background: none; cursor: pointer; } .body.light-mode .button { color: #000; } .hidden { display: none !important; } :root { --header-height: 8rem; } .header { display: -ms-grid; display: grid; -ms-grid-rows: (1fr)[2]; grid-template-rows: repeat(2, 1fr); -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: var(--header-height); margin: 0; padding: 0 2rem; background: #0a0a0a; color: #fff; } body.light-mode .header { background: #d46b08; } .header__title { margin: 0; font-size: 3rem; font-weight: 600; letter-spacing: 0.15rem; text-transform: uppercase; } .header__title > span { font-size: 3.5rem; font-weight: 800; } .header__score { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/3; } .header__score article { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 2rem; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } .score__text { font-size: 1.5rem; margin: 0; } .header__theme { -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1/2; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2/3; -ms-grid-column-align: end; justify-self: end; } .theme--light-icon, .theme--dark-icon { color: #fff; font-size: 2rem; margin: 0 0.5rem; } /* Main component */ .main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; top: 0; bottom: 0; left: 0; right: 0; height: calc(100vh - var(--header-height) - 60px); padding: 0.5rem; color: #fff; overflow-x: hidden; } .body.light-mode .main { color: #000; } .main__play-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; background: rgba(0, 0, 0, 0.7); -webkit-transition: all 1s; transition: all 1s; } .body.light-mode .main__play-menu { background: rgba(255, 255, 255, 0.7); color: #d46b08; } .title-text { font-size: 8rem; margin: 0; } .menu--play { margin: 3rem auto; } .play-button-icon { font-size: 4rem; } .play-button-text { font-size: 5rem; font-weight: 900; } .body.light-mode .play-button-text, .body.light-mode .play-button-icon { color: #d46b08; background: white; } .main__loading-timer { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(0, 0, 0, 0.7); z-index: 2; } .body.light-mode .main__loading-timer { background: rgba(255, 255, 255, 0.7); color: #d46b08; } .timer-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .timer-title, .timer-countdown { margin: 1rem auto; font-size: 5rem; font-weight: 700; letter-spacing: 0.3rem; } .timer-countdown { font-size: 7rem; } .main__section-game { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; width: 100%; max-width: 80rem; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .game__square-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .game__square { margin: 0.2rem; background: rgba(197, 197, 197, 0.1); -webkit-transition: all 0.1s, opacity 2s ease-out; transition: all 0.1s, opacity 2s ease-out; } .game__square.game-over { opacity: 0; } body.light-mode .game__square { background: rgba(212, 107, 8, 0.2); } .game__square.snake-head { background: #e0c112; } .body.light-mode .game__square.snake-head { background: #962103; } .game__square.snake-body { background: #ececec; border: 5px solid rgba(197, 197, 197, 0.1); } .body.light-mode .game__square.snake-body { background: #e25836; } .game__square.food-active { background: #14c71d; } .body.light-mode .game__square.food-active { background: #14c71d; } .main__play-again { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; background: rgba(0, 0, 0, 0.7); -webkit-transition: all 1s; transition: all 1s; } .body.light-mode .main__play-again { background: rgba(255, 255, 255, 0.7); color: #d46b08; } .title-text { font-size: 8rem; margin: 0; letter-spacing: 0.5rem; } .menu--play { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 5rem; } .menu--play > * { margin: 0 3rem; } .play-again { margin: 0 3rem; font-size: 4rem; background: #fff; color: #141414; border-radius: 0.4rem; } body.light-mode .play-again { background: #d46b08; color: #fff; -webkit-box-shadow: 0.2rem 0.3rem 0.5rem 0 #ccc; box-shadow: 0.2rem 0.3rem 0.5rem 0 #ccc; } .play-again-button-text { font-size: 4rem; font-weight: 600; color: #000; background: transparent; } .body.light-mode .play-again-button-text { color: #fff; } .end-score { margin-top: 5rem; } .end-score article { margin: 0 3rem; } .end-score__text { margin: 0; font-size: 3rem; font-weight: 600; text-transform: uppercase; } /* Footer */ .footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; height: 8rem; background: #0c0c0c; color: #fff; padding: 0.5rem; } .body.light-mode .footer { background: #d46b08; } .footer > * { width: 100%; } .footer__info-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 2rem; text-align: center; letter-spacing: 0.1rem; } .dev-name { margin: 0 0.3rem; } .copyright-year { margin: 0 0.3rem; font-size: 1.1rem; } .links__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style: none; margin: 0; margin-top: 1rem; padding: 0; } .link-icon { font-size: 1.75rem; color: #fff; } .link-icon:visited { color: #fff; } /* Responsive Design */ @media (min-width: 768px) { html { font-size: 12px; } .header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__score { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .score__text { font-size: 3rem; } .menu--play { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .end-score { margin: 0; } .main { height: calc(100vh - var(--header-height)); } } /*# sourceMappingURL=style.css.map */
styles/style.css
* { -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; } body { background: #141414; max-height: 100vh; font-family: "Smooch Sans", sans-serif; margin: 0; padding: 0; overscroll-behavior: contain; } .body.light-mode { background: none; } .button { font-family: "Smooch Sans", sans-serif; color: #fff; border: 0; outline: 0; background: none; cursor: pointer; } .body.light-mode .button { color: #000; } .hidden { display: none !important; } :root { --header-height: 8rem; } .header { display: -ms-grid; display: grid; -ms-grid-rows: (1fr)[2]; grid-template-rows: repeat(2, 1fr); -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: var(--header-height); margin: 0; padding: 0 2rem; background: #0a0a0a; color: #fff; } body.light-mode .header { background: #d46b08; } .header__title { margin: 0; font-size: 3rem; font-weight: 600; letter-spacing: 0.15rem; text-transform: uppercase; } .header__title > span { font-size: 3.5rem; font-weight: 800; } .header__score { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/3; } .header__score article { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 2rem; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } .score__text { font-size: 1.5rem; margin: 0; } .header__theme { -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1/2; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2/3; -ms-grid-column-align: end; justify-self: end; } .theme--light-icon, .theme--dark-icon { color: #fff; font-size: 2rem; margin: 0 0.5rem; } /* Main component */ .main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; top: 0; bottom: 0; left: 0; right: 0; height: calc(100vh - var(--header-height) - 60px); padding: 0.5rem; color: #fff; overflow-x: hidden; } .body.light-mode .main { color: #000; } .main__play-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; background: rgba(0, 0, 0, 0.7); -webkit-transition: all 1s; transition: all 1s; } .body.light-mode .main__play-menu { background: rgba(255, 255, 255, 0.7); color: #d46b08; } .title-text { font-size: 8rem; margin: 0; } .menu--play { margin: 3rem auto; } .play-button-icon { font-size: 4rem; } .play-button-text { font-size: 5rem; font-weight: 900; } .body.light-mode .play-button-text, .body.light-mode .play-button-icon { color: #d46b08; background: white; } .main__loading-timer { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(0, 0, 0, 0.7); z-index: 2; } .body.light-mode .main__loading-timer { background: rgba(255, 255, 255, 0.7); color: #d46b08; } .timer-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .timer-title, .timer-countdown { margin: 1rem auto; font-size: 5rem; font-weight: 700; letter-spacing: 0.3rem; } .timer-countdown { font-size: 7rem; } .main__section-game { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; width: 100%; max-width: 80rem; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .game__square-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .game__square { margin: 0.2rem; background: rgba(197, 197, 197, 0.1); -webkit-transition: all 0.1s, opacity 2s ease-out; transition: all 0.1s, opacity 2s ease-out; } .game__square.game-over { opacity: 0; } body.light-mode .game__square { background: rgba(212, 107, 8, 0.2); } .game__square.snake-head { background: #e0c112; } .body.light-mode .game__square.snake-head { background: #962103; } .game__square.snake-body { background: #ececec; border: 5px solid rgba(197, 197, 197, 0.1); } .body.light-mode .game__square.snake-body { background: #e25836; } .game__square.food-active { background: #14c71d; } .body.light-mode .game__square.food-active { background: #14c71d; } .main__play-again { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; background: rgba(0, 0, 0, 0.7); -webkit-transition: all 1s; transition: all 1s; } .body.light-mode .main__play-again { background: rgba(255, 255, 255, 0.7); color: #d46b08; } .title-text { font-size: 8rem; margin: 0; letter-spacing: 0.5rem; } .menu--play { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 5rem; } .menu--play > * { margin: 0 3rem; } .play-again { margin: 0 3rem; font-size: 4rem; background: #fff; color: #141414; border-radius: 0.4rem; } body.light-mode .play-again { background: #d46b08; color: #fff; -webkit-box-shadow: 0.2rem 0.3rem 0.5rem 0 #ccc; box-shadow: 0.2rem 0.3rem 0.5rem 0 #ccc; } .play-again-button-text { font-size: 4rem; font-weight: 600; color: #000; background: transparent; } .body.light-mode .play-again-button-text { color: #fff; } .end-score { margin-top: 5rem; } .end-score article { margin: 0 3rem; } .end-score__text { margin: 0; font-size: 3rem; font-weight: 600; text-transform: uppercase; } /* Footer */ .footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; height: 8rem; background: #0c0c0c; color: #fff; padding: 0.5rem; } .body.light-mode .footer { background: #d46b08; } .footer > * { width: 100%; } .footer__info-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 2rem; text-align: center; letter-spacing: 0.1rem; } .dev-name { margin: 0 0.3rem; } .copyright-year { margin: 0 0.3rem; font-size: 1.1rem; } .links__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style: none; margin: 0; margin-top: 1rem; padding: 0; } .link-icon { font-size: 1.75rem; color: #fff; } .link-icon:visited { color: #fff; } /* Responsive Design */ @media (min-width: 768px) { html { font-size: 12px; } .header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__score { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .score__text { font-size: 3rem; } .menu--play { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .end-score { margin: 0; } .main { height: calc(100vh - var(--header-height)); } } /*# sourceMappingURL=style.css.map */
0.395601
0.058212
.mafe-designer-assigment-button { background-color: #d7d9dd; font-size: 10; text-transform: none; } .mafe-designer-assigment-grid .pmui-gridpanelcell { text-align: left; } .mafe-grid-button { background-color: transparent; height: 0; padding: 0px 0px; } .mafe-grid-button.button-icon-user .button-icon { background: url(../img/mafe-sprite.png) no-repeat; background-position: 1px -195px; width: 14px; height: 17px; display: block; } .mafe-grid-button.button-icon-group .button-icon { background: url(../img/mafe-sprite.png) no-repeat; background-position: -2px -135px; width: 22px; height: 17px; display: block; } .mafe-grid-button .button-label { display: none; } .mafe-designer-assigment-grid .pmui-gridpanelcolumn { background-color: #FFFFFF; padding: 0px 10px; } .mafe-designer-assigment-grid .mafe-assigment-panel { padding: 0px 10px; } /* PANEL */ /* .mafe-assigment-panel .pmui-panel { background-color: transparent; } .mafe-assigment-panel-right{ background-color:#eaebed; padding-left: 10px; } .mafe-assigment-panel-global { background-color: transparent; padding-left: 20px; padding-right: 0px; } */ /* TEXT SEARCH */ .pmui.pmui-textfield.mafe-assigment-search { text-align: left; } /* BUTTONS SEARCH */ /* GRID ASSIGNES*/ /*.mafe-designer-assigment-grid { background-color: #FFFFFF; text-align: left; padding: 0px 0px; } .mafe-designer-assigment-grid .pmui-gridpanel-table{ min-height: 0em; }*/ .pmui-pmtooltipmessage .pmui-button-label { color: #999999; font-size: 10px; } .pmui-pmtooltipmessage .mafe-tooltip-close { background: transparent; margin: 0px 0px; padding: 0px 0px; width: auto; height: auto; color: black; } .pmui-pmtooltipmessage .mafe-tooltip-header { background: #EEF1F6; margin: 0px 7px; padding: 4px 0px; width: auto; height: 6px; color: black; } .pmui-pmtooltipmessage .mafe-tooltip-body { background: #EEF1F6; padding: 10px; } .pmui-pmtooltipmessage { background: #FFFFFF; font-size: 10; border: 1px solid #e7e7e7; -webkit-box-shadow: 2px 2px 5px 0px #999; -moz-box-shadow: 2px 2px 5px 0px #999; filter: shadow(color=#999999, direction=135, strength=2); } #list-usersIngroup { width: 175px; max-height: 100px; background: #eef1f6; } #list-usersIngroup #list-usersIngroup-iem { font-size: 13px; text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap; width: 175px; color: #333333; } #tooltipmessagecustombody { float: left; padding: 10px; } #tooltipmessagecustom #header { width: 100%; padding: 2px; height: 20px; box-sizing: border-box; background-color: #e7e7e7; } #tooltipmessagecustom #header a { float: right; margin-right: 4px; cursor: pointer; }
apps/processmaker/htdocs/vendor/colosa/MichelangeloFE/compass/css/assignmentUser.css
.mafe-designer-assigment-button { background-color: #d7d9dd; font-size: 10; text-transform: none; } .mafe-designer-assigment-grid .pmui-gridpanelcell { text-align: left; } .mafe-grid-button { background-color: transparent; height: 0; padding: 0px 0px; } .mafe-grid-button.button-icon-user .button-icon { background: url(../img/mafe-sprite.png) no-repeat; background-position: 1px -195px; width: 14px; height: 17px; display: block; } .mafe-grid-button.button-icon-group .button-icon { background: url(../img/mafe-sprite.png) no-repeat; background-position: -2px -135px; width: 22px; height: 17px; display: block; } .mafe-grid-button .button-label { display: none; } .mafe-designer-assigment-grid .pmui-gridpanelcolumn { background-color: #FFFFFF; padding: 0px 10px; } .mafe-designer-assigment-grid .mafe-assigment-panel { padding: 0px 10px; } /* PANEL */ /* .mafe-assigment-panel .pmui-panel { background-color: transparent; } .mafe-assigment-panel-right{ background-color:#eaebed; padding-left: 10px; } .mafe-assigment-panel-global { background-color: transparent; padding-left: 20px; padding-right: 0px; } */ /* TEXT SEARCH */ .pmui.pmui-textfield.mafe-assigment-search { text-align: left; } /* BUTTONS SEARCH */ /* GRID ASSIGNES*/ /*.mafe-designer-assigment-grid { background-color: #FFFFFF; text-align: left; padding: 0px 0px; } .mafe-designer-assigment-grid .pmui-gridpanel-table{ min-height: 0em; }*/ .pmui-pmtooltipmessage .pmui-button-label { color: #999999; font-size: 10px; } .pmui-pmtooltipmessage .mafe-tooltip-close { background: transparent; margin: 0px 0px; padding: 0px 0px; width: auto; height: auto; color: black; } .pmui-pmtooltipmessage .mafe-tooltip-header { background: #EEF1F6; margin: 0px 7px; padding: 4px 0px; width: auto; height: 6px; color: black; } .pmui-pmtooltipmessage .mafe-tooltip-body { background: #EEF1F6; padding: 10px; } .pmui-pmtooltipmessage { background: #FFFFFF; font-size: 10; border: 1px solid #e7e7e7; -webkit-box-shadow: 2px 2px 5px 0px #999; -moz-box-shadow: 2px 2px 5px 0px #999; filter: shadow(color=#999999, direction=135, strength=2); } #list-usersIngroup { width: 175px; max-height: 100px; background: #eef1f6; } #list-usersIngroup #list-usersIngroup-iem { font-size: 13px; text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap; width: 175px; color: #333333; } #tooltipmessagecustombody { float: left; padding: 10px; } #tooltipmessagecustom #header { width: 100%; padding: 2px; height: 20px; box-sizing: border-box; background-color: #e7e7e7; } #tooltipmessagecustom #header a { float: right; margin-right: 4px; cursor: pointer; }
0.287468
0.10697
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("forum.massengeschmack.tv") { #val-topbar { } .forumhead { background: #00055c !important; border-top:1px solid #000046 !important; border-bottom:1px solid #000046 !important; border-left:1px solid #000046 !important; border-right:1px solid #000046 !important; } .threadlisthead { background: #00055c !important; border-top:1px solid #000046 !important; border-bottom:1px solid #000046 !important; border-left:1px solid #000046 !important; border-right:1px solid #000046 !important; } #posts {} .posthead { background: #00055c !important; border-top:1px solid #000046 !important; border-bottom:1px solid #000046 !important; border-left:1px solid #000046 !important; border-right:1px solid #000046 !important; } #above_postlist {} .newcontent_textcontrol { background: #00055c !important; border-top:1px solid #00004f !important; border-bottom:1px solid #00004f !important; border-left:1px solid #00004f !important; border-right:1px solid #00004f !important; } #above_postlist {} .newcontent_textcontrol:hover { background: #000ab9 !important; border-top:1px solid #00007f !important; border-bottom:1px solid #00007f !important; border-left:1px solid #00007f !important; border-right:1px solid #00007f !important; } #thread.block.searchresults {} h2.searchlisthead { background: #00055c !important; border-top:1px solid #000046 !important; border-bottom:1px solid #000046 !important; border-left:1px solid #000046 !important; border-right:1px solid #000046 !important; } #header.floatcontainer {} .bottom-round { background: #3f3f00 !important; border-bottom:1px solid #ffff00 !important; border-left:1px solid #ffff00 !important; border-right:1px solid #ffff00 !important; } .pagination.popupmenu.nohovermenu > span.first_last > a { background: #bfffff !important; color: #0f4f4f !important; border-top:1px solid #7fbfbf !important; border-bottom:1px solid #7fbfbf !important; border-left:1px solid #7fbfbf !important; border-right:1px solid #7fbfbf !important; } .pagination.popupmenu.nohovermenu > span > a#yui-gen12.popupctrl { background: #bfffff !important; color: #0f4f4f !important; border-top:1px solid #7fbfbf !important; border-bottom:1px solid #7fbfbf !important; border-left:1px solid #7fbfbf !important; border-right:1px solid #7fbfbf !important; } .pagination.popupmenu.nohovermenu > span > a { background: #bfffff !important; color: #0f4f4f !important; border-top:1px solid #7fbfbf !important; border-bottom:1px solid #7fbfbf !important; border-left:1px solid #7fbfbf !important; border-right:1px solid #7fbfbf !important; } .pagination.popupmenu.nohovermenu > span.selected > a { background: #0000ff !important; color: #bfffff !important; border-top:1px solid #00007f !important; border-bottom:1px solid #00007f !important; border-left:1px solid #00007f !important; border-right:1px solid #00007f !important; } }
data/usercss/90974.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("forum.massengeschmack.tv") { #val-topbar { } .forumhead { background: #00055c !important; border-top:1px solid #000046 !important; border-bottom:1px solid #000046 !important; border-left:1px solid #000046 !important; border-right:1px solid #000046 !important; } .threadlisthead { background: #00055c !important; border-top:1px solid #000046 !important; border-bottom:1px solid #000046 !important; border-left:1px solid #000046 !important; border-right:1px solid #000046 !important; } #posts {} .posthead { background: #00055c !important; border-top:1px solid #000046 !important; border-bottom:1px solid #000046 !important; border-left:1px solid #000046 !important; border-right:1px solid #000046 !important; } #above_postlist {} .newcontent_textcontrol { background: #00055c !important; border-top:1px solid #00004f !important; border-bottom:1px solid #00004f !important; border-left:1px solid #00004f !important; border-right:1px solid #00004f !important; } #above_postlist {} .newcontent_textcontrol:hover { background: #000ab9 !important; border-top:1px solid #00007f !important; border-bottom:1px solid #00007f !important; border-left:1px solid #00007f !important; border-right:1px solid #00007f !important; } #thread.block.searchresults {} h2.searchlisthead { background: #00055c !important; border-top:1px solid #000046 !important; border-bottom:1px solid #000046 !important; border-left:1px solid #000046 !important; border-right:1px solid #000046 !important; } #header.floatcontainer {} .bottom-round { background: #3f3f00 !important; border-bottom:1px solid #ffff00 !important; border-left:1px solid #ffff00 !important; border-right:1px solid #ffff00 !important; } .pagination.popupmenu.nohovermenu > span.first_last > a { background: #bfffff !important; color: #0f4f4f !important; border-top:1px solid #7fbfbf !important; border-bottom:1px solid #7fbfbf !important; border-left:1px solid #7fbfbf !important; border-right:1px solid #7fbfbf !important; } .pagination.popupmenu.nohovermenu > span > a#yui-gen12.popupctrl { background: #bfffff !important; color: #0f4f4f !important; border-top:1px solid #7fbfbf !important; border-bottom:1px solid #7fbfbf !important; border-left:1px solid #7fbfbf !important; border-right:1px solid #7fbfbf !important; } .pagination.popupmenu.nohovermenu > span > a { background: #bfffff !important; color: #0f4f4f !important; border-top:1px solid #7fbfbf !important; border-bottom:1px solid #7fbfbf !important; border-left:1px solid #7fbfbf !important; border-right:1px solid #7fbfbf !important; } .pagination.popupmenu.nohovermenu > span.selected > a { background: #0000ff !important; color: #bfffff !important; border-top:1px solid #00007f !important; border-bottom:1px solid #00007f !important; border-left:1px solid #00007f !important; border-right:1px solid #00007f !important; } }
0.167423
0.079818
html, body { height: 100%; } body { display: flex; flex-direction: column; } nav { display: flex; justify-content: start; padding: 0.5rem; } header { text-align: center; padding: 0rem 0.5rem; } main { flex: 1 0 auto; display: flex; flex-direction: column; align-items: center; margin: 0rem 15rem; } footer { flex-shrink: 0; background-color: #f1f1f1; text-align: center; margin: 1rem 0rem 0rem 0rem; padding: 1.5rem 0rem; } h3 { text-align: center; margin: 1rem 0rem; } h4 { margin: 0.5rem 0rem; font-size: 1.25rem; } h5 { margin: 0.5rem 0rem; font-size: 1.0rem; } h6 { font-size: 0.9rem; } footer > a { margin: 0.5rem; } .section { margin: 0rem 2rem; } .matchup { display: flex; justify-content: center; margin: 0rem 0rem; } .dropdownClass { margin: 0rem 0.5rem 0rem 0rem; } .dropdownBtn { margin: .75rem 1rem; } .dropdownHeader { margin: 0.75rem 0rem 0rem 0.5rem; } .matchup > button { margin: 0.5rem; padding: 0.5rem 1rem; } .matchup > p { margin: 1rem 0.5rem; } .matchup > .btn { font-size: 0.9rem; } .table { font-size: 1rem; } .seasonHeader { margin: 0.5rem 0rem 0.5rem 0.35rem; } .majorHeader, .qualsHeader { margin: 0.5rem 0rem 0.5rem 0.75rem; } .ti-option { padding-left: 0.75rem; } .ti-option > h6 { margin: 0rem; } #sections { display: flex; flex-direction: row; } #gamesHeader { display: flex; justify-content: center; } #source { float: right; } #remainingGamesList { position: relative; padding: 0; } @media screen and (max-width: 1730px){ main{ margin: 0rem; } } @media screen and (max-width: 1250px){ #sections { flex-direction: column; } #source { float: left; } } @media screen and (max-width: 600px){ #heading { margin: 0rem 1rem; } } @media screen and (max-width: 425px){ nav { justify-content: center; } }
styles/index.css
html, body { height: 100%; } body { display: flex; flex-direction: column; } nav { display: flex; justify-content: start; padding: 0.5rem; } header { text-align: center; padding: 0rem 0.5rem; } main { flex: 1 0 auto; display: flex; flex-direction: column; align-items: center; margin: 0rem 15rem; } footer { flex-shrink: 0; background-color: #f1f1f1; text-align: center; margin: 1rem 0rem 0rem 0rem; padding: 1.5rem 0rem; } h3 { text-align: center; margin: 1rem 0rem; } h4 { margin: 0.5rem 0rem; font-size: 1.25rem; } h5 { margin: 0.5rem 0rem; font-size: 1.0rem; } h6 { font-size: 0.9rem; } footer > a { margin: 0.5rem; } .section { margin: 0rem 2rem; } .matchup { display: flex; justify-content: center; margin: 0rem 0rem; } .dropdownClass { margin: 0rem 0.5rem 0rem 0rem; } .dropdownBtn { margin: .75rem 1rem; } .dropdownHeader { margin: 0.75rem 0rem 0rem 0.5rem; } .matchup > button { margin: 0.5rem; padding: 0.5rem 1rem; } .matchup > p { margin: 1rem 0.5rem; } .matchup > .btn { font-size: 0.9rem; } .table { font-size: 1rem; } .seasonHeader { margin: 0.5rem 0rem 0.5rem 0.35rem; } .majorHeader, .qualsHeader { margin: 0.5rem 0rem 0.5rem 0.75rem; } .ti-option { padding-left: 0.75rem; } .ti-option > h6 { margin: 0rem; } #sections { display: flex; flex-direction: row; } #gamesHeader { display: flex; justify-content: center; } #source { float: right; } #remainingGamesList { position: relative; padding: 0; } @media screen and (max-width: 1730px){ main{ margin: 0rem; } } @media screen and (max-width: 1250px){ #sections { flex-direction: column; } #source { float: left; } } @media screen and (max-width: 600px){ #heading { margin: 0rem 1rem; } } @media screen and (max-width: 425px){ nav { justify-content: center; } }
0.454714
0.056574
html { height: 100%; } body { height: 100%; margin: 0; padding: 0; } /* Navbar */ .navbar-brand>img { max-height: 100%; } .navbar-brand { height: 72px } .navbar { background-color: black; color: white; border-width: 0px; border-radius: 0px; margin-bottom: 0px; text-transform: uppercase; height: 70px; } .navbar-default .navbar-nav>li>a { color: white; padding-top: 26px; padding-bottom: 26px; background-color: black; height: 70px; } .navbar-default .navbar-nav>.active>a { background-color: white; } .navbar-default .navbar-nav>li>a:hover { color: grey; background-color: black; } .btn { border-radius: 23px; border: solid 2px black; color: black; text-transform: uppercase; background-color: transparent; height: 46px; margin-top: 13px; padding-left: 20px; padding-right: 20px; } .btn:hover { background-color: black; color: white; } .ml { margin-left: 20px; } .navbar-btn { border-color: white; color: white; margin: 0; position: relative; top: -14px; } .navbar-btn:hover { background-color: white; color: black; } .navbar-toggle { margin-top: 20px; } .lang { text-transform: lowercase; } .separator a:hover { color: white !important; cursor: default; } @media (max-width: 768px) { li.separator { display: none; } .lang { float: right; } } /* Nav */ .nav .nav { padding-left: 15px; } .beta { position: relative; top: -3px; left: -12px; text-transform: lowercase; font-style: italic; color: white !important; font-size: 0.9em; } .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { background-color: #d60c54; } .nav-pills>li>a { color: #d60c54; } /* General */ h1 { font-family: roboto; font-weight: 100; font-size: 32px; } h2 { font-family: Amatic SC, script; font-size: 42px; color: #d60c54; } h3 { font-family: roboto; font-weight: 100; font-size: 26px; } p { font-size: 1.4em; } .hp li, .text li { font-size: 1.4em; } em { color: #929292; } .center { text-align: center; } .orange { background-color: #fed149; } .mt { margin-top: 45px; } .mb { margin-bottom: 45px; } .smt { margin-top: 15px; } .smb { margin-bottom: 15px; } .pt { padding-top: 45px; } .pb { padding-bottom: 45px; } .right { text-align: right; } .cta-img { margin-left: 30px; margin-right: 30px; } .cta-img img { max-width: 100%; } /* Text blocks */ .text img { max-width: 100%; } /* Home page */ #welcome { padding-top: 250px; padding-bottom: 90px; background-size: cover; background-position: center; min-height: 90%; } #welcome .container { max-width: 780px; } #welcome h1 { background-color: rgba(255,255,255,0.8); display: -webkit-inline-box; padding: 10px; } .description { background-color: #fed149; padding: 80px; } .container { max-width: 920px; } .maps iframe{ pointer-events: none; -webkit-filter: grayscale(100%); filter: grayscale(100%); margin-bottom: -5px; } img.partner, .mentors .thumb-img img { -webkit-filter: grayscale(100%); filter: grayscale(100%); } img.partner:hover, .mentors .thumb-img img:hover { -webkit-filter: grayscale(0%); filter: grayscale(0%); -webkit-transition: 1s; /* Safari */ transition: 1s; } .partner { margin-bottom: 25px; } .thumb-img img { max-width: 100%; border-radius: 50%; } .mentor-meta { text-align: center; min-height: 80px; } .intro { border-top: 2px solid #d60c54; } @media only screen and (max-width : 767px) { .mentor { height: auto !important; } } /* FAQ */ .question { } /* Footer */ .footer { padding-top: 50px; padding-bottom: 50px; background-color: #efefef; color: #929292; font-size: 10px; } .footer .fa-circle { color: #929292; } /* Mobile fix */ @media (max-width: 780px) { .description { padding: 50px; } .description h1 { font-size: 20px; } }
assets/css/main.css
html { height: 100%; } body { height: 100%; margin: 0; padding: 0; } /* Navbar */ .navbar-brand>img { max-height: 100%; } .navbar-brand { height: 72px } .navbar { background-color: black; color: white; border-width: 0px; border-radius: 0px; margin-bottom: 0px; text-transform: uppercase; height: 70px; } .navbar-default .navbar-nav>li>a { color: white; padding-top: 26px; padding-bottom: 26px; background-color: black; height: 70px; } .navbar-default .navbar-nav>.active>a { background-color: white; } .navbar-default .navbar-nav>li>a:hover { color: grey; background-color: black; } .btn { border-radius: 23px; border: solid 2px black; color: black; text-transform: uppercase; background-color: transparent; height: 46px; margin-top: 13px; padding-left: 20px; padding-right: 20px; } .btn:hover { background-color: black; color: white; } .ml { margin-left: 20px; } .navbar-btn { border-color: white; color: white; margin: 0; position: relative; top: -14px; } .navbar-btn:hover { background-color: white; color: black; } .navbar-toggle { margin-top: 20px; } .lang { text-transform: lowercase; } .separator a:hover { color: white !important; cursor: default; } @media (max-width: 768px) { li.separator { display: none; } .lang { float: right; } } /* Nav */ .nav .nav { padding-left: 15px; } .beta { position: relative; top: -3px; left: -12px; text-transform: lowercase; font-style: italic; color: white !important; font-size: 0.9em; } .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { background-color: #d60c54; } .nav-pills>li>a { color: #d60c54; } /* General */ h1 { font-family: roboto; font-weight: 100; font-size: 32px; } h2 { font-family: Amatic SC, script; font-size: 42px; color: #d60c54; } h3 { font-family: roboto; font-weight: 100; font-size: 26px; } p { font-size: 1.4em; } .hp li, .text li { font-size: 1.4em; } em { color: #929292; } .center { text-align: center; } .orange { background-color: #fed149; } .mt { margin-top: 45px; } .mb { margin-bottom: 45px; } .smt { margin-top: 15px; } .smb { margin-bottom: 15px; } .pt { padding-top: 45px; } .pb { padding-bottom: 45px; } .right { text-align: right; } .cta-img { margin-left: 30px; margin-right: 30px; } .cta-img img { max-width: 100%; } /* Text blocks */ .text img { max-width: 100%; } /* Home page */ #welcome { padding-top: 250px; padding-bottom: 90px; background-size: cover; background-position: center; min-height: 90%; } #welcome .container { max-width: 780px; } #welcome h1 { background-color: rgba(255,255,255,0.8); display: -webkit-inline-box; padding: 10px; } .description { background-color: #fed149; padding: 80px; } .container { max-width: 920px; } .maps iframe{ pointer-events: none; -webkit-filter: grayscale(100%); filter: grayscale(100%); margin-bottom: -5px; } img.partner, .mentors .thumb-img img { -webkit-filter: grayscale(100%); filter: grayscale(100%); } img.partner:hover, .mentors .thumb-img img:hover { -webkit-filter: grayscale(0%); filter: grayscale(0%); -webkit-transition: 1s; /* Safari */ transition: 1s; } .partner { margin-bottom: 25px; } .thumb-img img { max-width: 100%; border-radius: 50%; } .mentor-meta { text-align: center; min-height: 80px; } .intro { border-top: 2px solid #d60c54; } @media only screen and (max-width : 767px) { .mentor { height: auto !important; } } /* FAQ */ .question { } /* Footer */ .footer { padding-top: 50px; padding-bottom: 50px; background-color: #efefef; color: #929292; font-size: 10px; } .footer .fa-circle { color: #929292; } /* Mobile fix */ @media (max-width: 780px) { .description { padding: 50px; } .description h1 { font-size: 20px; } }
0.290377
0.065068
body { font-family: UbuntuBeta } body { margin: 0 auto; width: 976px; font-family: 'UbuntuBeta'; background: #ecebe9; font-size: 12px; line-height: 16px; background: url('/static/img/ubuntu/bg_dotted.png'); } .clearBoth { clear: both; } .floatRight { float: right; } h1 { font-size: 36px; line-height: 40px; margin: 24px 0 32px 0px; font-weight: normal; } h2 { font-size: 24px; line-height: 28px; margin: 0 0 8px 0; font-weight: normal; } h3 { font-size: 16px; line-height: 20px; margin: 0 0 8px 0; font-weight: normal; } h4 { font-size: 12px; margin: 0; font-weight: normal; } p { font-size: 12px; margin: 0 0 1em 0; } a { color: #772953; text-decoration: none; font-weight: bold } a img { border: none; } a:hover { text-decoration: underline; } a:visited { color: #4f1937; } textarea, select, input { margin: 4px 0 8px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #888; font-size: 12px; line-height: 16px; } .inputGap { margin-bottom: 32px; } #wrapper { background: white; position: relative; z-index: 2; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-bottom: 64px; -moz-box-shadow: 0px 2px 5px #888; -webkit-box-shadow: 0px 2px 5px #888; } #navbar { height: 32px; padding-top: 60px; width: 960px; background: url('/static/img/ubuntu/header_background.png') repeat-x; margin: 0; padding-left: 16px; -moz-box-shadow: 0px 1px 2px #888; z-index: 2; position: relative; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } #navbar #ubuntu { position: absolute; width: 117px; height: 32px; top: 10px; right: 18px; background: url('/static/img/ubuntu/header_logo.png') no-repeat; text-indent: -9999px; } #main { padding: 8px 16px 0; } #content { background-color: #F7F7F7; -moz-border-radius: 4px; border-radius: 4px; padding: 16px 240px 32px 160px; } #content textarea { font-family: 'Ubuntu Beta Web Font'; display: block; width: 542px; height: 160px; } #content input { font-family: 'Ubuntu Beta Web Font'; display: block; width: 542px; } #content input.button { width: auto; } #content .bigColumn { width: 448px; float: left; } #content .bigColumn textarea { width: 430px; margin-left: 16px; } #content .smallColumn { float: left; width: 96px; } #content .smallColumn select { display: block; width: 96px; } #content .bigColumn input { width: 318px; } #content .rightFields { width: 208px; float: left; padding-left: 16px; } #content .rightFields select { display: block; } #content .rightFields select option { font-weight: normal; font-style: normal } #content .rightFields select option.bold { font-weight: bold; } #content .rightFields select option.italic { font-style: italic; } #content .bold { font-weight: bold; } #content .italic { font-style: italic; } #content #flash { color: red; background: pink; border: 1px solid red; padding: 8px; margin-bottom: 32px; } #hidden { display: none; } #hidden #renderBox { margin: 0 0 16px 64px; } #hidden #renderBox #rendered { margin-bottom: 8px; } #hidden #renderBox #canvas { margin-bottom: 8px; display: block; } #hidden a { display: block; margin-bottom: 32px; } #hidden #screenshotContainer { display: none; } #footer { padding: 16px; background-color: #F7F6F5;} #footer #welcome { float: left; } #footer #signout { float: right; } .dialog { display: none; } a.edit { color:#999;float:right;} .pad_summary{ width:100px; float:left; margin-right:16px} .pad_detail{clear:both; margin-bottom:2em;} #main img{max-width:100%;} .more {padding-bottom:2em;} .menu{ } .menu a{font-weight:normal;color:#333; float:left;} .menu a:hover {text-decoration:none; } .menu ul {list-style:none; padding:0px 3px 0 0; vertical-align:top; float:left; display:block} .menu ul ul{background-color:#fff; -moz-box-shadow: 0px 2px 5px #888; -webkit-box-shadow: 0px 2px 5px #888;} .menu li {padding-right:8px; } .menu li img{vertical-align:middle;margin-right:8px;} .menu div.noimage { width:0px; display:inline-block } /* .menu ul{margin:0; padding:0;} .menu ul li{margin:0; list-style:none; background-color:white; border:1px solid #eee;position:relative;display:inline;float:left;} .menu ul li a { display:block; padding:5px; margin-right:3px; } .menu ul li ul{position: absolute;left: 0;display: block;visibility: hidden;border-top: 1px solid black;} .menu ul li ul li{display: list-item;float: none;} */ .arrow {vertical-align:text-bottom;width:16px; height:16px; display:inline-block; overflow:hidden; background:url(/static/img/ubuntu/ui-icons_222222_256x240.png) 192px 48px;} .arrow.right{ background-position:208px 48px;} #padoptions {font-size:12px} #navigation {height:30px;position:absolute;z-index:1000;top:0px} #docbar{ margin-top:30px } #new {float:right; padding-right:16px}
etherpad/src/plugins/padHierarchy/static/css/ubuntu.css
body { font-family: UbuntuBeta } body { margin: 0 auto; width: 976px; font-family: 'UbuntuBeta'; background: #ecebe9; font-size: 12px; line-height: 16px; background: url('/static/img/ubuntu/bg_dotted.png'); } .clearBoth { clear: both; } .floatRight { float: right; } h1 { font-size: 36px; line-height: 40px; margin: 24px 0 32px 0px; font-weight: normal; } h2 { font-size: 24px; line-height: 28px; margin: 0 0 8px 0; font-weight: normal; } h3 { font-size: 16px; line-height: 20px; margin: 0 0 8px 0; font-weight: normal; } h4 { font-size: 12px; margin: 0; font-weight: normal; } p { font-size: 12px; margin: 0 0 1em 0; } a { color: #772953; text-decoration: none; font-weight: bold } a img { border: none; } a:hover { text-decoration: underline; } a:visited { color: #4f1937; } textarea, select, input { margin: 4px 0 8px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #888; font-size: 12px; line-height: 16px; } .inputGap { margin-bottom: 32px; } #wrapper { background: white; position: relative; z-index: 2; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-bottom: 64px; -moz-box-shadow: 0px 2px 5px #888; -webkit-box-shadow: 0px 2px 5px #888; } #navbar { height: 32px; padding-top: 60px; width: 960px; background: url('/static/img/ubuntu/header_background.png') repeat-x; margin: 0; padding-left: 16px; -moz-box-shadow: 0px 1px 2px #888; z-index: 2; position: relative; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } #navbar #ubuntu { position: absolute; width: 117px; height: 32px; top: 10px; right: 18px; background: url('/static/img/ubuntu/header_logo.png') no-repeat; text-indent: -9999px; } #main { padding: 8px 16px 0; } #content { background-color: #F7F7F7; -moz-border-radius: 4px; border-radius: 4px; padding: 16px 240px 32px 160px; } #content textarea { font-family: 'Ubuntu Beta Web Font'; display: block; width: 542px; height: 160px; } #content input { font-family: 'Ubuntu Beta Web Font'; display: block; width: 542px; } #content input.button { width: auto; } #content .bigColumn { width: 448px; float: left; } #content .bigColumn textarea { width: 430px; margin-left: 16px; } #content .smallColumn { float: left; width: 96px; } #content .smallColumn select { display: block; width: 96px; } #content .bigColumn input { width: 318px; } #content .rightFields { width: 208px; float: left; padding-left: 16px; } #content .rightFields select { display: block; } #content .rightFields select option { font-weight: normal; font-style: normal } #content .rightFields select option.bold { font-weight: bold; } #content .rightFields select option.italic { font-style: italic; } #content .bold { font-weight: bold; } #content .italic { font-style: italic; } #content #flash { color: red; background: pink; border: 1px solid red; padding: 8px; margin-bottom: 32px; } #hidden { display: none; } #hidden #renderBox { margin: 0 0 16px 64px; } #hidden #renderBox #rendered { margin-bottom: 8px; } #hidden #renderBox #canvas { margin-bottom: 8px; display: block; } #hidden a { display: block; margin-bottom: 32px; } #hidden #screenshotContainer { display: none; } #footer { padding: 16px; background-color: #F7F6F5;} #footer #welcome { float: left; } #footer #signout { float: right; } .dialog { display: none; } a.edit { color:#999;float:right;} .pad_summary{ width:100px; float:left; margin-right:16px} .pad_detail{clear:both; margin-bottom:2em;} #main img{max-width:100%;} .more {padding-bottom:2em;} .menu{ } .menu a{font-weight:normal;color:#333; float:left;} .menu a:hover {text-decoration:none; } .menu ul {list-style:none; padding:0px 3px 0 0; vertical-align:top; float:left; display:block} .menu ul ul{background-color:#fff; -moz-box-shadow: 0px 2px 5px #888; -webkit-box-shadow: 0px 2px 5px #888;} .menu li {padding-right:8px; } .menu li img{vertical-align:middle;margin-right:8px;} .menu div.noimage { width:0px; display:inline-block } /* .menu ul{margin:0; padding:0;} .menu ul li{margin:0; list-style:none; background-color:white; border:1px solid #eee;position:relative;display:inline;float:left;} .menu ul li a { display:block; padding:5px; margin-right:3px; } .menu ul li ul{position: absolute;left: 0;display: block;visibility: hidden;border-top: 1px solid black;} .menu ul li ul li{display: list-item;float: none;} */ .arrow {vertical-align:text-bottom;width:16px; height:16px; display:inline-block; overflow:hidden; background:url(/static/img/ubuntu/ui-icons_222222_256x240.png) 192px 48px;} .arrow.right{ background-position:208px 48px;} #padoptions {font-size:12px} #navigation {height:30px;position:absolute;z-index:1000;top:0px} #docbar{ margin-top:30px } #new {float:right; padding-right:16px}
0.259075
0.127245
.leaflet-control.elevation .background { background-color: rgba(70, 130, 180, .2); border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; } .leaflet-control.elevation .axis line, .leaflet-control.elevation .axis path { stroke: #2d1130; stroke-width: 2; fill: none; } .leaflet-control.elevation .area { fill: #4682b4; stroke: #000000; stroke-width: 1.8; } .leaflet-control.elevation .mouse-focus-line { stroke: #0d1821; stroke-width: 1; pointer-events: none; } .leaflet-control.elevation .mouse-drag { fill: rgba(23, 74, 117, .4); } .leaflet-control.elevation .elevation-toggle { cursor: pointer; box-shadow: 0 1px 7px rgba(0, 0, 0, .4); -webkit-border-radius: 5px; border-radius: 5px; width: 36px; height: 36px; background-color: #f8f8f9; } .leaflet-control.elevation-collapsed .background { display: none; } .leaflet-control.elevation-collapsed .elevation-toggle { display: block; } .leaflet-control.elevation .elevation-toggle-icon { background: url(images/elevation.png) no-repeat center center; } .leaflet-overlay-pane .height-focus { fill: #4682b4; stroke: #4682b4; } .leaflet-overlay-pane .height-focus.line { pointer-events: none; stroke-width: 2; } /*////////////////////////////////////////////////*/ .lime-theme.leaflet-control.elevation .background { background-color: rgba(156, 194, 34, .2); } .lime-theme.leaflet-control.elevation .axis line, .lime-theme.leaflet-control.elevation .axis path { stroke: #566b13; } .lime-theme.leaflet-control.elevation .mouse-drag { fill: rgba(99, 126, 11, .4); } .lime-theme.leaflet-control.elevation .elevation-toggle-icon { background: url(images/elevation-lime.png) no-repeat center center; } .lime-theme.leaflet-control.elevation .area { fill: #9cc222; } .lime-theme.leaflet-control.elevation .mouse-focus-line { stroke: #101404; } .lime-theme.height-focus { stroke: #9cc222; fill: #9cc222; } /*////////////////////////////////////////////////*/ .steelblue-theme.leaflet-control.elevation .background { background-color: rgba(70, 130, 180, .2); } .steelblue-theme.leaflet-control.elevation .axis line, .steelblue-theme.leaflet-control.elevation .axis path { stroke: #0d1821; } .steelblue-theme.leaflet-control.elevation .mouse-drag { fill: rgba(23, 74, 117, .4); } .steelblue-theme.leaflet-control.elevation .elevation-toggle-icon { background: url(images/elevation-steelblue.png) no-repeat center center; } .steelblue-theme.leaflet-control.elevation .area { fill: #4682b4; } .steelblue-theme.leaflet-control.elevation .mouse-focus-line { stroke: #0d1821; } .steelblue-theme.height-focus { stroke: #4682b4; fill: #4682b4; } /*////////////////////////////////////////////////*/ .purple-theme.leaflet-control.elevation .background { background-color: rgba(115, 44, 123, .2); } .purple-theme.leaflet-control.elevation .axis line, .purple-theme.leaflet-control.elevation .axis path { stroke: #2d1130; } .purple-theme.leaflet-control.elevation .mouse-drag { fill: rgba(74, 14, 80, .4); } .purple-theme.leaflet-control.elevation .elevation-toggle-icon { background: url(images/elevation-purple.png) no-repeat center center; } .purple-theme.leaflet-control.elevation .area { fill: #732c7b; } .purple-theme.leaflet-control.elevation .mouse-focus-line { stroke: #000; } .purple-theme.height-focus { stroke: #732c7b; fill: #732c7b } /*////////////////////////////////////////////////*/ .magenta-theme.leaflet-control.elevation .background { background-color: rgba(255, 255, 255, 0.47); } .leaflet-control.elevation .area { fill: #FF005E; stroke: #000000; }
leaflet-elevation.css
.leaflet-control.elevation .background { background-color: rgba(70, 130, 180, .2); border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; } .leaflet-control.elevation .axis line, .leaflet-control.elevation .axis path { stroke: #2d1130; stroke-width: 2; fill: none; } .leaflet-control.elevation .area { fill: #4682b4; stroke: #000000; stroke-width: 1.8; } .leaflet-control.elevation .mouse-focus-line { stroke: #0d1821; stroke-width: 1; pointer-events: none; } .leaflet-control.elevation .mouse-drag { fill: rgba(23, 74, 117, .4); } .leaflet-control.elevation .elevation-toggle { cursor: pointer; box-shadow: 0 1px 7px rgba(0, 0, 0, .4); -webkit-border-radius: 5px; border-radius: 5px; width: 36px; height: 36px; background-color: #f8f8f9; } .leaflet-control.elevation-collapsed .background { display: none; } .leaflet-control.elevation-collapsed .elevation-toggle { display: block; } .leaflet-control.elevation .elevation-toggle-icon { background: url(images/elevation.png) no-repeat center center; } .leaflet-overlay-pane .height-focus { fill: #4682b4; stroke: #4682b4; } .leaflet-overlay-pane .height-focus.line { pointer-events: none; stroke-width: 2; } /*////////////////////////////////////////////////*/ .lime-theme.leaflet-control.elevation .background { background-color: rgba(156, 194, 34, .2); } .lime-theme.leaflet-control.elevation .axis line, .lime-theme.leaflet-control.elevation .axis path { stroke: #566b13; } .lime-theme.leaflet-control.elevation .mouse-drag { fill: rgba(99, 126, 11, .4); } .lime-theme.leaflet-control.elevation .elevation-toggle-icon { background: url(images/elevation-lime.png) no-repeat center center; } .lime-theme.leaflet-control.elevation .area { fill: #9cc222; } .lime-theme.leaflet-control.elevation .mouse-focus-line { stroke: #101404; } .lime-theme.height-focus { stroke: #9cc222; fill: #9cc222; } /*////////////////////////////////////////////////*/ .steelblue-theme.leaflet-control.elevation .background { background-color: rgba(70, 130, 180, .2); } .steelblue-theme.leaflet-control.elevation .axis line, .steelblue-theme.leaflet-control.elevation .axis path { stroke: #0d1821; } .steelblue-theme.leaflet-control.elevation .mouse-drag { fill: rgba(23, 74, 117, .4); } .steelblue-theme.leaflet-control.elevation .elevation-toggle-icon { background: url(images/elevation-steelblue.png) no-repeat center center; } .steelblue-theme.leaflet-control.elevation .area { fill: #4682b4; } .steelblue-theme.leaflet-control.elevation .mouse-focus-line { stroke: #0d1821; } .steelblue-theme.height-focus { stroke: #4682b4; fill: #4682b4; } /*////////////////////////////////////////////////*/ .purple-theme.leaflet-control.elevation .background { background-color: rgba(115, 44, 123, .2); } .purple-theme.leaflet-control.elevation .axis line, .purple-theme.leaflet-control.elevation .axis path { stroke: #2d1130; } .purple-theme.leaflet-control.elevation .mouse-drag { fill: rgba(74, 14, 80, .4); } .purple-theme.leaflet-control.elevation .elevation-toggle-icon { background: url(images/elevation-purple.png) no-repeat center center; } .purple-theme.leaflet-control.elevation .area { fill: #732c7b; } .purple-theme.leaflet-control.elevation .mouse-focus-line { stroke: #000; } .purple-theme.height-focus { stroke: #732c7b; fill: #732c7b } /*////////////////////////////////////////////////*/ .magenta-theme.leaflet-control.elevation .background { background-color: rgba(255, 255, 255, 0.47); } .leaflet-control.elevation .area { fill: #FF005E; stroke: #000000; }
0.31363
0.23267
:root { --color-theme: #2978ad; --bg-primary: #212121; --bg-secondary: #282828; --bg-hover: rgba(41, 120, 173, .5); --color-primary: #ebdbb2; --padding: 1rem; --rounded: 0.45rem; --shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12) } * { box-sizing: border-box; padding: 0; margin: 0; font-size: 15px; transition: opacity .5s; font-family: "Fira Code Medium", serif; } html { color: var(--color-primary); background: var(--bg-primary); background-image: url("./background.png"); } body { margin: 0 auto; padding: 0; } #container { margin: 1em auto 0; width: 70%; } h1, h2 { font-weight: 300; margin: 0; padding: 0; } h3, h4 { text-transform: uppercase; text-align: left; color: var(--color-primary); } h1 { font-size: 4em; font-weight: 700; } h3 { font-size: 20px; font-weight: 900; padding: var(--padding); } #header { text-align: center; } #apps-container { display: grid; grid-column-gap: 0; grid-row-gap: 0; grid-template-columns: 1fr 1fr 1fr 1fr; } #apps-container a { text-decoration: none; color: var(--color-primary); } .apps-item { display: flex; flex-direction: row; flex-wrap: wrap; height: 64px; margin: .5rem; box-shadow: var(--shadow); background: var(--bg-secondary); border-radius: var(--rounded); transition: background-color .5s; } .apps-item:hover { background-color: var(--bg-hover) !important; } .apps-item > .apps-text { transition: padding-top .5s; } .apps-item:hover > .apps-text { padding-top: 15px; } .apps-icon { height: 64px; margin: 0 1em; padding-top: 13px; } .icon { font-size: 2.5em; } .apps-text { text-align: left; display: flex; flex-direction: column; justify-content: center; } .apps-text span { font-size: 1em; font-weight: 500; text-decoration: none !important; } .apps-text span:nth-child(2n) { color: var(--bg-hover); font-size: 0.8em; text-transform: lowercase; } #searchBox{ margin:0 auto; width:400px; height: 32px; border-radius: var(--rounded); background-color: var(--bg-primary); transition: box-shadow .5s; } #searchBox:hover{ box-shadow: 0px 0px 8px 1px var(--color-primary); } #searchBox:focus-within{ box-shadow: 0px 0px 8px 1px var(--color-primary); outline:none; } #searchbar{ height:32px; border: none; width:95%; margin-left: 10px; font-size:16px; outline: none; background: none; font-size: 10pt; font-style: italic; color: var(--color-primary); }
startpage/assets/css/style.css
:root { --color-theme: #2978ad; --bg-primary: #212121; --bg-secondary: #282828; --bg-hover: rgba(41, 120, 173, .5); --color-primary: #ebdbb2; --padding: 1rem; --rounded: 0.45rem; --shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12) } * { box-sizing: border-box; padding: 0; margin: 0; font-size: 15px; transition: opacity .5s; font-family: "Fira Code Medium", serif; } html { color: var(--color-primary); background: var(--bg-primary); background-image: url("./background.png"); } body { margin: 0 auto; padding: 0; } #container { margin: 1em auto 0; width: 70%; } h1, h2 { font-weight: 300; margin: 0; padding: 0; } h3, h4 { text-transform: uppercase; text-align: left; color: var(--color-primary); } h1 { font-size: 4em; font-weight: 700; } h3 { font-size: 20px; font-weight: 900; padding: var(--padding); } #header { text-align: center; } #apps-container { display: grid; grid-column-gap: 0; grid-row-gap: 0; grid-template-columns: 1fr 1fr 1fr 1fr; } #apps-container a { text-decoration: none; color: var(--color-primary); } .apps-item { display: flex; flex-direction: row; flex-wrap: wrap; height: 64px; margin: .5rem; box-shadow: var(--shadow); background: var(--bg-secondary); border-radius: var(--rounded); transition: background-color .5s; } .apps-item:hover { background-color: var(--bg-hover) !important; } .apps-item > .apps-text { transition: padding-top .5s; } .apps-item:hover > .apps-text { padding-top: 15px; } .apps-icon { height: 64px; margin: 0 1em; padding-top: 13px; } .icon { font-size: 2.5em; } .apps-text { text-align: left; display: flex; flex-direction: column; justify-content: center; } .apps-text span { font-size: 1em; font-weight: 500; text-decoration: none !important; } .apps-text span:nth-child(2n) { color: var(--bg-hover); font-size: 0.8em; text-transform: lowercase; } #searchBox{ margin:0 auto; width:400px; height: 32px; border-radius: var(--rounded); background-color: var(--bg-primary); transition: box-shadow .5s; } #searchBox:hover{ box-shadow: 0px 0px 8px 1px var(--color-primary); } #searchBox:focus-within{ box-shadow: 0px 0px 8px 1px var(--color-primary); outline:none; } #searchbar{ height:32px; border: none; width:95%; margin-left: 10px; font-size:16px; outline: none; background: none; font-size: 10pt; font-style: italic; color: var(--color-primary); }
0.551332
0.151372
html{ min-height: 100%; } .barrita{ position: relative; margin : 0 auto; margin-bottom: 10vh; margin-top: 10vh; height: 0.5vh; width: 80%; background-color: rgb(71, 71, 71); } .atg{ color:white; text-align: center; position: relative; @media (max-width: 620px) { width: 100%; } } .atg span{ /* margin-left: 50vh; */ display: inline-block; } .atg h3{ margin-left: 50vh; display: inline-block; } .text1{ margin-top: 10vh; font-size: 6vh; margin-bottom: 7vh; text-align: center; } .text2{ text-align: left; font-size: 2.5vh; margin-left: 30vh; margin-right: 15vh; } footer{ background: rgb(56, 56, 56); padding:1em 0; margin-top:8em; bottom:0; width: 100%; border-top: 10px solid #5f5f5f; position:absolute; } .footer-container{ width: 70%; margin:0 2em; display:block; align-items: center; } footer img{ width: 10%; height: 10%; border-radius:1em; } h1 { font-family: 'Satisfy', cursive; font-size: 50px; display: inline-block; padding-top: 1.5%; width: 100%; text-align : center; color: black; } #session { top:0; padding-top:0; position:relative; margin:0; margin-left: 1vh; } header{ overflow: hidden; margin:auto; width:100%; height:50px; position:fixed; z-index:101; background: #3a3a3a; border-bottom: 8px solid #b9b8b3; } body{ margin: 0px; background-color: rgb(143, 143, 143); font-weight: 500; } nav > li{ float: left; } nav li:hover{ transform: scale(1.05); } nav{ margin:0 auto; width:1200px; /*Ancho del menú dentro de la barra, variaremos este valor hasta conseguir el que buscamos*/ } nav ul{ margin:0; padding: 0; list-style: none ; } nav li{ display: inline-block; margin-left: 70px; padding-top: 10px; position: relative ; } nav a{ color:#c4c4c4; text-decoration: none; text-transform: uppercase; font-size: 110%; } nav a:hover{ color:#dddddd; } .juego{ font-size: 21px; font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } nav li::before{ content:''; display: block; height: 150%; width: 0%; background: linear-gradient(180deg, #3a3a3a , #616161, #b9b8b3); position: absolute; top:90%; transition: all ease-in-out 150ms; } nav li:hover::before{ width: 100%; } .container{ width: 100%; margin: 0 auto; } canvas{ position: relative; border-color:#505050; border-width:3vh; border-style: solid; border-radius: 0px; transform: translate(0%, 15%); }
css/game.css
html{ min-height: 100%; } .barrita{ position: relative; margin : 0 auto; margin-bottom: 10vh; margin-top: 10vh; height: 0.5vh; width: 80%; background-color: rgb(71, 71, 71); } .atg{ color:white; text-align: center; position: relative; @media (max-width: 620px) { width: 100%; } } .atg span{ /* margin-left: 50vh; */ display: inline-block; } .atg h3{ margin-left: 50vh; display: inline-block; } .text1{ margin-top: 10vh; font-size: 6vh; margin-bottom: 7vh; text-align: center; } .text2{ text-align: left; font-size: 2.5vh; margin-left: 30vh; margin-right: 15vh; } footer{ background: rgb(56, 56, 56); padding:1em 0; margin-top:8em; bottom:0; width: 100%; border-top: 10px solid #5f5f5f; position:absolute; } .footer-container{ width: 70%; margin:0 2em; display:block; align-items: center; } footer img{ width: 10%; height: 10%; border-radius:1em; } h1 { font-family: 'Satisfy', cursive; font-size: 50px; display: inline-block; padding-top: 1.5%; width: 100%; text-align : center; color: black; } #session { top:0; padding-top:0; position:relative; margin:0; margin-left: 1vh; } header{ overflow: hidden; margin:auto; width:100%; height:50px; position:fixed; z-index:101; background: #3a3a3a; border-bottom: 8px solid #b9b8b3; } body{ margin: 0px; background-color: rgb(143, 143, 143); font-weight: 500; } nav > li{ float: left; } nav li:hover{ transform: scale(1.05); } nav{ margin:0 auto; width:1200px; /*Ancho del menú dentro de la barra, variaremos este valor hasta conseguir el que buscamos*/ } nav ul{ margin:0; padding: 0; list-style: none ; } nav li{ display: inline-block; margin-left: 70px; padding-top: 10px; position: relative ; } nav a{ color:#c4c4c4; text-decoration: none; text-transform: uppercase; font-size: 110%; } nav a:hover{ color:#dddddd; } .juego{ font-size: 21px; font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } nav li::before{ content:''; display: block; height: 150%; width: 0%; background: linear-gradient(180deg, #3a3a3a , #616161, #b9b8b3); position: absolute; top:90%; transition: all ease-in-out 150ms; } nav li:hover::before{ width: 100%; } .container{ width: 100%; margin: 0 auto; } canvas{ position: relative; border-color:#505050; border-width:3vh; border-style: solid; border-radius: 0px; transform: translate(0%, 15%); }
0.435061
0.063164
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body, html { float: left; width: 100%; background: #0f0e17; color: #a7a9be; font-family: 'Roboto', sans-serif; } html.full-height { height: 100%; } html.full-height body { height: 100%; } .row { float: left; width: 100%; } a { color: #a7a9be; text-decoration: none; } header { width: 100%; height: 46px; float: left; background: #0f0e17; border-bottom: solid 2px #2c2b38; } header img { margin: 0 auto; height: 46px; display: block; padding: 8px; box-sizing: border-box; } .container { margin: 0 auto; width: 900px; max-width: 100%; padding: 16px; box-sizing: border-box; } h1 { margin-top: 32px; color: #fffffe; font-size: 28px; margin-bottom: 16px; font-weight: 600; float: left; width: 100%; } h2 { font-size: 22px; color: #fffffe; margin-top: 32px; float: left; width: 100%; } p { float: left; width: 100%; line-height: 28px; font-size: 16px; } p a { color: #ff8906; text-decoration: underline; } p strong { font-weight: 600; } ul { margin-top: 16px; margin-bottom: 32px; float: left; width: 100%; } ul li { float: left; width: 100%; } ul li a, ul li .locked-form { text-decoration: none; color: #fffffe; padding: 8px; box-sizing: border-box; float: left; } ul li .locked-form { color: #999; } ul li a:before, ul li .locked-form:before { content: ' '; float: left; width: 12px; height: 12px; background: #ff8906; margin: 1px; border-radius: 50%; margin-right: 12px; margin-bottom: 8px; } ul li .locked-form:before { background: #999; } ul li a:hover:before { background: #fff; } ul li a span { margin-left: 2px; color: #ff8906; transition: margin-left 0.2s; } ul li a:hover span { margin-left: 10px; } .register-button { background: orange; color: #fff; padding: 12px; float: left; border-radius: 2px; margin-top: 16px; } form.list-form { float: left; width: 100%; margin-bottom: 128px; } @media only screen and (max-width: 600px) { form.list-form { margin: 0 -16px; margin-bottom: 132px; width: calc(100% + 32px); } } form.quiz-form > .question { float: left; width: 100%; border: solid 3px #000; border-radius: 4px; box-sizing: border-box; padding: 8px 16px; margin-top: 16px; background: #101017; } form.quiz-form > .question > h4 { float: left; width: 100%; margin: 8px 0; } form.quiz-form > .question.question-multiple-choice > div > .option { float: left; width: 100%; margin: 12px 0; cursor: pointer; } form.quiz-form > .question.question-multiple-choice > div > .option > .box { float: left; width: 16px; height: 16px; border: solid 2px #ccc; border-radius: 50%; position: relative; } form.quiz-form > .question.question-multiple-choice > div > .option > .label { float: left; margin-left: 16px; font-size: 14px; line-height: 20px; font-weight: 600; } form.quiz-form > .question.question-multiple-choice > div > .option:hover { color: #fff; border-color: #fff; } form.quiz-form > .question.question-multiple-choice > div > .option.selected .box { border-color: #ff8906; } form.quiz-form > .question.question-multiple-choice > div > .option.selected .box:after { content: ' '; height: 38px; width: 55px; position: absolute; top: -11px; left: -11px; border-radius: 50%; background: url(/img/virus.svg) no-repeat; background-size: contain; } form.quiz-form > .question.question-text input { float: left; width: 100%; max-width: 500px; box-sizing: border-box; background: none; border: 0; border-bottom: solid 1px #656565; padding: 12px 8px; color: #fff; outline: 0; border-radius: 0; } form.quiz-form > .question.question-text input:focus { border-color: #ff8906; } @media only screen and (max-width: 600px) { form.quiz-form > .question { border-left: 0; border-right: 0; } form.quiz-form > .question.question-text input { max-width: 100%; } } form.list-form > .submit { float: left; background: #ff8906; color: #fffffe; padding: 16px 24px; box-sizing: border-box; margin-top: 32px; font-weight: 600; border-radius: 4px; font-size: 15px; cursor: pointer; } form.list-form > .submit:hover { background: #d8770b; } form.list-form > .submit.working { background: #424242; cursor: not-allowed; } form.list-form > .submit.done { background: #4CAF50; opacity: 0.4; cursor: not-allowed; } @media only screen and (max-width: 600px) { form.list-form > .submit { margin-left: 16px; margin-top: 56px; width: calc(100% - 32px); text-align: center; margin-bottom: 64px; } } .twitch-embed-container { float: left; width: 100%; height: calc(100% - 50px); } table { width: 100%; float: left; width: 100%; margin: 16px 0; color: #a7a9be; font-size: 13px; } table tr { border-bottom: solid 1px #a7a9be; } table th, table td { text-align: left; padding: 12px 0; } table th { text-transform: uppercase; font-weight: 600; } table .action { float: left; color: #a7a9be; padding: 0 4px; background: 0; border: 0; outline: 0; cursor: pointer; font-style: italic; } table .green { color: green; } table .red { color: red; } table .yellow { color: yellow; } table div { float: left; } table.split-2 td { width: 50%; } table .score-selector { float: left; } table .score-selector .score-option { float: left; width: 28px; height: 28px; text-align: center; line-height: 28px; margin-right: 8px; border-radius: 50%; border: solid 2px #ccc; cursor: pointer; } table .score-selector .score-option:hover { border-color: #ff8906; } table .score-selector .score-option.selected { background: #ccc; color: #000; border-color: #ccc; } table .score-selector .score-option.selected.unkown { font-weight: 600; background: red; border-color: red; } table select { float: left; width: 100%; border: solid 2px #2c2b38; background: none; color: #fff; outline: 0; padding: 4px 8px; box-sizing: border-box; margin: -6px 0; } table select option { background: #000; color: #fff; } form.basic-form { float: left; width: 100%; margin-top: 16px; } form.basic-form label { float: left; width: 100%; font-size: 12px; font-weight: 600; margin-bottom: 2px; } form.basic-form .form-element { float: left; width: 100%; margin-bottom: 16px; } form.basic-form input[type="text"], form.basic-form input[type="password"], form.basic-form input[type="email"] { float: left; width: 100%; max-width: 500px; box-sizing: border-box; background: none; border: 0; border-bottom: solid 1px #656565; padding: 8px 0; outline: 0; border-radius: 0; color: #fff; } form.basic-form input[type="text"]:focus, form.basic-form input[type="password"]:focus, form.basic-form input[type="email"]:focus { border-color: #ff8906; } form.basic-form input[type="submit"] { float: left; background: #ff8906; color: #fffffe; padding: 8px 12px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; border: 0; outline: 0; } form.basic-form input[type="submit"]:hover { background: #d8770b; } form.basic-form input.input-validation-error { border-color: red; } form.basic-form span.field-validation-error { float: left; width: 100%; font-weight: 600; color: #f00; margin-top: 7px; font-size: 12px; }
src/QuizForms/QuizForms.Web/wwwroot/css/bundle.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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body, html { float: left; width: 100%; background: #0f0e17; color: #a7a9be; font-family: 'Roboto', sans-serif; } html.full-height { height: 100%; } html.full-height body { height: 100%; } .row { float: left; width: 100%; } a { color: #a7a9be; text-decoration: none; } header { width: 100%; height: 46px; float: left; background: #0f0e17; border-bottom: solid 2px #2c2b38; } header img { margin: 0 auto; height: 46px; display: block; padding: 8px; box-sizing: border-box; } .container { margin: 0 auto; width: 900px; max-width: 100%; padding: 16px; box-sizing: border-box; } h1 { margin-top: 32px; color: #fffffe; font-size: 28px; margin-bottom: 16px; font-weight: 600; float: left; width: 100%; } h2 { font-size: 22px; color: #fffffe; margin-top: 32px; float: left; width: 100%; } p { float: left; width: 100%; line-height: 28px; font-size: 16px; } p a { color: #ff8906; text-decoration: underline; } p strong { font-weight: 600; } ul { margin-top: 16px; margin-bottom: 32px; float: left; width: 100%; } ul li { float: left; width: 100%; } ul li a, ul li .locked-form { text-decoration: none; color: #fffffe; padding: 8px; box-sizing: border-box; float: left; } ul li .locked-form { color: #999; } ul li a:before, ul li .locked-form:before { content: ' '; float: left; width: 12px; height: 12px; background: #ff8906; margin: 1px; border-radius: 50%; margin-right: 12px; margin-bottom: 8px; } ul li .locked-form:before { background: #999; } ul li a:hover:before { background: #fff; } ul li a span { margin-left: 2px; color: #ff8906; transition: margin-left 0.2s; } ul li a:hover span { margin-left: 10px; } .register-button { background: orange; color: #fff; padding: 12px; float: left; border-radius: 2px; margin-top: 16px; } form.list-form { float: left; width: 100%; margin-bottom: 128px; } @media only screen and (max-width: 600px) { form.list-form { margin: 0 -16px; margin-bottom: 132px; width: calc(100% + 32px); } } form.quiz-form > .question { float: left; width: 100%; border: solid 3px #000; border-radius: 4px; box-sizing: border-box; padding: 8px 16px; margin-top: 16px; background: #101017; } form.quiz-form > .question > h4 { float: left; width: 100%; margin: 8px 0; } form.quiz-form > .question.question-multiple-choice > div > .option { float: left; width: 100%; margin: 12px 0; cursor: pointer; } form.quiz-form > .question.question-multiple-choice > div > .option > .box { float: left; width: 16px; height: 16px; border: solid 2px #ccc; border-radius: 50%; position: relative; } form.quiz-form > .question.question-multiple-choice > div > .option > .label { float: left; margin-left: 16px; font-size: 14px; line-height: 20px; font-weight: 600; } form.quiz-form > .question.question-multiple-choice > div > .option:hover { color: #fff; border-color: #fff; } form.quiz-form > .question.question-multiple-choice > div > .option.selected .box { border-color: #ff8906; } form.quiz-form > .question.question-multiple-choice > div > .option.selected .box:after { content: ' '; height: 38px; width: 55px; position: absolute; top: -11px; left: -11px; border-radius: 50%; background: url(/img/virus.svg) no-repeat; background-size: contain; } form.quiz-form > .question.question-text input { float: left; width: 100%; max-width: 500px; box-sizing: border-box; background: none; border: 0; border-bottom: solid 1px #656565; padding: 12px 8px; color: #fff; outline: 0; border-radius: 0; } form.quiz-form > .question.question-text input:focus { border-color: #ff8906; } @media only screen and (max-width: 600px) { form.quiz-form > .question { border-left: 0; border-right: 0; } form.quiz-form > .question.question-text input { max-width: 100%; } } form.list-form > .submit { float: left; background: #ff8906; color: #fffffe; padding: 16px 24px; box-sizing: border-box; margin-top: 32px; font-weight: 600; border-radius: 4px; font-size: 15px; cursor: pointer; } form.list-form > .submit:hover { background: #d8770b; } form.list-form > .submit.working { background: #424242; cursor: not-allowed; } form.list-form > .submit.done { background: #4CAF50; opacity: 0.4; cursor: not-allowed; } @media only screen and (max-width: 600px) { form.list-form > .submit { margin-left: 16px; margin-top: 56px; width: calc(100% - 32px); text-align: center; margin-bottom: 64px; } } .twitch-embed-container { float: left; width: 100%; height: calc(100% - 50px); } table { width: 100%; float: left; width: 100%; margin: 16px 0; color: #a7a9be; font-size: 13px; } table tr { border-bottom: solid 1px #a7a9be; } table th, table td { text-align: left; padding: 12px 0; } table th { text-transform: uppercase; font-weight: 600; } table .action { float: left; color: #a7a9be; padding: 0 4px; background: 0; border: 0; outline: 0; cursor: pointer; font-style: italic; } table .green { color: green; } table .red { color: red; } table .yellow { color: yellow; } table div { float: left; } table.split-2 td { width: 50%; } table .score-selector { float: left; } table .score-selector .score-option { float: left; width: 28px; height: 28px; text-align: center; line-height: 28px; margin-right: 8px; border-radius: 50%; border: solid 2px #ccc; cursor: pointer; } table .score-selector .score-option:hover { border-color: #ff8906; } table .score-selector .score-option.selected { background: #ccc; color: #000; border-color: #ccc; } table .score-selector .score-option.selected.unkown { font-weight: 600; background: red; border-color: red; } table select { float: left; width: 100%; border: solid 2px #2c2b38; background: none; color: #fff; outline: 0; padding: 4px 8px; box-sizing: border-box; margin: -6px 0; } table select option { background: #000; color: #fff; } form.basic-form { float: left; width: 100%; margin-top: 16px; } form.basic-form label { float: left; width: 100%; font-size: 12px; font-weight: 600; margin-bottom: 2px; } form.basic-form .form-element { float: left; width: 100%; margin-bottom: 16px; } form.basic-form input[type="text"], form.basic-form input[type="password"], form.basic-form input[type="email"] { float: left; width: 100%; max-width: 500px; box-sizing: border-box; background: none; border: 0; border-bottom: solid 1px #656565; padding: 8px 0; outline: 0; border-radius: 0; color: #fff; } form.basic-form input[type="text"]:focus, form.basic-form input[type="password"]:focus, form.basic-form input[type="email"]:focus { border-color: #ff8906; } form.basic-form input[type="submit"] { float: left; background: #ff8906; color: #fffffe; padding: 8px 12px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; border: 0; outline: 0; } form.basic-form input[type="submit"]:hover { background: #d8770b; } form.basic-form input.input-validation-error { border-color: red; } form.basic-form span.field-validation-error { float: left; width: 100%; font-weight: 600; color: #f00; margin-top: 7px; font-size: 12px; }
0.40251
0.078997
body{ font-family: "Helvetica Neue",'source_sans_proregular',sans-serif,Helvetica,Arial,'siyam_rupaliregular','solaimanlipinormal'; font-size: 16px; line-height: 1; /*background-image:url(../img/background0.PNG);*/ } .no-js #loader { display: none; } .js #loader { display: block; position: absolute; left: 100px; top: 0; } #preloader{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(../img/loader/Preloader_3.gif) center no-repeat #fff; } /** All heading */ h1,h2,h3,h4,h5,h6{ line-height: 1; } h1{ font-size: 48px; } h2{ font-size:30px ; } h3{ font-size: 24px; } h4{ font-size: 20px; } h5{ font-size: 18px; } /** Commons */ .first:first-child{ padding-left: 0; margin-left: 0; } .last:last-child{ padding-right: 0; margin-right: 0; } img{ /*max-width: 100%;*/ height: auto; } /*---- gap -----*/ .gap-5,.gap-10,.gap-15,.gap-20,.gap-25,.gap-30,.gap-35,.gap-40,.gap-45,.gap-50,.gap-60{ display: block; } .gap-5:after,.gap-10:after,.gap-15:after,.gap-20:after,.gap-25:after,.gap-30:after,.gap-35:after,.gap-40:after,.gap-45:after,.gap-50:after,.gap-60:after, .gap-5:before,.gap-10:before,.gap-15:before,.gap-20:before,.gap-25:before,.gap-30:before,.gap-35:before,.gap-40:before,.gap-45:before,.gap-50:before,.gap-60:before { clear:both; display:block; } .gap-5{ height:5px; } .gap-10{ height:10px; } .gap-15{ height:15px; } .gap-20{ height:20px; } .gap-25{ height:25px; } .gap-30{ height:30px; } .gap-35{ height:35px; } .gap-40{ height:40px; } .gap-45{ height:45px; } .gap-50{ height:50px; } .gap-60{ height: 60px; } /*---- margin bottom-----*/ .mb-5{ margin-bottom:5px; } .mb-10{ margin-bottom:10px; } .mb-15{ margin-bottom:15px; } .mb-20{ margin-bottom:20px; } .mb-25{ margin-bottom:25px; } .mb-30{ margin-bottom:30px; } .mb-35{ margin-bottom:35px; } .mb-40{ margin-bottom:40px; } .mb-45{ margin-bottom:45px; } .mb-50{ margin-bottom:50px; } .mb-60{ margin-bottom:60px; } /** All Hovers */ a:hover, a:focus{ text-decoration: none; } header .main-menu ul li.current-menu-item a{ text-decoration: none; color: #55b7cd; } /** All Transitions */ a, .hdr-popupbox span{ transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; } fieldset{ display: block; margin-left: 2px; margin-right: 2px; padding-top: 0.35em; padding-bottom: 0.625em; padding-left: 2.75em; padding-right: 0.75em; border: 2px solid rgba(230, 11, 11, 0.15); border-radius: 10px; } legend{ display: block; padding: 0 5px; } /* ================= Tob bar Style from here ================*/ .top-bar{ background-color: #353434; border-top: 1px solid #dff0d8; } .users, .bangali-reg{ list-style-type: none; margin: 0; padding: 0; } .users li, .bangali-reg li{ float: left; } .users li a>i,.bangali-reg li a>i{ color: #ffffff; } .users li a,.bangali-reg li a{ display: block; margin: 0; padding: 12px 10px; color: #098ab3; } .users li:last-child a{ padding-left: 0px; } /*============== Online Registration ===============*/ .bangali-reg li{ } .admission{ background-color: #f0ad4e; } /*=========== School addmission ===========*/ .schoo-addmission-form{ background-image: url(../img/backgroundss.PNG); } .schoo-addmission-form .form-control{ border: 1px solid #819d00; border-radius: 0px; } .schoo-addmission-form label> sup{ color: #920f0f; font-size: 16px; } /*=========================== header-area ========================*/ #header-area{ } .logo-area { padding: 15px 0; background-color: #045a84; border-top: 1px solid #0f8fce; border-bottom: 1px solid #0f8fce; } .logo-area a{ color: #ffffff; } .logo-area .school-name{ vertical-align: middle; } .logo-area .school-name h2{ font-size: 35px; text-transform: uppercase; } .logo-area .school-name h2+p{ padding-top: 10px; font-weight: 700; color: #ffffff; font-size: 18px; } .logo-area .media-object{ width: 100px; height: auto; } .slicknav_menu{ display: none; } /*======Main menu start here======*/ #main_menu_area{ width: 100%; background-color: #819D00; padding: 10px 0; } #nav, ul{ margin: 0; padding: 0; list-style-type: none; } #nav li{ float: left; position: relative; } #nav li a{ color: #ffffff; padding: 12px 15px; display: block; text-decoration: none; text-transform: uppercase; border-left: 1px solid #94b10d; border-right: 1px solid #6a7f08; } #nav>li a:hover, #nav>li>.drop>li a:hover{ background-color: #819D00; } #nav li:hover >a{ background-color: #758c0b; } #nav>li>.drop>li:hover >a{ background-color: #819D00; } #nav li:first-of-type a{ border-left: none; } #nav li:last-of-type a{ border-right: none; } /* Drop down menu start here*/ #nav li .drop{ display: none; width: 250px; position: absolute; left: 0; top: 40px; z-index:9999; } #nav li .adm-item{ width: 159px !important; } #nav li .drop li{ float: none; position: relative; } #nav li .drop li a{ border-left: none; border-right: none; background-color: #758c0b; color: #e1e2de; border-bottom: 1px solid #06586d; } #nav li .drop li:last-of-type a{ border-bottom: none; } #nav .drop .down{ position: absolute; left: 250px; top: 0; width: 230px; display: none; } #nav .drop .down li> { background-color: } .active-menu{ background-color: #758c0b; } /*============== slider and notic area =============*/ #slider-notic-area{ background-color: rgba(196, 196, 196, 0.52); padding-top: 10px; } .marquee{ background-color: #d9edf7; padding: 2px 5px; border: 1px solid #f2dede; box-shadow: -3px 0px 10px #888888; } .marquee h5.notic{ border-right: 1px solid #047bb5 } .marquee div:last-child h5>a{ margin: 0 30px; font-size: 16px; } .marquee div:last-child h5>a span{ color: #ecad3e; } /*=================== for slider area ==================*/ /* =================================== 6. Sliders ==================================== */ /* --- flexslider --- */ .flexslider { padding:0; margin: 10px 0 20px; background: #fff; position: relative; zoom: 1; box-shadow:0px 0px 5px 2px rgba(0, 106, 157, 0.37); max-height: 400px; } .flexslider .slides img { max-height: 370px; } .flex-caption { background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1; } .flex-caption { background-color: rgba(0, 0, 0, 0.2); color: #fff; margin: 0; text-align: center; padding: 5px 5px 0px 10px; position: absolute; width: 100%; } .flex-caption h3 { color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase; } .flex-caption p { margin: 0 0 15px; } #student-of-the-year{ background-color: rgba(29, 139, 235, 0.31); } /*====== tallent student list =====*/ .single-student{ margin: 10px; padding: 10px; border: 1px solid #819d00; } .single-student >p{ padding: 10px; text-align: center; line-height: 25px; color: #09052f; } /*=================== for Notice list area ================== 7. Sliders ==================================== */ /* --- Notice List --- */ .institute-info,.teacher-employee, .president-speech, .headmaster-speech{ background-color: #006b9e; height: 100%; padding-bottom: 1px; } .notice-list{ overflow-x: hidden; max-height: 380px; margin-bottom: 10px; } .notice-list h3,.institute-info h4, .teacher-employee h4, .about-school-college h4, .president-speech h4, .headmaster-speech h4{ background-image: url(../img/headerImage.PNG); margin-top: 10px; font-size: 18px; padding: 14px 10px 8px 10px; color: #f2dede; font-weight: 400; } .notice-list>ul>li{ transition: ease-in-out 0.3s; } .notice-list>ul>li>a:hover span,.notice-list>ul>li:hover a{ color: #ffbbbb; font-weight: 700; } /*==================== About Istitute ====================== 8. ================= =============================================================*/ /*#about-institute{ } */ .institute-info>ul>li, .teacher-employee>ul>li{ background-color: #5ba0dc; padding: 12px 0; transition: ease 0.5s; } .notice-list>ul>li:hover,.institute-info>ul>li:hover, .teacher-employee>ul>li:hover{ background-color: #047bb5; cursor: pointer; } .institute-info>ul>li>a, .teacher-employee>ul>li>a{ padding: 10px; color: #ffffff; } /*==================== about-school-college ============== 9. ====================== ==============*/ .about-school-college{ background-color: #006b9e; } .about-school-college>.well{ padding: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .about-school-college .well blockquote>p{ color: #5a5959; line-height: 25px; font-size: 16px; } /*====================== President and HeadMaster Speech area ==================== 10. ===============================*/ .president-speech h4, .headmaster-speech h4{ padding: 12px 10px 6px; } .president-speech>div>a>p, .headmaster-speech>div>a>p{ padding: 7px; color: #d08a11; text-align: center; font-weight: 600; } /*================= School Overview ================= 14.------------ */ .overview , .all-teacher { margin: 20px 0; box-shadow: 0px 0px 8px 2px #9ba8af; font-family: } .all-teacher{ padding: 0 5px; } .overview .overview-img{ max-width: 120px; } /*================== History =================*/ .history p{ color: #3a3838; font-size: 17px; line-height: 25px; text-align: justify; } /*=================== Teacher list area ================= 16. ------------------- */ /*====================================================== 11---mixitup-nav ======================================================= */ .mixitup-nav>h2{ color: #ffa200; padding: 25px 0; } .mixitup-nav>ul> li{ cursor: pointer; background-color: #09052f; color: #819D00; padding: 15px 20px; margin: 1px 0; border-radius: 1px; transition: ease-in-out .3s; } .mixitup-nav>ul> li:hover{ background-color: #819D00; color: #09052f; } .active-teacher{ background-color: #819D00 !important; color: #09052f !important; } .teacher-nav{ margin-bottom: 40px; } .single-teacher{ position: relative; background: #fcfcfc; border: 1px dashed #b5adad; margin-bottom: 25px; box-shadow: 0px 0px 8px 2px #9ba8af; transition: ease-in-out 0.3s; } .single-teacher p span{ color: #819d00; display: block; padding-top: 10px; font-weight: 700; padding-bottom: 5px; } .single-teacher img{ max-height: 280px; min-height: 280px; cursor: pointer; } .single-teacher .content{ width: 100%; background-color: rgba(0,0,0,.5); height: 100%; position: absolute; top: 0px; display: none; } .single-teacher .content>a{ background-color: rgba(232, 172, 67, 0.62); text-align: center; display: block; margin-top: 50%; padding: 20px; color: #ffffff; } .single-teacher .content>a:hover{ color: #819d00; font-size: 17px; } .single-teacher:hover .content { display: block; z-index: 99999; cursor: pointer; } /*.single-teacher .caption{ width: 100%; height: 100%; margin-top: -107%; z-index: 100; position: absolute; background-color: rgba(0, 0, 0, 0.52); }*/ /*================= result ==================*/ .result{ margin-bottom: 8px; } /*================= teacher-info-nav ================= 13.*/ h2.teacher-info-title{ text-align: center; color: #333e02; } .teacher-info-nav{ margin:40px 0 10px 0; padding: 0; outline: 0; margin-left: 8.5%; list-style-type: none; } .teacher-info-nav li{ float: left; } .teacher-info-nav li a{ display: block; padding: 20px 68px; color: #ffffff; background-color: #819d00; } .teacher-info-nav li a:hover{ background-color: #6e8601 !important; } a.active-info-nav{ background-color: #6e8601 !important; } /* ==== Notice board list ==== */ table.notice-table>tbody>tr>td:first-child + td { color: #819d00; } /*--------------- contact us -------------*/ .contact-area .contact-info h4, .contact-area .contact-form h4{ margin-bottom: 10px; color: #0070a7; font-family: 'Raleway', sans-serif } hr{ border-top: 1px solid #d6d3d3; } .contact-area .contact-form>p{ color: #819d00; font-size: 16px; } .contact-area .contact-form textarea{ resize: vertical; } /*===================== class routine ==================*/ .routing-heading{ padding: 15px 0 15px 10px; background-color: #ededed; } .routine{ background-color: rgba(4, 123, 181, 0.72); } /*=============== student Information =============*/ .students-info-heading{ background-color: #85d6fd; padding: 20px; color: #07286b; margin-bottom: 5px; } .students-info-body{ background-color: #fefefe; } /*============ course-content =========*/ .course-content>p, .related>p{ color: #09052f; font-family: sans-serif; line-height: 25px; font-size: 16px; text-align: justify; } .related>p>a{ color: #819d00; background-color: rgb(23, 46, 58); padding: 8px; display: block; border-radius: 2px; } /*=== Footer area start form here 12.==*/ #footer-area{ background-image: url(../img/textuer3.PNG); border-top: 2px solid #fcf8e3; } .footer-top, .contact-area{ padding:35px 0; color: #000000; } .footer-top .footer-top-single h4>span i.fa-map-marker{ padding: 0 4px; } .footer-top .footer-top-single:first-child, .contact-area .contact-info{ font-size: 18px; } .footer-top .footer-top-single:first-child p, .contact-area .contact-info:first-child p{ line-height: 25px; } .footer-top .footer-top-single:first-child p>span i.fa, .footer-top-single .usefull-education-link>li>a> i.fa, .contact-area .contact-info:first-child p>span i.fa { color: rgb(240, 173, 78); } .footer-top-single .usefull-education-link{ list-style-type: none; margin: 0; padding: 0 0 20px 0; } .footer-top-single .usefull-education-link li a{ display: block; padding: 6px 0px; line-height: 22px; font-size: 18px; } .footer-top .footer-top-single h4{ margin-bottom: 40px; color: #0070a7; } .footer-top .footer-top-single h4>span{ background-color: #333333; color: #819D00; padding: 16px 18px; border-radius: 50%; } .table>tbody>tr>td{ padding: 10px; font-size: 16px; } /*====13. copy-right area ============*/ #footer-area>.footer-bottom{ background-color: #09052f; color: #ffffff; border-top: 2px solid #f0ad4e; } #footer-area>.footer-bottom h4{ color: #c3c3c3; line-height: 30px; font-size: 1em; } #footer-area>.footer-bottom h4 span{ color: #ffffff; } .copy-right ul{ list-style-type: none; margin: 0; padding: 0; } .copy-right ul li{ float: left; padding: 15px 10px; } .copy-right a{ color: #819D00; } .copy-right>p{ font-size: 1em; padding-left: 10px; } #scrollUp{ position: absolute; right: 5%; bottom: 9%; width: 45px; height: 50px; background-color: rgba(0,0,0,.5); color: #819D00; font-size: 40px; padding: 5px 10px; line-height: 40px; border-radius: 2px }
public/front/css/style.css
body{ font-family: "Helvetica Neue",'source_sans_proregular',sans-serif,Helvetica,Arial,'siyam_rupaliregular','solaimanlipinormal'; font-size: 16px; line-height: 1; /*background-image:url(../img/background0.PNG);*/ } .no-js #loader { display: none; } .js #loader { display: block; position: absolute; left: 100px; top: 0; } #preloader{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(../img/loader/Preloader_3.gif) center no-repeat #fff; } /** All heading */ h1,h2,h3,h4,h5,h6{ line-height: 1; } h1{ font-size: 48px; } h2{ font-size:30px ; } h3{ font-size: 24px; } h4{ font-size: 20px; } h5{ font-size: 18px; } /** Commons */ .first:first-child{ padding-left: 0; margin-left: 0; } .last:last-child{ padding-right: 0; margin-right: 0; } img{ /*max-width: 100%;*/ height: auto; } /*---- gap -----*/ .gap-5,.gap-10,.gap-15,.gap-20,.gap-25,.gap-30,.gap-35,.gap-40,.gap-45,.gap-50,.gap-60{ display: block; } .gap-5:after,.gap-10:after,.gap-15:after,.gap-20:after,.gap-25:after,.gap-30:after,.gap-35:after,.gap-40:after,.gap-45:after,.gap-50:after,.gap-60:after, .gap-5:before,.gap-10:before,.gap-15:before,.gap-20:before,.gap-25:before,.gap-30:before,.gap-35:before,.gap-40:before,.gap-45:before,.gap-50:before,.gap-60:before { clear:both; display:block; } .gap-5{ height:5px; } .gap-10{ height:10px; } .gap-15{ height:15px; } .gap-20{ height:20px; } .gap-25{ height:25px; } .gap-30{ height:30px; } .gap-35{ height:35px; } .gap-40{ height:40px; } .gap-45{ height:45px; } .gap-50{ height:50px; } .gap-60{ height: 60px; } /*---- margin bottom-----*/ .mb-5{ margin-bottom:5px; } .mb-10{ margin-bottom:10px; } .mb-15{ margin-bottom:15px; } .mb-20{ margin-bottom:20px; } .mb-25{ margin-bottom:25px; } .mb-30{ margin-bottom:30px; } .mb-35{ margin-bottom:35px; } .mb-40{ margin-bottom:40px; } .mb-45{ margin-bottom:45px; } .mb-50{ margin-bottom:50px; } .mb-60{ margin-bottom:60px; } /** All Hovers */ a:hover, a:focus{ text-decoration: none; } header .main-menu ul li.current-menu-item a{ text-decoration: none; color: #55b7cd; } /** All Transitions */ a, .hdr-popupbox span{ transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; } fieldset{ display: block; margin-left: 2px; margin-right: 2px; padding-top: 0.35em; padding-bottom: 0.625em; padding-left: 2.75em; padding-right: 0.75em; border: 2px solid rgba(230, 11, 11, 0.15); border-radius: 10px; } legend{ display: block; padding: 0 5px; } /* ================= Tob bar Style from here ================*/ .top-bar{ background-color: #353434; border-top: 1px solid #dff0d8; } .users, .bangali-reg{ list-style-type: none; margin: 0; padding: 0; } .users li, .bangali-reg li{ float: left; } .users li a>i,.bangali-reg li a>i{ color: #ffffff; } .users li a,.bangali-reg li a{ display: block; margin: 0; padding: 12px 10px; color: #098ab3; } .users li:last-child a{ padding-left: 0px; } /*============== Online Registration ===============*/ .bangali-reg li{ } .admission{ background-color: #f0ad4e; } /*=========== School addmission ===========*/ .schoo-addmission-form{ background-image: url(../img/backgroundss.PNG); } .schoo-addmission-form .form-control{ border: 1px solid #819d00; border-radius: 0px; } .schoo-addmission-form label> sup{ color: #920f0f; font-size: 16px; } /*=========================== header-area ========================*/ #header-area{ } .logo-area { padding: 15px 0; background-color: #045a84; border-top: 1px solid #0f8fce; border-bottom: 1px solid #0f8fce; } .logo-area a{ color: #ffffff; } .logo-area .school-name{ vertical-align: middle; } .logo-area .school-name h2{ font-size: 35px; text-transform: uppercase; } .logo-area .school-name h2+p{ padding-top: 10px; font-weight: 700; color: #ffffff; font-size: 18px; } .logo-area .media-object{ width: 100px; height: auto; } .slicknav_menu{ display: none; } /*======Main menu start here======*/ #main_menu_area{ width: 100%; background-color: #819D00; padding: 10px 0; } #nav, ul{ margin: 0; padding: 0; list-style-type: none; } #nav li{ float: left; position: relative; } #nav li a{ color: #ffffff; padding: 12px 15px; display: block; text-decoration: none; text-transform: uppercase; border-left: 1px solid #94b10d; border-right: 1px solid #6a7f08; } #nav>li a:hover, #nav>li>.drop>li a:hover{ background-color: #819D00; } #nav li:hover >a{ background-color: #758c0b; } #nav>li>.drop>li:hover >a{ background-color: #819D00; } #nav li:first-of-type a{ border-left: none; } #nav li:last-of-type a{ border-right: none; } /* Drop down menu start here*/ #nav li .drop{ display: none; width: 250px; position: absolute; left: 0; top: 40px; z-index:9999; } #nav li .adm-item{ width: 159px !important; } #nav li .drop li{ float: none; position: relative; } #nav li .drop li a{ border-left: none; border-right: none; background-color: #758c0b; color: #e1e2de; border-bottom: 1px solid #06586d; } #nav li .drop li:last-of-type a{ border-bottom: none; } #nav .drop .down{ position: absolute; left: 250px; top: 0; width: 230px; display: none; } #nav .drop .down li> { background-color: } .active-menu{ background-color: #758c0b; } /*============== slider and notic area =============*/ #slider-notic-area{ background-color: rgba(196, 196, 196, 0.52); padding-top: 10px; } .marquee{ background-color: #d9edf7; padding: 2px 5px; border: 1px solid #f2dede; box-shadow: -3px 0px 10px #888888; } .marquee h5.notic{ border-right: 1px solid #047bb5 } .marquee div:last-child h5>a{ margin: 0 30px; font-size: 16px; } .marquee div:last-child h5>a span{ color: #ecad3e; } /*=================== for slider area ==================*/ /* =================================== 6. Sliders ==================================== */ /* --- flexslider --- */ .flexslider { padding:0; margin: 10px 0 20px; background: #fff; position: relative; zoom: 1; box-shadow:0px 0px 5px 2px rgba(0, 106, 157, 0.37); max-height: 400px; } .flexslider .slides img { max-height: 370px; } .flex-caption { background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1; } .flex-caption { background-color: rgba(0, 0, 0, 0.2); color: #fff; margin: 0; text-align: center; padding: 5px 5px 0px 10px; position: absolute; width: 100%; } .flex-caption h3 { color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase; } .flex-caption p { margin: 0 0 15px; } #student-of-the-year{ background-color: rgba(29, 139, 235, 0.31); } /*====== tallent student list =====*/ .single-student{ margin: 10px; padding: 10px; border: 1px solid #819d00; } .single-student >p{ padding: 10px; text-align: center; line-height: 25px; color: #09052f; } /*=================== for Notice list area ================== 7. Sliders ==================================== */ /* --- Notice List --- */ .institute-info,.teacher-employee, .president-speech, .headmaster-speech{ background-color: #006b9e; height: 100%; padding-bottom: 1px; } .notice-list{ overflow-x: hidden; max-height: 380px; margin-bottom: 10px; } .notice-list h3,.institute-info h4, .teacher-employee h4, .about-school-college h4, .president-speech h4, .headmaster-speech h4{ background-image: url(../img/headerImage.PNG); margin-top: 10px; font-size: 18px; padding: 14px 10px 8px 10px; color: #f2dede; font-weight: 400; } .notice-list>ul>li{ transition: ease-in-out 0.3s; } .notice-list>ul>li>a:hover span,.notice-list>ul>li:hover a{ color: #ffbbbb; font-weight: 700; } /*==================== About Istitute ====================== 8. ================= =============================================================*/ /*#about-institute{ } */ .institute-info>ul>li, .teacher-employee>ul>li{ background-color: #5ba0dc; padding: 12px 0; transition: ease 0.5s; } .notice-list>ul>li:hover,.institute-info>ul>li:hover, .teacher-employee>ul>li:hover{ background-color: #047bb5; cursor: pointer; } .institute-info>ul>li>a, .teacher-employee>ul>li>a{ padding: 10px; color: #ffffff; } /*==================== about-school-college ============== 9. ====================== ==============*/ .about-school-college{ background-color: #006b9e; } .about-school-college>.well{ padding: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .about-school-college .well blockquote>p{ color: #5a5959; line-height: 25px; font-size: 16px; } /*====================== President and HeadMaster Speech area ==================== 10. ===============================*/ .president-speech h4, .headmaster-speech h4{ padding: 12px 10px 6px; } .president-speech>div>a>p, .headmaster-speech>div>a>p{ padding: 7px; color: #d08a11; text-align: center; font-weight: 600; } /*================= School Overview ================= 14.------------ */ .overview , .all-teacher { margin: 20px 0; box-shadow: 0px 0px 8px 2px #9ba8af; font-family: } .all-teacher{ padding: 0 5px; } .overview .overview-img{ max-width: 120px; } /*================== History =================*/ .history p{ color: #3a3838; font-size: 17px; line-height: 25px; text-align: justify; } /*=================== Teacher list area ================= 16. ------------------- */ /*====================================================== 11---mixitup-nav ======================================================= */ .mixitup-nav>h2{ color: #ffa200; padding: 25px 0; } .mixitup-nav>ul> li{ cursor: pointer; background-color: #09052f; color: #819D00; padding: 15px 20px; margin: 1px 0; border-radius: 1px; transition: ease-in-out .3s; } .mixitup-nav>ul> li:hover{ background-color: #819D00; color: #09052f; } .active-teacher{ background-color: #819D00 !important; color: #09052f !important; } .teacher-nav{ margin-bottom: 40px; } .single-teacher{ position: relative; background: #fcfcfc; border: 1px dashed #b5adad; margin-bottom: 25px; box-shadow: 0px 0px 8px 2px #9ba8af; transition: ease-in-out 0.3s; } .single-teacher p span{ color: #819d00; display: block; padding-top: 10px; font-weight: 700; padding-bottom: 5px; } .single-teacher img{ max-height: 280px; min-height: 280px; cursor: pointer; } .single-teacher .content{ width: 100%; background-color: rgba(0,0,0,.5); height: 100%; position: absolute; top: 0px; display: none; } .single-teacher .content>a{ background-color: rgba(232, 172, 67, 0.62); text-align: center; display: block; margin-top: 50%; padding: 20px; color: #ffffff; } .single-teacher .content>a:hover{ color: #819d00; font-size: 17px; } .single-teacher:hover .content { display: block; z-index: 99999; cursor: pointer; } /*.single-teacher .caption{ width: 100%; height: 100%; margin-top: -107%; z-index: 100; position: absolute; background-color: rgba(0, 0, 0, 0.52); }*/ /*================= result ==================*/ .result{ margin-bottom: 8px; } /*================= teacher-info-nav ================= 13.*/ h2.teacher-info-title{ text-align: center; color: #333e02; } .teacher-info-nav{ margin:40px 0 10px 0; padding: 0; outline: 0; margin-left: 8.5%; list-style-type: none; } .teacher-info-nav li{ float: left; } .teacher-info-nav li a{ display: block; padding: 20px 68px; color: #ffffff; background-color: #819d00; } .teacher-info-nav li a:hover{ background-color: #6e8601 !important; } a.active-info-nav{ background-color: #6e8601 !important; } /* ==== Notice board list ==== */ table.notice-table>tbody>tr>td:first-child + td { color: #819d00; } /*--------------- contact us -------------*/ .contact-area .contact-info h4, .contact-area .contact-form h4{ margin-bottom: 10px; color: #0070a7; font-family: 'Raleway', sans-serif } hr{ border-top: 1px solid #d6d3d3; } .contact-area .contact-form>p{ color: #819d00; font-size: 16px; } .contact-area .contact-form textarea{ resize: vertical; } /*===================== class routine ==================*/ .routing-heading{ padding: 15px 0 15px 10px; background-color: #ededed; } .routine{ background-color: rgba(4, 123, 181, 0.72); } /*=============== student Information =============*/ .students-info-heading{ background-color: #85d6fd; padding: 20px; color: #07286b; margin-bottom: 5px; } .students-info-body{ background-color: #fefefe; } /*============ course-content =========*/ .course-content>p, .related>p{ color: #09052f; font-family: sans-serif; line-height: 25px; font-size: 16px; text-align: justify; } .related>p>a{ color: #819d00; background-color: rgb(23, 46, 58); padding: 8px; display: block; border-radius: 2px; } /*=== Footer area start form here 12.==*/ #footer-area{ background-image: url(../img/textuer3.PNG); border-top: 2px solid #fcf8e3; } .footer-top, .contact-area{ padding:35px 0; color: #000000; } .footer-top .footer-top-single h4>span i.fa-map-marker{ padding: 0 4px; } .footer-top .footer-top-single:first-child, .contact-area .contact-info{ font-size: 18px; } .footer-top .footer-top-single:first-child p, .contact-area .contact-info:first-child p{ line-height: 25px; } .footer-top .footer-top-single:first-child p>span i.fa, .footer-top-single .usefull-education-link>li>a> i.fa, .contact-area .contact-info:first-child p>span i.fa { color: rgb(240, 173, 78); } .footer-top-single .usefull-education-link{ list-style-type: none; margin: 0; padding: 0 0 20px 0; } .footer-top-single .usefull-education-link li a{ display: block; padding: 6px 0px; line-height: 22px; font-size: 18px; } .footer-top .footer-top-single h4{ margin-bottom: 40px; color: #0070a7; } .footer-top .footer-top-single h4>span{ background-color: #333333; color: #819D00; padding: 16px 18px; border-radius: 50%; } .table>tbody>tr>td{ padding: 10px; font-size: 16px; } /*====13. copy-right area ============*/ #footer-area>.footer-bottom{ background-color: #09052f; color: #ffffff; border-top: 2px solid #f0ad4e; } #footer-area>.footer-bottom h4{ color: #c3c3c3; line-height: 30px; font-size: 1em; } #footer-area>.footer-bottom h4 span{ color: #ffffff; } .copy-right ul{ list-style-type: none; margin: 0; padding: 0; } .copy-right ul li{ float: left; padding: 15px 10px; } .copy-right a{ color: #819D00; } .copy-right>p{ font-size: 1em; padding-left: 10px; } #scrollUp{ position: absolute; right: 5%; bottom: 9%; width: 45px; height: 50px; background-color: rgba(0,0,0,.5); color: #819D00; font-size: 40px; padding: 5px 10px; line-height: 40px; border-radius: 2px }
0.334589
0.087019
*{ font-family: 'Roboto', sans-serif; } main{ max-width: 1200px; margin: 0 auto; } .hero{ display: grid; grid-template-columns: minmax(300px, 2fr) 3fr; } .hero-image{ width: 100%; height: 100%; object-fit: contain; /* con object-fit aremos que la imagen se ajuste al tamaño del contenedor sin distorcionarse*/ } .info{ align-self: center; } .info-title{ color: #333; font-size: 4rem; font-weight: 900; margin-bottom: 24px; } .info-subtitle{ color: #333; font-size: 1.5rem; margin-bottom: 24px; } .info-button { border: none; border-radius: 20px; color: #333; background-color: #fb8c00; font-weight: 900; padding: 12px 24px; } /* Second section-servoices */ .services-title{ color: #333; font-size: 3rem; font-weight: 400; text-transform: uppercase; text-align: center; margin: 100px 0 50px 0; } .dishes{ display: grid; grid-template-columns: repeat(auto-fit, minmax(75px, 250px)); grid-template-rows: 1fr; grid-gap: 25px; justify-content: center; } .dishes-image{ margin: 0; } .dishes-image img { width: 100%; height: 100%; object-fit: cover; } .dishes-image__big{ grid-area: 1 / 1 / 3 / 3; } /* seccion del menu */ .menu{ margin-bottom: 200px; } .menu-title{ font-size: 2rem; color: #333; font-weight: bolder; text-align: center; margin-bottom: 25px; } .menu-grid{ display: grid; gap: 10px; justify-content: center; grid-template-columns: repeat(auto-fit, minmax(150px, 225px)); } .menu-grid-item{ background-color: coral; border-top-left-radius: 40px; } .menu-grid-item img { width: 100%; height: 100%; object-fit: contain; } @media screen and (max-width: 768px){ .hero{ grid-template-columns: minmax(300px, 500px); justify-content: center; } .hero-image{ display: none; } .dishes{ grid-template-columns: repeat(auto-fit, minmax(75px, 100px)); } }
proyecto/style.css
*{ font-family: 'Roboto', sans-serif; } main{ max-width: 1200px; margin: 0 auto; } .hero{ display: grid; grid-template-columns: minmax(300px, 2fr) 3fr; } .hero-image{ width: 100%; height: 100%; object-fit: contain; /* con object-fit aremos que la imagen se ajuste al tamaño del contenedor sin distorcionarse*/ } .info{ align-self: center; } .info-title{ color: #333; font-size: 4rem; font-weight: 900; margin-bottom: 24px; } .info-subtitle{ color: #333; font-size: 1.5rem; margin-bottom: 24px; } .info-button { border: none; border-radius: 20px; color: #333; background-color: #fb8c00; font-weight: 900; padding: 12px 24px; } /* Second section-servoices */ .services-title{ color: #333; font-size: 3rem; font-weight: 400; text-transform: uppercase; text-align: center; margin: 100px 0 50px 0; } .dishes{ display: grid; grid-template-columns: repeat(auto-fit, minmax(75px, 250px)); grid-template-rows: 1fr; grid-gap: 25px; justify-content: center; } .dishes-image{ margin: 0; } .dishes-image img { width: 100%; height: 100%; object-fit: cover; } .dishes-image__big{ grid-area: 1 / 1 / 3 / 3; } /* seccion del menu */ .menu{ margin-bottom: 200px; } .menu-title{ font-size: 2rem; color: #333; font-weight: bolder; text-align: center; margin-bottom: 25px; } .menu-grid{ display: grid; gap: 10px; justify-content: center; grid-template-columns: repeat(auto-fit, minmax(150px, 225px)); } .menu-grid-item{ background-color: coral; border-top-left-radius: 40px; } .menu-grid-item img { width: 100%; height: 100%; object-fit: contain; } @media screen and (max-width: 768px){ .hero{ grid-template-columns: minmax(300px, 500px); justify-content: center; } .hero-image{ display: none; } .dishes{ grid-template-columns: repeat(auto-fit, minmax(75px, 100px)); } }
0.321247
0.127137
.ui-datepicker { width:200px; padding:0; display:none; background:url(../images/ui-datepicker-bg.png) repeat-x left bottom !important; padding-bottom:4px; background-color:#ffffff !important; z-index:99999; } .ui-datepicker .ui-datepicker-header { position:relative; padding:0; line-height:1; background:url(../images/ui-datepicker-header.png) repeat-x; margin:-1px; border:0; color:#ffffff; } .ui-datepicker .ui-datepicker-header { -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top:50%; margin-top:-7px; width:14px; height:14px; overflow:hidden; cursor:pointer; background:url(../images/ui-datepicker-next-prev-bg.png) no-repeat !important; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border:none !important; } .ui-datepicker .ui-datepicker-prev { left:6px; } .ui-datepicker .ui-datepicker-next { right:6px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display:block; position:absolute; left:50%; top:50%; margin:-8px 0 0 -8px; } .ui-datepicker .ui-datepicker-title { margin:0 2.3em; line-height:1; padding:11px 0; text-align:center; } .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } .ui-datepicker select.ui-datepicker-month-year { width:100%; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width:49%; } .ui-datepicker table { width:100%; font-size:.9em; border-collapse:collapse; margin:0 0 .4em; background:url(../images/ui-datepicker-table-bg.png) no-repeat left top !important; } .ui-datepicker th { padding:.8em .2em .2em .2em; text-align:center; font-weight:bold; border-bottom:1px solid #f7d1cd; } .ui-datepicker td { border-bottom:1px solid #d8ebf2; padding:1px; } .ui-datepicker td.ui-datepicker-week-col { text-align:center; vertical-align:middle; border-right:1px solid #f1e9ea; } .ui-datepicker td.ui-datepicker-current-day { background:url(../images/ui-datepicker-circle.png) no-repeat center center !important; } .ui-datepicker td span, .ui-datepicker td a { color:#040404 !important; font-size:13px; display:block; padding:.2em; text-align:center; text-decoration:none; border:0 !important; background:none !important; } .ui-datepicker .ui-datepicker-buttonpane { background-image:none; margin:.7em 0 0 0; padding:0 .2em; border-left:0; border-right:0; border-bottom:0; } .ui-datepicker .ui-datepicker-buttonpane button { float:right; margin:.5em .2em .4em; cursor:pointer; padding:.2em .6em .3em .6em; width:auto; overflow:visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width:auto; } .ui-datepicker-multi .ui-datepicker-group { float:left; } .ui-datepicker-multi .ui-datepicker-group table { width:100%; margin:0 auto .4em; border-right:1px solid #cacaca; } .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } .ui-datepicker-multi .ui-datepicker-group-last table { border-right:0; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } /* RTL support */ .ui-datepicker-rtl { direction:rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right:2px; left:auto; } .ui-datepicker-rtl .ui-datepicker-next { left:2px; right:auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right:1px; left:auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left:1px; right:auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float:left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } .ui-datepicker-rtl .ui-datepicker-group { float:right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ .ui-datepicker-cover { display:none; /*sorry for IE5*/ display/**/:block; /*sorry for IE5*/ position:absolute; /*must have*/ z-index:-1; /*must have*/ filter:mask(); /*must have*/ top:-4px; /*must have*/ left:-4px; /*must have*/ width:200px; /*must have*/ height:200px; /*must have*/ }
public/jui/css/jquery.ui.datepicker.css
.ui-datepicker { width:200px; padding:0; display:none; background:url(../images/ui-datepicker-bg.png) repeat-x left bottom !important; padding-bottom:4px; background-color:#ffffff !important; z-index:99999; } .ui-datepicker .ui-datepicker-header { position:relative; padding:0; line-height:1; background:url(../images/ui-datepicker-header.png) repeat-x; margin:-1px; border:0; color:#ffffff; } .ui-datepicker .ui-datepicker-header { -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top:50%; margin-top:-7px; width:14px; height:14px; overflow:hidden; cursor:pointer; background:url(../images/ui-datepicker-next-prev-bg.png) no-repeat !important; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border:none !important; } .ui-datepicker .ui-datepicker-prev { left:6px; } .ui-datepicker .ui-datepicker-next { right:6px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display:block; position:absolute; left:50%; top:50%; margin:-8px 0 0 -8px; } .ui-datepicker .ui-datepicker-title { margin:0 2.3em; line-height:1; padding:11px 0; text-align:center; } .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } .ui-datepicker select.ui-datepicker-month-year { width:100%; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width:49%; } .ui-datepicker table { width:100%; font-size:.9em; border-collapse:collapse; margin:0 0 .4em; background:url(../images/ui-datepicker-table-bg.png) no-repeat left top !important; } .ui-datepicker th { padding:.8em .2em .2em .2em; text-align:center; font-weight:bold; border-bottom:1px solid #f7d1cd; } .ui-datepicker td { border-bottom:1px solid #d8ebf2; padding:1px; } .ui-datepicker td.ui-datepicker-week-col { text-align:center; vertical-align:middle; border-right:1px solid #f1e9ea; } .ui-datepicker td.ui-datepicker-current-day { background:url(../images/ui-datepicker-circle.png) no-repeat center center !important; } .ui-datepicker td span, .ui-datepicker td a { color:#040404 !important; font-size:13px; display:block; padding:.2em; text-align:center; text-decoration:none; border:0 !important; background:none !important; } .ui-datepicker .ui-datepicker-buttonpane { background-image:none; margin:.7em 0 0 0; padding:0 .2em; border-left:0; border-right:0; border-bottom:0; } .ui-datepicker .ui-datepicker-buttonpane button { float:right; margin:.5em .2em .4em; cursor:pointer; padding:.2em .6em .3em .6em; width:auto; overflow:visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width:auto; } .ui-datepicker-multi .ui-datepicker-group { float:left; } .ui-datepicker-multi .ui-datepicker-group table { width:100%; margin:0 auto .4em; border-right:1px solid #cacaca; } .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } .ui-datepicker-multi .ui-datepicker-group-last table { border-right:0; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } /* RTL support */ .ui-datepicker-rtl { direction:rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right:2px; left:auto; } .ui-datepicker-rtl .ui-datepicker-next { left:2px; right:auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right:1px; left:auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left:1px; right:auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float:left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } .ui-datepicker-rtl .ui-datepicker-group { float:right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ .ui-datepicker-cover { display:none; /*sorry for IE5*/ display/**/:block; /*sorry for IE5*/ position:absolute; /*must have*/ z-index:-1; /*must have*/ filter:mask(); /*must have*/ top:-4px; /*must have*/ left:-4px; /*must have*/ width:200px; /*must have*/ height:200px; /*must have*/ }
0.149967
0.04123
/* Undo default browser styles */ 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,input,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{outline:0;font-weight:inherit;font-style:inherit;font-size:1em;font-family:inherit;vertical-align:baseline;margin:0;padding:0}body{font-size:16px;color:#000;background:transparent}:focus{outline:0}ol{list-style:decimal outside}ul{list-style:none outside}table{border-collapse:collapse;border-spacing:0;font-size:inherit}caption,th{text-align:center;font-weight:bold}fieldset,img{border:0}a img,:link img,:visited img{border:none}blockquote:before,blockquote:after,q:before,q:after{content:""}address{font-style:normal}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%}sup{vertical-align:text-top}sub{vertical-align:text-bottom}:link,:visited,del,ins{text-decoration:none} /* Default link styles */ a:link {color: #FF0000} /* unvisited link */ a:visited {color: #00FF00} /* visited link */ a:hover,a:focus {color: #FF00FF} /* mouse over / focus link */ a:focus {outline: 1px dotted #FF00FF} /* focus link outline */ a:active {color: #0000FF} /* selected link */ /* Default styles */ body{ background-color:blue; color: white; font-family:arial; } div#info { margin: 0 auto; position: relative; width: 300px; } ul { list-style: disc; } div#content { margin: 0 auto; position: relative; width: 80%; } p{ font-size:200%; padding:3em 0; text-align:center; text-transform:uppercase; } p.default{ display:block; } p.tabletLandscape, p.tabletPortrait { display:none; } p.smartphone{ display:none; } p span { font-size: 50%; font-family: courier; white-space: pre; text-align: inherit; } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { body{ background-color: #FF9900; /* orange */ } p { font-size: 100%; } p span { font-size: 90%; color: black; font-weight: bold; } p.default, p.tabletPortrait, p.tabletLandscape { display:none; } p.smartphone { display:block; } } /* Smartphones (landscape) ------------------------ */ @media only screen and (min-width : 321px) { /* Styles */ } /* Smartphones (portrait) ------------------------- */ @media only screen and (max-width : 320px) { /* Styles */ } /* iPads (portrait and landscape) ----------------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* Styles */ } /* iPads (landscape) ------------------------------ */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { body{ background-color: #990066; /* maroon */ } p.default, p.tabletPortrait, p.smartphone{ display:none; } p.tabletLandscape{ display:block; } } /* iPads (portrait) ------------------------------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { body{ background-color: #009933; /* green */ } p.default, p.tabletLandscape, p.smartphone{ display:none; } p.tabletPortrait{ display:block; } } /* Smartphone styles */ @media screen and (max-width:480px), screen and (max-device-width:480px) { }
demos/Tablet Compatability/css/demo_query.css
/* Undo default browser styles */ 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,input,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{outline:0;font-weight:inherit;font-style:inherit;font-size:1em;font-family:inherit;vertical-align:baseline;margin:0;padding:0}body{font-size:16px;color:#000;background:transparent}:focus{outline:0}ol{list-style:decimal outside}ul{list-style:none outside}table{border-collapse:collapse;border-spacing:0;font-size:inherit}caption,th{text-align:center;font-weight:bold}fieldset,img{border:0}a img,:link img,:visited img{border:none}blockquote:before,blockquote:after,q:before,q:after{content:""}address{font-style:normal}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%}sup{vertical-align:text-top}sub{vertical-align:text-bottom}:link,:visited,del,ins{text-decoration:none} /* Default link styles */ a:link {color: #FF0000} /* unvisited link */ a:visited {color: #00FF00} /* visited link */ a:hover,a:focus {color: #FF00FF} /* mouse over / focus link */ a:focus {outline: 1px dotted #FF00FF} /* focus link outline */ a:active {color: #0000FF} /* selected link */ /* Default styles */ body{ background-color:blue; color: white; font-family:arial; } div#info { margin: 0 auto; position: relative; width: 300px; } ul { list-style: disc; } div#content { margin: 0 auto; position: relative; width: 80%; } p{ font-size:200%; padding:3em 0; text-align:center; text-transform:uppercase; } p.default{ display:block; } p.tabletLandscape, p.tabletPortrait { display:none; } p.smartphone{ display:none; } p span { font-size: 50%; font-family: courier; white-space: pre; text-align: inherit; } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { body{ background-color: #FF9900; /* orange */ } p { font-size: 100%; } p span { font-size: 90%; color: black; font-weight: bold; } p.default, p.tabletPortrait, p.tabletLandscape { display:none; } p.smartphone { display:block; } } /* Smartphones (landscape) ------------------------ */ @media only screen and (min-width : 321px) { /* Styles */ } /* Smartphones (portrait) ------------------------- */ @media only screen and (max-width : 320px) { /* Styles */ } /* iPads (portrait and landscape) ----------------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* Styles */ } /* iPads (landscape) ------------------------------ */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { body{ background-color: #990066; /* maroon */ } p.default, p.tabletPortrait, p.smartphone{ display:none; } p.tabletLandscape{ display:block; } } /* iPads (portrait) ------------------------------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { body{ background-color: #009933; /* green */ } p.default, p.tabletLandscape, p.smartphone{ display:none; } p.tabletPortrait{ display:block; } } /* Smartphone styles */ @media screen and (max-width:480px), screen and (max-device-width:480px) { }
0.244183
0.05572
.system-sfrpg { /* tagify integration */ --tagify-dd-color-primary: var(--sfmod-color-primary); --tagify-dd-bg-color: var(--sfmod-color-background); } /* tagify integration */ .tagify { --tags-border-color: var(--sfmod-color-background); --tags-hover-border-color: var(--sfmod-color-primary); --tags-focus-border-color: var(--sfmod-color-secondary); --tag-bg: var(--sfmod-color-primary); --tag-hover: var(--sfmod-color-secondary); --tag-text-color: var(--sfmod-text-on-primary); --tag-text-color--edit: var(--sfmod-text-on-background); --tag-invalid-color: var(--sfmod-text-on-error); --tag-invalid-bg: var(--sfmod-color-error); --tag-remove-bg: var(--sfmod-color-error); --tag-remove-btn-bg: none; --tag-remove-btn-bg--hover: var(--sfmod-color-error); --placeholder-color: var(--sfmod-text-on-background); } .system-sfrpg { --sfmod-color-surface: var(--sfmod-color-surface-wbr) !important; --sfmod-font-variant: small-caps; } .system-sfrpg :not(span[style*="color:"])>strong { color: var(--sfmod-text-on-selection); } .system-sfrpg .editor-content h3, .system-sfrpg .editor-content h4, .system-sfrpg .editor-content h5, .system-sfrpg .editor-content h6 { font-variant: var(--sfmod-font-variant, inherit); color: var(--sfmod-text-on-selection); } .sfrpg.sheet .editor-content h2, .system-sfrpg h2, .sfrpg.sheet .editor-content h1, .system-sfrpg h1 { color: var(--sfmod-color-primary); border-bottom: 1px solid var(--sfmod-color-primary); } .system-sfrpg blockquote { quotes: "\201C""\201D""\2018""\2019"; background: var(--sfmod-color-surface); border-left: 5px solid var(--sfmod-color-secondary); margin: 15px 5px; padding: 5px 10px; text-align: justify; } .system-sfrpg blockquote:before { content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.1em; margin-left: -15px; color: var(--sfmod-color-secondary); vertical-align: -0.4em; } .system-sfrpg blockquote p { display: inline; } .sfrpg.sheet .editor-content h3, .sfrpg.sheet .item-summary h3 { color: var(--sfmod-color-primary); } .system-sfrpg #player-config label { color: var(--sfmod-text-on-background); } .system-sfrpg input[type="color"] { background: var(--sfmod-color-surface); border-color: var(--sfmod-border-on-background); } .system-sfrpg img { border-color: var(--sfmod-border-on-background); } .system-sfrpg textarea:not([name="command"]), .system-sfrpg input[type="text"], .system-sfrpg input[type="number"], .system-sfrpg input[type="password"], .system-sfrpg input[type="date"], .system-sfrpg input[type="time"], .system-sfrpg .directory .directory-header .header-search input { color: var(--sfmod-text-on-background); background: var(--sfmod-color-background); border-color: var(--sfmod-border-on-background-light); } .sfrpg.sheet .editor .tox-tinymce { background: #ffffff; } .sfrpg.sheet.actor .inventory-list .item-controls a, .sfrpg.sheet.actor .crew-list .item-controls a, .sfrpg.sheet.actor .inventory-list .crew-controls a, .sfrpg.sheet.actor .crew-list .crew-controls a { color: var(--sfmod-text-on-background-light); } .sfrpg.sheet.actor .inventory-list .item-detail, .sfrpg.sheet.actor .crew-list .item-detail, .sfrpg.sheet.actor .inventory-list .crew-detial, .sfrpg.sheet.actor .crew-list .crew-detial { color: var(--sfmod-text-on-background-light); border-right-color: var(--sfmod-border-on-background); } .system-sfrpg #sidebar .sidebar-tab { backdrop-filter: blur(var(--sfmod-blur-radius)); -webkit-backdrop-filter: blur(var(--sfmod-blur-radius)); } .sfrpg.sheet .window-content { border-color: var(--sfmod-color-primary-variant); } .sfrpg.sheet.actor .sheet-header .header-background { background: var(--sfmod-color-secondary-gradient); } .system-sfrpg .window-app .window-header { background: var(--sfmod-color-primary-gradient); color: var(--sfmod-text-on-primary); } .sfrpg.sheet .sheet-navigation .item { color: var(--sfmod-text-on-primary); } .sfrpg.sheet .sheet-navigation .item.active { background: var(--sfmod-color-secondary); color: var(--sfmod-text-on-secondary); } .system-sfrpg .tabs a.item:hover, .system-sfrpg #navigation #scene-list .scene.view, .system-sfrpg #navigation #scene-list .scene.context, .system-sfrpg #controls .scene-control.active, .system-sfrpg #controls .control-tool.active, .system-sfrpg #controls .scene-control:hover, .system-sfrpg #controls .control-tool:hover, .system-sfrpg #sidebar-tabs>.item.active, .system-sfrpg #sidebar-tabs { border-color: var(--sfmod-color-secondary); border-bottom-color: var(--sfmod-color-secondary-light); box-shadow: 0 0 10px var(--sfmod-color-secondary-light); background: var(--sfmod-color-surface); } .sfrpg.sheet .sheet-navigation .item.active:hover { color: var(--sfmod-text-on-secondary) !important; } .system-sfrpg #navigation #scene-list .scene.gm { border-color: var(--sfmod-color-primary); background: var(--sfmod-color-surface); border-bottom-color: var(--sfmod-color-primary-light); box-shadow: 0 0 10px var(--sfmod-color-primary-light); } .system-sfrpg #chat-controls .roll-type-select { background: var(--sfmod-color-background); color: var(--sfmod-text-on-background) } .system-sfrpg #chat-form textarea, .sidebar-tab .directory-header .header-search input, .system-sfrpg .monks-journal-sheet .directory .directory-header .header-search input { background: var(--sfmod-color-background); color: var(--sfmod-text-on-background); } .system-sfrpg select { background: var(--sfmod-color-background) !important; } .system-sfrpg select option { background-color: var(--sfmod-color-background) !important; } .system-sfrpg a.entity-link, .system-sfrpg a.inline-roll { border: 1px solid var(--sfmod-color-primary); color: var(--sfmod-color-primary); } .system-sfrpg .message-header h4.message-sender { color: var(--sfmod-color-primary); } .system-sfrpg .chat-message .message-header { color: var(--sfmod-text-on-background-light); } .system-sfrpg .message-header { background-color: transparent; } .sfrpg.sheet .window-content, .system-sfrpg .window-app .window-content { background: var(--sfmod-color-surface); color: var(--sfmod-text-on-background) !important; backdrop-filter: blur(var(--sfmod-blur-radius)); -webkit-backdrop-filter: blur(var(--sfmod-blur-radius)); } .system-sfrpg #chat-log .message { background: var(--sfmod-color-background); color: var(--sfmod-text-on-background) !important; } .system-sfrpg #chat-log .message .message-content h2 { position: unset; } .system-sfrpg #module-management .package-list .package-title, .system-sfrpg #module-management .package-list .package-metadata, .system-sfrpg #module-management .package-list .package-description, .sfrpg.sheet.actor .sheet-header .header-background .charname>input { color: var(--sfmod-text-on-background); } .sfrpg.sheet .sheet-navigation { background: var(--sfmod-color-primary-gradient); } .system-sfrpg form .form-header, .sfrpg.sheet .sheet-header, .sfrpg button { color: var(--sfmod-text-on-background); } .system-sfrpg .sfrpg.sheet .sheet-header .summary li, .system-sfrpg .sfrpg .form-group label, .system-sfrpg .sfrpg.chat-card .card-header h3, .system-sfrpg .chat-card-custom .chat-card-custom-item p span { color: var(--sfmod-text-on-background-light); } .sfrpg.sheet.actor .inventory-list .item .item-name .item-action .attack, .sfrpg.sheet.actor .crew-list .item .item-name .item-action .attack, .sfrpg.sheet.actor .vehicle-system-list .item .item-name .item-action .attack, .sfrpg.sheet.actor .inventory-list .crew .item-name .item-action .attack, .sfrpg.sheet.actor .crew-list .crew .item-name .item-action .attack, .sfrpg.sheet.actor .vehicle-system-list .crew .item-name .item-action .attack, .sfrpg.sheet.actor .inventory-list .item .crew-name .item-action .attack, .sfrpg.sheet.actor .crew-list .item .crew-name .item-action .attack, .sfrpg.sheet.actor .vehicle-system-list .item .crew-name .item-action .attack, .sfrpg.sheet.actor .inventory-list .crew .crew-name .item-action .attack, .sfrpg.sheet.actor .crew-list .crew .crew-name .item-action .attack, .sfrpg.sheet.actor .vehicle-system-list .crew .crew-name .item-action .attack { width: auto; background: var(--sfmod-color-primary-variant); color: var(--sfmod-text-on-primary); cursor: pointer; } .system-sfrpg a.entity-link, .system-sfrpg a.inline-roll { background: none; } .system-sfrpg input[type="text"], .system-sfrpg .sidebar-tab .directory-header .header-search input, .system-sfrpg select, .system-sfrpg .gm-screen-app .gm-screen-grid-cell-header select, .sfrpg select, .sfrpg .form-group label, .sfrpg .window-content, .system-sfrpg input[type="text"], .system-sfrpg input[type="number"], .system-sfrpg input[type="password"], .system-sfrpg input[type="date"], .system-sfrpg input[type="time"] { color: var(--sfmod-text-on-background) !important; background-image: none; } .system-sfrpg input[type="text"]::placeholder, .system-sfrpg #chat-form textarea, .sidebar-tab .directory-header .header-search input::placeholder, .system-sfrpg .sidebar-tab .directory-header .header-search input, form .notes, form .hint { color: var(--sfmod-text-on-surface); } .system-sfrpg button:hover, .system-sfrpg button:focus { box-shadow: 0 0 5px var(--sfmod-color-primary); color: var(--sfmod-color-primary); } .sfrpg.sheet .editable .rollable:hover, .sfrpg.chat-card .card-header h3:hover { text-shadow: 0 0 5px var(--sfmod-color-primary); color: var(--sfmod-color-primary-light); } .system-sfrpg select:focus, .system-sfrpg textarea:focus, .system-sfrpg textarea:focus, .system-sfrpg input[type="text"]:focus, .system-sfrpg input[type="number"]:focus, .system-sfrpg input[type="password"]:focus, .system-sfrpg input[type="date"]:focus, .system-sfrpg input[type="time"]:focus, .sfrpg input[type="text"]:hover, .sfrpg input[type="text"]:focus { box-shadow: 0 0 8px var(--sfmod-color-primary); outline: 2px solid var(--sfmod-color-primary-light); outline-offset: -2px; } .system-sfrpg a:hover { text-shadow: 0 0 8px var(--sfmod-color-primary); color: var(--sfmod-color-primary-light) !important; } .system-sfrpg .tabs .item.active { text-shadow: 0 0 10px var(--sfmod-color-secondary); color: var(--sfmod-text-on-background); } .system-sfrpg .sheet-tabs.tabs .item.active { color: var(--sfmod-color-secondary) } .system-sfrpg #hotbar .macro.active:hover { border: 1px solid var(--sfmod-color-primary-primary); } .system-sfrpg #hotbar .macro:hover { box-shadow: 0 0 10px var(--sfmod-color-primary-light) inset; } #context-menu li.context-item:hover { color: var(--sfmod-color-primary); text-shadow: 0 0 4px var(--sfmod-color-primary); } .system-sfrpg button { background: rgba(0, 0, 0, 0.1) !important; border: 2px groove var(--sfmod-text-on-background) !important; color: var(--sfmod-text-on-background); } .sfrpg.sheet.actor .inventory-filters .currency label, .sfrpg.sheet.actor .inventory-filters h3, .sfrpg.sheet.actor .inventory-filters .filter-title, .sfrpg.sheet.actor.starship .crew-settings h3, .sfrpg.sheet.actor.starship .crew-settings .filter-title { color: var(--sfmod-text-on-surface); } .sfrpg.sheet .filter-list .filter-item.active, .sfrpg.sheet .sheet-subnavigation .item.active, .system-sfrpg nav.list-filters a.filter.active { border-bottom-color: var(--sfmod-color-secondary); } .sfrpg.sheet .filter-list .filter-item.active, .sfrpg.sheet .sheet-subnavigation .item.active { border-bottom: 3px solid var(--sfmod-color-secondary); } .sfrpg.sheet .filter-list .filter-item:hover, .sfrpg.sheet .sheet-subnavigation .item:hover { text-shadow: 0 0 4px var(--sfmod-color-secondary); border-bottom: 3px solid var(--sfmod-color-secondary-light); color: unset !important; } .system-sfrpg .sfrpg.item-browser-window .item-browser .header .item-sort-link:hover { text-shadow: 0 0 10px var(--sfmod-color-secondary), 0 0 5px var(--sfmod-color-secondary); color: unset !important; } .sfrpg.sheet.actor.starship .sheet-body a.critical-edit, .sfrpg.sheet.actor.starship .sheet-body i.fas { color: inherit; } .system-sfrpg .filepicker .display-modes a.active { text-shadow: 0 0 6px var(--sfmod-color-secondary); border-color: var(--sfmod-color-secondary); background: transparent; color: var(--sfmod-color-secondary); } .system-sfrpg .filepicker .display-modes a { border-color: var(--sfmod-text-on-background); background: transparent; } .system-sfrpg .filepicker .tabs .item.active { text-shadow: 0 0 10px var(--sfmod-color-secondary); color: var(--sfmod-color-secondary); } .system-sfrpg .dice-roll .dice-result { overflow: auto; } /* sheets borders */ .sfrpg.sheet .sheet-header .summary-row2 li, .sfrpg.sheet.actor .counters, .sfrpg.sheet .sheet-header .summary-row1, .sfrpg.sheet .sheet-header .summary-row2, .sfrpg.sheet.actor.drone .ability-scores .ability h4.box-title, .sfrpg.sheet.actor.drone .sheet-header .summary, .sfrpg.sheet.actor.drone .sheet-header .attributes .attribute, .sfrpg.sheet.actor.drone ul.skills-list li.skills-header, .sfrpg.sheet.actor.drone .ability-scores .ability, .sfrpg.sheet.actor.drone .ability-scores .ability .ability-modifiers span.ability-mod, .system-sfrpg .compendium .directory-list .directory-item, .sfrpg.item-browser-window .item-browser .filtercontainer, .sfrpg.item-browser-window .item-browser .sortcontainer, .sfrpg.sheet.actor ul.attributes li.attribute, .sfrpg.sheet.actor.starship .sheet-header .attributes .attribute, .sfrpg.sheet .sheet-header .summary li, .sfrpg.sheet .sheet-header .summary, .sfrpg.sheet .sheet-header .summary-row1 li, .sfrpg.sheet.actor.starship .sheet-header .summary, .sfrpg.sheet .sheet-header img.profile, .sfrpg.sheet .sheet-header, .sfrpg.sheet.actor .inventory-list .inventory-header, .sfrpg.sheet.actor .crew-list .inventory-header, .sfrpg.sheet.actor .inventory-list .crew-header, .sfrpg.sheet.actor .crew-list .crew-header, .sfrpg.sheet.actor .inventory-list .item, .sfrpg.sheet.actor .crew-list .item, .sfrpg.sheet.actor .inventory-list .crew, .sfrpg.sheet.actor .crew-list .crew, .sfrpg.sheet.actor.starship .action-list .action-header, .sfrpg.sheet.actor.starship .action-list .action, .sfrpg .form-header, .sfrpg.sheet.actor.character .sheet-header .attributes .attribute, .sfrpg.sheet.actor.character .sheet-header .summary, .sfrpg.sheet.actor.character .ability-scores .ability .ability-header input[type="text"].ability-drain, .sfrpg.sheet.actor.character .ability-scores .ability, .sfrpg.sheet.actor.character .ability-scores .ability .ability-header input[type="text"].ability-penalty, .sfrpg.sheet.actor.character .ability-scores .ability .ability-modifiers input[type="text"].ability-base, .sfrpg.sheet.actor.character .ability-scores .ability .ability-header input[type="text"].ability-damage, .sfrpg.sheet.actor.character .ability-scores .ability .ability-modifiers span.ability-mod, .sfrpg.sheet.actor.character .ability-scores .ability .ability-modifiers input[type="text"].ability-base, .sfrpg.sheet.actor.npc .ability-scores .ability .ability-modifiers input[type="text"].ability-base, .sfrpg.sheet.actor.npc .ability-scores .ability h4.new-box-title, .sfrpg.sheet.actor.npc ul.attributes li.attribute h4.new-box-title, .sfrpg.sheet.actor.npc ul.attributes li.attribute .attrib-modifiers input[type="text"].attrib-base, .sfrpg.sheet.actor.npc ul.skills-list li.skills-header, .sfrpg.sheet.actor .spell-school, .sfrpg.sheet.actor .spell-action, .sfrpg.sheet.actor .spell-comps, .sfrpg.sheet.actor .spell-slots, .sfrpg.sheet.actor ul.skills-list, .sfrpg.sheet.actor.character ul.skills-list li.skills-header, .sfrpg.sheet.actor .inventory-list .item-detail, .sfrpg.sheet.actor .crew-list .item-detail, .sfrpg.sheet.actor .inventory-list .crew-detial, .sfrpg.sheet.actor .crew-list .crew-detial, .sfrpg.sheet.actor .ability-scores .ability, .sfrpg.sheet.actor ul.attributes.last, .sfrpg.sheet.actor h4.box-title, .sfrpg.sheet.actor.character .ability-scores .ability h4.box-title, .sfrpg.sheet.actor .inventory-list .inventory-header, .sfrpg.sheet.actor .crew-list .inventory-header, .sfrpg.sheet.actor .vehicle-system-list .inventory-header, .sfrpg.sheet.actor .inventory-list .crew-header, .sfrpg.sheet.actor .crew-list .crew-header, .sfrpg.sheet.actor .vehicle-system-list .crew-header, .sfrpg.sheet.actor .inventory-list .item-detail, .sfrpg.sheet.actor .crew-list .item-detail, .sfrpg.sheet.actor .vehicle-system-list .item-detail, .sfrpg.sheet.actor .inventory-list .crew-detial, .sfrpg.sheet.actor .crew-list .crew-detial, .sfrpg.sheet.actor .vehicle-system-list .crew-detial, .sfrpg.sheet.actor .inventory-list .item, .sfrpg.sheet.actor .crew-list .item, .sfrpg.sheet.actor .vehicle-system-list .item, .sfrpg.sheet.actor .inventory-list .crew, .sfrpg.sheet.actor .crew-list .crew, .sfrpg.sheet.actor .vehicle-system-list .crew, .sfrpg.sheet.actor .inventory-list .item-summary, .sfrpg.sheet.actor .crew-list .item-summary, .sfrpg.sheet.actor .vehicle-system-list .item-summary, .sfrpg.sheet.actor .inventory-list .crew-summary, .sfrpg.sheet.actor .crew-list .crew-summary, .sfrpg.sheet.actor .vehicle-system-list .crew-summary, .sfrpg.sheet.actor .sheet-body .bio-properties, .sfrpg.sheet.actor.starship .action-list .action .item-summary, .sfrpg.sheet.item .inventory-list .item-detail, .sfrpg.sheet.item .inventory-list .inventory-header, .sfrpg.sheet.item .sheet-body .item-properties, .sfrpg.sheet.item .inventory-list .item { border-color: var(--sfmod-border-on-background) !important; } .system-sfrpg form .form-group span.units { color: var(--sfmod-text-on-surface); } .sfrpg.sheet.actor.vehicle .passenger-action .pilotPilotingSkill:hover, .sfrpg.sheet.actor.vehicle .passenger-action .pilotPilotingSkill:focus { filter: invert(1) sepia(1) saturate(10) hue-rotate(119deg); } .sfrpg.item-browser-window .item-browser li.item:hover { background: unset; outline: 1px solid var(--sfmod-color-primary); color: var(--sfmod-color-primary); box-shadow: inset 0 0 6px 0px var(--sfmod-color-primary); } .system-sfrpg .tabs a.item:hover { color: inherit !important; text-shadow: 0 0 8px var(--sfmod-color-secondary); } .system-sfrpg .tabs.sheet-navigation a.item:hover { box-shadow: inset 0 0 8px var(--sfmod-color-secondary); color: inherit !important; outline: 1px solid var(--sfmod-color-secondary-light); text-shadow: unset; } .system-sfrpg #sidebar-tabs.tabs a.item:hover { box-shadow: inset 0 0 8px var(--sfmod-color-secondary); } .system-sfrpg .sidebar-tab .directory-footer { display: flex; flex-direction: row; padding: 2px; } .system-sfrpg .sidebar-tab .directory-footer>* { flex-grow: 1; } .system-sfrpg a.entity-link i, .system-sfrpg a.inline-roll i { color: unset; } .system-sfrpg .tox.tox-tinymce { background: #ffffff; } .system-sfrpg .sfrpg.sheet.actor .inventory-filters .currency label.currency-value { color: var(--sfmod-text-on-background-light); } .system-sfrpg tags.tagify.token-action-hud-taginput { background: var(--sfmod-color-background) !important; color: var(--sfmod-text-on-background) !important; border: 1px solid var(--sfmod-border-on-background-light); border-radius: 3px; margin: 8px 0; overflow: hidden; } .system-sfrpg .tagify__tag--editable>div::before { background: var(--sfmod-color-surface); } .system-sfrpg #context-menu li.context-item { backdrop-filter: none; } .system-sfrpg #pause h3 { text-shadow: 1px 1px 30px #000, 0px 0px 12px var(--sfmod-color-primary), 0px 0px 8px var(--sfmod-color-primary-light), 0px 0px 4px var(--sfmod-color-primary), 0px 0px 2px #000; } .system-sfrpg #controls-reference ol.hotkey-list .key { background: var(--sfmod-color-background); color: var(--sfmod-text-on-background); } .system-sfrpg #controls-reference ol.hotkey-list li.gm .key { background: var(--sfmod-color-background); color: var(--sfmod-color-primary-light); } .sfrpg.sheet.actor.character .sheet-header .charlevel .xpbar .bar { background: var(--sfmod-color-primary); } .sfrpg.sheet.actor.character .encumbrance .encumbrance-bar { background: var(--sfmod-color-primary); border: 1px solid var(--sfmod-color-primary-light); } ::-webkit-scrollbar-thumb { background: var(--sfmod-color-secondary); border: 1px solid var(--sfmod-color-secondary-light); } :root { scrollbar-color: var(--sfmod-color-secondary) #111; } ::-webkit-slider-thumb { background: var(--sfmod-color-secondary) !important; } ::-moz-range-thumb { background: var(--sfmod-color-secondary) !important; } .sfrpg.sheet.actor .crew-list .crew-item-list { margin-left: 12px; } .sfrpg.sheet.actor.starship .action-header .action-name, .sfrpg.sheet.actor .inventory-list .inventory-header h3, .sfrpg.sheet.actor .crew-list .inventory-header h3, .sfrpg.sheet.actor .vehicle-system-list .inventory-header h3, .sfrpg.sheet.actor .inventory-list .crew-header h3, .sfrpg.sheet.actor .crew-list .crew-header h3, .sfrpg.sheet.actor .crew-list .crew-header[data-type="shipsCrew"], .sfrpg.sheet.actor .vehicle-system-list .crew-header h3 { text-shadow: -1px -1px 0 var(--sfmod-color-primary-light), 1px -1px 0 var(--sfmod-color-primary-light), -1px 1px 0 var(--sfmod-color-primary-light), 1px 1px 0 var(--sfmod-color-primary-light), -1px 1px 3px var(--sfmod-color-primary), -1px -1px 3px var(--sfmod-color-primary), 1px 1px 3px var(--sfmod-color-primary), 1px -1px 3px var(--sfmod-color-primary); color: #000; font-size: 1.45em; font-variant: petite-caps; padding-left: 5px; padding-right: 0px; letter-spacing: -.2px } .sfrpg.sheet.actor .inventory-list .inventory-header.disabled h3, .sfrpg.sheet.actor .crew-list .inventory-header.disabled h3, .sfrpg.sheet.actor .vehicle-system-list .inventory-header.disabled h3, .sfrpg.sheet.actor .inventory-list .crew-header.disabled h3, .sfrpg.sheet.actor .crew-list .crew-header.disabled h3, .sfrpg.sheet.actor .vehicle-system-list .crew-header.disabled h3 { text-shadow: -1px -1px 1px var(--sfmod-color-primary), 1px -1px 1px var(--sfmod-color-primary), -1px 1px 1px var(--sfmod-color-primary), 1px 1px 1px var(--sfmod-color-primary), 0 0 6px var(--sfmod-color-primary); color: #000; opacity: 0.45; } .sfrpg.chat-card.combat-card .card-content h2[style*="background-color:Salmon"], .sfrpg.chat-card.combat-card .card-content h2[style*="background-color:LightGreen"] { color: var(--sfmod-color-secondary); text-transform: uppercase; font-size: 1.7em; font-weight: bold; line-height: 1.8em; padding: 0; display: block; margin: 5px auto; border: 10px double var(--sfmod-color-secondary); background: none !important; } .sfrpg.chat-card.combat-card .card-content h2[style*="background-color:LightGreen"] { color: var(--sfmod-color-primary); border-color: var(--sfmod-color-primary) !important; } .system-sfrpg .placeable-hud .control-icon.active { box-shadow: 0 0 10px var(--sfmod-color-secondary) inset !important; } .system-sfrpg .control-icon.active>img { filter: none; opacity: .9; } .system-sfrpg .directory .directory-list .directory-item.context, .system-sfrpg .directory .directory-list .directory-item.active { border-color: var(--sfmod-color-secondary) !important; } /* ************************************************************************* */ /* *** COMPACT MODE CSS RULES *** */ /* ************************************************************************* */ .sfmod-compact.system-sfrpg #compendium li.compendium-pack { line-height: 10px; } .sfmod-compact.system-sfrpg .directory .directory-list .directory-item h4 { margin: 0; white-space: nowrap; overflow: hidden; font-size: 1.1em; font-variant: var(--sfmod-font-variant, inherit); letter-spacing: 1px; } .sfmod-compact.system-sfrpg #compendium li.compendium-pack .compendium-footer { font-size: 13px; font-variant: all-small-caps; padding-left: 22px; } .sfmod-compact.system-sfrpg #compendium li.compendium-pack .status-icons { top: 5px; } .sfmod-compact.system-sfrpg #compendium h3 { background: var(--sfmod-color-background); color: var(--sfmod-text-on-background-light); font-size: 1.1em; text-transform: uppercase; } .sfmod-compact.system-sfrpg #compendium li.compendium-pack .pack-title i { margin-right: 3px; font-size: 0.8em; width: 13px; } .sfmod-compact.system-sfrpg #compendium li[data-open="1"].compendium-pack .pack-title i.folder { color: var(--sfmod-color-primary-light); } .sfmod-compact.system-sfrpg .compendium .directory-list .directory-item { line-height: 35px; word-spacing: -1px; height: 35px; border-top: none; } .sfmod-compact.system-sfrpg .compendium .directory-list .directory-item img { height: 34px; width: 34px; flex: 0 0 34px; margin: 0 5px 0 0 } /* font size */ .system-sfrpg #chat-log { font-size: var(--sfmod-chat-font-size, 12px); } .system-sfrpg #chat-log .message, .system-sfrpg .sfrpg.chat-card, .system-sfrpg .sfrpg.chat-card .card-content { font-size: 1em; } .system-sfrpg .chat-message .message-header { font-size: 1.2em; } .system-sfrpg .chat-message .message-header .flavor-text, .system-sfrpg .chat-message .message-header .whisper-to { font-size: 0.9em; } .system-sfrpg .chat-message .message-header .message-sender { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; flex-grow: 7; } .sfrpg.sheet.actor .inventory-list .item .item-name .item-action .use, .sfrpg.sheet.actor .crew-list .item .item-name .item-action .use, .sfrpg.sheet.actor .vehicle-system-list .item .item-name .item-action .use, .sfrpg.sheet.actor .inventory-list .crew .item-name .item-action .use, .sfrpg.sheet.actor .crew-list .crew .item-name .item-action .use, .sfrpg.sheet.actor .vehicle-system-list .crew .item-name .item-action .use, .sfrpg.sheet.actor .inventory-list .item .crew-name .item-action .use, .sfrpg.sheet.actor .crew-list .item .crew-name .item-action .use, .sfrpg.sheet.actor .vehicle-system-list .item .crew-name .item-action .use, .sfrpg.sheet.actor .inventory-list .crew .crew-name .item-action .use, .sfrpg.sheet.actor .crew-list .crew .crew-name .item-action .use, .sfrpg.sheet.actor .vehicle-system-list .crew .crew-name .item-action .use{ color: var(--sfmod-text-on-background); } .sfrpg.sheet.actor .inventory-list .item .item-name .item-action .use:hover, .sfrpg.sheet.actor .crew-list .item .item-name .item-action .use:hover, .sfrpg.sheet.actor .vehicle-system-list .item .item-name .item-action .use:hover, .sfrpg.sheet.actor .inventory-list .crew .item-name .item-action .use:hover, .sfrpg.sheet.actor .crew-list .crew .item-name .item-action .use:hover, .sfrpg.sheet.actor .vehicle-system-list .crew .item-name .item-action .use:hover, .sfrpg.sheet.actor .inventory-list .item .crew-name .item-action .use:hover, .sfrpg.sheet.actor .crew-list .item .crew-name .item-action .use:hover, .sfrpg.sheet.actor .vehicle-system-list .item .crew-name .item-action .use:hover, .sfrpg.sheet.actor .inventory-list .crew .crew-name .item-action .use:hover, .sfrpg.sheet.actor .crew-list .crew .crew-name .item-action .use:hover, .sfrpg.sheet.actor .vehicle-system-list .crew .crew-name .item-action .use:hover, .sfrpg.sheet.actor .inventory-list .item .item-name .item-action .use:focus, .sfrpg.sheet.actor .crew-list .item .item-name .item-action .use:focus, .sfrpg.sheet.actor .vehicle-system-list .item .item-name .item-action .use:focus, .sfrpg.sheet.actor .inventory-list .crew .item-name .item-action .use:focus, .sfrpg.sheet.actor .crew-list .crew .item-name .item-action .use:focus, .sfrpg.sheet.actor .vehicle-system-list .crew .item-name .item-action .use:focus, .sfrpg.sheet.actor .inventory-list .item .crew-name .item-action .use:focus, .sfrpg.sheet.actor .crew-list .item .crew-name .item-action .use:focus, .sfrpg.sheet.actor .vehicle-system-list .item .crew-name .item-action .use:focus, .sfrpg.sheet.actor .inventory-list .crew .crew-name .item-action .use:focus, .sfrpg.sheet.actor .crew-list .crew .crew-name .item-action .use:focus, .sfrpg.sheet.actor .vehicle-system-list .crew .crew-name .item-action .use:focus { box-shadow: 0 0 5px var(--sfmod-color-primary); } .sfrpg.sheet.actor .proficient .proficiency-toggle { color: var(--sfmod-color-primary); } /* END */
css/main.css
.system-sfrpg { /* tagify integration */ --tagify-dd-color-primary: var(--sfmod-color-primary); --tagify-dd-bg-color: var(--sfmod-color-background); } /* tagify integration */ .tagify { --tags-border-color: var(--sfmod-color-background); --tags-hover-border-color: var(--sfmod-color-primary); --tags-focus-border-color: var(--sfmod-color-secondary); --tag-bg: var(--sfmod-color-primary); --tag-hover: var(--sfmod-color-secondary); --tag-text-color: var(--sfmod-text-on-primary); --tag-text-color--edit: var(--sfmod-text-on-background); --tag-invalid-color: var(--sfmod-text-on-error); --tag-invalid-bg: var(--sfmod-color-error); --tag-remove-bg: var(--sfmod-color-error); --tag-remove-btn-bg: none; --tag-remove-btn-bg--hover: var(--sfmod-color-error); --placeholder-color: var(--sfmod-text-on-background); } .system-sfrpg { --sfmod-color-surface: var(--sfmod-color-surface-wbr) !important; --sfmod-font-variant: small-caps; } .system-sfrpg :not(span[style*="color:"])>strong { color: var(--sfmod-text-on-selection); } .system-sfrpg .editor-content h3, .system-sfrpg .editor-content h4, .system-sfrpg .editor-content h5, .system-sfrpg .editor-content h6 { font-variant: var(--sfmod-font-variant, inherit); color: var(--sfmod-text-on-selection); } .sfrpg.sheet .editor-content h2, .system-sfrpg h2, .sfrpg.sheet .editor-content h1, .system-sfrpg h1 { color: var(--sfmod-color-primary); border-bottom: 1px solid var(--sfmod-color-primary); } .system-sfrpg blockquote { quotes: "\201C""\201D""\2018""\2019"; background: var(--sfmod-color-surface); border-left: 5px solid var(--sfmod-color-secondary); margin: 15px 5px; padding: 5px 10px; text-align: justify; } .system-sfrpg blockquote:before { content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.1em; margin-left: -15px; color: var(--sfmod-color-secondary); vertical-align: -0.4em; } .system-sfrpg blockquote p { display: inline; } .sfrpg.sheet .editor-content h3, .sfrpg.sheet .item-summary h3 { color: var(--sfmod-color-primary); } .system-sfrpg #player-config label { color: var(--sfmod-text-on-background); } .system-sfrpg input[type="color"] { background: var(--sfmod-color-surface); border-color: var(--sfmod-border-on-background); } .system-sfrpg img { border-color: var(--sfmod-border-on-background); } .system-sfrpg textarea:not([name="command"]), .system-sfrpg input[type="text"], .system-sfrpg input[type="number"], .system-sfrpg input[type="password"], .system-sfrpg input[type="date"], .system-sfrpg input[type="time"], .system-sfrpg .directory .directory-header .header-search input { color: var(--sfmod-text-on-background); background: var(--sfmod-color-background); border-color: var(--sfmod-border-on-background-light); } .sfrpg.sheet .editor .tox-tinymce { background: #ffffff; } .sfrpg.sheet.actor .inventory-list .item-controls a, .sfrpg.sheet.actor .crew-list .item-controls a, .sfrpg.sheet.actor .inventory-list .crew-controls a, .sfrpg.sheet.actor .crew-list .crew-controls a { color: var(--sfmod-text-on-background-light); } .sfrpg.sheet.actor .inventory-list .item-detail, .sfrpg.sheet.actor .crew-list .item-detail, .sfrpg.sheet.actor .inventory-list .crew-detial, .sfrpg.sheet.actor .crew-list .crew-detial { color: var(--sfmod-text-on-background-light); border-right-color: var(--sfmod-border-on-background); } .system-sfrpg #sidebar .sidebar-tab { backdrop-filter: blur(var(--sfmod-blur-radius)); -webkit-backdrop-filter: blur(var(--sfmod-blur-radius)); } .sfrpg.sheet .window-content { border-color: var(--sfmod-color-primary-variant); } .sfrpg.sheet.actor .sheet-header .header-background { background: var(--sfmod-color-secondary-gradient); } .system-sfrpg .window-app .window-header { background: var(--sfmod-color-primary-gradient); color: var(--sfmod-text-on-primary); } .sfrpg.sheet .sheet-navigation .item { color: var(--sfmod-text-on-primary); } .sfrpg.sheet .sheet-navigation .item.active { background: var(--sfmod-color-secondary); color: var(--sfmod-text-on-secondary); } .system-sfrpg .tabs a.item:hover, .system-sfrpg #navigation #scene-list .scene.view, .system-sfrpg #navigation #scene-list .scene.context, .system-sfrpg #controls .scene-control.active, .system-sfrpg #controls .control-tool.active, .system-sfrpg #controls .scene-control:hover, .system-sfrpg #controls .control-tool:hover, .system-sfrpg #sidebar-tabs>.item.active, .system-sfrpg #sidebar-tabs { border-color: var(--sfmod-color-secondary); border-bottom-color: var(--sfmod-color-secondary-light); box-shadow: 0 0 10px var(--sfmod-color-secondary-light); background: var(--sfmod-color-surface); } .sfrpg.sheet .sheet-navigation .item.active:hover { color: var(--sfmod-text-on-secondary) !important; } .system-sfrpg #navigation #scene-list .scene.gm { border-color: var(--sfmod-color-primary); background: var(--sfmod-color-surface); border-bottom-color: var(--sfmod-color-primary-light); box-shadow: 0 0 10px var(--sfmod-color-primary-light); } .system-sfrpg #chat-controls .roll-type-select { background: var(--sfmod-color-background); color: var(--sfmod-text-on-background) } .system-sfrpg #chat-form textarea, .sidebar-tab .directory-header .header-search input, .system-sfrpg .monks-journal-sheet .directory .directory-header .header-search input { background: var(--sfmod-color-background); color: var(--sfmod-text-on-background); } .system-sfrpg select { background: var(--sfmod-color-background) !important; } .system-sfrpg select option { background-color: var(--sfmod-color-background) !important; } .system-sfrpg a.entity-link, .system-sfrpg a.inline-roll { border: 1px solid var(--sfmod-color-primary); color: var(--sfmod-color-primary); } .system-sfrpg .message-header h4.message-sender { color: var(--sfmod-color-primary); } .system-sfrpg .chat-message .message-header { color: var(--sfmod-text-on-background-light); } .system-sfrpg .message-header { background-color: transparent; } .sfrpg.sheet .window-content, .system-sfrpg .window-app .window-content { background: var(--sfmod-color-surface); color: var(--sfmod-text-on-background) !important; backdrop-filter: blur(var(--sfmod-blur-radius)); -webkit-backdrop-filter: blur(var(--sfmod-blur-radius)); } .system-sfrpg #chat-log .message { background: var(--sfmod-color-background); color: var(--sfmod-text-on-background) !important; } .system-sfrpg #chat-log .message .message-content h2 { position: unset; } .system-sfrpg #module-management .package-list .package-title, .system-sfrpg #module-management .package-list .package-metadata, .system-sfrpg #module-management .package-list .package-description, .sfrpg.sheet.actor .sheet-header .header-background .charname>input { color: var(--sfmod-text-on-background); } .sfrpg.sheet .sheet-navigation { background: var(--sfmod-color-primary-gradient); } .system-sfrpg form .form-header, .sfrpg.sheet .sheet-header, .sfrpg button { color: var(--sfmod-text-on-background); } .system-sfrpg .sfrpg.sheet .sheet-header .summary li, .system-sfrpg .sfrpg .form-group label, .system-sfrpg .sfrpg.chat-card .card-header h3, .system-sfrpg .chat-card-custom .chat-card-custom-item p span { color: var(--sfmod-text-on-background-light); } .sfrpg.sheet.actor .inventory-list .item .item-name .item-action .attack, .sfrpg.sheet.actor .crew-list .item .item-name .item-action .attack, .sfrpg.sheet.actor .vehicle-system-list .item .item-name .item-action .attack, .sfrpg.sheet.actor .inventory-list .crew .item-name .item-action .attack, .sfrpg.sheet.actor .crew-list .crew .item-name .item-action .attack, .sfrpg.sheet.actor .vehicle-system-list .crew .item-name .item-action .attack, .sfrpg.sheet.actor .inventory-list .item .crew-name .item-action .attack, .sfrpg.sheet.actor .crew-list .item .crew-name .item-action .attack, .sfrpg.sheet.actor .vehicle-system-list .item .crew-name .item-action .attack, .sfrpg.sheet.actor .inventory-list .crew .crew-name .item-action .attack, .sfrpg.sheet.actor .crew-list .crew .crew-name .item-action .attack, .sfrpg.sheet.actor .vehicle-system-list .crew .crew-name .item-action .attack { width: auto; background: var(--sfmod-color-primary-variant); color: var(--sfmod-text-on-primary); cursor: pointer; } .system-sfrpg a.entity-link, .system-sfrpg a.inline-roll { background: none; } .system-sfrpg input[type="text"], .system-sfrpg .sidebar-tab .directory-header .header-search input, .system-sfrpg select, .system-sfrpg .gm-screen-app .gm-screen-grid-cell-header select, .sfrpg select, .sfrpg .form-group label, .sfrpg .window-content, .system-sfrpg input[type="text"], .system-sfrpg input[type="number"], .system-sfrpg input[type="password"], .system-sfrpg input[type="date"], .system-sfrpg input[type="time"] { color: var(--sfmod-text-on-background) !important; background-image: none; } .system-sfrpg input[type="text"]::placeholder, .system-sfrpg #chat-form textarea, .sidebar-tab .directory-header .header-search input::placeholder, .system-sfrpg .sidebar-tab .directory-header .header-search input, form .notes, form .hint { color: var(--sfmod-text-on-surface); } .system-sfrpg button:hover, .system-sfrpg button:focus { box-shadow: 0 0 5px var(--sfmod-color-primary); color: var(--sfmod-color-primary); } .sfrpg.sheet .editable .rollable:hover, .sfrpg.chat-card .card-header h3:hover { text-shadow: 0 0 5px var(--sfmod-color-primary); color: var(--sfmod-color-primary-light); } .system-sfrpg select:focus, .system-sfrpg textarea:focus, .system-sfrpg textarea:focus, .system-sfrpg input[type="text"]:focus, .system-sfrpg input[type="number"]:focus, .system-sfrpg input[type="password"]:focus, .system-sfrpg input[type="date"]:focus, .system-sfrpg input[type="time"]:focus, .sfrpg input[type="text"]:hover, .sfrpg input[type="text"]:focus { box-shadow: 0 0 8px var(--sfmod-color-primary); outline: 2px solid var(--sfmod-color-primary-light); outline-offset: -2px; } .system-sfrpg a:hover { text-shadow: 0 0 8px var(--sfmod-color-primary); color: var(--sfmod-color-primary-light) !important; } .system-sfrpg .tabs .item.active { text-shadow: 0 0 10px var(--sfmod-color-secondary); color: var(--sfmod-text-on-background); } .system-sfrpg .sheet-tabs.tabs .item.active { color: var(--sfmod-color-secondary) } .system-sfrpg #hotbar .macro.active:hover { border: 1px solid var(--sfmod-color-primary-primary); } .system-sfrpg #hotbar .macro:hover { box-shadow: 0 0 10px var(--sfmod-color-primary-light) inset; } #context-menu li.context-item:hover { color: var(--sfmod-color-primary); text-shadow: 0 0 4px var(--sfmod-color-primary); } .system-sfrpg button { background: rgba(0, 0, 0, 0.1) !important; border: 2px groove var(--sfmod-text-on-background) !important; color: var(--sfmod-text-on-background); } .sfrpg.sheet.actor .inventory-filters .currency label, .sfrpg.sheet.actor .inventory-filters h3, .sfrpg.sheet.actor .inventory-filters .filter-title, .sfrpg.sheet.actor.starship .crew-settings h3, .sfrpg.sheet.actor.starship .crew-settings .filter-title { color: var(--sfmod-text-on-surface); } .sfrpg.sheet .filter-list .filter-item.active, .sfrpg.sheet .sheet-subnavigation .item.active, .system-sfrpg nav.list-filters a.filter.active { border-bottom-color: var(--sfmod-color-secondary); } .sfrpg.sheet .filter-list .filter-item.active, .sfrpg.sheet .sheet-subnavigation .item.active { border-bottom: 3px solid var(--sfmod-color-secondary); } .sfrpg.sheet .filter-list .filter-item:hover, .sfrpg.sheet .sheet-subnavigation .item:hover { text-shadow: 0 0 4px var(--sfmod-color-secondary); border-bottom: 3px solid var(--sfmod-color-secondary-light); color: unset !important; } .system-sfrpg .sfrpg.item-browser-window .item-browser .header .item-sort-link:hover { text-shadow: 0 0 10px var(--sfmod-color-secondary), 0 0 5px var(--sfmod-color-secondary); color: unset !important; } .sfrpg.sheet.actor.starship .sheet-body a.critical-edit, .sfrpg.sheet.actor.starship .sheet-body i.fas { color: inherit; } .system-sfrpg .filepicker .display-modes a.active { text-shadow: 0 0 6px var(--sfmod-color-secondary); border-color: var(--sfmod-color-secondary); background: transparent; color: var(--sfmod-color-secondary); } .system-sfrpg .filepicker .display-modes a { border-color: var(--sfmod-text-on-background); background: transparent; } .system-sfrpg .filepicker .tabs .item.active { text-shadow: 0 0 10px var(--sfmod-color-secondary); color: var(--sfmod-color-secondary); } .system-sfrpg .dice-roll .dice-result { overflow: auto; } /* sheets borders */ .sfrpg.sheet .sheet-header .summary-row2 li, .sfrpg.sheet.actor .counters, .sfrpg.sheet .sheet-header .summary-row1, .sfrpg.sheet .sheet-header .summary-row2, .sfrpg.sheet.actor.drone .ability-scores .ability h4.box-title, .sfrpg.sheet.actor.drone .sheet-header .summary, .sfrpg.sheet.actor.drone .sheet-header .attributes .attribute, .sfrpg.sheet.actor.drone ul.skills-list li.skills-header, .sfrpg.sheet.actor.drone .ability-scores .ability, .sfrpg.sheet.actor.drone .ability-scores .ability .ability-modifiers span.ability-mod, .system-sfrpg .compendium .directory-list .directory-item, .sfrpg.item-browser-window .item-browser .filtercontainer, .sfrpg.item-browser-window .item-browser .sortcontainer, .sfrpg.sheet.actor ul.attributes li.attribute, .sfrpg.sheet.actor.starship .sheet-header .attributes .attribute, .sfrpg.sheet .sheet-header .summary li, .sfrpg.sheet .sheet-header .summary, .sfrpg.sheet .sheet-header .summary-row1 li, .sfrpg.sheet.actor.starship .sheet-header .summary, .sfrpg.sheet .sheet-header img.profile, .sfrpg.sheet .sheet-header, .sfrpg.sheet.actor .inventory-list .inventory-header, .sfrpg.sheet.actor .crew-list .inventory-header, .sfrpg.sheet.actor .inventory-list .crew-header, .sfrpg.sheet.actor .crew-list .crew-header, .sfrpg.sheet.actor .inventory-list .item, .sfrpg.sheet.actor .crew-list .item, .sfrpg.sheet.actor .inventory-list .crew, .sfrpg.sheet.actor .crew-list .crew, .sfrpg.sheet.actor.starship .action-list .action-header, .sfrpg.sheet.actor.starship .action-list .action, .sfrpg .form-header, .sfrpg.sheet.actor.character .sheet-header .attributes .attribute, .sfrpg.sheet.actor.character .sheet-header .summary, .sfrpg.sheet.actor.character .ability-scores .ability .ability-header input[type="text"].ability-drain, .sfrpg.sheet.actor.character .ability-scores .ability, .sfrpg.sheet.actor.character .ability-scores .ability .ability-header input[type="text"].ability-penalty, .sfrpg.sheet.actor.character .ability-scores .ability .ability-modifiers input[type="text"].ability-base, .sfrpg.sheet.actor.character .ability-scores .ability .ability-header input[type="text"].ability-damage, .sfrpg.sheet.actor.character .ability-scores .ability .ability-modifiers span.ability-mod, .sfrpg.sheet.actor.character .ability-scores .ability .ability-modifiers input[type="text"].ability-base, .sfrpg.sheet.actor.npc .ability-scores .ability .ability-modifiers input[type="text"].ability-base, .sfrpg.sheet.actor.npc .ability-scores .ability h4.new-box-title, .sfrpg.sheet.actor.npc ul.attributes li.attribute h4.new-box-title, .sfrpg.sheet.actor.npc ul.attributes li.attribute .attrib-modifiers input[type="text"].attrib-base, .sfrpg.sheet.actor.npc ul.skills-list li.skills-header, .sfrpg.sheet.actor .spell-school, .sfrpg.sheet.actor .spell-action, .sfrpg.sheet.actor .spell-comps, .sfrpg.sheet.actor .spell-slots, .sfrpg.sheet.actor ul.skills-list, .sfrpg.sheet.actor.character ul.skills-list li.skills-header, .sfrpg.sheet.actor .inventory-list .item-detail, .sfrpg.sheet.actor .crew-list .item-detail, .sfrpg.sheet.actor .inventory-list .crew-detial, .sfrpg.sheet.actor .crew-list .crew-detial, .sfrpg.sheet.actor .ability-scores .ability, .sfrpg.sheet.actor ul.attributes.last, .sfrpg.sheet.actor h4.box-title, .sfrpg.sheet.actor.character .ability-scores .ability h4.box-title, .sfrpg.sheet.actor .inventory-list .inventory-header, .sfrpg.sheet.actor .crew-list .inventory-header, .sfrpg.sheet.actor .vehicle-system-list .inventory-header, .sfrpg.sheet.actor .inventory-list .crew-header, .sfrpg.sheet.actor .crew-list .crew-header, .sfrpg.sheet.actor .vehicle-system-list .crew-header, .sfrpg.sheet.actor .inventory-list .item-detail, .sfrpg.sheet.actor .crew-list .item-detail, .sfrpg.sheet.actor .vehicle-system-list .item-detail, .sfrpg.sheet.actor .inventory-list .crew-detial, .sfrpg.sheet.actor .crew-list .crew-detial, .sfrpg.sheet.actor .vehicle-system-list .crew-detial, .sfrpg.sheet.actor .inventory-list .item, .sfrpg.sheet.actor .crew-list .item, .sfrpg.sheet.actor .vehicle-system-list .item, .sfrpg.sheet.actor .inventory-list .crew, .sfrpg.sheet.actor .crew-list .crew, .sfrpg.sheet.actor .vehicle-system-list .crew, .sfrpg.sheet.actor .inventory-list .item-summary, .sfrpg.sheet.actor .crew-list .item-summary, .sfrpg.sheet.actor .vehicle-system-list .item-summary, .sfrpg.sheet.actor .inventory-list .crew-summary, .sfrpg.sheet.actor .crew-list .crew-summary, .sfrpg.sheet.actor .vehicle-system-list .crew-summary, .sfrpg.sheet.actor .sheet-body .bio-properties, .sfrpg.sheet.actor.starship .action-list .action .item-summary, .sfrpg.sheet.item .inventory-list .item-detail, .sfrpg.sheet.item .inventory-list .inventory-header, .sfrpg.sheet.item .sheet-body .item-properties, .sfrpg.sheet.item .inventory-list .item { border-color: var(--sfmod-border-on-background) !important; } .system-sfrpg form .form-group span.units { color: var(--sfmod-text-on-surface); } .sfrpg.sheet.actor.vehicle .passenger-action .pilotPilotingSkill:hover, .sfrpg.sheet.actor.vehicle .passenger-action .pilotPilotingSkill:focus { filter: invert(1) sepia(1) saturate(10) hue-rotate(119deg); } .sfrpg.item-browser-window .item-browser li.item:hover { background: unset; outline: 1px solid var(--sfmod-color-primary); color: var(--sfmod-color-primary); box-shadow: inset 0 0 6px 0px var(--sfmod-color-primary); } .system-sfrpg .tabs a.item:hover { color: inherit !important; text-shadow: 0 0 8px var(--sfmod-color-secondary); } .system-sfrpg .tabs.sheet-navigation a.item:hover { box-shadow: inset 0 0 8px var(--sfmod-color-secondary); color: inherit !important; outline: 1px solid var(--sfmod-color-secondary-light); text-shadow: unset; } .system-sfrpg #sidebar-tabs.tabs a.item:hover { box-shadow: inset 0 0 8px var(--sfmod-color-secondary); } .system-sfrpg .sidebar-tab .directory-footer { display: flex; flex-direction: row; padding: 2px; } .system-sfrpg .sidebar-tab .directory-footer>* { flex-grow: 1; } .system-sfrpg a.entity-link i, .system-sfrpg a.inline-roll i { color: unset; } .system-sfrpg .tox.tox-tinymce { background: #ffffff; } .system-sfrpg .sfrpg.sheet.actor .inventory-filters .currency label.currency-value { color: var(--sfmod-text-on-background-light); } .system-sfrpg tags.tagify.token-action-hud-taginput { background: var(--sfmod-color-background) !important; color: var(--sfmod-text-on-background) !important; border: 1px solid var(--sfmod-border-on-background-light); border-radius: 3px; margin: 8px 0; overflow: hidden; } .system-sfrpg .tagify__tag--editable>div::before { background: var(--sfmod-color-surface); } .system-sfrpg #context-menu li.context-item { backdrop-filter: none; } .system-sfrpg #pause h3 { text-shadow: 1px 1px 30px #000, 0px 0px 12px var(--sfmod-color-primary), 0px 0px 8px var(--sfmod-color-primary-light), 0px 0px 4px var(--sfmod-color-primary), 0px 0px 2px #000; } .system-sfrpg #controls-reference ol.hotkey-list .key { background: var(--sfmod-color-background); color: var(--sfmod-text-on-background); } .system-sfrpg #controls-reference ol.hotkey-list li.gm .key { background: var(--sfmod-color-background); color: var(--sfmod-color-primary-light); } .sfrpg.sheet.actor.character .sheet-header .charlevel .xpbar .bar { background: var(--sfmod-color-primary); } .sfrpg.sheet.actor.character .encumbrance .encumbrance-bar { background: var(--sfmod-color-primary); border: 1px solid var(--sfmod-color-primary-light); } ::-webkit-scrollbar-thumb { background: var(--sfmod-color-secondary); border: 1px solid var(--sfmod-color-secondary-light); } :root { scrollbar-color: var(--sfmod-color-secondary) #111; } ::-webkit-slider-thumb { background: var(--sfmod-color-secondary) !important; } ::-moz-range-thumb { background: var(--sfmod-color-secondary) !important; } .sfrpg.sheet.actor .crew-list .crew-item-list { margin-left: 12px; } .sfrpg.sheet.actor.starship .action-header .action-name, .sfrpg.sheet.actor .inventory-list .inventory-header h3, .sfrpg.sheet.actor .crew-list .inventory-header h3, .sfrpg.sheet.actor .vehicle-system-list .inventory-header h3, .sfrpg.sheet.actor .inventory-list .crew-header h3, .sfrpg.sheet.actor .crew-list .crew-header h3, .sfrpg.sheet.actor .crew-list .crew-header[data-type="shipsCrew"], .sfrpg.sheet.actor .vehicle-system-list .crew-header h3 { text-shadow: -1px -1px 0 var(--sfmod-color-primary-light), 1px -1px 0 var(--sfmod-color-primary-light), -1px 1px 0 var(--sfmod-color-primary-light), 1px 1px 0 var(--sfmod-color-primary-light), -1px 1px 3px var(--sfmod-color-primary), -1px -1px 3px var(--sfmod-color-primary), 1px 1px 3px var(--sfmod-color-primary), 1px -1px 3px var(--sfmod-color-primary); color: #000; font-size: 1.45em; font-variant: petite-caps; padding-left: 5px; padding-right: 0px; letter-spacing: -.2px } .sfrpg.sheet.actor .inventory-list .inventory-header.disabled h3, .sfrpg.sheet.actor .crew-list .inventory-header.disabled h3, .sfrpg.sheet.actor .vehicle-system-list .inventory-header.disabled h3, .sfrpg.sheet.actor .inventory-list .crew-header.disabled h3, .sfrpg.sheet.actor .crew-list .crew-header.disabled h3, .sfrpg.sheet.actor .vehicle-system-list .crew-header.disabled h3 { text-shadow: -1px -1px 1px var(--sfmod-color-primary), 1px -1px 1px var(--sfmod-color-primary), -1px 1px 1px var(--sfmod-color-primary), 1px 1px 1px var(--sfmod-color-primary), 0 0 6px var(--sfmod-color-primary); color: #000; opacity: 0.45; } .sfrpg.chat-card.combat-card .card-content h2[style*="background-color:Salmon"], .sfrpg.chat-card.combat-card .card-content h2[style*="background-color:LightGreen"] { color: var(--sfmod-color-secondary); text-transform: uppercase; font-size: 1.7em; font-weight: bold; line-height: 1.8em; padding: 0; display: block; margin: 5px auto; border: 10px double var(--sfmod-color-secondary); background: none !important; } .sfrpg.chat-card.combat-card .card-content h2[style*="background-color:LightGreen"] { color: var(--sfmod-color-primary); border-color: var(--sfmod-color-primary) !important; } .system-sfrpg .placeable-hud .control-icon.active { box-shadow: 0 0 10px var(--sfmod-color-secondary) inset !important; } .system-sfrpg .control-icon.active>img { filter: none; opacity: .9; } .system-sfrpg .directory .directory-list .directory-item.context, .system-sfrpg .directory .directory-list .directory-item.active { border-color: var(--sfmod-color-secondary) !important; } /* ************************************************************************* */ /* *** COMPACT MODE CSS RULES *** */ /* ************************************************************************* */ .sfmod-compact.system-sfrpg #compendium li.compendium-pack { line-height: 10px; } .sfmod-compact.system-sfrpg .directory .directory-list .directory-item h4 { margin: 0; white-space: nowrap; overflow: hidden; font-size: 1.1em; font-variant: var(--sfmod-font-variant, inherit); letter-spacing: 1px; } .sfmod-compact.system-sfrpg #compendium li.compendium-pack .compendium-footer { font-size: 13px; font-variant: all-small-caps; padding-left: 22px; } .sfmod-compact.system-sfrpg #compendium li.compendium-pack .status-icons { top: 5px; } .sfmod-compact.system-sfrpg #compendium h3 { background: var(--sfmod-color-background); color: var(--sfmod-text-on-background-light); font-size: 1.1em; text-transform: uppercase; } .sfmod-compact.system-sfrpg #compendium li.compendium-pack .pack-title i { margin-right: 3px; font-size: 0.8em; width: 13px; } .sfmod-compact.system-sfrpg #compendium li[data-open="1"].compendium-pack .pack-title i.folder { color: var(--sfmod-color-primary-light); } .sfmod-compact.system-sfrpg .compendium .directory-list .directory-item { line-height: 35px; word-spacing: -1px; height: 35px; border-top: none; } .sfmod-compact.system-sfrpg .compendium .directory-list .directory-item img { height: 34px; width: 34px; flex: 0 0 34px; margin: 0 5px 0 0 } /* font size */ .system-sfrpg #chat-log { font-size: var(--sfmod-chat-font-size, 12px); } .system-sfrpg #chat-log .message, .system-sfrpg .sfrpg.chat-card, .system-sfrpg .sfrpg.chat-card .card-content { font-size: 1em; } .system-sfrpg .chat-message .message-header { font-size: 1.2em; } .system-sfrpg .chat-message .message-header .flavor-text, .system-sfrpg .chat-message .message-header .whisper-to { font-size: 0.9em; } .system-sfrpg .chat-message .message-header .message-sender { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; flex-grow: 7; } .sfrpg.sheet.actor .inventory-list .item .item-name .item-action .use, .sfrpg.sheet.actor .crew-list .item .item-name .item-action .use, .sfrpg.sheet.actor .vehicle-system-list .item .item-name .item-action .use, .sfrpg.sheet.actor .inventory-list .crew .item-name .item-action .use, .sfrpg.sheet.actor .crew-list .crew .item-name .item-action .use, .sfrpg.sheet.actor .vehicle-system-list .crew .item-name .item-action .use, .sfrpg.sheet.actor .inventory-list .item .crew-name .item-action .use, .sfrpg.sheet.actor .crew-list .item .crew-name .item-action .use, .sfrpg.sheet.actor .vehicle-system-list .item .crew-name .item-action .use, .sfrpg.sheet.actor .inventory-list .crew .crew-name .item-action .use, .sfrpg.sheet.actor .crew-list .crew .crew-name .item-action .use, .sfrpg.sheet.actor .vehicle-system-list .crew .crew-name .item-action .use{ color: var(--sfmod-text-on-background); } .sfrpg.sheet.actor .inventory-list .item .item-name .item-action .use:hover, .sfrpg.sheet.actor .crew-list .item .item-name .item-action .use:hover, .sfrpg.sheet.actor .vehicle-system-list .item .item-name .item-action .use:hover, .sfrpg.sheet.actor .inventory-list .crew .item-name .item-action .use:hover, .sfrpg.sheet.actor .crew-list .crew .item-name .item-action .use:hover, .sfrpg.sheet.actor .vehicle-system-list .crew .item-name .item-action .use:hover, .sfrpg.sheet.actor .inventory-list .item .crew-name .item-action .use:hover, .sfrpg.sheet.actor .crew-list .item .crew-name .item-action .use:hover, .sfrpg.sheet.actor .vehicle-system-list .item .crew-name .item-action .use:hover, .sfrpg.sheet.actor .inventory-list .crew .crew-name .item-action .use:hover, .sfrpg.sheet.actor .crew-list .crew .crew-name .item-action .use:hover, .sfrpg.sheet.actor .vehicle-system-list .crew .crew-name .item-action .use:hover, .sfrpg.sheet.actor .inventory-list .item .item-name .item-action .use:focus, .sfrpg.sheet.actor .crew-list .item .item-name .item-action .use:focus, .sfrpg.sheet.actor .vehicle-system-list .item .item-name .item-action .use:focus, .sfrpg.sheet.actor .inventory-list .crew .item-name .item-action .use:focus, .sfrpg.sheet.actor .crew-list .crew .item-name .item-action .use:focus, .sfrpg.sheet.actor .vehicle-system-list .crew .item-name .item-action .use:focus, .sfrpg.sheet.actor .inventory-list .item .crew-name .item-action .use:focus, .sfrpg.sheet.actor .crew-list .item .crew-name .item-action .use:focus, .sfrpg.sheet.actor .vehicle-system-list .item .crew-name .item-action .use:focus, .sfrpg.sheet.actor .inventory-list .crew .crew-name .item-action .use:focus, .sfrpg.sheet.actor .crew-list .crew .crew-name .item-action .use:focus, .sfrpg.sheet.actor .vehicle-system-list .crew .crew-name .item-action .use:focus { box-shadow: 0 0 5px var(--sfmod-color-primary); } .sfrpg.sheet.actor .proficient .proficiency-toggle { color: var(--sfmod-color-primary); } /* END */
0.356783
0.051726
._jpil { position: relative; } ._jpIndexList { width:450px; border:1px solid #d9dbde; } ._jpil_header { padding-left: 15px; padding-top: 2px; height: 26px; background-color: #ffffff; color: #a0a5ab; position: relative; font-size: 15px; font-weight: 500; font-family: "Museo Sans 500"; border: 1px solid #d9dbde; } ._jpIndexList._hasSelected ._jpil_header { color: #2488e6; } ._jpms_header ._min, ._jpil_header ._min { position: absolute; top: 2px; right: 5px; width: 24px; height: 24px; background-repeat: no-repeat; background-position-x: 0px; background-position-y: -54px; cursor: pointer; } ._jpil_header ._search, ._jpil_header ._clear, ._jpil_header ._min { position: absolute; top: -1px; right: 26px; width: 26px; color: #a7a5a6; height: 26px; border: 1px solid #d9dbde; font-size: 18px; } ._jpil_header ._search { transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); -moz-transform: rotate(90deg); } ._jpil_header ._search::before { content: "\260C"; position: absolute; left: 8px; top: -1px; transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); -moz-transform: rotate(20deg); } ._jpil_header ._clear { right: 52px; font-size: 12px; } ._jpil_header ._clear::before { content: "\2718"; position: absolute; left: 8px; top: 2px; } ._jpil_header ._min { right: 0px; font-size: 24px; } ._jpil_header ._min:before { content: "\203A"; transform: rotate(-90deg); position: absolute; top: -4px; right: 9px; } ._jpil_header._max ._min:before { transform: rotate(90deg); right: 7px; } ._jpil_header ._search:hover, ._jpil_header ._clear:hover, ._jpil_header ._min:hover, ._closeX:hover { cursor: pointer; color: #d9dbde; } ._jpil_selList { position: relative; top: 0px; z-index: 88; width: 100%; background-color: #ffffff; max-height: 300px; overflow-y: auto; overflow-x: hidden; margin: 0 0 0 0; height: 160px; -webkit-transition: height 1s; /* Safari */ transition: height 1s; } ._jpIndexList._min ._jpil_selList { height: 0px; overflow-y: hidden; } ._jpil_selList.shown { display: block; } ._jpil_selectedList { position: relative; z-index: 89; height: 45px; overflow: hidden; word-break: break-all; width: 100%; display: none; padding: 1px 5px; border-bottom:1px solid #d9dbde; } ._jpIndexList._hasSelected._showSelected ._jpil_selectedList{ display: block; } ._jpil_selItem { height: 20px; width: 94%; padding: 3px 0 0 20px; cursor: pointer; border: none; border-radius: 3px; word-break: break-all; overflow: hidden; font-family: "Museo Sans 500"; } ._jpil_selItem:hover{ background-color: #A0AEBE; color: whitesmoke; } ._jpil_selItem.selected { color: #2488e6; } ._jpil_selItem.selected::before { content: "\2714"; color: #2488e6; padding-right: 4px; font-family: "Segoe UI Symbol"; } ._jpil_selectedList img { position: absolute; right: 5px; top: 18px; cursor: pointer; background-color: whitesmoke; height: 20px; width: 20px; } ._jpil_selectedList img:hover { border: 1px outset rgba(0,0,0,.3); } ._jpil_selectedList img:active{ border: 2px inset rgba(0,0,0,.5); } ._jpil_selectedList .filterHead { color: #2488e6; } ._customAddBtn { position: absolute; top: -1px; width: 26px; height: 26px; border: 1px solid #d9dbde; right: 81px; font-size: 12px; } ._customAddBtn::before { content: "\271A"; position: absolute; left: 8px; top: 2px; } ._customAddBtn:hover { color: #d9dbde; cursor: pointer; } ._customAdd, ._searchTerm { width: calc(100% - 18px); padding: 2px 1px; height: 26px; margin-left: 18px; } ._jpilHide { display: none; } ._jpilShow { display: block; }
HTMLCustomControls/Include/styles/Listbox.css
._jpil { position: relative; } ._jpIndexList { width:450px; border:1px solid #d9dbde; } ._jpil_header { padding-left: 15px; padding-top: 2px; height: 26px; background-color: #ffffff; color: #a0a5ab; position: relative; font-size: 15px; font-weight: 500; font-family: "Museo Sans 500"; border: 1px solid #d9dbde; } ._jpIndexList._hasSelected ._jpil_header { color: #2488e6; } ._jpms_header ._min, ._jpil_header ._min { position: absolute; top: 2px; right: 5px; width: 24px; height: 24px; background-repeat: no-repeat; background-position-x: 0px; background-position-y: -54px; cursor: pointer; } ._jpil_header ._search, ._jpil_header ._clear, ._jpil_header ._min { position: absolute; top: -1px; right: 26px; width: 26px; color: #a7a5a6; height: 26px; border: 1px solid #d9dbde; font-size: 18px; } ._jpil_header ._search { transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); -moz-transform: rotate(90deg); } ._jpil_header ._search::before { content: "\260C"; position: absolute; left: 8px; top: -1px; transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); -moz-transform: rotate(20deg); } ._jpil_header ._clear { right: 52px; font-size: 12px; } ._jpil_header ._clear::before { content: "\2718"; position: absolute; left: 8px; top: 2px; } ._jpil_header ._min { right: 0px; font-size: 24px; } ._jpil_header ._min:before { content: "\203A"; transform: rotate(-90deg); position: absolute; top: -4px; right: 9px; } ._jpil_header._max ._min:before { transform: rotate(90deg); right: 7px; } ._jpil_header ._search:hover, ._jpil_header ._clear:hover, ._jpil_header ._min:hover, ._closeX:hover { cursor: pointer; color: #d9dbde; } ._jpil_selList { position: relative; top: 0px; z-index: 88; width: 100%; background-color: #ffffff; max-height: 300px; overflow-y: auto; overflow-x: hidden; margin: 0 0 0 0; height: 160px; -webkit-transition: height 1s; /* Safari */ transition: height 1s; } ._jpIndexList._min ._jpil_selList { height: 0px; overflow-y: hidden; } ._jpil_selList.shown { display: block; } ._jpil_selectedList { position: relative; z-index: 89; height: 45px; overflow: hidden; word-break: break-all; width: 100%; display: none; padding: 1px 5px; border-bottom:1px solid #d9dbde; } ._jpIndexList._hasSelected._showSelected ._jpil_selectedList{ display: block; } ._jpil_selItem { height: 20px; width: 94%; padding: 3px 0 0 20px; cursor: pointer; border: none; border-radius: 3px; word-break: break-all; overflow: hidden; font-family: "Museo Sans 500"; } ._jpil_selItem:hover{ background-color: #A0AEBE; color: whitesmoke; } ._jpil_selItem.selected { color: #2488e6; } ._jpil_selItem.selected::before { content: "\2714"; color: #2488e6; padding-right: 4px; font-family: "Segoe UI Symbol"; } ._jpil_selectedList img { position: absolute; right: 5px; top: 18px; cursor: pointer; background-color: whitesmoke; height: 20px; width: 20px; } ._jpil_selectedList img:hover { border: 1px outset rgba(0,0,0,.3); } ._jpil_selectedList img:active{ border: 2px inset rgba(0,0,0,.5); } ._jpil_selectedList .filterHead { color: #2488e6; } ._customAddBtn { position: absolute; top: -1px; width: 26px; height: 26px; border: 1px solid #d9dbde; right: 81px; font-size: 12px; } ._customAddBtn::before { content: "\271A"; position: absolute; left: 8px; top: 2px; } ._customAddBtn:hover { color: #d9dbde; cursor: pointer; } ._customAdd, ._searchTerm { width: calc(100% - 18px); padding: 2px 1px; height: 26px; margin-left: 18px; } ._jpilHide { display: none; } ._jpilShow { display: block; }
0.440108
0.099558
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap'); /*Icon free - font awesome - bootstrapCDN*/ @import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); /* General Style */ .main-container{ height: 100%; width: 100%; } body { margin:0; line-height:1.5; font-family: 'Varela Round', sans-serif; font-size: 18px; font-weight: 400; height: 100%; width: 100%; background: linear-gradient(180deg, #000000 55%, #43CBFF 100%) no-repeat 50% 50% / 100% 100%; } *{ margin:0; padding:0; outline: none; text-decoration: none; box-sizing: border-box; } ::before,::after{ box-sizing: border-box; } .section{ /*background-color: #363b3f;*/ /*background-color: green;*/ min-height: 100vh; display: block; padding: 0 30px; } .section .container{ padding-top:60px; padding-bottom: 80px; /*background-color: pink; */ max-width: 100%; /*margin: 20px;*/ } .section-title{ /*background-color: red;*/ line-height:1.5; font-size: 30px; border-bottom: 2px outset #9708CC; margin-bottom: 60px; } .section-title h2{ color: #dadbdc; } .row{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .main-content{ padding-left: 0px; } .container{ max-width: 1100px; width: 100%; margin: auto; } .shadow-dark{ -webkit-box-shadow: 0 0 100px rgba(48,46,77,0.15); box-shadow: 0 0 100px rgba(48,46,77,0.15); } /* General Style End*/ /*------------------------------------------------------------------------------*/ /* Sticky Navbar and Intro */ header{ position: fixed; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; transition: 0.6s; padding: 30px 100px; z-index: 100000; } /*header .logo{ position: relative; color: red; text-decoration: none; font-size: 2em; font-weight: bold; letter-spacing: 2px; transition: 0.6s; }*/ header ul{ position: fixed; right: 0; margin-right: 50px; /*background-color: red; */ display: flex; justify-content: center; align-items: center; } header ul li{ position: relative; list-style: none; } header ul li a{ position: relative; margin:0 15px; text-decoration: none; color: #fff; letter-spacing: 2px; transition: 0.6s; } header ul li a:hover{ color:#43CBFF; padding-right: 5px; } /*.banner .magic_intro{ background-color: red; }*/ /* Sticky Navbar and Intro End */ /*--------------------DEACTIVATED----------------------------------------------------------*/ /* Aside */ /*.aside { width : 270px; left: -270px; background: linear-gradient(#878789 0%, #262E31 100%); position: fixed; height: 100%; left: 0; top: 0; z-index: 10; border-right: 2px solid #e67c18; padding: 40px; } .aside .nav-toggle{ height: 40px; width: 45px; border:1px solid #5d6164; background-color: #e67c18; cursor: pointer; position: fixed; left: 300px; top:30px; z-index: 11; border-radius: 5px; display: none; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; } .aside .nav-toggle span{ height: 2px; width: 18px; display: inline-block; position: relative; } .aside .nav-toggle span::before{ content: ''; height: 2px; width: 18px; position: absolute; top:-8px; left: 0; } .aside .nav-toggle span::after{ content: ''; height: 2px; width: 18px; position: absolute; top:8px; left: 0; } .aside .logo{ margin-bottom: 150px; }*/ /*.aside .logo .logo_image{ width: 200px; border-radius: 8px; border: 1.4px outset #e67c18; }*/ /*.aside .nav { margin-top: 60px; margin-bottom: 120px; list-style: none; } .aside .nav li{ display: block; } .aside .nav li a{ font-size: 16px; font-weight: bold; text-decoration: none; color:#f7af29; line-height: 45px; display: block; border-bottom: 1px outset #e67c18; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-transform: capitalize; } .aside .nav li a:hover{ padding-left: 5px; } .aside .nav li a .fa{ margin-right: 5px; } .aside .copyright-text{ font-size: 12px; }*/ /* Aside End */ /*--------------------DEACTIVATED----------------------------------------------------------*/ /*------------------------------------------------------------------------------*/ /* Home Section */ /*--------------------------------*/ /* Magic Intro */ .banner{ position: relative; width: 100%; height: 100vh; /*background-color: red;*/ display: flex; justify-content: center; } .banner:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*background: linear-gradient(to right, #f00,#f00,#0f0,#0ff,#ff0,#0ff);*/ /*background: linear-gradient(to right, #00DBDE 0%, #FC00FF 100%); */ /*background: linear-gradient(to right, #FFFFFF 0%, #6284FF 50%, #FF0000 100%); */ /*background: linear-gradient(to right, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%); */ /*background-image: radial-gradient( circle farthest-corner at 22.4% 21.7%, rgba(4,189,228,1) 0%, rgba(2,83,185,1) 100.2% );*/ /*background-image: linear-gradient( 109.6deg, rgba(9,9,121,1) 11.2%, rgba(144,6,161,1) 53.7%, rgba(0,212,255,1) 100.2% );*/ /*background-image: linear-gradient( 179.2deg, rgba(34,34,34,1) 0%, rgba(8,0,153,1) 29.7%, rgba(118,6,166,1) 63.4%, rgba(233,0,64,0.58) 100.1% );*/ /*background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);*/ /*background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);*/ /*background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);*/ /*background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);*/ /* 1 */ /*background-image: linear-gradient(#0FB6AB 15%, #3C4586 30%, #0FB6AB 45%, #3C4586 60%, #00978d 85%, #3C4586 100%);*/ /*background-image: linear-gradient(#0FE1D3 15%, #3C4586 30%, #0FE1D3 45%, #3C4586 60%, #0FE1D3 85%, #3C4586 100%);*/ /*background-image: linear-gradient(#0FE1D3 15%, #001EFF 30%, #0FE1D3 45%, #4856C2 60%, #0FE1D3 85%, #4856C2 100%);*/ /*background-image: linear-gradient( 135deg, #43CBFF 10%, #9708CC 100%);*/ background-image: linear-gradient(#9708CC 17%, #43CBFF 39%, #43CBFF 49%, #9708CC 100%); mix-blend-mode: color; pointer-events: none; } .banner h1{ margin: 0; padding: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; color: #ddd; font-size: 4.5em; letter-spacing: 0.15em; /*font-family: sans-serif;*/ } .banner h1 span{ display: inline-block; animation: animate 1s linear forwards; opacity: 0; } @keyframes animate{ 0% { opacity: 0; transform: rotateY(90deg); filter: blur(10px); } 100% { opacity: 1; transform: rotateY(0deg); filter: blur(0); } } .magic_intro{ object-fit: cover; width: 100%; } .banner h1 span:nth-child(1){ animation-delay: 1.4s; } .banner h1 span:nth-child(2){ animation-delay: 1.7s; } .banner h1 span:nth-child(3){ animation-delay: 2s; } .banner h1 span:nth-child(4){ animation-delay: 2.3s; } .banner h1 span:nth-child(5){ animation-delay: 2.5s; } .banner h1 span:nth-child(6){ animation-delay: 2.8s; } .banner h1 span:nth-child(7){ animation-delay: 3.1s; } .banner h1 span:nth-child(8){ animation-delay: 3.4s; } .banner h1 span:nth-child(9){ animation-delay: 3.7s; } .banner h1 span:nth-child(10){ animation-delay: 4.1s; } .banner h1 span:nth-child(11){ animation-delay: 4.4s; } .banner h1 span:nth-child(12){ animation-delay: 4.7s; } .banner h1 span:nth-child(13){ animation-delay: 5s; } /*--------------------------------*/ /* Magic Intro End */ .home-section{ min-height: 100vh; display: -ms-flexbox; display: flex; } .home-section .intro{ text-align: center; } .intro .flashit{ font-size: 35px; color: white; -webkit-animation: flash linear 3s infinite; animation: flash linear 3s infinite; } @-webkit-keyframes flash { 0% { opacity: 1; } 50% { opacity: .1; } 100% { opacity: 1; } } .home-section .intro .social-media{ margin-top: 25px; } .home-section .intro .social-media .center{ height: 50px; width: 50px; font-size: 25px; display: inline-block; text-align: center; line-height: 50px; color: #000000; margin: 0 5px; border-radius: 50%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .home-section .intro .social-media .near{ height: 5px; width: 25%; display: inline-block; border-radius: 20%; -webkit-animation: flash linear 6s infinite; animation: flash linear 6s infinite; } .home-section .intro .social-media .center:hover{ transform: scale(1.2); background-color: #007bb5; color:#ffffff; } /* Home Section End */ /*------------------------------------------------------------------------------*/ /* AboutMe Section*/ .about-content{ /*background-color: red; */ flex:0 0 100%; max-width: 100%; } .about-text{ /*background-color: green; */ flex:0 0 100%; max-width: 100%; /*max-width: 100%;*/ } .about-text h3{ font-size: 24px; margin-bottom: 15px; font-weight: 600; /*color: #9708CC;*/ color: #43CBFF; } .about-text h3 span{ color: white; } .about-text p{ color: #dadbdc; font-size: 18px; line-height: 35px; /*background-color: pink;*/ } .personal-info{ margin-top: 40px; /*background-color: yellow; */ flex: 0 0 50%; max-width: 50%, } .skills{ margin-top: 40px; /*background-color: green;*/ flex: 0 0 50%; max-width: 50%, } .info-item{ /*background-color: pink;*/ flex: 0 0 80%; max-width: 80%, } .info-item p{ /*background-color: blue;*/ padding: 10px 0; color: #8e37d7; font-weight: border; border-bottom: 1px outset #43CBFF; } .info-item p span{ color: #dadbdc; } .button-show-skills{ /*background-color: green;*/ box-sizing: border-box; text-align: center; margin-top: 53px; } .btn-form{padding: 20px;} .btn{padding: 20px 40px 20px 40px;} .btn-form, .btn{ /*background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);*/ background-image: linear-gradient(90deg, #9708CC 20%, #43CBFF 39%, #43CBFF 49%, #9708CC 100%); box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75); font-size: 18px; border-radius: 50px; text-align:center; border:none; font-weight: bold; color: #fff; cursor: pointer; background-size: 350% 100%; border-radius: 50px; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .btn-form:hover, .btn:hover { background-position: 100% 0; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } /*.btn:focus { outline: none; }*/ /* AboutMe Section End*/ /*------------------------------------------------------------------------------*/ /*Skills Section */ .skill-info{ margin-top: 40px; /*background-color: yellow; */ flex: 0 0 100%; max-width: 100%, } .skill-item{ /*background-color: pink;*/ flex: 0 0 100%; max-width: 100%, } .my_skills { -webkit-animation: my_skills 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; animation: my_skills 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; padding: 10px 0; color: #F8F9F9; font-weight: border; text-align: center; /*background-color: red;*/ -webkit-transition: all 0.5s ease; transition: all 0.5s ease-out; } .my_skills:hover { color: #A7ACB5; } .skills-text{ /*background-color: green;*/ flex:0 0 100%; max-width: 100%; } .skills-text p{ color: #dadbdc; font-size: 18px; line-height: 35px; } @-webkit-keyframes my_skills { 0% { letter-spacing: -0.5em; opacity: 0; } 40% { opacity: 0.6; } 100% { opacity: 1; } } @keyframes my_skills { 0% { letter-spacing: -0.5em; opacity: 0; } 40% { opacity: 0.6; } 100% { opacity: 1; } } .skills-container-animation{ margin-top: 40px; /*background-color: green;*/ flex: 0 0 100%; max-width: 100%, } .line-show-skills-above, .line-show-skills-below{ box-sizing: border-box; text-align: center; } .line-show-skills-above{ background-color: #43CBFF; } .line-show-skills-below{ background-color: black; } .line_above, .line_below { width: 100%; height: 8px; } .line_above{ -webkit-box-shadow: 0px 0px 18px #43CBFF; -moz-box-shadow: 0px 0px 18px #43CBFF; box-shadow: 0px 0px 18px #43CBFF; background-color: black; text-decoration: none; } .line_below{ -webkit-box-shadow: 0px 0px 18px black; -moz-box-shadow: 0px 0px 18px black; box-shadow: 0px 0px 18px black; background-color: #43CBFF; text-decoration: none; } /*Skills Section End*/ /*------------------------------------------------------------------------------*/ /*Projects Section */ .project-item{ margin-top: 20px; display: flex; /*justify-content: space-evenly;*/ justify-content: space-around; /*background-color: red;*/ align-items: center; flex:0 0 100%; max-width: 100%; flex-wrap: wrap; } .project-item-inner{ /*background-color: yellow;*/ min-width: 22vw; text-align: center; margin-top: 35px; border-radius: 18px; /*border-left: 2px solid white;*/ padding: 8px; background-color: black; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-box-shadow: 0px -2px 10px 1px #9708CC, 5px 5px 30px 5px #43CBFF; -moz-box-shadow: 0px -2px 10px 1px #9708CC, 5px 5px 30px 5px #43CBFF; box-shadow: 0px -2px 10px 1px #9708CC, 5px 5px 30px 5px #43CBFF; } .project-item-inner h4, .project-item-inner p{ color: #dadbdc; } .project-img{ border-radius: 5%; } /*.project-img:hover{ opacity: 0.5; }*/ .project-title{ padding: 5px; } /*wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww*/ /* Container needed to position the overlay. Adjust the width as needed */ .project-item-inner { position: relative; } /* The overlay effect - lays on top of the container and over the image */ .overlay_project { position: absolute; width: 99%; justify-content: center; border-radius: 5%; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); color: #43CBFF; transition: .5s ease; opacity:0; font-size: 20px; text-align: center; display: flex; align-items: center; } /* When you mouse over the container, fade in the overlay title */ .project-item-inner:hover .overlay_project { opacity: 1; } /*wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww*/ /* Projects Section End */ /*------------------------------------------------------------------------------*/ /* Contact Section */ .contact-info-item{ /*background-color: red;*/ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; margin-bottom: 30px; } .contact-info-item .icon{ display: inline-block; } .contact-info-item .icon .fa{ font-size: 40px; color: #43CBFF; } .contact-info-item h4{ font-size: 24px; font-weight: bold; color: #dadbdc; padding: 5px; } .contact-info-item p{ font-size: 20px; line-height: 25px; color: #9708CC; font-weight: bold; } .submit_raw{ /*background-color: red;*/ box-sizing: border-box; text-align: left; } .container-form{ /*background-color: yellow;*/ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .container-form .contact-form{ /*background-color: red;*/ -ms-flex:0 0 100%; flex:0 0 100%; max-width: 100%; } .form-item-above{ /*background-color: blue;*/ flex: 0 0 50%; max-width: 50%; /*margin-right: 1px;*/ } .form-field-control-above{ width: 100%; padding: 10px; border-radius: 25px; border: 2px solid #43CBFF; background-color: #10161c; color: #43CBFF; font-size: 18px; } .form-item-below{ /*background-color: pink;*/ flex: 0 0 100%; max-width: 100%; /*margin-right: 1px;*/ } .form-field-control-below{ width: 100%; padding: 10px; border-radius: 25px; border: 3px inset #43CBFF; /*background-color: #17202A;*/ background-color: #10161c; color: #43CBFF; font-size: 20px; } .form-group{ margin-bottom: 30px; margin-right: 10px; } /* Contact Section End */ /*------------------------------------------------------------------------------*/ /* MOBILE - Hamburger */ #menuToggle { display: none; position: relative; top: 50px; left: 30px; z-index: 1; -webkit-user-select: none; user-select: none; } #menuToggle a { text-decoration: none; color: white; transition: color 0.3s ease; } #menuToggle a:hover { color: #43CBFF; } #menuToggle input { display: inline-block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; /* hide this */ z-index: 2; /* and place it over the hamburger */ -webkit-touch-callout: none; } /* * Just a quick hamburger */ #menuToggle span { display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background-color: #43CBFF; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } #menuToggle span:first-child { transform-origin: 0% 0%; } #menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; } /* * Transform all the slices of hamburger * into a crossmark. */ #menuToggle input:checked ~ span { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background: white; } /* * But let's hide the middle one. */ #menuToggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } /* * Ohyeah and the last one should go the other direction */ #menuToggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(0, -1px); } /* * Make this absolute positioned * at the top left of the screen */ #menu { position: absolute; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-around; /*width: 300px;*/ width: 100vw; height: 100vh; margin: -50px 0 0 -30px; padding: 50px; padding-top: 125px; background: linear-gradient(180deg, #000000 69%, #43CBFF 100%) no-repeat 50% 50% / 100% 100%; list-style-type: none; -webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */ transform-origin: 0% 0%; transform: translate(-100%, 0); transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); } #menu li { padding: 10px 0; font-size: 22px; /*background-color: green;*/ /*border-left: 4px dotted white;*/ /*border-right: 4px dotted #43CBFF;*/ /*border-right: 4px dotted #9708CC;*/ /*border: 4px dotted #43CBFF;*/ /*box-shadow: 0px 0px 57px 5px #43CBFF outset;*/ box-shadow: inset 0 0 1em #43CBFF; border-top: 2px outset white; border-bottom: 2px inset white; border-radius: 10px; text-align: center; } /* * And let's slide it in from the left */ #menuToggle input:checked ~ ul { transform: none; } /* MOBILE - Hamburger End */ /*------------------------------------------------------------------------------*/ /* MOBILE - RESPONSIVE */ @media(max-width: 1399px){ .project-item-inner{ width: 45vw; } @media (max-width: 994px){ #menuToggle{ display: inline-block; } header{ display: none; } /* mobile HOME */ .banner h1{ display: flex; font-size: 26px; justify-content: space-around; } /* mobile HOME end */ .main-content{ padding-left: 0; } .info-item p span { display: block; margin-left: 0; } .project-item-inner{ width: 100vw; } @media (max-width: 767px){ .form-item-above, .button-show-skills, .personal-info { margin-top: 40px; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; /*background-color: red; */ } .skills{ flex: 0 0 100%; max-width: 100%; } .btn{ line-height: 10px; } .info-item{ flex: 0 0 100%; max-width: 100%; } .form-item-above{ margin: 0; } } /* MOBILE - RESPONSIVE END */ /*------------------------------------------------------------------------------*/
business_card_project/portfolio/static/portfolio/custom.css
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap'); /*Icon free - font awesome - bootstrapCDN*/ @import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); /* General Style */ .main-container{ height: 100%; width: 100%; } body { margin:0; line-height:1.5; font-family: 'Varela Round', sans-serif; font-size: 18px; font-weight: 400; height: 100%; width: 100%; background: linear-gradient(180deg, #000000 55%, #43CBFF 100%) no-repeat 50% 50% / 100% 100%; } *{ margin:0; padding:0; outline: none; text-decoration: none; box-sizing: border-box; } ::before,::after{ box-sizing: border-box; } .section{ /*background-color: #363b3f;*/ /*background-color: green;*/ min-height: 100vh; display: block; padding: 0 30px; } .section .container{ padding-top:60px; padding-bottom: 80px; /*background-color: pink; */ max-width: 100%; /*margin: 20px;*/ } .section-title{ /*background-color: red;*/ line-height:1.5; font-size: 30px; border-bottom: 2px outset #9708CC; margin-bottom: 60px; } .section-title h2{ color: #dadbdc; } .row{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .main-content{ padding-left: 0px; } .container{ max-width: 1100px; width: 100%; margin: auto; } .shadow-dark{ -webkit-box-shadow: 0 0 100px rgba(48,46,77,0.15); box-shadow: 0 0 100px rgba(48,46,77,0.15); } /* General Style End*/ /*------------------------------------------------------------------------------*/ /* Sticky Navbar and Intro */ header{ position: fixed; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; transition: 0.6s; padding: 30px 100px; z-index: 100000; } /*header .logo{ position: relative; color: red; text-decoration: none; font-size: 2em; font-weight: bold; letter-spacing: 2px; transition: 0.6s; }*/ header ul{ position: fixed; right: 0; margin-right: 50px; /*background-color: red; */ display: flex; justify-content: center; align-items: center; } header ul li{ position: relative; list-style: none; } header ul li a{ position: relative; margin:0 15px; text-decoration: none; color: #fff; letter-spacing: 2px; transition: 0.6s; } header ul li a:hover{ color:#43CBFF; padding-right: 5px; } /*.banner .magic_intro{ background-color: red; }*/ /* Sticky Navbar and Intro End */ /*--------------------DEACTIVATED----------------------------------------------------------*/ /* Aside */ /*.aside { width : 270px; left: -270px; background: linear-gradient(#878789 0%, #262E31 100%); position: fixed; height: 100%; left: 0; top: 0; z-index: 10; border-right: 2px solid #e67c18; padding: 40px; } .aside .nav-toggle{ height: 40px; width: 45px; border:1px solid #5d6164; background-color: #e67c18; cursor: pointer; position: fixed; left: 300px; top:30px; z-index: 11; border-radius: 5px; display: none; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; } .aside .nav-toggle span{ height: 2px; width: 18px; display: inline-block; position: relative; } .aside .nav-toggle span::before{ content: ''; height: 2px; width: 18px; position: absolute; top:-8px; left: 0; } .aside .nav-toggle span::after{ content: ''; height: 2px; width: 18px; position: absolute; top:8px; left: 0; } .aside .logo{ margin-bottom: 150px; }*/ /*.aside .logo .logo_image{ width: 200px; border-radius: 8px; border: 1.4px outset #e67c18; }*/ /*.aside .nav { margin-top: 60px; margin-bottom: 120px; list-style: none; } .aside .nav li{ display: block; } .aside .nav li a{ font-size: 16px; font-weight: bold; text-decoration: none; color:#f7af29; line-height: 45px; display: block; border-bottom: 1px outset #e67c18; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-transform: capitalize; } .aside .nav li a:hover{ padding-left: 5px; } .aside .nav li a .fa{ margin-right: 5px; } .aside .copyright-text{ font-size: 12px; }*/ /* Aside End */ /*--------------------DEACTIVATED----------------------------------------------------------*/ /*------------------------------------------------------------------------------*/ /* Home Section */ /*--------------------------------*/ /* Magic Intro */ .banner{ position: relative; width: 100%; height: 100vh; /*background-color: red;*/ display: flex; justify-content: center; } .banner:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*background: linear-gradient(to right, #f00,#f00,#0f0,#0ff,#ff0,#0ff);*/ /*background: linear-gradient(to right, #00DBDE 0%, #FC00FF 100%); */ /*background: linear-gradient(to right, #FFFFFF 0%, #6284FF 50%, #FF0000 100%); */ /*background: linear-gradient(to right, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%); */ /*background-image: radial-gradient( circle farthest-corner at 22.4% 21.7%, rgba(4,189,228,1) 0%, rgba(2,83,185,1) 100.2% );*/ /*background-image: linear-gradient( 109.6deg, rgba(9,9,121,1) 11.2%, rgba(144,6,161,1) 53.7%, rgba(0,212,255,1) 100.2% );*/ /*background-image: linear-gradient( 179.2deg, rgba(34,34,34,1) 0%, rgba(8,0,153,1) 29.7%, rgba(118,6,166,1) 63.4%, rgba(233,0,64,0.58) 100.1% );*/ /*background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);*/ /*background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);*/ /*background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);*/ /*background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);*/ /* 1 */ /*background-image: linear-gradient(#0FB6AB 15%, #3C4586 30%, #0FB6AB 45%, #3C4586 60%, #00978d 85%, #3C4586 100%);*/ /*background-image: linear-gradient(#0FE1D3 15%, #3C4586 30%, #0FE1D3 45%, #3C4586 60%, #0FE1D3 85%, #3C4586 100%);*/ /*background-image: linear-gradient(#0FE1D3 15%, #001EFF 30%, #0FE1D3 45%, #4856C2 60%, #0FE1D3 85%, #4856C2 100%);*/ /*background-image: linear-gradient( 135deg, #43CBFF 10%, #9708CC 100%);*/ background-image: linear-gradient(#9708CC 17%, #43CBFF 39%, #43CBFF 49%, #9708CC 100%); mix-blend-mode: color; pointer-events: none; } .banner h1{ margin: 0; padding: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; color: #ddd; font-size: 4.5em; letter-spacing: 0.15em; /*font-family: sans-serif;*/ } .banner h1 span{ display: inline-block; animation: animate 1s linear forwards; opacity: 0; } @keyframes animate{ 0% { opacity: 0; transform: rotateY(90deg); filter: blur(10px); } 100% { opacity: 1; transform: rotateY(0deg); filter: blur(0); } } .magic_intro{ object-fit: cover; width: 100%; } .banner h1 span:nth-child(1){ animation-delay: 1.4s; } .banner h1 span:nth-child(2){ animation-delay: 1.7s; } .banner h1 span:nth-child(3){ animation-delay: 2s; } .banner h1 span:nth-child(4){ animation-delay: 2.3s; } .banner h1 span:nth-child(5){ animation-delay: 2.5s; } .banner h1 span:nth-child(6){ animation-delay: 2.8s; } .banner h1 span:nth-child(7){ animation-delay: 3.1s; } .banner h1 span:nth-child(8){ animation-delay: 3.4s; } .banner h1 span:nth-child(9){ animation-delay: 3.7s; } .banner h1 span:nth-child(10){ animation-delay: 4.1s; } .banner h1 span:nth-child(11){ animation-delay: 4.4s; } .banner h1 span:nth-child(12){ animation-delay: 4.7s; } .banner h1 span:nth-child(13){ animation-delay: 5s; } /*--------------------------------*/ /* Magic Intro End */ .home-section{ min-height: 100vh; display: -ms-flexbox; display: flex; } .home-section .intro{ text-align: center; } .intro .flashit{ font-size: 35px; color: white; -webkit-animation: flash linear 3s infinite; animation: flash linear 3s infinite; } @-webkit-keyframes flash { 0% { opacity: 1; } 50% { opacity: .1; } 100% { opacity: 1; } } .home-section .intro .social-media{ margin-top: 25px; } .home-section .intro .social-media .center{ height: 50px; width: 50px; font-size: 25px; display: inline-block; text-align: center; line-height: 50px; color: #000000; margin: 0 5px; border-radius: 50%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .home-section .intro .social-media .near{ height: 5px; width: 25%; display: inline-block; border-radius: 20%; -webkit-animation: flash linear 6s infinite; animation: flash linear 6s infinite; } .home-section .intro .social-media .center:hover{ transform: scale(1.2); background-color: #007bb5; color:#ffffff; } /* Home Section End */ /*------------------------------------------------------------------------------*/ /* AboutMe Section*/ .about-content{ /*background-color: red; */ flex:0 0 100%; max-width: 100%; } .about-text{ /*background-color: green; */ flex:0 0 100%; max-width: 100%; /*max-width: 100%;*/ } .about-text h3{ font-size: 24px; margin-bottom: 15px; font-weight: 600; /*color: #9708CC;*/ color: #43CBFF; } .about-text h3 span{ color: white; } .about-text p{ color: #dadbdc; font-size: 18px; line-height: 35px; /*background-color: pink;*/ } .personal-info{ margin-top: 40px; /*background-color: yellow; */ flex: 0 0 50%; max-width: 50%, } .skills{ margin-top: 40px; /*background-color: green;*/ flex: 0 0 50%; max-width: 50%, } .info-item{ /*background-color: pink;*/ flex: 0 0 80%; max-width: 80%, } .info-item p{ /*background-color: blue;*/ padding: 10px 0; color: #8e37d7; font-weight: border; border-bottom: 1px outset #43CBFF; } .info-item p span{ color: #dadbdc; } .button-show-skills{ /*background-color: green;*/ box-sizing: border-box; text-align: center; margin-top: 53px; } .btn-form{padding: 20px;} .btn{padding: 20px 40px 20px 40px;} .btn-form, .btn{ /*background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);*/ background-image: linear-gradient(90deg, #9708CC 20%, #43CBFF 39%, #43CBFF 49%, #9708CC 100%); box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75); font-size: 18px; border-radius: 50px; text-align:center; border:none; font-weight: bold; color: #fff; cursor: pointer; background-size: 350% 100%; border-radius: 50px; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .btn-form:hover, .btn:hover { background-position: 100% 0; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } /*.btn:focus { outline: none; }*/ /* AboutMe Section End*/ /*------------------------------------------------------------------------------*/ /*Skills Section */ .skill-info{ margin-top: 40px; /*background-color: yellow; */ flex: 0 0 100%; max-width: 100%, } .skill-item{ /*background-color: pink;*/ flex: 0 0 100%; max-width: 100%, } .my_skills { -webkit-animation: my_skills 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; animation: my_skills 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; padding: 10px 0; color: #F8F9F9; font-weight: border; text-align: center; /*background-color: red;*/ -webkit-transition: all 0.5s ease; transition: all 0.5s ease-out; } .my_skills:hover { color: #A7ACB5; } .skills-text{ /*background-color: green;*/ flex:0 0 100%; max-width: 100%; } .skills-text p{ color: #dadbdc; font-size: 18px; line-height: 35px; } @-webkit-keyframes my_skills { 0% { letter-spacing: -0.5em; opacity: 0; } 40% { opacity: 0.6; } 100% { opacity: 1; } } @keyframes my_skills { 0% { letter-spacing: -0.5em; opacity: 0; } 40% { opacity: 0.6; } 100% { opacity: 1; } } .skills-container-animation{ margin-top: 40px; /*background-color: green;*/ flex: 0 0 100%; max-width: 100%, } .line-show-skills-above, .line-show-skills-below{ box-sizing: border-box; text-align: center; } .line-show-skills-above{ background-color: #43CBFF; } .line-show-skills-below{ background-color: black; } .line_above, .line_below { width: 100%; height: 8px; } .line_above{ -webkit-box-shadow: 0px 0px 18px #43CBFF; -moz-box-shadow: 0px 0px 18px #43CBFF; box-shadow: 0px 0px 18px #43CBFF; background-color: black; text-decoration: none; } .line_below{ -webkit-box-shadow: 0px 0px 18px black; -moz-box-shadow: 0px 0px 18px black; box-shadow: 0px 0px 18px black; background-color: #43CBFF; text-decoration: none; } /*Skills Section End*/ /*------------------------------------------------------------------------------*/ /*Projects Section */ .project-item{ margin-top: 20px; display: flex; /*justify-content: space-evenly;*/ justify-content: space-around; /*background-color: red;*/ align-items: center; flex:0 0 100%; max-width: 100%; flex-wrap: wrap; } .project-item-inner{ /*background-color: yellow;*/ min-width: 22vw; text-align: center; margin-top: 35px; border-radius: 18px; /*border-left: 2px solid white;*/ padding: 8px; background-color: black; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-box-shadow: 0px -2px 10px 1px #9708CC, 5px 5px 30px 5px #43CBFF; -moz-box-shadow: 0px -2px 10px 1px #9708CC, 5px 5px 30px 5px #43CBFF; box-shadow: 0px -2px 10px 1px #9708CC, 5px 5px 30px 5px #43CBFF; } .project-item-inner h4, .project-item-inner p{ color: #dadbdc; } .project-img{ border-radius: 5%; } /*.project-img:hover{ opacity: 0.5; }*/ .project-title{ padding: 5px; } /*wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww*/ /* Container needed to position the overlay. Adjust the width as needed */ .project-item-inner { position: relative; } /* The overlay effect - lays on top of the container and over the image */ .overlay_project { position: absolute; width: 99%; justify-content: center; border-radius: 5%; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); color: #43CBFF; transition: .5s ease; opacity:0; font-size: 20px; text-align: center; display: flex; align-items: center; } /* When you mouse over the container, fade in the overlay title */ .project-item-inner:hover .overlay_project { opacity: 1; } /*wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww*/ /* Projects Section End */ /*------------------------------------------------------------------------------*/ /* Contact Section */ .contact-info-item{ /*background-color: red;*/ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; margin-bottom: 30px; } .contact-info-item .icon{ display: inline-block; } .contact-info-item .icon .fa{ font-size: 40px; color: #43CBFF; } .contact-info-item h4{ font-size: 24px; font-weight: bold; color: #dadbdc; padding: 5px; } .contact-info-item p{ font-size: 20px; line-height: 25px; color: #9708CC; font-weight: bold; } .submit_raw{ /*background-color: red;*/ box-sizing: border-box; text-align: left; } .container-form{ /*background-color: yellow;*/ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .container-form .contact-form{ /*background-color: red;*/ -ms-flex:0 0 100%; flex:0 0 100%; max-width: 100%; } .form-item-above{ /*background-color: blue;*/ flex: 0 0 50%; max-width: 50%; /*margin-right: 1px;*/ } .form-field-control-above{ width: 100%; padding: 10px; border-radius: 25px; border: 2px solid #43CBFF; background-color: #10161c; color: #43CBFF; font-size: 18px; } .form-item-below{ /*background-color: pink;*/ flex: 0 0 100%; max-width: 100%; /*margin-right: 1px;*/ } .form-field-control-below{ width: 100%; padding: 10px; border-radius: 25px; border: 3px inset #43CBFF; /*background-color: #17202A;*/ background-color: #10161c; color: #43CBFF; font-size: 20px; } .form-group{ margin-bottom: 30px; margin-right: 10px; } /* Contact Section End */ /*------------------------------------------------------------------------------*/ /* MOBILE - Hamburger */ #menuToggle { display: none; position: relative; top: 50px; left: 30px; z-index: 1; -webkit-user-select: none; user-select: none; } #menuToggle a { text-decoration: none; color: white; transition: color 0.3s ease; } #menuToggle a:hover { color: #43CBFF; } #menuToggle input { display: inline-block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; /* hide this */ z-index: 2; /* and place it over the hamburger */ -webkit-touch-callout: none; } /* * Just a quick hamburger */ #menuToggle span { display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background-color: #43CBFF; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } #menuToggle span:first-child { transform-origin: 0% 0%; } #menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; } /* * Transform all the slices of hamburger * into a crossmark. */ #menuToggle input:checked ~ span { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background: white; } /* * But let's hide the middle one. */ #menuToggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } /* * Ohyeah and the last one should go the other direction */ #menuToggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(0, -1px); } /* * Make this absolute positioned * at the top left of the screen */ #menu { position: absolute; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-around; /*width: 300px;*/ width: 100vw; height: 100vh; margin: -50px 0 0 -30px; padding: 50px; padding-top: 125px; background: linear-gradient(180deg, #000000 69%, #43CBFF 100%) no-repeat 50% 50% / 100% 100%; list-style-type: none; -webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */ transform-origin: 0% 0%; transform: translate(-100%, 0); transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); } #menu li { padding: 10px 0; font-size: 22px; /*background-color: green;*/ /*border-left: 4px dotted white;*/ /*border-right: 4px dotted #43CBFF;*/ /*border-right: 4px dotted #9708CC;*/ /*border: 4px dotted #43CBFF;*/ /*box-shadow: 0px 0px 57px 5px #43CBFF outset;*/ box-shadow: inset 0 0 1em #43CBFF; border-top: 2px outset white; border-bottom: 2px inset white; border-radius: 10px; text-align: center; } /* * And let's slide it in from the left */ #menuToggle input:checked ~ ul { transform: none; } /* MOBILE - Hamburger End */ /*------------------------------------------------------------------------------*/ /* MOBILE - RESPONSIVE */ @media(max-width: 1399px){ .project-item-inner{ width: 45vw; } @media (max-width: 994px){ #menuToggle{ display: inline-block; } header{ display: none; } /* mobile HOME */ .banner h1{ display: flex; font-size: 26px; justify-content: space-around; } /* mobile HOME end */ .main-content{ padding-left: 0; } .info-item p span { display: block; margin-left: 0; } .project-item-inner{ width: 100vw; } @media (max-width: 767px){ .form-item-above, .button-show-skills, .personal-info { margin-top: 40px; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; /*background-color: red; */ } .skills{ flex: 0 0 100%; max-width: 100%; } .btn{ line-height: 10px; } .info-item{ flex: 0 0 100%; max-width: 100%; } .form-item-above{ margin: 0; } } /* MOBILE - RESPONSIVE END */ /*------------------------------------------------------------------------------*/
0.174551
0.047448
* { margin: 0; padding: 0; box-sizing: border-box; } body { height: 100vh; } nav { display: flex; justify-content: space-around; justify-items: center; align-items: center; min-height: 8vh; background: #fff; box-shadow: 0px 1px 0px #E5E9F2; position: relative; } .logo { color: #573F7B; text-transform: capitalize; letter-spacing: 3px; font-size: 20px; display: flex; align-items: center; justify-content: center; font-family: "Nunito Sans", sans-serif; } .logo img { margin-right: 3%; } .logo:hover { opacity: 0.7; } .nav-links { display: flex; width: 40%; justify-content: space-around; text-transform: capitalize; } .nav-links li { list-style: none; } .nav-links a { color: #573F7B; text-decoration: none; letter-spacing: 3px; font-weight: bold; font-size: 14px; position: relative; font-family: "Manrope", sans-serif; } .nav-links a:hover { opacity: 0.9; } .nav-links a:focus { opacity: 0.7; } .nav-links a::after { position: absolute; content: ""; bottom: 0; left: 0; top: 25px; width: 0%; height: 2px; border-radius: 10px; margin: auto; transition: all 0.4s; opacity: 0; background-color: #573F7B; } .nav-links a:hover::after { width: 100%; opacity: 1; } .nav-links li a .login { position: absolute; top: -4px; padding: 5px 15px; border-radius: 5px; font-size: 14px; border: none; background: #F5F5F5; outline: none; color: #573F7B; font-family: "Manrope", sans-serif; } .nav-links li a .login:hover { opacity: 0.7; background-color: #573F7B; color: #fff; } .nav-links li a .signup { position: absolute; top: -4px; align-self: center; justify-self: center; left: 40px; padding: 5px 15px; border-radius: 5px; font-size: 14px; border: none; background: #573F7B; outline: none; color: #fff; font-family: "Manrope", sans-serif; } .nav-links li a .signup:hover { opacity: 0.7; background-color: #fff; color: #573F7B; } .burger { display: none; cursor: pointer; z-index: 9; } .burger .line0 { width: 30px; height: 4px; background-color: #573F7B; margin: 5px; border-radius: 8px; transition: all 0.3s ease; } .burger .line1 { width: 30px; height: 4px; background-color: #573F7B; margin: 5px; border-radius: 8px; transition: all 0.3s ease; } .burger .line2 { width: 30px; height: 4px; background-color: #573F7B; margin: 5px; border-radius: 8px; transition: all 0.3s ease; } @media screen and (max-width: 1024px) { nav { justify-content: space-evenly; min-height: 5vh; } .nav-links { width: 50%; } } @media screen and (max-width: 768px) { nav { box-shadow: 0px 0px 0px; min-height: 2vh; padding: 20px; justify-content: space-between; } .nav-links { display: none; } .nav-links li { opacity: 0; } .burger { display: block; } .logo { font-size: 16px; font-weight: bold; z-index: 5; } .nav-links li a .login { position: relative; top: 0; } .nav-links li a .signup { left: 0; top: 0; position: relative; } } .nav-active { transform: translate(0%); position: absolute; right: 0; height: 92vh; top: 8vh; background: #fff; color: #573F7B; display: flex; flex-direction: column; justify-content: space-around; align-items: center; width: 100%; transition: transform 0.5s ease-in; z-index: 4; } @keyframes navlinkFade { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0px); } } .toggle .line0 { transform: rotate(-45deg) translate(-6px, 6px); } .toggle .line1 { opacity: 0; } .toggle .line2 { transform: rotate(42deg) translate(-6px, -6px); margin-top: 5px; } .container { width: 100%; height: 100%; position: relative; } .vj { margin-top: 100vh; } .first-sec { padding: 5%; display: flex; justify-content: space-around; background: #fff; } .first-sec .first-sec-in { position: relative; } .first-sec .first-sec-in h1 { font-size: 75px; font-family: Recoleta, "Nunito sans", sans-serif; color: #201047; margin-top: 10%; width: 120%; position: relative; z-index: 3; } .first-sec .first-sec-in button { padding: 3% 7%; font-weight: 600; font-size: 20px; font-family: matter, "Nunito sans", sans-serif; margin-top: 10%; border: none; border-radius: 8px; background: #201047; color: #fff; outline: none; } .first-sec .first-sec-in button:hover { color: #201047; background: #f4f4f4; } .first-sec .first-sec-in .dot-svg { position: absolute; bottom: 0; right: 1%; } .first-sec .second-sec-in { width: 100%; } .first-sec .second-sec-in .files-svg { width: 100%; } .first-sec .second-sec-in .dot-svg-1 { display: none; } .first-sec .second-sec-in button { display: none; } @media screen and (max-width: 1024px) { .first-sec .first-sec-in h1 { font-size: 60px; width: 130%; line-height: 1.5; } } @media screen and (max-width: 768px) { .first-sec { flex-direction: column; } .first-sec .first-sec-in h1 { font-weight: 900; font-size: 24px; width: 100%; } .first-sec .first-sec-in button { display: none; } .first-sec .first-sec-in .dot-svg { display: none; } .first-sec .second-sec-in { width: 100%; position: relative; padding: 5%; display: flex; flex-direction: column; } .first-sec .second-sec-in .files-svg { width: 100%; z-index: 1 !important; } .first-sec .second-sec-in .dot-svg-1 { display: block !important; position: absolute; left: 0; bottom: 10%; height: 10%; z-index: 1 !important; } .first-sec .second-sec-in button { padding: 3% 7%; font-weight: 600; font-size: 16px; font-family: matter, "Nunito sans", sans-serif; margin-top: 10%; border: none; border-radius: 8px; background: #201047; color: #fff; outline: none; display: block; width: 50%; align-self: center; margin-top: 10%; } .first-sec .second-sec-in button:hover { color: #201047; background: #f4f4f4; } } .second-sec { display: flex; background: #fff; padding: 5%; height: 100vh; scroll-snap-align: center; } .second-sec .second-sec-div2 { padding: 2%; } .second-sec .second-sec-div2 div { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #F8AF6D; padding: 4%; box-shadow: 2px 4px 30px rgba(242, 120, 11, 0.3); border-radius: 15px 0px 15px 15px; } .second-sec .second-sec-div2 div h3 { font-size: 32px; color: #F2780B; font-family: Recoleta, "Manrope", sans-serif; margin-bottom: 3%; } .second-sec .second-sec-div2 div p { font-size: 18px; line-height: 2; margin-bottom: 3%; font-family: Recoleta, "Nunito sans", sans-serif; color: #573F7B; } .second-sec .second-sec-div2 div button { background: none; margin-top: 2%; padding: 2% 7%; border: 1px solid #573F7B; border-radius: 10px; color: #573F7B; font-size: 18px; } .second-sec .second-sec-div2 div button:hover { background: #573F7B; color: #fff; } .second-sec .second-sec-div2 div .flower-img { position: absolute; right: -10%; bottom: -10%; } @media screen and (max-width: 1024px) { .second-sec { margin-top: 0; height: 50vh; } } @media screen and (max-width: 768px) { .second-sec { flex-direction: column; align-items: center; justify-content: center; height: 100vh; } .second-sec .second-sec-div1 img { height: 100% !important; width: 100%; } .second-sec .second-sec-div2 div h3 { font-weight: bold; font-size: 16px; } .second-sec .second-sec-div2 div p { font-size: 12px; margin-bottom: 1%; } .second-sec .second-sec-div2 div button { padding: 10px 15px; font-size: 12px; margin-left: 0; border-radius: 5px; } .second-sec .second-sec-div2 div .flower-img { right: -5% !important; bottom: -9% !important; height: 100px; } } @media screen and (max-width: 540px) { .second-sec .second-sec-div2 div .flower-img { right: -10% !important; bottom: -10% !important; height: 70px; } } @media screen and (max-width: 320px) { .second-sec { margin-top: 20% !important; } } .third-sec { background: #fff; padding: 5%; margin-top: 5%; } .third-sec h2 { text-align: center; font-family: Recoleta, "Manrope", sans-serif; color: #201047; font-size: 32px; font-feature-settings: "liga" off; margin-bottom: 5%; } .third-sec .third-sec-in { display: flex; justify-content: space-between; } .third-sec .third-sec-in .third-sec-in1 { position: relative; background: #573F7B; box-shadow: 2px 4px 15px #573F7B; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2%; width: 20%; height: 340px; } .third-sec .third-sec-in .third-sec-in1 .cap-svg { margin-bottom: 5%; } .third-sec .third-sec-in .third-sec-in1 h3 { font-family: Recoleta, "Manrope", sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #FAFAFA; } .third-sec .third-sec-in .third-sec-in1 p { text-align: center; font-family: matter, "Nunito sans", sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.5; margin-top: 2%; color: #FBC99D; margin-top: 5%; } .third-sec .third-sec-in .third-sec-in1 .circle-svg { position: absolute; left: 0; bottom: 0; } .third-sec .third-sec-in .third-sec-in1 a { position: absolute; right: 4%; bottom: 4%; color: #FAFAFA; text-decoration: none; font-size: 14px; font-family: matter, "Nunito sans", sans-serif; } .third-sec .third-sec-in .third-sec-in1 a:hover { opacity: 0.8; font-size: large; text-decoration: underline; } .third-sec .third-sec-in .third-sec-in2 { position: relative; background: #573F7B; box-shadow: 2px 4px 15px #573F7B; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2%; width: 20%; height: 340px; } .third-sec .third-sec-in .third-sec-in2 .ring-svg { position: absolute; top: 0; right: 0; } .third-sec .third-sec-in .third-sec-in2 .book-svg { margin-bottom: 5%; } .third-sec .third-sec-in .third-sec-in2 h3 { font-family: Recoleta, "Manrope", sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #FAFAFA; } .third-sec .third-sec-in .third-sec-in2 p { text-align: center; font-family: matter, "Nunito sans", sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.5; margin-top: 2%; color: #FBC99D; margin-top: 5%; } .third-sec .third-sec-in .third-sec-in2 a { position: absolute; right: 4%; bottom: 4%; color: #FAFAFA; text-decoration: none; font-size: 14px; font-family: matter, "Nunito sans", sans-serif; } .third-sec .third-sec-in .third-sec-in2 a:hover { opacity: 0.8; font-size: large; text-decoration: underline; } .third-sec .third-sec-in .third-sec-in3 { position: relative; background: #573F7B; box-shadow: 2px 4px 15px #573F7B; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2%; width: 20%; height: 340px; } .third-sec .third-sec-in .third-sec-in3 .invcircle { position: absolute; top: 0; right: 0; } .third-sec .third-sec-in .third-sec-in3 .chat-svg { margin-bottom: 5%; } .third-sec .third-sec-in .third-sec-in3 h3 { font-family: Recoleta, "Manrope", sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #FAFAFA; } .third-sec .third-sec-in .third-sec-in3 p { text-align: center; font-family: matter, "Nunito sans", sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.5; margin-top: 2%; color: #FBC99D; margin-top: 5%; } .third-sec .third-sec-in .third-sec-in3 a { position: absolute; right: 4%; bottom: 4%; color: #FAFAFA; text-decoration: none; font-size: 14px; font-family: matter, "Nunito sans", sans-serif; } .third-sec .third-sec-in .third-sec-in3 a:hover { opacity: 0.8; font-size: large; text-decoration: underline; } .third-sec .third-sec-in .third-sec-in4 { position: relative; background: #573F7B; box-shadow: 2px 4px 15px #573F7B; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2%; width: 20%; height: 340px; } .third-sec .third-sec-in .doc-svg { margin-bottom: 5%; } .third-sec .third-sec-in h3 { font-family: Recoleta, "Manrope", sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #FAFAFA; } .third-sec .third-sec-in p { text-align: center; font-family: matter, "Nunito sans", sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.5; margin-top: 2%; color: #FBC99D; margin-top: 5%; } .third-sec .third-sec-in .inv-ring { position: absolute; bottom: 0; left: 0; } .third-sec .third-sec-in a { position: absolute; right: 4%; bottom: 4%; color: #FAFAFA; text-decoration: none; font-size: 14px; font-family: matter, "Nunito sans", sans-serif; } .third-sec .third-sec-in a:hover { opacity: 0.8; font-size: large; text-decoration: underline; } @media screen and (max-width: 1024px) { .third-sec { margin-top: 10%; } .third-sec .third-sec-in div { width: 23% !important; align-self: center; } .third-sec .third-sec-in div h3 { text-align: center; font-size: 16px; } .third-sec .third-sec-in div p { font-size: 14px; } } @media screen and (max-width: 768px) { .third-sec { margin-top: 5% !important; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10%; } .third-sec h2 { font-weight: bold; font-size: 16px; } .third-sec .third-sec-in { flex-direction: column; justify-content: space-between; align-items: center; justify-items: center; } .third-sec .third-sec-in div { width: 100% !important; margin-bottom: 5%; align-self: center; display: block; } .third-sec .third-sec-in div h3 { font-size: 16px; } .third-sec .third-sec-in div p { font-size: 14px; } .third-sec .third-sec-in div a { font-size: 14px; } } @media screen and (max-width: 320px) { .third-sec { margin-top: 20% !important; } .third-sec .third-sec-in div { margin-left: 3%; } } .fourth-sec { position: relative; padding: 5%; background: #fff; width: 100%; margin-bottom: 10%; } .fourth-sec .small-coin { position: absolute; top: 0; right: 0; } .fourth-sec h2 { font-size: 32px; font-family: "Recoleta", "Manrope", sans-serif; font-weight: bold; color: #201047; margin-top: 4%; } .fourth-sec .fourth-sec-1 { position: absolute; left: 5%; width: 30%; height: 180px; background: #E5E5E5; background: #FFFFFF; box-shadow: 4px 4px 16px rgba(59, 59, 59, 0.1); border-radius: 20px 20px 0px 20px; padding: 1%; margin-top: 2%; } .fourth-sec .fourth-sec-1 p { font-size: 16px; line-height: 1.5; font-family: matter, "Nunito sans", sans-serif; } .fourth-sec .fourth-sec-1 h4 { font-weight: 600; font-size: 18px; font-family: "Recoleta", "Manrope", sans-serif; margin-top: 4%; letter-spacing: 3px; color: #573F7B; } .fourth-sec .fourth-sec-1 h5 { font-weight: bold; font-size: 12px; margin-top: 2%; letter-spacing: 3px; font-family: matter, "Nunito sans", sans-serif; color: #573F7B; } .fourth-sec .fourth-sec-1-img { position: absolute; left: 35%; top: 55%; padding: 0% 1%; } .fourth-sec .fourth-sec-2 { position: absolute; right: 5%; top: 30%; width: 30%; height: 180px; background: #FFFFFF; box-shadow: 4px 4px 16px rgba(59, 59, 59, 0.1); border-radius: 20px 20px 20px 0px; padding: 1%; margin-top: 2%; z-index: 3; } .fourth-sec .fourth-sec-2 p { font-size: 16px; line-height: 1.5; font-family: matter, "Nunito sans", sans-serif; } .fourth-sec .fourth-sec-2 h4 { font-weight: 600; font-size: 18px; font-family: "Recoleta", "Manrope", sans-serif; margin-top: 4%; letter-spacing: 3px; color: #573F7B; } .fourth-sec .fourth-sec-2 h5 { font-weight: bold; font-size: 12px; margin-top: 2%; letter-spacing: 3px; font-family: matter, "Nunito sans", sans-serif; color: #573F7B; } .fourth-sec .fourth-sec-2-img { position: absolute; right: 35%; top: 55%; padding: 0% 1%; z-index: 3; } .fourth-sec .fourth-sec-3 { position: absolute; left: 5%; top: 80%; margin-top: 15%; z-index: 1; bottom: 5%; width: 30%; height: 180px; background: #FFFFFF; box-shadow: 4px 4px 16px rgba(59, 59, 59, 0.1); border-radius: 20px 0px 20px 20px; padding: 1%; margin-top: 2%; margin-bottom: 5%; } .fourth-sec .fourth-sec-3 p { font-size: 16px; line-height: 1.5; font-family: matter, "Nunito sans", sans-serif; } .fourth-sec .fourth-sec-3 h4 { font-weight: 600; font-size: 18px; font-family: "Recoleta", "Manrope", sans-serif; margin-top: 4%; letter-spacing: 3px; color: #573F7B; } .fourth-sec .fourth-sec-3 h5 { font-weight: bold; font-size: 12px; margin-top: 2%; letter-spacing: 3px; font-family: matter, "Nunito sans", sans-serif; color: #573F7B; } .fourth-sec .fourth-sec-3-img { position: absolute; left: 35%; top: 75%; padding: 0% 1%; } .fourth-sec .big-coin { position: relative; margin-left: 60%; margin-top: 5%; z-index: 1; } .fourth-sec .edge-circ { position: absolute; left: 0; top: 100%; height: 20%; margin-top: 5%; } @media screen and (max-width: 1024px) { .fourth-sec .fourth-sec-1 p { font-size: 14px; } .fourth-sec .fourth-sec-1 h4 { font-size: 16px; } .fourth-sec .fourth-sec-1 h5 { font-size: 12px; } .fourth-sec .fourth-sec-2 p { font-size: 14px; } .fourth-sec .fourth-sec-2 h4 { font-size: 16px; } .fourth-sec .fourth-sec-2 h5 { font-size: 12px; } .fourth-sec .fourth-sec-3 p { font-size: 14px; } .fourth-sec .fourth-sec-3 h4 { font-size: 16px; } .fourth-sec .fourth-sec-3 h5 { font-size: 12px; } } @media screen and (max-width: 768px) { .fourth-sec { margin-bottom: 68%; } .fourth-sec .small-coin { height: 15%; top: 10%; } .fourth-sec h2 { font-size: 16px; text-align: center; margin-bottom: 10%; } .fourth-sec .fourth-sec-1 { width: 70%; padding: 5%; z-index: 3; height: 160px; } .fourth-sec .fourth-sec-1 p { font-size: 12px; } .fourth-sec .fourth-sec-1 h4 { font-size: 14px; } .fourth-sec .fourth-sec-1 h5 { font-size: 10px; } .fourth-sec .fourth-sec-1-img { left: 80%; height: 10%; } .fourth-sec .fourth-sec-2 { width: 70%; padding: 5%; z-index: 3; top: 70%; height: 160px; } .fourth-sec .fourth-sec-2 p { font-size: 12px; } .fourth-sec .fourth-sec-2 h4 { font-size: 14px; } .fourth-sec .fourth-sec-2 h5 { font-size: 10px; } .fourth-sec .fourth-sec-2-img { top: 100%; left: 5%; height: 10%; } .fourth-sec .fourth-sec-3 { width: 70%; padding: 5%; z-index: 3; border-radius: 20px 20px 0px 20px; top: 120%; height: 160px; } .fourth-sec .fourth-sec-3 p { font-size: 12px; } .fourth-sec .fourth-sec-3 h4 { font-size: 14px; } .fourth-sec .fourth-sec-3 h5 { font-size: 10px; } .fourth-sec .fourth-sec-3-img { top: 150%; left: 80%; height: 10%; } .fourth-sec .big-coin { top: 160%; height: 500px; width: 100%; margin-left: 0%; } .fourth-sec .edge-circ { left: 0%; top: 160%; height: 10%; } } @media screen and (max-width: 540px) { .fourth-sec { margin-bottom: 90%; } .big-coin { top: 160% !important; height: 10% !important; width: 100% !important; margin-left: 0% !important; } } .fifth-sec { position: relative; display: flex; flex-direction: column; padding: 5%; background: #201047; overflow: visible !important; } .fifth-sec h1 { font-size: 48px; color: #fff; text-align: center; align-self: center; width: 60%; font-family: "Recoleta", "Manrope", sans-serif; z-index: 2; } .fifth-sec button { align-self: center; background-color: #F2780B; border-radius: 8px; border: none; color: #fff; padding: 1.5% 5%; margin-top: 3%; font-size: 20px; outline: none; font-family: "Recoleta", "Manrope", sans-serif; } .fifth-sec button:hover { color: #F2780B; background-color: #f5f5f5; opacity: 0.8; font-weight: 700; text-shadow: 0px 1px 0px #E5E9F2; } .fifth-sec .fifth-sec-in { display: flex; width: 60%; justify-content: space-between; margin-top: 5%; align-self: center; } .fifth-sec .fifth-sec-in p { font-size: 14px; color: #fff; font-family: matter, "Nunito sans", sans-serif; letter-spacing: 3px; } .fifth-sec .bad-plant { position: absolute; left: 0%; bottom: -3%; } .fifth-sec .mob-btn { display: none; } @media screen and (max-width: 768px) { .fifth-sec h1 { font-size: 24px; width: 100%; } .fifth-sec .desk-btn { display: none; } .fifth-sec .fifth-sec-in { flex-direction: column; align-items: center; } .fifth-sec .fifth-sec-in p { margin-bottom: 5%; } .fifth-sec .bad-plant { height: 50%; bottom: 0; } .fifth-sec .mob-btn { font-size: 14px; display: block; } } .sixth-sec { padding: 5%; display: flex; background: #fff; justify-content: space-evenly; } .sixth-sec .sixth-sec-1 img { width: 100%; } .sixth-sec .sixth-sec-2 { padding: 5%; } .sixth-sec .sixth-sec-2 form { display: flex; flex-direction: column; height: 70%; justify-content: space-evenly; } .sixth-sec .sixth-sec-2 form label { font-weight: bold; font-size: 32px; color: #201047; font-family: "Recoleta", "Manrope", sans-serif; } .sixth-sec .sixth-sec-2 form #email { padding: 3%; outline: none; border: 2px solid #201047; background: none; border-radius: 10px; } .sixth-sec .sixth-sec-2 form #email::placeholder { color: #AEA79F; font-size: 16px; font-family: matter, "Nunito sans", sans-serif; } .sixth-sec .sixth-sec-2 form #email:focus { border: 2px solid #573F7B; opacity: 0.5; } .sixth-sec .sixth-sec-2 form #submit { padding: 3%; font-size: 16px; width: 50%; border: none; background: #201047; color: #FFFFFF; border-radius: 10px; outline: none; font-family: matter, "Nunito sans", sans-serif; } .sixth-sec .sixth-sec-2 form #submit:hover { background: #f4f4f4; color: #201047; } @media screen and (max-width: 768px) { .sixth-sec { flex-direction: column; } .sixth-sec-2 form { align-items: center; padding: 1%; } .sixth-sec-2 form label { text-align: center; font-weight: bold; font-size: 16px !important; margin-bottom: 10%; } .sixth-sec-2 form #email { padding: 1%; width: 100%; margin-bottom: 20%; } .sixth-sec-2 form #email::placeholder { font-weight: 500; font-size: 12px !important; } .sixth-sec-2 form #submit { font-weight: 500; font-size: 12px !important; } } footer .footer-in-1 { background: #201047; padding: 10%; display: flex; position: relative; } footer .footer-in-1 .logo-footer { display: flex; justify-content: center; margin-left: 15%; height: 10%; align-items: center; } footer .footer-in-1 .logo-footer img { height: 20%; padding: 5%; } footer .footer-in-1 .logo-footer h4 { font-size: 20px; font-family: "Nunito sans", sans-serif; color: #fff; } footer .footer-in-1 .footer-list-item { display: flex; width: 100%; justify-content: space-around; } footer .footer-in-1 .footer-list-item div h3 { font-size: 20px; margin-bottom: 10%; font-family: "Recoleta", "Manrope", sans-serif; color: #fff; letter-spacing: 3px; } footer .footer-in-1 .footer-list-item div p { line-height: 2.5; } footer .footer-in-1 .footer-list-item div p a { font-weight: normal; font-size: 16px; text-decoration: none; color: #fff; font-family: matter, "Nunito sans", sans-serif; position: relative; } footer .footer-in-1 .footer-list-item div p a:hover { opacity: 0.8; } footer .footer-in-1 .footer-list-item div p a::after { position: absolute; content: ""; bottom: 0; left: 0; top: 25px; width: 0%; height: 2px; border-radius: 10px; margin: auto; transition: all 0.4s; opacity: 0; background-color: #fff; } footer .footer-in-1 .footer-list-item div p a:hover::after { width: 100%; opacity: 1; } footer .footer-in-1 .big-logo { position: absolute; left: 0; bottom: 0; height: 70%; } footer .cc { background: #F2780B; mix-blend-mode: normal; display: flex; padding: 1.5%; align-items: center; justify-content: space-around; } footer .cc p { color: #D9DBE1; font-size: 14px; font-family: "Manrope", sans-serif; } footer .cc .cc-icons-1 { display: none; } footer .cc .cc-icons { display: flex; justify-content: space-between; width: 10%; align-items: center; } footer .cc .cc-icons a i { color: #D9DBE1; background: rgba(255, 255, 255, 0.2); padding: 50%; font-size: 20px; border-radius: 50%; } footer .cc .cc-icons a:hover { opacity: 0.8; } @media screen and (max-width: 1024px) { footer .cc .cc-icons { width: 20%; } } @media screen and (max-width: 768px) { footer .footer-in-1 { flex-direction: column; align-items: center; } footer .footer-in-1 .logo-footer { margin-left: 0; margin-bottom: 10%; } footer .footer-in-1 .footer-list-item { flex-direction: column; align-items: center; } footer .footer-in-1 .footer-list-item div { text-align: center; margin-bottom: 10%; } footer .footer-in-1 .footer-list-item div h3 { font-size: 18px; } footer .footer-in-1 .footer-list-item div p a { font-size: 14px; } footer .footer-in-1 .big-logo { height: 50%; } footer .cc { flex-direction: column; align-items: center; padding: 5%; } footer .cc .cc-icons-1 { display: flex; justify-content: space-between; width: 50%; align-items: center; } footer .cc .cc-icons-1 a i { color: #D9DBE1; background: rgba(255, 255, 255, 0.2); padding: 50%; font-size: 10px; border-radius: 50%; } footer .cc .cc-icons-1 a:hover { opacity: 0.8; } footer .cc p { font-style: normal; font-weight: normal; font-size: 14px; margin-top: 5%; margin-bottom: 5%; } footer .cc .cc-icons { display: none; } } .top-btn { background-color: #F2780B; width: 5%; height: 5%; color: #fff; font-size: 16px; border: none; position: fixed; right: 5%; bottom: 20%; z-index: 99; cursor: pointer; display: none; outline: none; }
css/dist/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { height: 100vh; } nav { display: flex; justify-content: space-around; justify-items: center; align-items: center; min-height: 8vh; background: #fff; box-shadow: 0px 1px 0px #E5E9F2; position: relative; } .logo { color: #573F7B; text-transform: capitalize; letter-spacing: 3px; font-size: 20px; display: flex; align-items: center; justify-content: center; font-family: "Nunito Sans", sans-serif; } .logo img { margin-right: 3%; } .logo:hover { opacity: 0.7; } .nav-links { display: flex; width: 40%; justify-content: space-around; text-transform: capitalize; } .nav-links li { list-style: none; } .nav-links a { color: #573F7B; text-decoration: none; letter-spacing: 3px; font-weight: bold; font-size: 14px; position: relative; font-family: "Manrope", sans-serif; } .nav-links a:hover { opacity: 0.9; } .nav-links a:focus { opacity: 0.7; } .nav-links a::after { position: absolute; content: ""; bottom: 0; left: 0; top: 25px; width: 0%; height: 2px; border-radius: 10px; margin: auto; transition: all 0.4s; opacity: 0; background-color: #573F7B; } .nav-links a:hover::after { width: 100%; opacity: 1; } .nav-links li a .login { position: absolute; top: -4px; padding: 5px 15px; border-radius: 5px; font-size: 14px; border: none; background: #F5F5F5; outline: none; color: #573F7B; font-family: "Manrope", sans-serif; } .nav-links li a .login:hover { opacity: 0.7; background-color: #573F7B; color: #fff; } .nav-links li a .signup { position: absolute; top: -4px; align-self: center; justify-self: center; left: 40px; padding: 5px 15px; border-radius: 5px; font-size: 14px; border: none; background: #573F7B; outline: none; color: #fff; font-family: "Manrope", sans-serif; } .nav-links li a .signup:hover { opacity: 0.7; background-color: #fff; color: #573F7B; } .burger { display: none; cursor: pointer; z-index: 9; } .burger .line0 { width: 30px; height: 4px; background-color: #573F7B; margin: 5px; border-radius: 8px; transition: all 0.3s ease; } .burger .line1 { width: 30px; height: 4px; background-color: #573F7B; margin: 5px; border-radius: 8px; transition: all 0.3s ease; } .burger .line2 { width: 30px; height: 4px; background-color: #573F7B; margin: 5px; border-radius: 8px; transition: all 0.3s ease; } @media screen and (max-width: 1024px) { nav { justify-content: space-evenly; min-height: 5vh; } .nav-links { width: 50%; } } @media screen and (max-width: 768px) { nav { box-shadow: 0px 0px 0px; min-height: 2vh; padding: 20px; justify-content: space-between; } .nav-links { display: none; } .nav-links li { opacity: 0; } .burger { display: block; } .logo { font-size: 16px; font-weight: bold; z-index: 5; } .nav-links li a .login { position: relative; top: 0; } .nav-links li a .signup { left: 0; top: 0; position: relative; } } .nav-active { transform: translate(0%); position: absolute; right: 0; height: 92vh; top: 8vh; background: #fff; color: #573F7B; display: flex; flex-direction: column; justify-content: space-around; align-items: center; width: 100%; transition: transform 0.5s ease-in; z-index: 4; } @keyframes navlinkFade { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0px); } } .toggle .line0 { transform: rotate(-45deg) translate(-6px, 6px); } .toggle .line1 { opacity: 0; } .toggle .line2 { transform: rotate(42deg) translate(-6px, -6px); margin-top: 5px; } .container { width: 100%; height: 100%; position: relative; } .vj { margin-top: 100vh; } .first-sec { padding: 5%; display: flex; justify-content: space-around; background: #fff; } .first-sec .first-sec-in { position: relative; } .first-sec .first-sec-in h1 { font-size: 75px; font-family: Recoleta, "Nunito sans", sans-serif; color: #201047; margin-top: 10%; width: 120%; position: relative; z-index: 3; } .first-sec .first-sec-in button { padding: 3% 7%; font-weight: 600; font-size: 20px; font-family: matter, "Nunito sans", sans-serif; margin-top: 10%; border: none; border-radius: 8px; background: #201047; color: #fff; outline: none; } .first-sec .first-sec-in button:hover { color: #201047; background: #f4f4f4; } .first-sec .first-sec-in .dot-svg { position: absolute; bottom: 0; right: 1%; } .first-sec .second-sec-in { width: 100%; } .first-sec .second-sec-in .files-svg { width: 100%; } .first-sec .second-sec-in .dot-svg-1 { display: none; } .first-sec .second-sec-in button { display: none; } @media screen and (max-width: 1024px) { .first-sec .first-sec-in h1 { font-size: 60px; width: 130%; line-height: 1.5; } } @media screen and (max-width: 768px) { .first-sec { flex-direction: column; } .first-sec .first-sec-in h1 { font-weight: 900; font-size: 24px; width: 100%; } .first-sec .first-sec-in button { display: none; } .first-sec .first-sec-in .dot-svg { display: none; } .first-sec .second-sec-in { width: 100%; position: relative; padding: 5%; display: flex; flex-direction: column; } .first-sec .second-sec-in .files-svg { width: 100%; z-index: 1 !important; } .first-sec .second-sec-in .dot-svg-1 { display: block !important; position: absolute; left: 0; bottom: 10%; height: 10%; z-index: 1 !important; } .first-sec .second-sec-in button { padding: 3% 7%; font-weight: 600; font-size: 16px; font-family: matter, "Nunito sans", sans-serif; margin-top: 10%; border: none; border-radius: 8px; background: #201047; color: #fff; outline: none; display: block; width: 50%; align-self: center; margin-top: 10%; } .first-sec .second-sec-in button:hover { color: #201047; background: #f4f4f4; } } .second-sec { display: flex; background: #fff; padding: 5%; height: 100vh; scroll-snap-align: center; } .second-sec .second-sec-div2 { padding: 2%; } .second-sec .second-sec-div2 div { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #F8AF6D; padding: 4%; box-shadow: 2px 4px 30px rgba(242, 120, 11, 0.3); border-radius: 15px 0px 15px 15px; } .second-sec .second-sec-div2 div h3 { font-size: 32px; color: #F2780B; font-family: Recoleta, "Manrope", sans-serif; margin-bottom: 3%; } .second-sec .second-sec-div2 div p { font-size: 18px; line-height: 2; margin-bottom: 3%; font-family: Recoleta, "Nunito sans", sans-serif; color: #573F7B; } .second-sec .second-sec-div2 div button { background: none; margin-top: 2%; padding: 2% 7%; border: 1px solid #573F7B; border-radius: 10px; color: #573F7B; font-size: 18px; } .second-sec .second-sec-div2 div button:hover { background: #573F7B; color: #fff; } .second-sec .second-sec-div2 div .flower-img { position: absolute; right: -10%; bottom: -10%; } @media screen and (max-width: 1024px) { .second-sec { margin-top: 0; height: 50vh; } } @media screen and (max-width: 768px) { .second-sec { flex-direction: column; align-items: center; justify-content: center; height: 100vh; } .second-sec .second-sec-div1 img { height: 100% !important; width: 100%; } .second-sec .second-sec-div2 div h3 { font-weight: bold; font-size: 16px; } .second-sec .second-sec-div2 div p { font-size: 12px; margin-bottom: 1%; } .second-sec .second-sec-div2 div button { padding: 10px 15px; font-size: 12px; margin-left: 0; border-radius: 5px; } .second-sec .second-sec-div2 div .flower-img { right: -5% !important; bottom: -9% !important; height: 100px; } } @media screen and (max-width: 540px) { .second-sec .second-sec-div2 div .flower-img { right: -10% !important; bottom: -10% !important; height: 70px; } } @media screen and (max-width: 320px) { .second-sec { margin-top: 20% !important; } } .third-sec { background: #fff; padding: 5%; margin-top: 5%; } .third-sec h2 { text-align: center; font-family: Recoleta, "Manrope", sans-serif; color: #201047; font-size: 32px; font-feature-settings: "liga" off; margin-bottom: 5%; } .third-sec .third-sec-in { display: flex; justify-content: space-between; } .third-sec .third-sec-in .third-sec-in1 { position: relative; background: #573F7B; box-shadow: 2px 4px 15px #573F7B; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2%; width: 20%; height: 340px; } .third-sec .third-sec-in .third-sec-in1 .cap-svg { margin-bottom: 5%; } .third-sec .third-sec-in .third-sec-in1 h3 { font-family: Recoleta, "Manrope", sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #FAFAFA; } .third-sec .third-sec-in .third-sec-in1 p { text-align: center; font-family: matter, "Nunito sans", sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.5; margin-top: 2%; color: #FBC99D; margin-top: 5%; } .third-sec .third-sec-in .third-sec-in1 .circle-svg { position: absolute; left: 0; bottom: 0; } .third-sec .third-sec-in .third-sec-in1 a { position: absolute; right: 4%; bottom: 4%; color: #FAFAFA; text-decoration: none; font-size: 14px; font-family: matter, "Nunito sans", sans-serif; } .third-sec .third-sec-in .third-sec-in1 a:hover { opacity: 0.8; font-size: large; text-decoration: underline; } .third-sec .third-sec-in .third-sec-in2 { position: relative; background: #573F7B; box-shadow: 2px 4px 15px #573F7B; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2%; width: 20%; height: 340px; } .third-sec .third-sec-in .third-sec-in2 .ring-svg { position: absolute; top: 0; right: 0; } .third-sec .third-sec-in .third-sec-in2 .book-svg { margin-bottom: 5%; } .third-sec .third-sec-in .third-sec-in2 h3 { font-family: Recoleta, "Manrope", sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #FAFAFA; } .third-sec .third-sec-in .third-sec-in2 p { text-align: center; font-family: matter, "Nunito sans", sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.5; margin-top: 2%; color: #FBC99D; margin-top: 5%; } .third-sec .third-sec-in .third-sec-in2 a { position: absolute; right: 4%; bottom: 4%; color: #FAFAFA; text-decoration: none; font-size: 14px; font-family: matter, "Nunito sans", sans-serif; } .third-sec .third-sec-in .third-sec-in2 a:hover { opacity: 0.8; font-size: large; text-decoration: underline; } .third-sec .third-sec-in .third-sec-in3 { position: relative; background: #573F7B; box-shadow: 2px 4px 15px #573F7B; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2%; width: 20%; height: 340px; } .third-sec .third-sec-in .third-sec-in3 .invcircle { position: absolute; top: 0; right: 0; } .third-sec .third-sec-in .third-sec-in3 .chat-svg { margin-bottom: 5%; } .third-sec .third-sec-in .third-sec-in3 h3 { font-family: Recoleta, "Manrope", sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #FAFAFA; } .third-sec .third-sec-in .third-sec-in3 p { text-align: center; font-family: matter, "Nunito sans", sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.5; margin-top: 2%; color: #FBC99D; margin-top: 5%; } .third-sec .third-sec-in .third-sec-in3 a { position: absolute; right: 4%; bottom: 4%; color: #FAFAFA; text-decoration: none; font-size: 14px; font-family: matter, "Nunito sans", sans-serif; } .third-sec .third-sec-in .third-sec-in3 a:hover { opacity: 0.8; font-size: large; text-decoration: underline; } .third-sec .third-sec-in .third-sec-in4 { position: relative; background: #573F7B; box-shadow: 2px 4px 15px #573F7B; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2%; width: 20%; height: 340px; } .third-sec .third-sec-in .doc-svg { margin-bottom: 5%; } .third-sec .third-sec-in h3 { font-family: Recoleta, "Manrope", sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #FAFAFA; } .third-sec .third-sec-in p { text-align: center; font-family: matter, "Nunito sans", sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.5; margin-top: 2%; color: #FBC99D; margin-top: 5%; } .third-sec .third-sec-in .inv-ring { position: absolute; bottom: 0; left: 0; } .third-sec .third-sec-in a { position: absolute; right: 4%; bottom: 4%; color: #FAFAFA; text-decoration: none; font-size: 14px; font-family: matter, "Nunito sans", sans-serif; } .third-sec .third-sec-in a:hover { opacity: 0.8; font-size: large; text-decoration: underline; } @media screen and (max-width: 1024px) { .third-sec { margin-top: 10%; } .third-sec .third-sec-in div { width: 23% !important; align-self: center; } .third-sec .third-sec-in div h3 { text-align: center; font-size: 16px; } .third-sec .third-sec-in div p { font-size: 14px; } } @media screen and (max-width: 768px) { .third-sec { margin-top: 5% !important; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10%; } .third-sec h2 { font-weight: bold; font-size: 16px; } .third-sec .third-sec-in { flex-direction: column; justify-content: space-between; align-items: center; justify-items: center; } .third-sec .third-sec-in div { width: 100% !important; margin-bottom: 5%; align-self: center; display: block; } .third-sec .third-sec-in div h3 { font-size: 16px; } .third-sec .third-sec-in div p { font-size: 14px; } .third-sec .third-sec-in div a { font-size: 14px; } } @media screen and (max-width: 320px) { .third-sec { margin-top: 20% !important; } .third-sec .third-sec-in div { margin-left: 3%; } } .fourth-sec { position: relative; padding: 5%; background: #fff; width: 100%; margin-bottom: 10%; } .fourth-sec .small-coin { position: absolute; top: 0; right: 0; } .fourth-sec h2 { font-size: 32px; font-family: "Recoleta", "Manrope", sans-serif; font-weight: bold; color: #201047; margin-top: 4%; } .fourth-sec .fourth-sec-1 { position: absolute; left: 5%; width: 30%; height: 180px; background: #E5E5E5; background: #FFFFFF; box-shadow: 4px 4px 16px rgba(59, 59, 59, 0.1); border-radius: 20px 20px 0px 20px; padding: 1%; margin-top: 2%; } .fourth-sec .fourth-sec-1 p { font-size: 16px; line-height: 1.5; font-family: matter, "Nunito sans", sans-serif; } .fourth-sec .fourth-sec-1 h4 { font-weight: 600; font-size: 18px; font-family: "Recoleta", "Manrope", sans-serif; margin-top: 4%; letter-spacing: 3px; color: #573F7B; } .fourth-sec .fourth-sec-1 h5 { font-weight: bold; font-size: 12px; margin-top: 2%; letter-spacing: 3px; font-family: matter, "Nunito sans", sans-serif; color: #573F7B; } .fourth-sec .fourth-sec-1-img { position: absolute; left: 35%; top: 55%; padding: 0% 1%; } .fourth-sec .fourth-sec-2 { position: absolute; right: 5%; top: 30%; width: 30%; height: 180px; background: #FFFFFF; box-shadow: 4px 4px 16px rgba(59, 59, 59, 0.1); border-radius: 20px 20px 20px 0px; padding: 1%; margin-top: 2%; z-index: 3; } .fourth-sec .fourth-sec-2 p { font-size: 16px; line-height: 1.5; font-family: matter, "Nunito sans", sans-serif; } .fourth-sec .fourth-sec-2 h4 { font-weight: 600; font-size: 18px; font-family: "Recoleta", "Manrope", sans-serif; margin-top: 4%; letter-spacing: 3px; color: #573F7B; } .fourth-sec .fourth-sec-2 h5 { font-weight: bold; font-size: 12px; margin-top: 2%; letter-spacing: 3px; font-family: matter, "Nunito sans", sans-serif; color: #573F7B; } .fourth-sec .fourth-sec-2-img { position: absolute; right: 35%; top: 55%; padding: 0% 1%; z-index: 3; } .fourth-sec .fourth-sec-3 { position: absolute; left: 5%; top: 80%; margin-top: 15%; z-index: 1; bottom: 5%; width: 30%; height: 180px; background: #FFFFFF; box-shadow: 4px 4px 16px rgba(59, 59, 59, 0.1); border-radius: 20px 0px 20px 20px; padding: 1%; margin-top: 2%; margin-bottom: 5%; } .fourth-sec .fourth-sec-3 p { font-size: 16px; line-height: 1.5; font-family: matter, "Nunito sans", sans-serif; } .fourth-sec .fourth-sec-3 h4 { font-weight: 600; font-size: 18px; font-family: "Recoleta", "Manrope", sans-serif; margin-top: 4%; letter-spacing: 3px; color: #573F7B; } .fourth-sec .fourth-sec-3 h5 { font-weight: bold; font-size: 12px; margin-top: 2%; letter-spacing: 3px; font-family: matter, "Nunito sans", sans-serif; color: #573F7B; } .fourth-sec .fourth-sec-3-img { position: absolute; left: 35%; top: 75%; padding: 0% 1%; } .fourth-sec .big-coin { position: relative; margin-left: 60%; margin-top: 5%; z-index: 1; } .fourth-sec .edge-circ { position: absolute; left: 0; top: 100%; height: 20%; margin-top: 5%; } @media screen and (max-width: 1024px) { .fourth-sec .fourth-sec-1 p { font-size: 14px; } .fourth-sec .fourth-sec-1 h4 { font-size: 16px; } .fourth-sec .fourth-sec-1 h5 { font-size: 12px; } .fourth-sec .fourth-sec-2 p { font-size: 14px; } .fourth-sec .fourth-sec-2 h4 { font-size: 16px; } .fourth-sec .fourth-sec-2 h5 { font-size: 12px; } .fourth-sec .fourth-sec-3 p { font-size: 14px; } .fourth-sec .fourth-sec-3 h4 { font-size: 16px; } .fourth-sec .fourth-sec-3 h5 { font-size: 12px; } } @media screen and (max-width: 768px) { .fourth-sec { margin-bottom: 68%; } .fourth-sec .small-coin { height: 15%; top: 10%; } .fourth-sec h2 { font-size: 16px; text-align: center; margin-bottom: 10%; } .fourth-sec .fourth-sec-1 { width: 70%; padding: 5%; z-index: 3; height: 160px; } .fourth-sec .fourth-sec-1 p { font-size: 12px; } .fourth-sec .fourth-sec-1 h4 { font-size: 14px; } .fourth-sec .fourth-sec-1 h5 { font-size: 10px; } .fourth-sec .fourth-sec-1-img { left: 80%; height: 10%; } .fourth-sec .fourth-sec-2 { width: 70%; padding: 5%; z-index: 3; top: 70%; height: 160px; } .fourth-sec .fourth-sec-2 p { font-size: 12px; } .fourth-sec .fourth-sec-2 h4 { font-size: 14px; } .fourth-sec .fourth-sec-2 h5 { font-size: 10px; } .fourth-sec .fourth-sec-2-img { top: 100%; left: 5%; height: 10%; } .fourth-sec .fourth-sec-3 { width: 70%; padding: 5%; z-index: 3; border-radius: 20px 20px 0px 20px; top: 120%; height: 160px; } .fourth-sec .fourth-sec-3 p { font-size: 12px; } .fourth-sec .fourth-sec-3 h4 { font-size: 14px; } .fourth-sec .fourth-sec-3 h5 { font-size: 10px; } .fourth-sec .fourth-sec-3-img { top: 150%; left: 80%; height: 10%; } .fourth-sec .big-coin { top: 160%; height: 500px; width: 100%; margin-left: 0%; } .fourth-sec .edge-circ { left: 0%; top: 160%; height: 10%; } } @media screen and (max-width: 540px) { .fourth-sec { margin-bottom: 90%; } .big-coin { top: 160% !important; height: 10% !important; width: 100% !important; margin-left: 0% !important; } } .fifth-sec { position: relative; display: flex; flex-direction: column; padding: 5%; background: #201047; overflow: visible !important; } .fifth-sec h1 { font-size: 48px; color: #fff; text-align: center; align-self: center; width: 60%; font-family: "Recoleta", "Manrope", sans-serif; z-index: 2; } .fifth-sec button { align-self: center; background-color: #F2780B; border-radius: 8px; border: none; color: #fff; padding: 1.5% 5%; margin-top: 3%; font-size: 20px; outline: none; font-family: "Recoleta", "Manrope", sans-serif; } .fifth-sec button:hover { color: #F2780B; background-color: #f5f5f5; opacity: 0.8; font-weight: 700; text-shadow: 0px 1px 0px #E5E9F2; } .fifth-sec .fifth-sec-in { display: flex; width: 60%; justify-content: space-between; margin-top: 5%; align-self: center; } .fifth-sec .fifth-sec-in p { font-size: 14px; color: #fff; font-family: matter, "Nunito sans", sans-serif; letter-spacing: 3px; } .fifth-sec .bad-plant { position: absolute; left: 0%; bottom: -3%; } .fifth-sec .mob-btn { display: none; } @media screen and (max-width: 768px) { .fifth-sec h1 { font-size: 24px; width: 100%; } .fifth-sec .desk-btn { display: none; } .fifth-sec .fifth-sec-in { flex-direction: column; align-items: center; } .fifth-sec .fifth-sec-in p { margin-bottom: 5%; } .fifth-sec .bad-plant { height: 50%; bottom: 0; } .fifth-sec .mob-btn { font-size: 14px; display: block; } } .sixth-sec { padding: 5%; display: flex; background: #fff; justify-content: space-evenly; } .sixth-sec .sixth-sec-1 img { width: 100%; } .sixth-sec .sixth-sec-2 { padding: 5%; } .sixth-sec .sixth-sec-2 form { display: flex; flex-direction: column; height: 70%; justify-content: space-evenly; } .sixth-sec .sixth-sec-2 form label { font-weight: bold; font-size: 32px; color: #201047; font-family: "Recoleta", "Manrope", sans-serif; } .sixth-sec .sixth-sec-2 form #email { padding: 3%; outline: none; border: 2px solid #201047; background: none; border-radius: 10px; } .sixth-sec .sixth-sec-2 form #email::placeholder { color: #AEA79F; font-size: 16px; font-family: matter, "Nunito sans", sans-serif; } .sixth-sec .sixth-sec-2 form #email:focus { border: 2px solid #573F7B; opacity: 0.5; } .sixth-sec .sixth-sec-2 form #submit { padding: 3%; font-size: 16px; width: 50%; border: none; background: #201047; color: #FFFFFF; border-radius: 10px; outline: none; font-family: matter, "Nunito sans", sans-serif; } .sixth-sec .sixth-sec-2 form #submit:hover { background: #f4f4f4; color: #201047; } @media screen and (max-width: 768px) { .sixth-sec { flex-direction: column; } .sixth-sec-2 form { align-items: center; padding: 1%; } .sixth-sec-2 form label { text-align: center; font-weight: bold; font-size: 16px !important; margin-bottom: 10%; } .sixth-sec-2 form #email { padding: 1%; width: 100%; margin-bottom: 20%; } .sixth-sec-2 form #email::placeholder { font-weight: 500; font-size: 12px !important; } .sixth-sec-2 form #submit { font-weight: 500; font-size: 12px !important; } } footer .footer-in-1 { background: #201047; padding: 10%; display: flex; position: relative; } footer .footer-in-1 .logo-footer { display: flex; justify-content: center; margin-left: 15%; height: 10%; align-items: center; } footer .footer-in-1 .logo-footer img { height: 20%; padding: 5%; } footer .footer-in-1 .logo-footer h4 { font-size: 20px; font-family: "Nunito sans", sans-serif; color: #fff; } footer .footer-in-1 .footer-list-item { display: flex; width: 100%; justify-content: space-around; } footer .footer-in-1 .footer-list-item div h3 { font-size: 20px; margin-bottom: 10%; font-family: "Recoleta", "Manrope", sans-serif; color: #fff; letter-spacing: 3px; } footer .footer-in-1 .footer-list-item div p { line-height: 2.5; } footer .footer-in-1 .footer-list-item div p a { font-weight: normal; font-size: 16px; text-decoration: none; color: #fff; font-family: matter, "Nunito sans", sans-serif; position: relative; } footer .footer-in-1 .footer-list-item div p a:hover { opacity: 0.8; } footer .footer-in-1 .footer-list-item div p a::after { position: absolute; content: ""; bottom: 0; left: 0; top: 25px; width: 0%; height: 2px; border-radius: 10px; margin: auto; transition: all 0.4s; opacity: 0; background-color: #fff; } footer .footer-in-1 .footer-list-item div p a:hover::after { width: 100%; opacity: 1; } footer .footer-in-1 .big-logo { position: absolute; left: 0; bottom: 0; height: 70%; } footer .cc { background: #F2780B; mix-blend-mode: normal; display: flex; padding: 1.5%; align-items: center; justify-content: space-around; } footer .cc p { color: #D9DBE1; font-size: 14px; font-family: "Manrope", sans-serif; } footer .cc .cc-icons-1 { display: none; } footer .cc .cc-icons { display: flex; justify-content: space-between; width: 10%; align-items: center; } footer .cc .cc-icons a i { color: #D9DBE1; background: rgba(255, 255, 255, 0.2); padding: 50%; font-size: 20px; border-radius: 50%; } footer .cc .cc-icons a:hover { opacity: 0.8; } @media screen and (max-width: 1024px) { footer .cc .cc-icons { width: 20%; } } @media screen and (max-width: 768px) { footer .footer-in-1 { flex-direction: column; align-items: center; } footer .footer-in-1 .logo-footer { margin-left: 0; margin-bottom: 10%; } footer .footer-in-1 .footer-list-item { flex-direction: column; align-items: center; } footer .footer-in-1 .footer-list-item div { text-align: center; margin-bottom: 10%; } footer .footer-in-1 .footer-list-item div h3 { font-size: 18px; } footer .footer-in-1 .footer-list-item div p a { font-size: 14px; } footer .footer-in-1 .big-logo { height: 50%; } footer .cc { flex-direction: column; align-items: center; padding: 5%; } footer .cc .cc-icons-1 { display: flex; justify-content: space-between; width: 50%; align-items: center; } footer .cc .cc-icons-1 a i { color: #D9DBE1; background: rgba(255, 255, 255, 0.2); padding: 50%; font-size: 10px; border-radius: 50%; } footer .cc .cc-icons-1 a:hover { opacity: 0.8; } footer .cc p { font-style: normal; font-weight: normal; font-size: 14px; margin-top: 5%; margin-bottom: 5%; } footer .cc .cc-icons { display: none; } } .top-btn { background-color: #F2780B; width: 5%; height: 5%; color: #fff; font-size: 16px; border: none; position: fixed; right: 5%; bottom: 20%; z-index: 99; cursor: pointer; display: none; outline: none; }
0.58439
0.084417
html,body{ height: 100%; overflow: hidden; /*overflow-x: auto;*/ } .pull-left{ width: 300px; padding-left: 10px; } .form-control { display: block; height: 34px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .form-control { height: 30px; border-radius: 0%; padding-left: 6px; font-size: 13px; background: #ffffff; display: block; box-shadow: inset 0px 1px 0px #F1F0F1; } .form-control:focus { background: #f7f7f7; border-color: #BDC4C9; box-shadow: none; border-top: 1px solid #B7B7B7; } .cl:after,.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1} ul{ padding-left: 0; list-style: none; } .left{ text-align: left; } .right{ text-align: right; } .form-actions-body{ padding: 0 15px; } .pull-right{ position: absolute; right: 20px; top: 0px; } /*新上传图片及相册选择图片*/ .plus-album{ position: relative; z-index: 1;color: #777;} .plus-album .item-list-tabs{ background:#fff} .plus-album .item-list-tabs .active{ background:#F5F5F5} .plus-album .item-list-tabs .active a{ font-weight:700; font-size:14px; margin-top:-2px} .itme-panel{min-height: 280px; width: 840px; overflow: hidden; } .tree-wrap{position:absolute; margin-left: 10px; border: solid 1px #C1C1C1; background-color: #FFF; width:180px; height: 268px; overflow: hidden; z-index:2} .tree-wrap .tree-title{margin: 5px; text-align:left; line-height: 18px;} .tree-wrap .tree-panel{ max-height:240px; text-align: left; padding: 5px 10px; line-height:18px; overflow-y:auto;} /*上传图片*/ .upload-container{margin-left: 18px; margin-right: 10px; min-height: 300px;} .upload-container .upload-title { text-align: right; margin-bottom: 10px; margin-top: 5px; line-height: 26px;} .upload-container .upload-title .tree-wrap{position: absolute;top: 87px;right: 10px;} .upload-container-inside { border: 1px dashed #D7D7D7; background: #fff; height: 250px; position: relative; padding-top: 20px; text-align: center; overflow-y: auto;} .upload-container-inside .upload-icon i.fa{ font-size:68px; color:#C9C9C9} .upload-container-inside .file-attach-1{ float:none; margin:auto; width:200px; margin-bottom:10px;} .upload-container-inside p{ line-height:28px;} /*相册图片选择*/ .pic-container{margin-left: 200px; width: 640px; overflow: hidden; padding-right: 10px;} /*.search-container{position: relative; overflow: hidden; text-align: left; padding-bottom: 7px; border-bottom: 1px solid #C1C1C1;}*/ .search-container{position: relative; text-align: left; padding-bottom: 7px; border-bottom: 1px solid #C1C1C1;} .search-container .mod-category{display: block; float: left;} .search-container .mod-pagination{display: block; width: 57px; height: 26px; position: absolute; z-index: 1; top: 0; right: 0;} .search-container .mod-category a,.search-container .mod-pagination a { position: relative; z-index: 1; display: block; float: left; width: 26px; height: 26px; padding: 2px; text-align: center; line-height: 20px; background-color: #FFF; border: solid 1px #C9C9C9; box-shadow: inset 1px 2px 1px rgba(0,0,0,0.05); color: #767676;} .search-container .mod-category a i,.search-container .mod-pagination a i{ margin:auto;} .search-container .mod-category a:last-child,.search-container .mod-pagination a:last-child{ margin-left:-1px;} .search-container .mod-category a.selected { background-color: #D7D7D7; box-shadow: none; } .search-container .mod-pagination a.disabled{border-color: #E4E4E4; color: #E4E4E4; cursor:not-allowed} .search-result {width: 640px; overflow: hidden;} .mod-img{display: inline-block;background: #fff; position: relative; top:0px !important; bottom:0px; width: 70px; height: 70px; margin-right:5px; margin-top: 5px; border: 1px solid #ddd; font-size: 0; cursor: pointer;} .mod-img a { display: table-cell; position:relative; overflow: hidden; width: 70px; height: 70px; text-align: center; vertical-align: middle; font-size: 12px; } .mod-img i.fa { display: none; position: absolute; cursor:pointer; right: -6px; top: -6px; width: 16px; height: 16px; text-align: center; margin: 0; font-size: 18px; color:red; line-height: 16px;} .mod-img.selected i.fa{ display:block} .mod-img a img{ max-width:100%; max-height:100%; vertical-align: middle; margin-top: -1px;} .mod-img a span.pixel{position: absolute; left: 0; bottom: -1px; width: 100%;height:20px; padding: 2px 0; text-overflow: ellipsis;background-color: rgba(0,0,0,.5);color: #FFF;transition: bottom .2s ease-out; overflow: hidden;} .mod-img a span.file-preview{display: none; position: absolute; z-index: 9; left: 28px; top: 6px; width: 100px; background: #fff; border: 1px solid #ddd; padding: 2px;} .mod-img a span.file-preview img{max-width: 100%; max-height: 100%; vertical-align: middle;} .mod-img:hover a span.pixel{bottom:-24px; transition: bottom .2s ease-out;} .mod-img.seat{ border: 1px dashed #ccc;} .mod-img.seat .seat-icon{font-size: 36px; line-height: 24px; width: 30px; height: 30px; display: block; margin: auto; color: #aaa;} .mod-img.ui-sortable-handle a{ cursor:move} .selected-pic-container { text-align: left; border-bottom: 1px solid #C1C1C1;z-index: 1; position: relative;} .selected-pic-container .selected-pic-title { height: 30px; line-height: 30px; padding-left: 10px; border: 1px solid #C1C1C1; border-width: 1px 0; background: #FFF; color: #666; } .selected-pic-container .selected-pic-title span.num{ margin:0 5px;} .mod-selected { padding: 5px 10px; width:100%; overflow:hidden; height: 80px; background-color: #F2F2F2; } .mod-selected .ui-sortable { margin: 0; overflow-y: hidden; overflow-x: auto; white-space: nowrap; position:relative;} .mod-selected .mod-img:hover i.fa { display: block;} .mod-list-title{border: solid #CCC; border-width: 0 1px 1px; border-style:solid; background: #FFF; display:none; width: 100%; height: 32px;line-height: 32px; overflow: visible;} .pic-container.list .mod-list-title{ display:block} .pic-container.list .mod-list-title span{ display: inline-block; margin-left: 2%; text-overflow: ellipsis; white-space: nowrap;overflow: hidden; float: left; line-height: 32px; font-size: 12px; } .pic-container.list span.file-name { display: inline-block; width: 61%; margin-left: 2%; font-size: 12px;} .pic-container.list span.file-size { display: inline-block; margin-left: 4%; width: 15%; font-size: 12px;} .pic-container.list .search-result { width: 630px; max-height: 238px; overflow-x: hidden; overflow-y: auto; background-color: #FFF;border: 1px solid #ccc; border-top: 0;} .pic-container.list .mod-img { display: block; width: 100%; height: 32px; line-height: 32px; margin: 0; border: 0; border-bottom: 1px solid #ddd; overflow: visible;} .pic-container.list .mod-img a { width: 25px; height: 25px; float: left; position: relative; color: #333; margin-left: 12px; text-decoration: none; overflow: visible; border:1px solid #ddd; margin-top:3px; cursor:pointer;} .pic-container.list .mod-img a img{ vertical-align:top;} .pic-container.list .mod-img span.pixel{ display:none; transition: bottom .2s ease-out;} .pic-container.list .mod-img a:hover span.file-preview{ display:block} .pic-container.list .mod-img span.file-size{ margin-left:35px;} .pic-container.list .mod-img i.fa {left: 558px; right: 0;} /*相册图片选择2*/ .category-list-region { float: left; width: 160px; height: 325px; padding: 5px 0 0; background:#DDF1FD; overflow: hidden; overflow-y: auto;} .category-list-region .category-list{ height:auto;padding-left: 0} .category-list-region li { position: relative; height: 40px; color:#555; line-height: 40px; padding: 0 0px 0 15px; cursor: pointer; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;} .category-list-region li.selected { background: #fff; color: #000;} .category-list-region li span { position: absolute;right: 10px; top: 0px;color: #777;} .category-list-region li:hover { background: #fafafa;} .attachment-list-region {height: 90%;background:#fff;position: relative;padding-bottom: 30px;} .attachment-list-region .image-list { width: 100%; margin-left: -5px; padding-top: 5px; overflow: auto; position: absolute; top: 40px; bottom: 10px; left: 0; } .attachment-list-region .page-box{ border-top: 1px solid rgb(193, 193, 193); margin-right: 0; /*padding-right: 5px;*/ position: absolute; right: 0; bottom: 0; width: 100%; background: #fff; } .attachment-list-region .attachment-box{height: 80%;} .attachment-list-region .attachment-box .no-data{line-height: 300px; text-align: center} .attachment-list-region .attachment-box .no-data i.fa{ color:#58B4FF} .attachment-box .image-list .image-item { position: relative; float: left; width: 90px; height: 90px; border: 1px solid #ddd; margin-left: 13px;margin-bottom: 30px; cursor: pointer;} .attachment-box .image-list .image-box {background: #ccc;width: 100%;height: 100%;background-size: cover;background-position: 50% 50%;} .attachment-box .image-list .image-meta { position: absolute; width: 100%; height: 25px; line-height: 25px; color: #fff; text-align: center; background: rgba(0,0,0,0.2); bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .attachment-box .image-list .image-title { display: block; padding: 0 14px; height: 25px; line-height: 25px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border: 1px solid #ddd; } .attachment-selected { position: absolute; top: -1px; left:-1px; width: 91px; height:91px; border: 2px solid #1B9AF7; visibility:hidden; background-color: rgba(0, 0, 0, 0.42); } /*.attachment-selected::after { position: absolute; display: block; content: ' '; right: 0; bottom: 0; border: 14px solid #1B9AF7; border-left-color: transparent; border-top-color: transparent; z-index: 1;}*/ .attachment-selected i { position: absolute;right: -3px;bottom: 0px;z-index: 2;color: #fff;margin: 1px;} .attachment-box .image-list .image-item.selected .attachment-selected{ visibility:visible; opacity:1} .page-content{ padding: 0 !important; } .middle{ background: #fff; top: 0; width: 100%; /*overflow: auto;*/ position: absolute; z-index: 10; bottom: 171px; } .category-list-region{ overflow: auto; height: 100%; } .attachment-list-region{ margin-left: 160px; padding: 0; height: 100%; } .search-container{ position: relative; height: 45px; display: table; width: 100%; padding-bottom: 0; } .search-container .search-container-row { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 77%; margin: auto; } .footer{ height: 172px; /*line-height:50px;*/ /*background: #000000;*/ width: 100%; position: absolute; z-index: 200; bottom: 0; text-align: center; } .footer-btn{ line-height: 50px; } .no-data{ color: red; } .search-container #pull-left { display: table-cell; vertical-align: middle; } .webuploader-pick{ padding: 0 5px !important; height: 35px!important; line-height: 35px!important; } .webuploader-container label{ margin: 0 !important; } #progress_bar_main { position: absolute; z-index: 1; bottom: -60px; right: 10px; background: #FFF; border-radius: 8px !important; box-shadow: 0px 0px 10px #B1ADAD; } .triangle-up:before{ position: absolute; top: -8px; right: 9px; left: auto; display: inline-block!important; border-right: 8px solid transparent; border-bottom: 8px solid #fff; border-left: 8px solid transparent; content: ''; } #progress_bar_main .progress-bars { border: 1px solid #1483d8; width: 198px; background: #fff; height: 18px; position: relative; display: inline-block; text-align: center; line-height: 20px; color: #6dbfff; position: relative; margin: 15px; } #progress_bar_main .progress-bars span.percentage { width: 0; height: 100%; left: 0; top: 0; background: #1483d8; position: absolute; } #progress_bar_main span.progress-bar-value{ position: relative; z-index: 10; } .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute ; z-index: -1; } .inputfile + label { cursor: pointer; } .pagination{ float: right; padding-right: 10px; } .ivu-btn { display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; line-height: 1.5; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 6px 15px; font-size: 12px; border-radius: 4px; transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear; color: #495060; background-color: #f7f7f7; border-color: #dddee1 } .ivu-btn,.ivu-btn:active,.ivu-btn:focus { outline: 0 } .ivu-btn:not([disabled]):hover { text-decoration: none } .ivu-btn:not([disabled]):active { outline: 0 } .ivu-btn.disabled,.ivu-btn[disabled] { cursor: not-allowed; background-color: #a5a6aa !important; color: #fff; } .ivu-btn.disabled>*,.ivu-btn[disabled]>* { pointer-events: none } .ivu-btn-large { padding: 6px 15px 7px; font-size: 14px; border-radius: 4px } .btn-row{ margin-right: 20px; } .blue{ background-color: #42aaff; color: #fff; } /*文件上传容器样式*/ .upload-wrap { margin:0 auto; overflow: hidden; /*清除浮动,以及隐藏向左移动出去的部分*/ } .upload-tips-content { float: left; margin-left: -70px; } .tips-content-inner { margin-left: 72px; margin-right: 8px; height: 35px; padding: 0 5px; line-height: 35px; border: 1px solid #e7e7eb; background-color: #fff; word-wrap: break-word; word-break: break-all; position: relative; } .bubble_tips_arrow{ position: absolute; top: 50%; margin-top: -6px; display: inline-block; width: 0; height: 0; border-width: 6px; border-style: dashed; border-color: transparent; border-le-color: #ca1d1d; border-left-color: #f2f2f2f2; border-right-style: solid; right: -13px; } .upload-sidebar { float: right; float: right; width: 60px; }
src/static/css/index.css
html,body{ height: 100%; overflow: hidden; /*overflow-x: auto;*/ } .pull-left{ width: 300px; padding-left: 10px; } .form-control { display: block; height: 34px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .form-control { height: 30px; border-radius: 0%; padding-left: 6px; font-size: 13px; background: #ffffff; display: block; box-shadow: inset 0px 1px 0px #F1F0F1; } .form-control:focus { background: #f7f7f7; border-color: #BDC4C9; box-shadow: none; border-top: 1px solid #B7B7B7; } .cl:after,.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1} ul{ padding-left: 0; list-style: none; } .left{ text-align: left; } .right{ text-align: right; } .form-actions-body{ padding: 0 15px; } .pull-right{ position: absolute; right: 20px; top: 0px; } /*新上传图片及相册选择图片*/ .plus-album{ position: relative; z-index: 1;color: #777;} .plus-album .item-list-tabs{ background:#fff} .plus-album .item-list-tabs .active{ background:#F5F5F5} .plus-album .item-list-tabs .active a{ font-weight:700; font-size:14px; margin-top:-2px} .itme-panel{min-height: 280px; width: 840px; overflow: hidden; } .tree-wrap{position:absolute; margin-left: 10px; border: solid 1px #C1C1C1; background-color: #FFF; width:180px; height: 268px; overflow: hidden; z-index:2} .tree-wrap .tree-title{margin: 5px; text-align:left; line-height: 18px;} .tree-wrap .tree-panel{ max-height:240px; text-align: left; padding: 5px 10px; line-height:18px; overflow-y:auto;} /*上传图片*/ .upload-container{margin-left: 18px; margin-right: 10px; min-height: 300px;} .upload-container .upload-title { text-align: right; margin-bottom: 10px; margin-top: 5px; line-height: 26px;} .upload-container .upload-title .tree-wrap{position: absolute;top: 87px;right: 10px;} .upload-container-inside { border: 1px dashed #D7D7D7; background: #fff; height: 250px; position: relative; padding-top: 20px; text-align: center; overflow-y: auto;} .upload-container-inside .upload-icon i.fa{ font-size:68px; color:#C9C9C9} .upload-container-inside .file-attach-1{ float:none; margin:auto; width:200px; margin-bottom:10px;} .upload-container-inside p{ line-height:28px;} /*相册图片选择*/ .pic-container{margin-left: 200px; width: 640px; overflow: hidden; padding-right: 10px;} /*.search-container{position: relative; overflow: hidden; text-align: left; padding-bottom: 7px; border-bottom: 1px solid #C1C1C1;}*/ .search-container{position: relative; text-align: left; padding-bottom: 7px; border-bottom: 1px solid #C1C1C1;} .search-container .mod-category{display: block; float: left;} .search-container .mod-pagination{display: block; width: 57px; height: 26px; position: absolute; z-index: 1; top: 0; right: 0;} .search-container .mod-category a,.search-container .mod-pagination a { position: relative; z-index: 1; display: block; float: left; width: 26px; height: 26px; padding: 2px; text-align: center; line-height: 20px; background-color: #FFF; border: solid 1px #C9C9C9; box-shadow: inset 1px 2px 1px rgba(0,0,0,0.05); color: #767676;} .search-container .mod-category a i,.search-container .mod-pagination a i{ margin:auto;} .search-container .mod-category a:last-child,.search-container .mod-pagination a:last-child{ margin-left:-1px;} .search-container .mod-category a.selected { background-color: #D7D7D7; box-shadow: none; } .search-container .mod-pagination a.disabled{border-color: #E4E4E4; color: #E4E4E4; cursor:not-allowed} .search-result {width: 640px; overflow: hidden;} .mod-img{display: inline-block;background: #fff; position: relative; top:0px !important; bottom:0px; width: 70px; height: 70px; margin-right:5px; margin-top: 5px; border: 1px solid #ddd; font-size: 0; cursor: pointer;} .mod-img a { display: table-cell; position:relative; overflow: hidden; width: 70px; height: 70px; text-align: center; vertical-align: middle; font-size: 12px; } .mod-img i.fa { display: none; position: absolute; cursor:pointer; right: -6px; top: -6px; width: 16px; height: 16px; text-align: center; margin: 0; font-size: 18px; color:red; line-height: 16px;} .mod-img.selected i.fa{ display:block} .mod-img a img{ max-width:100%; max-height:100%; vertical-align: middle; margin-top: -1px;} .mod-img a span.pixel{position: absolute; left: 0; bottom: -1px; width: 100%;height:20px; padding: 2px 0; text-overflow: ellipsis;background-color: rgba(0,0,0,.5);color: #FFF;transition: bottom .2s ease-out; overflow: hidden;} .mod-img a span.file-preview{display: none; position: absolute; z-index: 9; left: 28px; top: 6px; width: 100px; background: #fff; border: 1px solid #ddd; padding: 2px;} .mod-img a span.file-preview img{max-width: 100%; max-height: 100%; vertical-align: middle;} .mod-img:hover a span.pixel{bottom:-24px; transition: bottom .2s ease-out;} .mod-img.seat{ border: 1px dashed #ccc;} .mod-img.seat .seat-icon{font-size: 36px; line-height: 24px; width: 30px; height: 30px; display: block; margin: auto; color: #aaa;} .mod-img.ui-sortable-handle a{ cursor:move} .selected-pic-container { text-align: left; border-bottom: 1px solid #C1C1C1;z-index: 1; position: relative;} .selected-pic-container .selected-pic-title { height: 30px; line-height: 30px; padding-left: 10px; border: 1px solid #C1C1C1; border-width: 1px 0; background: #FFF; color: #666; } .selected-pic-container .selected-pic-title span.num{ margin:0 5px;} .mod-selected { padding: 5px 10px; width:100%; overflow:hidden; height: 80px; background-color: #F2F2F2; } .mod-selected .ui-sortable { margin: 0; overflow-y: hidden; overflow-x: auto; white-space: nowrap; position:relative;} .mod-selected .mod-img:hover i.fa { display: block;} .mod-list-title{border: solid #CCC; border-width: 0 1px 1px; border-style:solid; background: #FFF; display:none; width: 100%; height: 32px;line-height: 32px; overflow: visible;} .pic-container.list .mod-list-title{ display:block} .pic-container.list .mod-list-title span{ display: inline-block; margin-left: 2%; text-overflow: ellipsis; white-space: nowrap;overflow: hidden; float: left; line-height: 32px; font-size: 12px; } .pic-container.list span.file-name { display: inline-block; width: 61%; margin-left: 2%; font-size: 12px;} .pic-container.list span.file-size { display: inline-block; margin-left: 4%; width: 15%; font-size: 12px;} .pic-container.list .search-result { width: 630px; max-height: 238px; overflow-x: hidden; overflow-y: auto; background-color: #FFF;border: 1px solid #ccc; border-top: 0;} .pic-container.list .mod-img { display: block; width: 100%; height: 32px; line-height: 32px; margin: 0; border: 0; border-bottom: 1px solid #ddd; overflow: visible;} .pic-container.list .mod-img a { width: 25px; height: 25px; float: left; position: relative; color: #333; margin-left: 12px; text-decoration: none; overflow: visible; border:1px solid #ddd; margin-top:3px; cursor:pointer;} .pic-container.list .mod-img a img{ vertical-align:top;} .pic-container.list .mod-img span.pixel{ display:none; transition: bottom .2s ease-out;} .pic-container.list .mod-img a:hover span.file-preview{ display:block} .pic-container.list .mod-img span.file-size{ margin-left:35px;} .pic-container.list .mod-img i.fa {left: 558px; right: 0;} /*相册图片选择2*/ .category-list-region { float: left; width: 160px; height: 325px; padding: 5px 0 0; background:#DDF1FD; overflow: hidden; overflow-y: auto;} .category-list-region .category-list{ height:auto;padding-left: 0} .category-list-region li { position: relative; height: 40px; color:#555; line-height: 40px; padding: 0 0px 0 15px; cursor: pointer; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;} .category-list-region li.selected { background: #fff; color: #000;} .category-list-region li span { position: absolute;right: 10px; top: 0px;color: #777;} .category-list-region li:hover { background: #fafafa;} .attachment-list-region {height: 90%;background:#fff;position: relative;padding-bottom: 30px;} .attachment-list-region .image-list { width: 100%; margin-left: -5px; padding-top: 5px; overflow: auto; position: absolute; top: 40px; bottom: 10px; left: 0; } .attachment-list-region .page-box{ border-top: 1px solid rgb(193, 193, 193); margin-right: 0; /*padding-right: 5px;*/ position: absolute; right: 0; bottom: 0; width: 100%; background: #fff; } .attachment-list-region .attachment-box{height: 80%;} .attachment-list-region .attachment-box .no-data{line-height: 300px; text-align: center} .attachment-list-region .attachment-box .no-data i.fa{ color:#58B4FF} .attachment-box .image-list .image-item { position: relative; float: left; width: 90px; height: 90px; border: 1px solid #ddd; margin-left: 13px;margin-bottom: 30px; cursor: pointer;} .attachment-box .image-list .image-box {background: #ccc;width: 100%;height: 100%;background-size: cover;background-position: 50% 50%;} .attachment-box .image-list .image-meta { position: absolute; width: 100%; height: 25px; line-height: 25px; color: #fff; text-align: center; background: rgba(0,0,0,0.2); bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .attachment-box .image-list .image-title { display: block; padding: 0 14px; height: 25px; line-height: 25px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border: 1px solid #ddd; } .attachment-selected { position: absolute; top: -1px; left:-1px; width: 91px; height:91px; border: 2px solid #1B9AF7; visibility:hidden; background-color: rgba(0, 0, 0, 0.42); } /*.attachment-selected::after { position: absolute; display: block; content: ' '; right: 0; bottom: 0; border: 14px solid #1B9AF7; border-left-color: transparent; border-top-color: transparent; z-index: 1;}*/ .attachment-selected i { position: absolute;right: -3px;bottom: 0px;z-index: 2;color: #fff;margin: 1px;} .attachment-box .image-list .image-item.selected .attachment-selected{ visibility:visible; opacity:1} .page-content{ padding: 0 !important; } .middle{ background: #fff; top: 0; width: 100%; /*overflow: auto;*/ position: absolute; z-index: 10; bottom: 171px; } .category-list-region{ overflow: auto; height: 100%; } .attachment-list-region{ margin-left: 160px; padding: 0; height: 100%; } .search-container{ position: relative; height: 45px; display: table; width: 100%; padding-bottom: 0; } .search-container .search-container-row { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 77%; margin: auto; } .footer{ height: 172px; /*line-height:50px;*/ /*background: #000000;*/ width: 100%; position: absolute; z-index: 200; bottom: 0; text-align: center; } .footer-btn{ line-height: 50px; } .no-data{ color: red; } .search-container #pull-left { display: table-cell; vertical-align: middle; } .webuploader-pick{ padding: 0 5px !important; height: 35px!important; line-height: 35px!important; } .webuploader-container label{ margin: 0 !important; } #progress_bar_main { position: absolute; z-index: 1; bottom: -60px; right: 10px; background: #FFF; border-radius: 8px !important; box-shadow: 0px 0px 10px #B1ADAD; } .triangle-up:before{ position: absolute; top: -8px; right: 9px; left: auto; display: inline-block!important; border-right: 8px solid transparent; border-bottom: 8px solid #fff; border-left: 8px solid transparent; content: ''; } #progress_bar_main .progress-bars { border: 1px solid #1483d8; width: 198px; background: #fff; height: 18px; position: relative; display: inline-block; text-align: center; line-height: 20px; color: #6dbfff; position: relative; margin: 15px; } #progress_bar_main .progress-bars span.percentage { width: 0; height: 100%; left: 0; top: 0; background: #1483d8; position: absolute; } #progress_bar_main span.progress-bar-value{ position: relative; z-index: 10; } .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute ; z-index: -1; } .inputfile + label { cursor: pointer; } .pagination{ float: right; padding-right: 10px; } .ivu-btn { display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; line-height: 1.5; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 6px 15px; font-size: 12px; border-radius: 4px; transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear; color: #495060; background-color: #f7f7f7; border-color: #dddee1 } .ivu-btn,.ivu-btn:active,.ivu-btn:focus { outline: 0 } .ivu-btn:not([disabled]):hover { text-decoration: none } .ivu-btn:not([disabled]):active { outline: 0 } .ivu-btn.disabled,.ivu-btn[disabled] { cursor: not-allowed; background-color: #a5a6aa !important; color: #fff; } .ivu-btn.disabled>*,.ivu-btn[disabled]>* { pointer-events: none } .ivu-btn-large { padding: 6px 15px 7px; font-size: 14px; border-radius: 4px } .btn-row{ margin-right: 20px; } .blue{ background-color: #42aaff; color: #fff; } /*文件上传容器样式*/ .upload-wrap { margin:0 auto; overflow: hidden; /*清除浮动,以及隐藏向左移动出去的部分*/ } .upload-tips-content { float: left; margin-left: -70px; } .tips-content-inner { margin-left: 72px; margin-right: 8px; height: 35px; padding: 0 5px; line-height: 35px; border: 1px solid #e7e7eb; background-color: #fff; word-wrap: break-word; word-break: break-all; position: relative; } .bubble_tips_arrow{ position: absolute; top: 50%; margin-top: -6px; display: inline-block; width: 0; height: 0; border-width: 6px; border-style: dashed; border-color: transparent; border-le-color: #ca1d1d; border-left-color: #f2f2f2f2; border-right-style: solid; right: -13px; } .upload-sidebar { float: right; float: right; width: 60px; }
0.436622
0.071074
#body { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; font-size: 80%; font-weight: bold; } #container { width: 1200px; margin: 0 auto; text-align: left; } #divUst { width: 1200px; height: 200px; } #menu { height: 27px; width: 1200px; } #menu ul { margin: 0; padding: 7px 0 0 0; list-style: none; } #menu li { display: inline; } #menu a { display: block; float: left; height: 25px; margin: 0 5px 0 0; padding: 2px 25px 0 25px; background: url(../resimler/ziyaretci/img03.gif) repeat-x; border: 1px solid #222222; text-align: center; font-size: 11px; font-weight: bold; color: #FFFFFF; width: 62px; } #menu a:hover { background-image: url(../resimler/ziyaretci/img04.gif); text-decoration: none; } #menu .active a { background-image: url(../resimler/ziyaretci/img05.gif); } #header { height: 43px; background: url(../resimler/ziyaretci/img02.gif) repeat-x; } #anadiv { width: 1200px; height: } #divKayanYazi { width: 1200px; height: 25px; padding: 0px 0px 0px 0px; float: right; font-size: 20px; background: #cac8c8; } #sagMenuAlan { width: 200px; float: right; } #sagmenu { width: 200px; border-color: #677D92; } #sagmenu li a { height: 32px; voice-family: "\"}\""; voice-family: inherit; height: 24px; text-decoration: none; display: inline; } #sagmenu li a:link, #sagmenu li a:visited { color: #fff; display: block; background: url(../resimler/ziyaretci/menu2.gif); padding: 8px 0 0 10px; } #sagmenu li a:hover { color: #283A50; background: url(../resimler/ziyaretci/menu2.gif) 0 -32px; padding: 8px 0 0 10px; } #sagmenu li a:active { color: #283A50; background: url(../resimler/ziyaretci/menu2.gif) 0 -64px; padding: 8px 0 0 10px; } #divSlideDesk { width: 986px; float: left; margin-left: 0px; } #divEmlakAra { width: 700px; float: left; margin-left: 0px; height: auto; } #divFooter { width: 1200px; } #footer { margin-top:10px; width: 1200px; clear: both; border-top: 4px solid #393F4D; background: #444C5D; } #footer p { width: 700px; margin: 0 auto; font-size: x-small; color: #FFFFFF; } #footera li { display: inline; } #footera a { text-decoration: underline; color: #FFFFFF; } #footera a:hover { text-decoration: underline; } .glossymenu { list-style-type: none; margin: 5px 0; padding: 0; width: 200px; border: 1px solid #9A9A9A; border-bottom-width: 0; } .glossymenu li a { background: white url(../resimler/ziyaretci/glossyback.gif) repeat-x bottom left; font: bold 15px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif; color: white; display: block; width: auto; padding: 3px 0; padding-left: 10px; text-decoration: none; } * html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */ width: 160px; } .glossymenu li a:visited, .glossymenu li a:active { color: white; } .glossymenu li a:hover { background-image: url(../resimler/ziyaretci/glossyback2.gif); } .divClear { width: 1200px; height: 10px; } .AramaMenu { width: 600px; float: right; }
DoxaEmlak/DoxaTuranEmlak/css/ZiyaretciCSS_Yedek.css
#body { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; font-size: 80%; font-weight: bold; } #container { width: 1200px; margin: 0 auto; text-align: left; } #divUst { width: 1200px; height: 200px; } #menu { height: 27px; width: 1200px; } #menu ul { margin: 0; padding: 7px 0 0 0; list-style: none; } #menu li { display: inline; } #menu a { display: block; float: left; height: 25px; margin: 0 5px 0 0; padding: 2px 25px 0 25px; background: url(../resimler/ziyaretci/img03.gif) repeat-x; border: 1px solid #222222; text-align: center; font-size: 11px; font-weight: bold; color: #FFFFFF; width: 62px; } #menu a:hover { background-image: url(../resimler/ziyaretci/img04.gif); text-decoration: none; } #menu .active a { background-image: url(../resimler/ziyaretci/img05.gif); } #header { height: 43px; background: url(../resimler/ziyaretci/img02.gif) repeat-x; } #anadiv { width: 1200px; height: } #divKayanYazi { width: 1200px; height: 25px; padding: 0px 0px 0px 0px; float: right; font-size: 20px; background: #cac8c8; } #sagMenuAlan { width: 200px; float: right; } #sagmenu { width: 200px; border-color: #677D92; } #sagmenu li a { height: 32px; voice-family: "\"}\""; voice-family: inherit; height: 24px; text-decoration: none; display: inline; } #sagmenu li a:link, #sagmenu li a:visited { color: #fff; display: block; background: url(../resimler/ziyaretci/menu2.gif); padding: 8px 0 0 10px; } #sagmenu li a:hover { color: #283A50; background: url(../resimler/ziyaretci/menu2.gif) 0 -32px; padding: 8px 0 0 10px; } #sagmenu li a:active { color: #283A50; background: url(../resimler/ziyaretci/menu2.gif) 0 -64px; padding: 8px 0 0 10px; } #divSlideDesk { width: 986px; float: left; margin-left: 0px; } #divEmlakAra { width: 700px; float: left; margin-left: 0px; height: auto; } #divFooter { width: 1200px; } #footer { margin-top:10px; width: 1200px; clear: both; border-top: 4px solid #393F4D; background: #444C5D; } #footer p { width: 700px; margin: 0 auto; font-size: x-small; color: #FFFFFF; } #footera li { display: inline; } #footera a { text-decoration: underline; color: #FFFFFF; } #footera a:hover { text-decoration: underline; } .glossymenu { list-style-type: none; margin: 5px 0; padding: 0; width: 200px; border: 1px solid #9A9A9A; border-bottom-width: 0; } .glossymenu li a { background: white url(../resimler/ziyaretci/glossyback.gif) repeat-x bottom left; font: bold 15px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif; color: white; display: block; width: auto; padding: 3px 0; padding-left: 10px; text-decoration: none; } * html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */ width: 160px; } .glossymenu li a:visited, .glossymenu li a:active { color: white; } .glossymenu li a:hover { background-image: url(../resimler/ziyaretci/glossyback2.gif); } .divClear { width: 1200px; height: 10px; } .AramaMenu { width: 600px; float: right; }
0.221603
0.061143
.content.main-content { padding-right: 15px; padding-left: 15px; padding-top: 15px; } .content .block { margin-bottom: 15px !important; } .block-content.row { padding-bottom: 20px; } .block-options.pull-left { margin: -3px 15px -3px 0; } .block-options > li > button { min-width: 24px; } .banner { position: relative; } .banner .background-layer { background-image: url('/images/original/banner.jpg'); background-position-x: center; background-position-y: 0px; background-size: 1290px; background-repeat: no-repeat; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .banner .background-layer .overlay { position: absolute; top: 0; width: 100%; bottom: 0; transition: all 0.2s; background-color: rgba(0,0,0,0.4); } .banner:hover .background-layer { filter: blur(1px); } .banner:hover .background-layer .overlay { background-color: rgba(0,0,0,0.6); } .h6 { font-size: 14px; } .text-ellipsis { overflow: hidden; text-overflow: ellipsis; word-break: break-all; word-wrap: break-word; } #css-main { display: none; } #social-media > a { margin-right: 5px; } .alert { border-radius: 0px; } .btn-circle { border-radius: 50%; width: 48px; height: 48px; font-size: 20px; padding: 10px; text-align: center; } .dropdown-menu > li > a { padding: 7px 20px; } .ribbon-box { padding: 0 5px; height: 26px; line-height: 26px; } .ribbon-modern .ribbon-box::before { border: 13px solid; } a.ribbon-link { color: #EEE; transition: color .12s ease-out; } a.ribbon-link:hover { color: #AAA; } .img-container { position: relative; overflow: hidden; z-index: 0; display: block; padding-top: 140%; } .img-container img.img-responsive { position: absolute; top: 0; width: 100%; } .img-container.ribbon .img-overlay:after { background-image: none; } .img-container .img-overlay { position: absolute; z-index: 10; width: 100%; height: auto; bottom: 0; background-color: #1e1e1e; background-color: rgba(30,30,30,0.85); font-size: 1em; color: #A6A6A6; visibility: visible; } .img-container .img-overlay > h2.rf-title { color: #ed9512; font-weight: normal; font-size: 1em; line-height: 1.34em; padding-top: 0.2em; overflow: hidden; position: relative; z-index: 11; /*white-space: nowrap;*/ text-overflow: ellipsis; /*word-break: break-all;*/ word-break: normal; word-wrap: break-word; } .img-container .img-overlay > .rf-info > h4 { padding-bottom: 0.2em; } #lts-grp .nav-users > li { margin-bottom: 5px; background-color: #fff; } #lts-grp .nav-users a { position: relative; padding: 12px 8px 8px 71px; display: block; min-height: 43px; font-weight: 600; border-bottom: 1px solid #f3f3f3; } #lts-grp .nav-users.left-padding-fix a { padding: 12px 8px 8px 8px; } #lts-grp .nav-users a:hover { background-color: #f9f9f9; } #lts-grp .nav-users a > img { position: absolute; left: 12px; top: 10px; width: 42px; height: 42px; border-radius: 0; } a.link-effect { position: relative; transition: color .12s ease-out; } a.link-effect:hover::before, a.link-effect:focus::before { visibility: visible; -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); } a.link-effect::before { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; content: ""; background-color: #14adc4; visibility: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transition: -webkit-transform .12s ease-out; transition: transform .12s ease-out; } .arf-small { font-size: 13px; color: #d26a5c; } .nav-pills > li > a { border-radius: 0px; } .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: #fff; background-color: #232d2e; } .collapse .nav.nav-pills.nav-stacked li > a, .collapsing .nav.nav-pills.nav-stacked li > a { padding-left: 50px !important; } div.dataTables_info { padding-top: 18px; white-space: nowrap; } div.dataTables_paginate { margin: 0; white-space: nowrap; text-align: right; } div.dataTables_paginate ul.pagination { margin: 12px 0; white-space: nowrap; } .page-grid { margin-top: 15px; } .page-grid > .page { width: 200px; float: left; height: 285px; padding: 5px; } .page-grid > .page > div { width: 100%; height: 100%; background-color: white; } .popover { max-width: 400px; } .popover .popover-content .table { width: 500px; } @media (min-width: 992px) { .col-md-20p { width: 20%; } .col-md-20p { float: left; } }
resources/assets/css/app.css
.content.main-content { padding-right: 15px; padding-left: 15px; padding-top: 15px; } .content .block { margin-bottom: 15px !important; } .block-content.row { padding-bottom: 20px; } .block-options.pull-left { margin: -3px 15px -3px 0; } .block-options > li > button { min-width: 24px; } .banner { position: relative; } .banner .background-layer { background-image: url('/images/original/banner.jpg'); background-position-x: center; background-position-y: 0px; background-size: 1290px; background-repeat: no-repeat; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .banner .background-layer .overlay { position: absolute; top: 0; width: 100%; bottom: 0; transition: all 0.2s; background-color: rgba(0,0,0,0.4); } .banner:hover .background-layer { filter: blur(1px); } .banner:hover .background-layer .overlay { background-color: rgba(0,0,0,0.6); } .h6 { font-size: 14px; } .text-ellipsis { overflow: hidden; text-overflow: ellipsis; word-break: break-all; word-wrap: break-word; } #css-main { display: none; } #social-media > a { margin-right: 5px; } .alert { border-radius: 0px; } .btn-circle { border-radius: 50%; width: 48px; height: 48px; font-size: 20px; padding: 10px; text-align: center; } .dropdown-menu > li > a { padding: 7px 20px; } .ribbon-box { padding: 0 5px; height: 26px; line-height: 26px; } .ribbon-modern .ribbon-box::before { border: 13px solid; } a.ribbon-link { color: #EEE; transition: color .12s ease-out; } a.ribbon-link:hover { color: #AAA; } .img-container { position: relative; overflow: hidden; z-index: 0; display: block; padding-top: 140%; } .img-container img.img-responsive { position: absolute; top: 0; width: 100%; } .img-container.ribbon .img-overlay:after { background-image: none; } .img-container .img-overlay { position: absolute; z-index: 10; width: 100%; height: auto; bottom: 0; background-color: #1e1e1e; background-color: rgba(30,30,30,0.85); font-size: 1em; color: #A6A6A6; visibility: visible; } .img-container .img-overlay > h2.rf-title { color: #ed9512; font-weight: normal; font-size: 1em; line-height: 1.34em; padding-top: 0.2em; overflow: hidden; position: relative; z-index: 11; /*white-space: nowrap;*/ text-overflow: ellipsis; /*word-break: break-all;*/ word-break: normal; word-wrap: break-word; } .img-container .img-overlay > .rf-info > h4 { padding-bottom: 0.2em; } #lts-grp .nav-users > li { margin-bottom: 5px; background-color: #fff; } #lts-grp .nav-users a { position: relative; padding: 12px 8px 8px 71px; display: block; min-height: 43px; font-weight: 600; border-bottom: 1px solid #f3f3f3; } #lts-grp .nav-users.left-padding-fix a { padding: 12px 8px 8px 8px; } #lts-grp .nav-users a:hover { background-color: #f9f9f9; } #lts-grp .nav-users a > img { position: absolute; left: 12px; top: 10px; width: 42px; height: 42px; border-radius: 0; } a.link-effect { position: relative; transition: color .12s ease-out; } a.link-effect:hover::before, a.link-effect:focus::before { visibility: visible; -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); } a.link-effect::before { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; content: ""; background-color: #14adc4; visibility: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transition: -webkit-transform .12s ease-out; transition: transform .12s ease-out; } .arf-small { font-size: 13px; color: #d26a5c; } .nav-pills > li > a { border-radius: 0px; } .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: #fff; background-color: #232d2e; } .collapse .nav.nav-pills.nav-stacked li > a, .collapsing .nav.nav-pills.nav-stacked li > a { padding-left: 50px !important; } div.dataTables_info { padding-top: 18px; white-space: nowrap; } div.dataTables_paginate { margin: 0; white-space: nowrap; text-align: right; } div.dataTables_paginate ul.pagination { margin: 12px 0; white-space: nowrap; } .page-grid { margin-top: 15px; } .page-grid > .page { width: 200px; float: left; height: 285px; padding: 5px; } .page-grid > .page > div { width: 100%; height: 100%; background-color: white; } .popover { max-width: 400px; } .popover .popover-content .table { width: 500px; } @media (min-width: 992px) { .col-md-20p { width: 20%; } .col-md-20p { float: left; } }
0.387922
0.078008